[JBoss-user] [Beginners Corner] - Re: javax.naming.NameNotFoundException

2005-03-24 Thread Viseu_Prodigy
Oh... strange... my XML declaration has disappeared with the post.. iÂll trie to post again ConnectionFactory QueueConnectionFactory View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871536#3871536 Reply to the post : http://www.jboss.org/index.htm

[JBoss-user] [Beginners Corner] - Re: javax.naming.NameNotFoundException

2005-03-24 Thread Viseu_Prodigy
Hi, I need to get the QueueConnectionFactory using the JNDI "QueueConnectionFactory" instead "ConnectionFactory". Adrian, when you posted your reply, you were thinking in something like: QueueConnectionFactory ConnectionFactory ? With that declaration, the QueueConnectionFactory s

[JBoss-user] [Installation & Configuration] - Re: JDom + JBoss3.2.6

2004-12-02 Thread Viseu_Prodigy
Sorry.. its not server/lib, is jbossXXX/lib. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857156#3857156 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857156 ---

[JBoss-user] [Installation & Configuration] - Re: JDom + JBoss3.2.6

2004-12-02 Thread Viseu_Prodigy
I solved it with a very bad action: i removed jaxen.jar from server/lib. This is very weird... i know that my app can invoke the jdom methods but when it invoke the jaxen method it gave me the exception. I think this is because my app is using jaxen.jar from server/lib. The weird thing is that i

[JBoss-user] [Installation & Configuration] - JDom + JBoss3.2.6

2004-11-30 Thread Viseu_Prodigy
Hello, IÂve an application wich uses jdom but when i deploy it into JBoss 3.2.6 or 3.2.7RC1 i get an exception at run-time when i use something from jdom, like: java.lang.NoClassDefFoundError: org/jdom/Text. What i donÂt understand is that i can i copy the jar in JBoss in any place and nothing