AW: Axis2 JNDI java:comp/env not resolved

2011-11-09 Thread Markus.Breuer
Seems the axis2 class loader caused the missing context problem. The class loader probably returns a copy of a class already loaded by the tomcats WebAppClassloader. We put the WebAppClassloader into TCCL and it worked. Does axis2 create multiple copies of a loaded class? I heard tomcat uses c

AW: Axis2 JNDI java:comp/env not resolved

2011-11-08 Thread Markus.Breuer
Hi Martin, we are using tomcat 5.5 with axis2 1.5.1. Please note, the problem seems to be os specific on windows platforms. I assume this is an axis2 specific problem, the same environment using axis2 1.4 clearly runs. I assume java:comp or java:comp/env is not available in context of ax