[JBoss-user] [HTTPD, Servlets & JSP] - Re: Unable to get connection, DataSource invalid:

2005-04-01 Thread lekkim
I had the same problem today but found the answer in the DataSourceUtil class of the Jakarta implementation of JSTL. The problem is that the SQL function looks for the DataSource in the "java:comp/env" namespace where as your datasource probably is in the "java:" namespace. Mine was anyways. Th

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Debugging the JBoss JMS Subsystem

2005-03-23 Thread lekkim
I you have the source you should be able to enable remote debugging when starting JBoss and then connect the Eclipse debugger to the running JBoss instance. I found this example on google... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871256#3871256 Rep

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Deferred use of JMSReplyTo / Destination.toString()

2005-03-21 Thread lekkim
"[EMAIL PROTECTED]" wrote : If you cannot maintain the javax.jms.Destination object | you can do session.createQueue(...) from Queue.getQueueName() | provided you are talking to the same jms server. | Yeah I figured as much since the interface doesn't extend java.io.Serializable... The que

[JBoss-user] [Messaging, JMS & JBossMQ] - Deferred use of JMSReplyTo / Destination.toString()

2005-03-20 Thread lekkim
I have a scenario where I need to store the JMSReplyTo from a JMS message for later use. When I look at the Message.getJMSReplyTo() the returned Destination (Queue/Topic) has two methods I could use: - toString (example value: QUEUE.lekkim/nitram/bocaj) - getQueueName (example value: lekkim

[JBoss-user] [Persistence & CMP/JBoss] - entity-command part of transaction ?

2004-04-14 Thread lekkim
Hi all. I am using entity-commands to generate primary keys for my entities but are having a hard time finding out whether the query to get the next primary key (via the entity-command) is part of the same transaction as the actual entity create() call. My requirement is using a sequence of nu

[JBoss-user] [Installation & Configuration] - Re: How to configure multiple Mail MBeans ?

2004-02-16 Thread lekkim
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821666#3821666 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821666 Do a mail-service.xml (with different names of cause) for each and change the jndi name. You may also