Hello,
I have a problem with injection of WebServiceContext.
| @Resource()
| WebServiceContext wsCtx;
|
| MessageContext context = wsCtx.getMessageContext();
| Map attachments = (Map) context.get(MessageContext.INBOUND_MESSAGE_ATTACHMENTS) ;
|
wsCtx is always null. I'm using JBoss 4.2.0. I tried almost everything without succes. If you have any question please ask. I need to make it work in very short time.
Thank you in advance.
Regards.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4057289#4057289
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4057289
Hello,
I am using to pack the jar-files (myface-apl.jar, myface-impl.jar, common-*.jar,....) in WEB-INF/lib of War-file. It makes the large file, but I want to reduce the size of War-file. I want to separat the jar-files from War-file, because there are the jar-files in the Path default/deploy/jbossweb-tomcat55.sar/jsf-libs on JBOSS-Server 4.0.5.GA. How can I configure that war-file links to the jar-files in the jbossweb-tomcat55.sar/jsf-libs?
Cheers,
Manuel
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4057288#4057288
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4057288