[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

Paul Robinson (JIRA) jira-events at lists.jboss.org
Thu Oct 18 03:29:01 EDT 2012


     [ https://issues.jboss.org/browse/JBTM-1308?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Robinson resolved JBTM-1308.
---------------------------------

    Resolution: Rejected


Marco,

As I said in the reply to your email, can you post this to the forum please? Here's the link again: https://community.jboss.org/en/jbosstm?view=discussions

I can help you out, but the forum is the place to do it as it allows other developers, with the same problem, to benefit from our discussion. It also allows other community members to reply, meaning that you could get a faster answer.




                
> 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