Hey all,
Im getting a really strange error that I cant for the life of me track down...
When using
Jboss 5.0.1 (with some custom tweaks) and Eclipse I get the stack trace below when trying to submit a WS
SOAP request.
My enviornment setup is:
Eclipse Ganymede Version: 3.4.2
Jboss 5.0.1 (with some custom tweaks)
Eclipse is running in JDK 1.5
Jboss is running in JDK 1.6
All of the myprojects in Eclipse are set to build with JDK 1.5, all launch environments (Except the Jboss server) are set to JDK 1.5. The reason JBoss needs 1.6 JDK is that it throws a whole bunch of versioning issues if its running on 1.5.
The strangest things is that if I use Eclipse to build the ear file and deploy it in the same JBoss instance outside of Eclipse everything works correctly, but as soon as I try and use Eclipse for deploynent the error above occurs. Its really strange as the JAVA_HOME in the JBoss run.bat is set to JDK 1.5 however if I do this in Eclipse it falls over. Im assuming ther is something within Eclipse that nees to be modified for this to work but as I said Ive tried everything I can think if with no joy.
Has anyone come across this before? and if so did you have any joy finding a work around?
Cheers
Kris