JBoss Community

Re: JBoss 5.1 Question

created by developer.gubler in Beginner's Corner - View the full discussion

I think I found the answer.  I had to modify my @Resource annotation to include the mappedName.  Thus, it looks like the following:

 

@Resource( mappedName="java:/WebServiceContext" )
WebServiceContext wsc; 

 

Now that I have that, I am receiving a different error in the server.log.  This time it is making reference to "mapped-name is required for org.jboss.wsf.stack.cxf.addons.transports.httpserver.HttpServerTransportFactory/bus".  I don't know where to put an annotation for that.  Anyone know what I am missing here?

 

Thanks,

dg

Reply to this message by going to Community

Start a new discussion in Beginner's Corner at Community