One approach would be to require explicit declaration of all context variables. Many
scripting languages have this as an option for global variables. So in components.xml, you
could write:
| <variables implicit="none">
| <variable name="bar"/>
| <variable name="foo" scope="conversation"
type="Foo"/>
| </variables>
|
This would eliminate problems of misspellings, and reduce problems of namespace conflicts
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972857#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...