BillTC wrote:
>Hello All,
>I am using jboss2.1 I have deployed a Ejb which have a list of all clients 
>interfaces client is a SwingUI  but when I register to the server I am 
>getting an error like below:
>What I am trying
>Here what basicly I am trying to do is . When my Swing Application is 
>executed it registers its interface known to the server through ejb calls 
>. At some point in time my ejb can call back the swing an assign some work.
>
>---------------------------------------------error------------------------------------
>java.lang.reflect.UndeclaredThrowableException: 
>java.lang.ClassNotFoundException
>: com.ub.adminswing.PutTaskImpl_Stub (no security manager: RMI class 
>loader disabled)

See
   http://list.working-dogs.com/lists/ejboss/1999/ejboss%2012-06-99?99

I got this functionality by having the EJB publish a JMS message each time 
an entity bean is updated or created. The Swing application receives the 
JMS message and knows it's time to update its data model.

-- Ken Jenks, http://abiblion.com/

    Tools for reading.


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to