[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Configuration of SonicMQ 6.1 and JBoss version 4.0.x

2005-12-17 Thread michaelf
Hey, After I have solved an issue alone, I have found the solution at JBossWiki. http://wiki.jboss.org/wiki/Wiki.jsp?page=IntegrationWithSonicMQ Best regards, Michael View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913269#3913269 Reply to the post : http:

[JBoss-user] [Messaging, JMS & JBossMQ] - Configuration of SonicMQ 6.1 and JBoss version 4.0.x

2005-12-14 Thread michaelf
Hi! Can any one help with the configuration of SonicMQ 6.1 and JBoss versions 4.0.2 or 4.0.3? Any help will be appreciated. Best regards, Michael View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912653#3912653 Reply to the post : http://www.jboss.com/in

[JBoss-user] [Messaging, JMS & JBossMQ] - Failing to create the remote JMS provider (JBoss 4.0.0).

2005-05-22 Thread michaelf
Hi! I am trying to create the remote JMS provider in JBoss 4.0.0 without success. PLEASE HELP! I am trying to work according to the section 6.4. Specifying the MDB JMS Provider Of document http://docs.jboss.org/jbossas/jboss4guide/r1/html/ch6.chapt.html I have created a new file with a name ?j

[JBoss-user] [Installation & Configuration] - Re: JBoss 4.0 Dynamic runtime loading (Class.forName) proble

2005-02-14 Thread michaelf
THANK YOU VERY MUCH! The problem was the packaging!!! Best regards, Michael View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3866496#3866496 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3866496 --

[JBoss-user] [Installation & Configuration] - Re: JBoss 4.0 Dynamic runtime loading (Class.forName) proble

2005-02-14 Thread michaelf
Yes, the session bean is packaged within a jar file, the jar itself is then packaged in the ear. The class 'Simple' is in the same archive as the session bean. Best regards, Michael View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3866470#3866470 Reply to the

[JBoss-user] [Installation & Configuration] - Re: JBoss 4.0 Dynamic runtime loading (Class.forName) proble

2005-02-14 Thread michaelf
Hi! I have one EAR. This EAR contains the stateless session bean and the Simple class. I am trying to create Simple from the stateless session bean How should I package the files? Best regards, Michael View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3866457

[JBoss-user] [Installation & Configuration] - JBoss 4.0 Dynamic runtime loading (Class.forName) problem

2005-02-14 Thread michaelf
Hi!! I am trying to use the following simple reflection code in the business logic layer: Class toRun = Class.forName("Simple"); Unfortunately, I have the following exception: | java.lang.ClassNotFoundException: No ClassLoaders found for: Simple | at org.jboss.mx.loading.LoadMgr3.beginL