Yes, this is correct.
To get information about what clustered services are deployed on what nodes, you can try looking in the jmx-console at mbean jboss:service=DistributedReplicantManager,partitionName=DefaultPartition
>From there you can invoke on the listContent() or listXmlContent() operations. It's a bit of a black art to interpret that output, but each clustered EJB should show up there. Distributable webapps won't appear though, as they don't use that service.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4130237#4130237
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4130237
I am trying to port/migrate my WebShpere based application to JBOSS and followed thru Wiki examples - work with MQ.
Application has 1 MDB let say childMDB which listen on Q_IN and parent of this MDB say parentMDB is an abstract class with one method to send message further.In ejb-jar.xml & jboss.xml - defined childMDB.
Problem comes when I drop the message in queue the log reflects error with respect to Parent Class - NoClassDefFoundError-parentMDB.
Just like wiki example(MDB) I bundle everything in jar file instead of .ear or .war file.
Am I missing something in deployment descriptor or issue with class loader?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4130232#4130232
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4130232
I am trying to port/migrate my WebShpere based application to JBOSS and followed thru Wiki examples - work with MQ.
Application has 1 MDB let say childMDB which listen on Q_IN and parent of this MDB say parentMDB is an abstract class with one method to send message further.In ejb-jar.xml & jboss.xml - defined childMDB.
Problem comes when I drop the message in queue the log reflects error with respect to Parent Class - NoClassDefFoundError-parentMDB.
Just like wiki example(MDB) I bundle everything in jar file instead of .ear or .war file.
Am I missing something in deployment descriptor or issue with class loader?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4130231#4130231
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4130231
Hey Chris,
Thanks for being there to help look into this issue. I'm doing everything I can to get my company to go with JBoss instead of IBM Web$$$phere for the project we are working on.
Hopefully I will be able to show them enough positive results from Jboss to get them to think twice before forking out tens of thousands on an portal server. Incidentally, if anyone has any good talking points that I could use, I would most definitely bring those up during our discussions.
Its good to know that you guys are here and are helpful and responsive to the people who are putting your software to use.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4130227#4130227
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4130227