"[EMAIL PROTECTED]" wrote : What is the "GenericeConnectionFactory"?
  | 
  | If you mean the connection factory used by the mdb, the jndi name is specified
  | on the jms provider in jms-ds.xml

Oops, my typing skill strike again :)

I meant the GenericConnectionFactory as shown in the following log4j output:

    [junit] 2795 [main] DEBUG 
org.jboss.mq.referenceable.SpyConnectionFactoryObjectFactory  - Extracting 
SpyConnectionFactory from reference
  |     [junit] 2930 [main] DEBUG 
org.jboss.mq.referenceable.SpyConnectionFactoryObjectFactory  - The 
GenericConnectionFactory is: [EMAIL PROTECTED] 
connectionProperties={UIL_ADDRESS_KEY=192.168.123.200, UIL_CHUNKSIZE_KEY=1000000, 
UIL_TCPNODELAY_KEY=yes, ClientILService=org.jboss.mq.il.uil2.UILClientILService, 
UIL_PORT_KEY=8093, UIL_BUFFERSIZE_KEY=2048, PingPeriod=60000}]
  |     [junit] 2944 [main] DEBUG 
com.ensuren.ose.server.results.DiscoveryResultsBeanTestCase  -    ConnectionFactory 
lookup took 190 ms
  |     [junit] 3026 [main] DEBUG org.jboss.mq.Connection  - Setting the clockDaemon's 
thread factory

No matter what I do, I cannot seem to cause the GenericConnectionFactory to return the 
desired HTTPServerIL.

My jms-ds.xml file contains the following:

  <mbean code="org.jboss.jms.jndi.JMSProviderLoader"
  |     
name="jboss.mq:service=JMSProviderLoader,type=https,name=HTTPSJMSProvider,socketType=SSL">
  |     <depends>jboss.mq:service=HTTPInvocationLayer,type=HTTPS</depends>
  | 
  |     <attribute name="ProviderName">HTTPSJMSProvider</attribute>
  |     <attribute name="ProviderAdapterClass">
  |       org.jboss.jms.jndi.JNDIProviderAdapter
  |     </attribute>
  |     <!-- The queue connection factory -->
  |     <attribute name="QueueFactoryRef">HTTPXAConnectionFactory</attribute>
  |     <!-- The topic factory -->
  |     <attribute name="TopicFactoryRef">HTTPXAConnectionFactory</attribute>
  |     <attribute name="Properties">
  |        java.naming.factory.initial=org.jboss.naming.HttpNamingContextFactory
  |        
java.naming.provider.url=https://${jboss.bind.address}:8633/invoker/JNDIFactory
  |     </attribute>
  |   </mbean>

As always, I'd appreciate any assistance in determing what config changes need to be 
made to cause the GenericConnectionFactory to return an HTTPServerIL.

Thanks.

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

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


-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to