What is the SEAM way of accessing variables created in the start tasks? Currently I am
doing the following:
CustomerBean cust = (CustomerBean)
arg0.getContextInstance().getVariable("cust");
Is that right? If I use @In annotation the variable is always null. Please advise.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970189#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...