The API says about InvocationContext class:
"Essentially we can carry ANYTHING from the client to the server, we keep a series of
redifined variables and method calls to get at the pointers. But really it is just a
repository of objects."
http://docs.huihoo.com/javadoc/jboss/4.0.1-sp1/server/org/jboss/invocatio...
How can I accomplish this!?
Binding parameters into the context and adding an interceptor in order to inject the
parameter!?
context.bind("lingua", "portugues");
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074560#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...