Hi,
I am experimenting with SOAP with attachments and JSR-181 EJB endpoint. My
endpoint deploys seemingly well with following metadata:
2006-08-07 12:01:57,593 DEBUG
[org.jboss.ws.deployment.JSR181MetaDataBuilderEJB3] END buildMetaData:
| UnifiedMetaData:
| securityDomain: null
|
|
Hi,
I managed to find a workaround for my problem: the trick was to package the
contactws.jar into contactws.ear with appropriate application.xml.
I can't say what exactly was wrong with the earlier attempt. Some sort of class
loading/scoping issue I guess.
Regards, Matti
View the original po
Hi,
I have an ear package (named contact.ear) which classes I would like to use
within another package (contactws.jar). Everything works fine if I first deploy
the ear and then the another package. However, in normal situation (e.g. on
server restart) the deployment order is different and conta