I am studying EJB 3 and there is one thing, that I cannot understand yet. In EJB 2.x in entity beans there is method named ejbRemove. I can override it and do some work when entity is been removed. For example I can send JMS messages to registered subscribers. And how can I do the same in EJB 3.0? I could send messages from session facade, but what should I do if entity is removed by cascade? Entity must be serializable because it will be used remotely.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3969110#3969110
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3969110
Have a freshly deployed appliacation. it has a login, during which it sets up user name in the session, and shows it on the page - this part works fine.
on the top of it, there's a menu:
Account Details |
LOGOUT
declared in struts-config as follows:
but no matter which od the above i choose, it will try to run the login action, fail it, and show the login screen.
WHY?!?!?! (actions exist and so do the .jsp's)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3969108#3969108
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3969108
Thanks for responding.
Well this is exactly what I was trying to do: the standard eclipse way of showing available methods, but this does not work. First I thought it had something to do with the AspectJ interation in my eclipse installation but this does not work from a fresh eclipse installation either.
Regarding the TreeCache being in classpath, it is there and I had mentioned that F3 does take me to the class definition of TreeCache.
Then I tried JBoss Cache IDE 1.0 and created a new JBoss Cache Project and this work fine from there.
It does not make sense to me why it does not work from base eclipse.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3969105#3969105
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3969105