Results 1 to 3 of 3
- 06-08-2007, 03:20 AM #1
Senior Member
- Join Date
- Jun 2007
- Posts
- 132
- Rep Power
- 0
Compatibility between Struts 1,4 + Jboss 4.03 + Jdk 1.4.2
Hi,
I want to function a simple example of Struts v1,2 in Jboss 4.03 SP1 withJDK 1.4.2_08, Servlets v2,4 and I obtain the following error:
Java Code:03:28:39,593 ERROR [RequestUtils] Error creating form bean of class no.casa.pwl.overview.form.AbcForm java.lang.NullPointerException at org.apache.struts.config.FormBeanConfig.createActionForm( FormBeanConfig.java:212) at org.apache.struts.util.RequestUtils.createActionForm(RequestUtils.java:292) at org.apache.struts.util.RequestUtils.createActionForm(RequestUtils.java:191) at org.apache.struts.action.RequestProcessor.processActionForm(RequestProcessor.java:319) at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:202) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
Last edited by bbq; 06-30-2007 at 02:22 AM.
- 06-09-2007, 02:27 AM #2
Senior Member
- Join Date
- Jun 2007
- Posts
- 130
- Rep Power
- 0
How many versions of jdk do you have?
because the exception indicates you that there are problems with the version of your jdk.
So if you using eclipse go to preferences/java/compiler and choose the jdk that you want to use.
- 07-04-2007, 07:55 AM #3
Senior Member
- Join Date
- Jun 2007
- Posts
- 110
- Rep Power
- 0
Similar Threads
-
JBoss server
By mew in forum Enterprise JavaBeans (EJB)Replies: 2Last Post: 01-08-2008, 07:22 AM -
Compatibility issues with IE7
By Aneesha in forum New To JavaReplies: 7Last Post: 11-30-2007, 05:46 AM -
Error in version of JDK and compatibility of JDK issues
By Unni in forum EclipseReplies: 1Last Post: 08-09-2007, 07:32 PM -
want to know IE compatibility with ListItems
By vinaydandagi in forum Advanced JavaReplies: 1Last Post: 07-07-2007, 11:30 PM -
Compatibility with Dual Core Procesors
By dlgoes in forum Advanced JavaReplies: 1Last Post: 05-24-2007, 10:17 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks