[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Getting the username and password from a ConnectionToken

2004-06-03 Thread jdepons
Adrian, I appologize for re-posting, but I still have not found a solution. Your first response was helpful, but did not solve my problem. The answer you gave in the previous post states "But the user/password have been discarded by the time you send messages (replaced with a security tok

[JBoss-user] [Messaging, JMS & JBossMQ] - Getting the username and password from a ConnectionToken

2004-06-02 Thread jdepons
I have created a JMS Interceptor and would like to get the username and password of the user that is sending the JMS request. In the Interceptor there is a connection token availble that contains the ClientID and SessionID. Is there any way to use this information to get the username and pass

[JBoss-user] [Messaging, JMS & JBossMQ] - Adding header properies prior to insertion in queue

2004-06-01 Thread jdepons
I would like to add a header property prior to messages being inserted into a jms queue. The problem is that I do not have control over the client application. Is there any way on the server side to recieve the jms message from the client, run some code to add the property, and then continue

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Applying security policy - slow on windows

2004-04-16 Thread jdepons
I should add that I am using jboss 3.2.3 on windows. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831011#3831011 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3831011

[JBoss-user] [Messaging, JMS & JBossMQ] - Applying security policy - slow on windows

2004-04-16 Thread jdepons
I am creating temporary queues at run time, and am using an MBean call to apply the security policy. On windows sytems the server.invoke() call can take anywhere from 10-30 seconds. I don't see the same issue on Linux. Is there an alternative (native) way to make this call, or a way to spee

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Slow initial request of JSPs using jboss-3.2.1_tomcat-4.

2004-04-14 Thread jdepons
I am also seeing the same behavior (45+ seconds to compile a jsp). The problem only seems to occur on windows. On linux the jsp compile time is 4-5 seconds. Why does it take 20x as long to compile a jsp on windows. Any help is appreciated. jd View the original post : http://www.jboss.org/

[JBoss-user] [HTTPD, Servlets & JSP] - Re: JasperException: Unable to compile class for JSP

2004-04-14 Thread jdepons
Set the JAVA_HOME property to point at your SDK so that jasper can find the compiler. You don't need the j2ee SDK I have run tomcat in the past on a JRE. Are you saying that the SDK is required to run tomcat? I am getting the same error, but do not want to make the client download the SDK if

[JBoss-user] [Installation & Configuration] - Re: Shutdown JBoss 3.2.3 using the minimal configuration + J

2004-04-12 Thread jdepons
Some service is missing. I am having the same problem, did you find a solution. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830228#3830228 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3830228 --

[JBoss-user] [Installation & Configuration] - Re: shutdown in default minimal configuration?

2004-04-12 Thread jdepons
I am having the same problem. A a required service is missing from the config. Did you find a solution for this? Thanks, Jeff View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830227#3830227 Reply to the post : http://www.jboss.org/index.html?module=bb&op=po

[JBoss-user] [Messaging, JMS & JBossMQ] - Rejecting external access to some jms queues

2004-03-15 Thread jdepons
I have 2 JMS queues (A and B). I would like to allow external access via rmi to queue A, and reject external RMI access to queue B since it is only used by an application running in the same JVM. Can I set these access settings with JBOSS MQ. Up to this point it seems that if I make RMI acce