Just put 3.2.0RC2 up on our test server (Apple Xserve, Apple Java 1.3.1) and
when deploying an MDB called JakeEmailBean, I see several messages in
regards to XAConnectionFactory:

2003-02-19 16:34:23,665 WARN  [org.jboss.system.ServiceController] Problem
starting service jboss.j2ee:jndiName=local/JakeEmailBean,service=EJB
javax.naming.NameNotFoundException: XAConnectionFactory not bound

That's just one of them... This bean has the folloing entry in jboss.xml:

<message-driven>
<ejb-name>JakeEmailBean</ejb-name>
<configuration-name>Standard Message Driven Bean</configuration-name>
<destination-jndi-name>queue/intranetQueue</destination-jndi-name>
</message-driven>

and in ejb-jar.xml:

<message-driven>
  <ejb-name>JakeEmailBean</ejb-name>
  <ejb-class>com.jacobstern.ejb.mdb.EmailBean</ejb-class>
  <transaction-type>Bean</transaction-type>
  <acknowledge-mode>Auto-acknowledge</acknowledge-mode>
  <message-driven-destination>
      <destination-type>javax.jms.Queue</destination-type>
      <subscription-durability>NonDurable</subscription-durability>
  </message-driven-destination>
  <resource-ref>
      <res-ref-name>Mail</res-ref-name>
      <res-type>javax.mail.Session</res-type>
      <res-auth>Container</res-auth>
  </resource-ref>
</message-driven>

So, I don't see anywhere to mess with the XAConnectionFactory bit.

Any ideas?



-------------------------------------------------------
This SF.net email is sponsored by: SlickEdit Inc. Develop an edge.
The most comprehensive and flexible code editor you can use.
Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial.
www.slickedit.com/sourceforge
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to