Hi, I need to deploy an ear which contains an ejb-jar into Glassfish 3.1 that uses CXF. I know that if I was deploying a war file I would need to include a glassfish-web.xml file which includes the following:
<!-- Need this to tell Glassfish not to load the JAX-WS RI classes so it will use the CXF ones instead --> <sun-web-app> <class-loader delegate="false" /> </sun-web-app> I am guessing I need to do something similar for an ear, but am not sure what file to add the class-loader info. I was hoping someone on this list has done this and can provide guidance. Thanks!
