ctbraga wrote:
Hi,
I installed the new version of together application server and kelp for eclipse.
The problem is that when i create a new web application i'm having allways the same error:
org.enhydra.xml.xmlc.XMLCError: Couldn't load XMLC class
at org.enhydra.xml.xmlc.XMLCStdFactory.handleError(XMLCStdFactory.java:79)
at org.enhydra.xml.xmlc.XMLCStdFactory.create(XMLCStdFactory.java:142)
at test.presentation.Accueil.run(Accueil.java:28)
at com.lutris.appserver.server.httpPresentation.HttpPresentationManager.runPresentationObj(HttpPresentationManager.java:479)
at com.lutris.appserver.server.httpPresentation.HttpPresentationManager.Run(HttpPresentationManager.java:252)
...
Caused by: org.enhydra.xml.xmlc.XMLCRuntimeException: java.lang.reflect.InvocationTargetException
at org.enhydra.xml.xmlc.deferredparsing.XMLCDeferredParsingFactory.createObject(XMLCDeferredParsingFactory.java:119)
at org.enhydra.xml.xmlc.deferredparsing.XMLCDeferredParsingFactory.doCreate(XMLCDeferredParsingFactory.java:139)
at org.enhydra.xml.xmlc.XMLCStdFactory.create(XMLCStdFactory.java:139)
this happens even without i change anything, i just create a new web application, do enhydra-ant and try to run in tomacat. I have instaled java 1.6, and tomcat 6. When i use enhydra 5.1 i have no problem, but this version i cant use java 1.6 and i need to use it.
I need to use web application and not the enhydra applications.
Can anyone give me some help? thanks.
Carlos Braga
I think the problem is tomcat 6. I use version 7.1.1 with java 1.6 and no problem.
Anyone know how to change the version of tomcat used by enhydra?