[JBoss-user] [Messaging, JMS JBossMQ] - Re: JMS and HTTPServerILService

2004-09-02 Thread [EMAIL PROTECTED]
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

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3847051#3847051

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3847051


---
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=5047alloc_id=10808op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS JBossMQ] - Re: JMS and HTTPServerILService

2004-09-02 Thread skidvd
[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=100, 
UIL_TCPNODELAY_KEY=yes, ClientILService=org.jboss.mq.il.uil2.UILClientILService, 
UIL_PORT_KEY=8093, UIL_BUFFERSIZE_KEY=2048, PingPeriod=6}]
  | [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
  | dependsjboss.mq:service=HTTPInvocationLayer,type=HTTPS/depends
  | 
  | attribute name=ProviderNameHTTPSJMSProvider/attribute
  | attribute name=ProviderAdapterClass
  |   org.jboss.jms.jndi.JNDIProviderAdapter
  | /attribute
  | !-- The queue connection factory --
  | attribute name=QueueFactoryRefHTTPXAConnectionFactory/attribute
  | !-- The topic factory --
  | attribute name=TopicFactoryRefHTTPXAConnectionFactory/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=bbop=viewtopicp=3847103#3847103

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=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=5047alloc_id=10808op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS JBossMQ] - Re: JMS and HTTPServerILService

2004-09-02 Thread [EMAIL PROTECTED]
anonymous wrote : 
  | [junit] 2795 [main]
  | 

Is not an MDB.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3847105#3847105

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3847105


---
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=5047alloc_id=10808op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS JBossMQ] - Re: JMS and HTTPServerILService

2004-09-02 Thread skidvd
No, it is a client that is publishing to a topic that has been looked up via JNDI.  I 
want the publish to occur over HTTPIL, not UIL2.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3847107#3847107

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3847107


---
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=5047alloc_id=10808op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS JBossMQ] - Re: JMS and HTTPServerILService

2004-09-02 Thread [EMAIL PROTECTED]
So lookup(HTTPConnectionFactory) rather than ConnectionFactory.

Pretty basic stuff. Have you read the Getting started guide?

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3847108#3847108

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3847108


---
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=5047alloc_id=10808op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS JBossMQ] - Re: JMS and HTTPServerILService

2004-09-02 Thread skidvd
Aha, that's it.  Yes I have read the guide, but this particular client uses both EJBs 
and pubs to JMS - both are intended to be across HTTPS.  I'm sure that I missing 
something there and that the jndi lookup is wrong - I have been focusing entirely on 
the server side config - which appears to be correct now.

Thanks again for all your help!  I knew I was missing something basic and just needed 
another pair of eyes to point me towards it - when you get so deep in this stuff it's 
easy to loose the forest for the trees.

Thanks again!!!

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3847109#3847109

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3847109


---
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=5047alloc_id=10808op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS JBossMQ] - Re: JMS and HTTPServerILService - still having problems

2004-08-28 Thread skidvd
[EMAIL PROTECTED] wrote : Change the properties on the jms provider to use jndi 
over https.

Adrian:

Unfortunately, I am still not there yet.  I'm sorry for the apparently simple 
questions, but I have been reading everything I can find and digging into this as hard 
as I can for well over a week now and am still not making much progress.  Based on 
your suggestions to date, I am now getting the following exception whenever I try to 
deploy my MDB.

javax.naming.NamingException: Failed to retrieve Naming interface [Root exception is 
java.io.IOException]
at 
org.jboss.naming.HttpNamingContextFactory.getInitialContext(HttpNamingContextFactory.java:69)
at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:662)
at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:243)
at javax.naming.InitialContext.init(InitialContext.java:219)
at javax.naming.InitialContext.(InitialContext.java:195)
at 
org.jboss.jms.jndi.JNDIProviderAdapter.getInitialContext(JNDIProviderAdapter.java:49)
at org.jboss.ejb.plugins.jms.DLQHandler.createService(DLQHandler.java:148)
at 
org.jboss.system.ServiceMBeanSupport.jbossInternalCreate(ServiceMBeanSupport.java:237)
at org.jboss.system.ServiceMBeanSupport.create(ServiceMBeanSupport.java:164)
at 
org.jboss.ejb.plugins.jms.JMSContainerInvoker.innerCreate(JMSContainerInvoker.java:542)
at 
org.jboss.ejb.plugins.jms.JMSContainerInvoker.startService(JMSContainerInvoker.java:764)
at 
org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:271)
at 
org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:221)
at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at 
org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.java:60)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:61)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:53)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:185)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473)
at 
org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:837)



The base of this stack trace shows the following:

