[jbossts-issues] [JBoss JIRA] (JBTM-1308) JBOSS 7.1 TM Quickstart - Missing JAR Files for org.jboss.narayana.txframework.api.annotation.service.ServiceRequest e Transactional Annotations

Marco Mendes (JIRA) jira-events at lists.jboss.org
Wed Oct 17 13:00:01 EDT 2012


Marco Mendes created JBTM-1308:
----------------------------------

             Summary: JBOSS 7.1 TM Quickstart - Missing JAR Files for org.jboss.narayana.txframework.api.annotation.service.ServiceRequest e Transactional Annotations 
                 Key: JBTM-1308
                 URL: https://issues.jboss.org/browse/JBTM-1308
             Project: JBoss Transaction Manager
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: TxBridge
    Affects Versions: 5.0.0.M1
         Environment: JBOSS 7.1.1; OS/X 10.8
            Reporter: Marco Mendes
            Assignee: Paul Robinson


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.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbossts-issues mailing list