Hi,
I added a WebService to my JSF application like the one in seambay sample. I added an
interface with @Remote annotation, and marked implementation as @Stateles, and
@WebService. Only one echo method exists in the web service. I use JBossAS 4.2.2.GA. If I
deploy this as a war file, WebService is not recognized by jboss, jsf application runs
smooth.
I tried and created an ear as in seambay by hand, and web service is recognized.
I couldn't find any info on deploying Web Services using war to jboss, so I assumed
there wouldn't be any differences. I guess my assumption is wrong.
What can be the problem?
Thanks in advance...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101413#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...