Caused by: javax.net.ssl.SSLHandshakeException: 
sun.security.validator.ValidatorException: No trusted certificate found
at com.sun.net.ssl.internal.ssl.BaseSSLSocketImpl.a(DashoA12275)
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.a(DashoA12275)
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.a(DashoA12275)
at com.sun.net.ssl.internal.ssl.SunJSSE_az.a(DashoA12275)
at com.sun.net.ssl.internal.ssl.SunJSSE_az.a(DashoA12275)
at com.sun.net.ssl.internal.ssl.SunJSSE_ax.a(DashoA12275)
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.a(DashoA12275)
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.j(DashoA12275)
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(DashoA12275)
at sun.net.www.protocol.https.HttpsClient.afterConnect(DashoA12275)
at 
sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(DashoA12275)
at 
sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:626)
at 
sun.net.www.protocol.http.HttpURLConnection.getHeaderField(HttpURLConnection.java:1465)
at java.net.URLConnection.getHeaderFieldInt(URLConnection.java:476)
at java.net.URLConnection.getContentLength(URLConnection.java:371)
at 
sun.net.www.protocol.https.HttpsURLConnectionImpl.getContentLength(DashoA12275)
at 
org.jboss.naming.HttpNamingContextFactory.getNamingServer(HttpNamingContextFactory.java:112)
... 107 more
Caused by: sun.security.validator.ValidatorException: No trusted certificate found
at 
sun.security.validator.SimpleValidator.buildTrustedChain(SimpleValidator.java:304)
at 
sun.security.validator.SimpleValidator.engineValidate(SimpleValidator.java:107)
at sun.security.validator.Validator.validate(Validator.java:202)
at 
com.sun.net.ssl.internal.ssl.X509TrustManagerImpl.checkServerTrusted(DashoA12275)
at 
com.sun.net.ssl.internal.ssl.JsseX509TrustManager.checkServerTrusted(DashoA12275)
... 121 more

This obviously indicates an SSL problem and I suspect it is because the Provider is 
not configured in the correct domain?  I cannot seem to figure out how to do this 
correctly through any of the docs or examples so far.  However, there may be other 
problems as well.  Please note that SSL and HTTP using the SSL domain work flawlessly 
on this JBoss instance for 

[JBoss-user] [Messaging, JMS JBossMQ] - Re: JMS and HTTPServerILService

2004-08-28 Thread [EMAIL PROTECTED]
anonymous wrote : 
  | Caused by: javax.net.ssl.SSLHandshakeException: 
sun.security.validator.ValidatorException: No trusted certificate found
  | 

Looks obvious to me:
The server running the mdb doesn't trust the server running jndi.

I suggest you research how ssl works. 
In particular key stores, trust stores and certificate chains.
http://java.sun.com/products/jsse/reference/docs/index.html
or chapter 8 of the admin docs.





View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3846571#3846571

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3846571


---
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=5047alloc_id=10808op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS JBossMQ] - Re: JMS and HTTPServerILService

2004-08-28 Thread skidvd
I figured it would look obvious - however it's apparently not really that simple.  

The server running the MDB and the server running JNDI are one and the same.  I want 
to stress again that I have SSL correctly working for everything BUT this case.  I use 
SSL for HTTP, RMI/SSL, RMI/HTTPS and JNDI/HTTPS without any problems.  What might the 
mssing piece be relative to JMS?  Where is the trust for JMS configured as it does NOT 
appear to recognizing the container trust as specified as a JVM arg at startup?

Thanks again.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3846573#3846573

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3846573


---
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=5047alloc_id=10808op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS JBossMQ] - Re: JMS and HTTPServerILService

2004-08-28 Thread [EMAIL PROTECTED]
You clearly aren't making an effort to read the docs. Your response is too quick.
If you had read the docs, you would have discovered the troubleshooting
section for jsse.

Nor have you used search, otherwise you would have found a previous 
discussion about trust stores in this forum:
http://www.jboss.org/index.html?module=bbop=viewtopict=39049
But, you'll probably find the security forum more enlightening.

Nor is the question JBoss or JMS related. It is basic jdk configuration.

If you would like me to hold your hand, buy a support contract:
http://www.jboss.org/services/index

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3846575#3846575

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3846575


---
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=5047alloc_id=10808op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS JBossMQ] - Re: JMS and HTTPServerILService

2004-08-28 Thread skidvd
Adrian:

I have to very respectfully disagree.

I have read and re-read the JBoss admin docs including Chapters 6 and 8 concerning JMS 
and Security - no not between my last two posts, but over the last week or so.   
Through that docuementation, there are some very helpful samples relative to getting 
SSL connections up and running for RMI and JNDI.  This is what appears to be lacking 
for JMS - and what  I expect many would greatly benefit from.  I will continue to 
read, re-read and work this issue - as I have been for well over a week.  As this 
thread indicates, I have repeatedly offered to dig into this myself, however some 
directional assistance and/or working samples as exist throughout the JBoss docs would 
be most helfpful.  I'm not looking for you to hold my hand, just help guide me in the 
right direction with a little bit of your insight and experience, please.

Thanks again,

Todd

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3846577#3846577

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3846577


---
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=5047alloc_id=10808op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS JBossMQ] - Re: JMS and HTTPServerILService

2004-08-28 Thread [EMAIL PROTECTED]
You don't appear to understand how it works.

If you can't find documentation on how to do it, that is because either:
1) Nobody has done it before
2) Somebody has done it before, but not contributed it back to the community.

