Nancy James

Greenhorn
+ Follow
since Oct 23, 2014
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Nancy James

Thanks for your reply and sorry for putting this question in wrong forum topic.
To download Jboss forum i accessed the link http://jbossforums.jboss.org/Downloads/new-downloads.html .
In this link i can't found Jboss forum for GateIn-3.4.0.Final-jbossas5 Portal.
Do i want to deploy Jboss portal 2.7 instead of GateIn-3.4.0.Final-jbossas5 Portal?
I can't have use forum for GateIn-3.4.0.Final-jbossas5 Portal?
9 years ago
Hi,
I want to create a forum. am using Jboss server 5.1. I like to create forum using GateIn-3.4.0.Final-jbossas5.
Am new to jboss portal but i manage to access the url http://localhost:8080/portal.
But after that i don know to how to proceed to deploy or use jboss forum.
Can anybody guide me with some steps to deploy jboss forum or link that will have the steps?
I want to have clear steps using Jboss server 5.1 with GateIn-3.4.0.Final-jbossas5 because am new to this topic.

Thank you in advance. Please correct me if i want to have change in version of Jboss with suitable version for this idea.
9 years ago
I used Jquery(jquery.fileupload.js) file upload with backend java. Am getting

if(ServletFileUpload.isMultipartContent(request) is true.

but

List<FileItem> items = uploadHandler.parseRequest(request);

returns empty.I have not accessed request parameters before.

I google it and found change from /* to /*.action in web.xml will solve the problem. But by this change the struts2 project is not running.
9 years ago

Sam Rakshit wrote:Finally after following your advice, and the steps mentioned in this link - http://www.oracle.com/technology/pub/articles/dev2arch/2005/05/decorators.html

I created a servlet filter and overridden the getParameterMap() directly even before struts could start processing the request. I iterate through the keys and check of a .(dot) and remove it and populate another map with the parameter values and the sanitized keys. This is working for me now.

I hope this is a full proof solution. Please comment.



"Hi am facing the same problem and tried to access the link " http://www.oracle.com/technology/pub/articles/dev2arch/2005/05/decorators.html" but its not working.
Please help
9 years ago
hi,
Can you please help in integrating of Jforum in jsp template. Am using struts ..
thanks
9 years ago
Hi,
Could anybody help to integrate jgossip in the project?
9 years ago
Hi,
I have the same Database problem with Jforum. Am using struts2 application. Am not sure about jforum-custom.config file. i don know what to put in that file. I checked mysql.properties username and password. Do i want to change anything in SystemGlobals. properties file?
Also while starting Tomcat server i got the following error message:
java.lang.Exception: Could not load com/mysql/jdbc/ResultSet.class
at com.opensymphony.xwork2.util.finder.ClassFinder.readClassDef(ClassFinder.java:745)
at com.opensymphony.xwork2.util.finder.ClassFinder.access$400(ClassFinder.java:57)
at com.opensymphony.xwork2.util.finder.ClassFinder$InfoBuildingVisitor.extractSuperInterfaces(ClassFinder.java:790)
at com.opensymphony.xwork2.util.finder.ClassFinder$InfoBuildingVisitor.visit(ClassFinder.java:777)
at org.objectweb.asm.xwork.ClassReader.accept(Unknown Source)
at org.objectweb.asm.xwork.ClassReader.accept(Unknown Source)
at com.opensymphony.xwork2.util.finder.ClassFinder.readClassDef(ClassFinder.java:740)
at com.opensymphony.xwork2.util.finder.ClassFinder.<init>(ClassFinder.java:148)
at org.apache.struts2.convention.PackageBasedActionConfigBuilder.findActions(PackageBasedActionConfigBuilder.java:295)
at org.apache.struts2.convention.PackageBasedActionConfigBuilder.buildActionConfigs(PackageBasedActionConfigBuilder.java:277)
at org.apache.struts2.convention.ClasspathPackageProvider.loadPackages(ClasspathPackageProvider.java:52)
at com.opensymphony.xwork2.config.impl.DefaultConfiguration.reloadContainer(DefaultConfiguration.java:200)
at com.opensymphony.xwork2.config.ConfigurationManager.getConfiguration(ConfigurationManager.java:55)
at org.apache.struts2.dispatcher.Dispatcher.init_PreloadConfiguration(Dispatcher.java:360)
at org.apache.struts2.dispatcher.Dispatcher.init(Dispatcher.java:403)
at org.apache.struts2.dispatcher.ng.InitOperations.initDispatcher(InitOperations.java:69)
at org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter.init(StrutsPrepareAndExecuteFilter.java:48)
at org.apache.catalina.core.ApplicationFilterConfig.getFilter(ApplicationFilterConfig.java:298)
at org.apache.catalina.core.ApplicationFilterConfig.<init>(ApplicationFilterConfig.java:119)
at org.apache.catalina.core.StandardContext.filterStart(StandardContext.java:4076)
at org.apache.catalina.core.StandardContext.start(StandardContext.java:4730)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1057)
at org.apache.catalina.core.StandardHost.start(StandardHost.java:822)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1057)
at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:463)
at org.apache.catalina.core.StandardService.start(StandardService.java:525)
at org.apache.catalina.core.StandardServer.start(StandardServer.java:754)
at org.apache.catalina.startup.Catalina.start(Catalina.java:595)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:289)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:414)

Please help . Am working it for 3 days more....
9 years ago