Uploaded image for project: 'JBoss Transaction Manager'
  1. JBoss Transaction Manager
  2. JBTM-1308

JBOSS 7.1 TM Quickstart - Missing JAR Files for org.jboss.narayana.txframework.api.annotation.service.ServiceRequest e Transactional Annotations

    XMLWordPrintable

Details

    • Bug
    • Resolution: Won't Do
    • Major
    • None
    • 4.17.0.M1/5.0.0.M1
    • TxBridge
    • None

    Description

      I couldn't find the JAR files for the two classes below. I have tried maven dependencies, Nexus repository and also the JBOSS TM 5.0 libraries.

      import org.jboss.narayana.txframework.api.annotation.service.ServiceRequest;
      import org.jboss.narayana.txframework.api.annotation.transaction.Transactional;

      The code excerpt is here:
      @Transactional //By default bridge from WS-AT to JTA
      @Stateless
      @Remote(RestaurantServiceAT.class)
      @WebService(serviceName = "RestaurantServiceATService", portName = "RestaurantServiceAT", name = "RestaurantServiceAT", targetNamespace = "http://www.jboss.org/narayana/quickstarts/wsat/simple/Restaurant")
      @SOAPBinding(style = SOAPBinding.Style.RPC)
      @TransactionAttribute(TransactionAttributeType.MANDATORY) // default is REQUIRED
      public class RestaurantServiceATImpl implements RestaurantServiceAT {
      ....

      @WebMethod
      @ServiceRequest
      public void makeBooking(int numSeats) {

      ....

      Are these annotations (@Transactional/@ServiceRequest) deprecated? If not, which libraries contain these classes.

      Attachments

        Activity

          People

            paul.robinson@redhat.com Paul Robinson
            marco.mendes Marco Mendes (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: