You probably want
| <factory name="providerUrl" value="localhost:1099"
scope="stateless" auto-create="true"/>
|
The auto-create means you can use @In instead of @In(create=true).
You can specify a different scope if you want.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079205#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...