[ 
https://issues.apache.org/jira/browse/AMQ-4030?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13451318#comment-13451318
 ] 

Claus Ibsen commented on AMQ-4030:
----------------------------------

This seems to not be a bug, as its your responsibility to provide the supported 
JARs you need when deploying as a WAR.

In Tomcat you would need the JMS and JTA APIs, and possible a few others. And 
that is why you can use the J2EE.JAR which have all these APIs included. 
Otherwise you can grab the various APIs using the spec JARs, such as for JMS, 
JTA, etc.
                
> Tomcat7 with ActiveMQ-5.6 or ActiveMQ-5.7 starts with error
> -----------------------------------------------------------
>
>                 Key: AMQ-4030
>                 URL: https://issues.apache.org/jira/browse/AMQ-4030
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: Broker
>    Affects Versions: 5.6.0
>         Environment: Tomcat 7 + Hibernate 3.0
>            Reporter: nimmi
>            Priority: Critical
>             Fix For: 5.7.0
>
>
> We just moved from ActiveMQ-5.4.3 to ActiveMQ-5.7 and notice that Tomcat 
> starts with errors saying - "A session has not been opened".We are using 
> Hibernate 3 as our persistence layer.We did not get these errors with 
> ActiveMQ-5.4.3.We managed to fix this by copying j2ee.jar to the Tomcat 
> classpath.Just want to know if any class has been removed/deprecated from 
> ActiveMQ-5.6 and 5.7 and if copying j2ee.jar to Tomcat classpath is the only 
> solution.

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

Reply via email to