I have got an MBean created like the JNDIMap example. Unfortunately one of my classes implements
HttpSessionBindingListener, which is included in the Tomcat-jars (using JBoss 3.2.5 with Tomcat). In addition my sar-archive is deployed before tomcat and the HttpSessionBindingListener class could not be found. My first approach was to use the j2ee.jar in my sar-archive but that seems to create an conflict with the ones from tomcat!? The next was to use the depends tag in the mbean deployment descriptor. But this doesn't work either or I make any mistakes... My MBean is a standard MBean with its own Interface, should I use one extended from StandardServices instead? Any help is appreciated View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849983#3849983 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849983 ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
