[jboss-user] [EJB 3.0 Users] - Service from ejb2 to ejb3

pawel.doctor do-not-reply at jboss.com
Fri Oct 30 07:37:52 EDT 2009


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#4263149

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4263149



More information about the jboss-user mailing list