[jboss-user] [JBossWS] - Re: Use

2008-10-09 Thread pandatao
Hi Richard, Thank you for your reply! I have two more questions: 1. In my current project package there is no web.xml. Where should I put a new web.xml? The following is the structure of my ear file. I have tried to put the WEB-INF/web.xml on the same level of the two META-INF folders, but it

[jboss-user] [JBoss Cache: Core Edition] - Re: Start JBossCache MBeans in a Web Service Project

2008-10-08 Thread pandatao
Hi genman, Thanks for your response! I think I haven't well explained my question. Actually my problem is that I'd like to use a simillar context listener in a web service project, just as the ServletContextListener has done in a web application (WAR). The package structure of a web service

[jboss-user] [JBossWS] - Use context listener in Web Service as ServletContextList

2008-10-08 Thread pandatao
Dear forum, Currently I am working on a J2EE/JBoss web service project. I'd like to use a simillar context listener in a web service project, just as the ServletContextListener has done in a web GUI application (WAR). The package structure of a web service project is different from a web

[jboss-user] [JBoss Cache: Core Edition] - Start JBossCache MBeans in a Web Service Project

2008-10-07 Thread pandatao
Dear forum, Currently I am working on a J2EE/JBoss project. In the web service call I'd like to call an initiated JBoss Cache MBean object. From the following ref link I learned how to start the JBoss Cache MBean from a web application (WAR), but no hint about how to start JBoss Cache MBean