So you are suggesting to incapsulate bussiness logic in EJB beans and maybe to use JMX on top of EJB?
What about adaptors for different protocols that I need to use, they need to be MBeans because they have to catch every user request...
Also, If the above assumptions are correct,If an user request is catched by an JMX adaptor and then forwarded to EJB beans, how JMX MBean can handle multi user requests?
Thanks a lot, Mircea
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3993571#3993571
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3993571
Hey,
thank you for fast reply.
Yes, the destroy method is also in the interface.
It is declared like:
anonymous wrote :
| @Local
| @Remote
| public interface UserFacade {
|
| public String getUsername();
| public void setUsername(String username);
|
| public String getPassword();
| public void setPassword(String password);
|
| public String login();
|
| public void destroy();
| }
|
Regards
---
Joachim
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3993569#3993569
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3993569
Hi Brian,
(First I apologize for spelling your name wrong the first time ;-))
You're absolutely right that this error only happens when setting
the granularity to FIELD and the marshal flag true. Just checked
it again with ATTRIBUTE and no errors what so ever. Must have
overlooked the fact that this aspect worked, since the whole
clustering doesn't work for me with other granularity than FIELD
(but that's another story, won't bother you with that).
Thanks for your help so far!
Regards,
Lau
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3993568#3993568
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3993568