[JBoss-user] [Management, JMX/JBoss] - Re: problem adding notification listener from remote client

2005-02-07 Thread mjea
Ok. How do I export the NitificationClient as a RMI service, then ? If I skip the 'bind' action, then I get The NullPointerException back. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3865558#3865558 Reply to the post : http://www.jboss.org/index.html?modu

[JBoss-user] [Management, JMX/JBoss] - Re: problem adding notification listener from remote client

2005-02-04 Thread mjea
I didn't find any example of remote RMINotificationListener in adminDevel guide (nor in wiki's or faq's). However I tried to register the listener as a rmi service. So I made my listener extend UnicastRemoteObject and I added this code: | public TestMain() { | try{ | /*if (Syst

[JBoss-user] [Management, JMX/JBoss] - problem adding notification listener from remote client

2005-02-01 Thread mjea
Hi all, I've got a NullPointerException while using the addNotificationListener API in RMIAdaptor with JBoss 3.2.6. I first tried the example code from the admin and development guide and this works well, so I suppose the RMI adaptor is correctly configured. The exception occurs while register

[JBoss-user] [JBoss.NET] - Re: Axis EJB provider not registered with JBoss 3.2.6

2004-11-16 Thread mjea
Tell me if I'm wrong, but there are some features I need that are missing in WS4J: - web service session: we have a complex and costly login phase to determine the user profile. This phase is much more complex than what the J2EE security mechanisms offer. This is done by an Axis handler that ca

[JBoss-user] [JBoss.NET] - Re: Axis EJB provider not registered with JBoss 3.2.6

2004-11-14 Thread mjea
Thank you. I replaced the old handler

[JBoss-user] [JBoss.NET] - Axis EJB provider not registered with JBoss 3.2.6

2004-11-03 Thread mjea
Hi, I try to call an EJB from a client using axis web services. So I defined java:EJB as the Axis provider. All this work fine with JBoss 3.2.3. But I decided to switch to 3.2.6 and I have this kind of errors: No provider type matches QName '{http://xml.apache.org/axis/wsdd/providers/java}EJB'