There are two options:
A) You can work it out for yourself (and contribute it back to the community)
B) You can get somebody else to trail blaze for you, but that involves somebody
else's *time* which costs money.

If it is important to you, you will spend the money. 
Either on your own time, on my time, or somebody else that has the knowledge.

We give you the code and free docs and provide free help in the forums
for people who are prepared to do the majority of the work themselves.
Anything beyond that, you pay for, we are not a charity.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3846578#3846578

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3846578


---
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=5047alloc_id=10808op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS JBossMQ] - Re: JMS and HTTPServerILService

2004-08-26 Thread [EMAIL PROTECTED]
JMSProviderAdapterJNDIDefaultJMSProvider/JMSProviderAdapterJNDI
uses jnp not https by default when accessing jndi.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3846306#3846306

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3846306


---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS JBossMQ] - Re: JMS and HTTPServerILService

2004-08-26 Thread skidvd
[EMAIL PROTECTED] wrote : 
JMSProviderAdapterJNDIDefaultJMSProvider/JMSProviderAdapterJNDI
  | uses jnp not https by default when accessing jndi.

I had suspected this may be part of the problem.  However, despite significant 
searching, I cannot seem to find any documentation or example that would suggest what 
this (or anything else that  needs to be changed) should be changed to.  What does it 
need to be changed to?  I would greatly appreciate it if you would be able to let me 
know what this needs to be changed to and/or point me to a working sample so that I 
can figure it out myself.  I'm perfectly happy to dig into this; however, despite 
significant digging (perhaps in the wrong places) I'm coming up totally empty handed 
with regards to how to make this work.  Once I get this working, I will be happy to 
add my config mods to Wiki for all else to benefit from.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3846327#3846327

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3846327


---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS JBossMQ] - Re: JMS and HTTPServerILService

2004-08-26 Thread [EMAIL PROTECTED]
Change the properties on the jms provider to use jndi over https.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3846329#3846329

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3846329


---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS JBossMQ] - Re: JMS and HTTPServerILService

2004-08-23 Thread [EMAIL PROTECTED]
Your container-configuration is totally broken. There are no interceptors.
No pooling = no bean instance = NPE.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3845935#3845935

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3845935


---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS JBossMQ] - Re: JMS and HTTPServerILService

2004-08-23 Thread skidvd
[EMAIL PROTECTED] wrote : Your container-configuration is totally broken. There are 
no interceptors.
  | No pooling = no bean instance = NPE.

Adrian:

Thanks for your assistance.  I have modified the container to now be as follows:

  |   container-configuration
  |   container-nameHTTPS Message Driven Bean/container-name
  |   call-loggingtrue/call-logging
  |   
invoker-proxy-binding-namemessage-driven-bean-https/invoker-proxy-binding-name
  |   container-interceptors
  |  
interceptororg.jboss.ejb.plugins.ProxyFactoryFinderInterceptor/interceptor
  |  interceptororg.jboss.ejb.plugins.LogInterceptor/interceptor
  |  
interceptororg.jboss.ejb.plugins.RunAsSecurityInterceptor/interceptor
  |  !-- CMT --
  |  interceptor 
transaction=Containerorg.jboss.ejb.plugins.TxInterceptorCMT/interceptor
  |  interceptor transaction=Container 
metricsEnabled=trueorg.jboss.ejb.plugins.MetricsInterceptor/interceptor
  |  interceptor 
transaction=Containerorg.jboss.ejb.plugins.MessageDrivenInstanceInterceptor/interceptor
  |  !-- BMT --
  |  interceptor 
transaction=Beanorg.jboss.ejb.plugins.MessageDrivenInstanceInterceptor/interceptor
  |  interceptor 
transaction=Beanorg.jboss.ejb.plugins.MessageDrivenTxInterceptorBMT/interceptor
  |  interceptor transaction=Bean 
metricsEnabled=trueorg.jboss.ejb.plugins.MetricsInterceptor/interceptor
  |  
interceptororg.jboss.resource.connectionmanager.CachedConnectionInterceptor/interceptor
  |   /container-interceptors
  |   
instance-poolorg.jboss.ejb.plugins.MessageDrivenInstancePool/instance-pool
  |   instance-cache/instance-cache
  |   persistence-manager/persistence-manager
  |   container-pool-conf
  |  MaximumSize100/MaximumSize
  |   /container-pool-conf
  |   /container-configuration

The good news is that this has removed the NPE.  In fact, I get no exceptions on the 
client or server side.  The bad news is that this does not appear to work either.  If 
I firewall port 8093 (the UIL2) port, I don't get through to the server - the pub 
client just hangs indefinately.  My goal is to have everything go over the 
HTTPServerILServer port (8443) and firewall all else.

What is the correct way to make this container reference the 
jboss.mq:service=InvocationLayer,type=HTTP invoker MBean?  I seem to be missing this 
critical piece of information in the docs.  What else am I missing/do I need to do?

Thanks again for your help!


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3845953#3845953

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3845953


---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user