[JBoss-user] Using a JBOSS DataSource Outside of JBOSS

2002-12-03 Thread Ed Saikali
Hi,

Is it possible to use a JBOSS data source outside JBOSS, is there a way
to put the JBOSS data source in the public part of the JNDI Tree?

Thanks
Ed


---
This SF.net email is sponsored by: Microsoft Visual Studio.NET
comprehensive development tool, built to increase your
productivity. Try a free online hosted session at:
http://ads.sourceforge.net/cgi-bin/redirect.pl?micr0003en
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



[JBoss-user] Configuring a non XA JMS Connection Factory

2002-11-03 Thread Ed Saikali
Hi,

How do I tell jboss that my JMS provider does not support XA. I am
trying to use Fiorano with JBOSS and Fiorano does not support XA.My
problem is that the JBOSS JMS plugin gets a class cast exception because
it thinks that the ConnectionFactory it got from the Fiorano JNDI is an
XAConnectionFactory when it is only a ConnectionFactory. 
Here is my bean. 

 !--  For Fiorano Adapter Written -- 
 mbean code=org.jboss.jms.jndi.JMSProviderLoader
name=jboss.mq:service=JMSProviderLoader,name=FioranoAdapter
  attribute name=ProviderNameFioranoJMSProvider/attribute 
  attribute
name=ProviderAdapterClassFioranoAdapter/attribute 
  attribute name=QueueFactoryRefprimaryQCF/attribute 
  attribute name=TopicFactoryRefprimaryTCF/attribute 
  attribute
name=ProviderUrlhttp://localhost:1856/attribute 
  /mbean



 mbean code=org.jboss.jms.jndi.JMSProviderLoader
 name=jboss.mq:service=JMSProviderLoader,name=JBossMQProvider
attribute name=ProviderNameDefaultJMSProvider/attribute
attribute name=ProviderAdapterClass
  org.jboss.jms.jndi.JBossMQProvider
/attribute
attribute
name=QueueFactoryRefjava:/XAConnectionFactory/attribute
attribute
name=TopicFactoryRefjava:/XAConnectionFactory/attribute
  /mbean

Thanks
Ed 


---
This SF.net email is sponsored by: ApacheCon, November 18-21 in
Las Vegas (supported by COMDEX), the only Apache event to be
fully supported by the ASF. http://www.apachecon.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user