3 Replies Latest reply on Nov 2, 2009 1:31 AM by jaikiran

    Service from ejb2 to ejb3

    pawel.doctor

      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.