[JBoss-user] [Messaging, JMS JBossMQ] - Re: client log4j

2005-09-08 Thread Ensonik
anonymous wrote : You guys crack me up. Don't you have something better to do than look at none problems? Which part about DEBUG don't you understand? I have to say, I'm not easily shocked, but when I saw your email address and the way you replied, it made Hani seem a bit more right about you

[JBoss-user] [Messaging, JMS JBossMQ] - Re: ejb-name is acting as jndi name ... driving me insane

2004-06-10 Thread Ensonik
Thanks for the input. I've tried changing the order of the 2 attributes in the jboss.xml, but to no avail. I've tried all the examples I could find by copy-pasting all the code and the problem remains. The MDB is trying to bind itself to a queue named by whatever is found in the ejb-name node

[JBoss-user] [Messaging, JMS JBossMQ] - Re: ejb-name is acting as jndi name ... driving me insane

2004-06-10 Thread Ensonik
Found it! Turns out the code and configuration were fine. It was the way in which x-doclet (or MyEclipse Enterprise Workbench) setup the files in my project. It put jboss.xml outside the META-INF directory (same level), so the container couldn't find it. I put the file inside META-INF and I'm

[JBoss-user] [Messaging, JMS JBossMQ] - ejb-name is acting as jndi name ... driving me insane

2004-06-09 Thread Ensonik
This is really not complicated and I've followed all the instructions, yet this just won't work for me. Trying to get a simple mdb to work: MDB: * @ejb.bean | * name = TestMessageBean | * display-name = TestQueue | * description =