Hi, I'm trying to "upgrade" JBoss service to ejb3. But I have a problem with
node "attribute" from jboss-service.xml. MBean node looks like this:
<mbean code="class" name="name">
| ....some dependencies here....
| <attribute name="someValue">3013</attribute>
| </mbean>
"class" and "name" has correct values. Previously someValue was set by
JBoss using getter from service "class". The question is where to put this
"someValue" in ejb3? Is there any annotation which allows to set service
attribute?
Also, is there any place where all JBoss annotations are described?
Thanks in advance for help.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4263149#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...