Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have managed to track a problem where within eclipse I see no error, but anywhere outside eclipse the error exists.

The error I get when run outside eclipse is LazyInitializationException from hibernate - caused by a ${entity.service.id} reference in the jsp.

Outside eclipse I have tried jetty standalone, mvn jetty:run from the command line, and tomcat. I've cleaned the projects, disabled workspace dependency etc. I'm using eclipse galileo, m2eclipse 0.9.8.200905041414, jdk 1.6_17, maven 2.1.1 (not embedded), jetty 6.1.22 (standalone and plugin).

How is that possible??

share|improve this question

1 Answer

oh my goodness. it works outside eclipse under jdk1.5.0_15 in windows, but not linux! I need it to work under linux. help!!

share|improve this answer
following my 'answer' which should have been a comment - here is the answer! indeed the jdk1.5.0_15 works, _16+ doesn't. So I'm thinking that it could be a bytecode thing. I changed to javassist and it worked! Then I noted I had an old hibernate version - the 3.3.2 now comes with javssist. So I'm not going to delve further....get a new hibernate!! – adam Dec 10 '09 at 16:20

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.