Hello,

I have jboss-4.0.3RC1 installed on 2 machines.  I do a "run -c all"
to both and get a cluster of nodes going.  I deploy an MDB to
the farm folder in one and it gets distributed to the other node fine.

I fire up a client to send 10 JMS messages to the MDB queue on
one of the machines.  Some go to the the local machine.  Some
go to the other machine, but an error pops up in the other machine saying
that XAConnectionFactory is not bound.

The client has this for its jndi.properties file:

  | java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory
  | java.naming.factory.url.pkgs=jboss.naming:org.jnp.interfaces
  | java.naming.provider.url=localhost:1100
  | 

It looks up the HAJNDI connection factory like so:

  | ConnectionFactory ref = (ConnectionFactory)jndiContext.lookup 
("XAConnectionFactory");
  | Destination queue = (Destination)jndiContext.lookup("queue/B");
  | 

All other configuration files are just as it came when jboss was
downloaded.

Any help appreciated.

Thanks,
Reggie

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884617#3884617

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3884617


-------------------------------------------------------
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP,
AMD, and NVIDIA.  To register visit http://www.hp.com/go/dualwebinar
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to