[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=bbop=viewtopicp=3913269#3913269

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3913269


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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=bbop=viewtopicp=3912653#3912653

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3912653


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 ?jmsRemote-ds.xml? in the folder 
default\server\default\deploy\jms with the following context ( of course, I set 
the real computer name instead of remotehost):

  | ?xml version=1.0 encoding=UTF-8?
  | connection-factories
  | mbean code=org.jboss.jms.jndi.JMSProviderLoader
  |name=jboss.mq:service=JMSProviderLoader,name=RemoteJBossMQProvider
  |   
  | attribute name=ProviderNameRemoteJMSProvider/attribute
  | 
  | attribute name=ProviderUrljnp://remotehost:1099/attribute
  | attribute name=ProviderAdapterClass
  | org.jboss.jms.jndi.JBossMQProvider
  | /attribute
  | 
  | attribute name=QueueFactoryRefXAConnectionFactory/attribute
  | attribute name=TopicFactoryRefXAConnectionFactory/attribute
  | /mbean
  | 
  |   
  |   tx-connection-factory
  |   jndi-nameRemoteJmsXA/jndi-name
  |   xa-transaction/
  |   adapter-display-nameJMS Adapter/adapter-display-name
  |   config-property name=JMSProviderAdapterJNDI
  |
type=java.lang.StringRemoteJMSProvider/config-property
  |   config-property name=SessionDefaultType
  |
type=java.lang.Stringjavax.jms.Topic/config-property
  |
  |   
security-domain-and-applicationJmsXARealm/security-domain-and-application
  | /tx-connection-factory
  | 
  | /connection-factories


Unfortunately, I get the following exception:


  | 2005-05-22 17:31:50,488 INFO  [org.jboss.system.ServiceConfigurator] 
Problem configuring service 
jboss.mq:name=RemoteJBossMQProvider,service=JMSProviderLoader
  | org.jboss.deployment.DeploymentException: No Attribute found with name: 
ProviderUrl
  | at 
org.jboss.system.ServiceConfigurator.configure(ServiceConfigurator.java:340)
  | at 
org.jboss.system.ServiceConfigurator.internalInstall(ServiceConfigurator.java:160)
  | at 
org.jboss.system.ServiceConfigurator.install(ServiceConfigurator.java:114)
  | at 
org.jboss.system.ServiceController.install(ServiceController.java:200)
  | at sun.reflect.GeneratedMethodAccessor46.invoke(Unknown Source)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | at java.lang.reflect.Method.invoke(Method.java:324)
  | at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
  | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
  | at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
  | at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:242)
  | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:642)
  | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176)
  | at $Proxy4.install(Unknown Source)
  | at org.jboss.deployment.SARDeployer.create(SARDeployer.java:208)
  | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  | at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | at java.lang.reflect.Method.invoke(Method.java:324)
  | at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
  | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
  | at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
  | at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:242)
  | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:642)
  | at 
org.jboss.mx.util.JMXInvocationHandler.invoke(JMXInvocationHandler.java:272)
  | at $Proxy32.create(Unknown Source)
  | at org.jboss.deployment.XSLSubDeployer.create(XSLSubDeployer.java:217)
  | at org.jboss.deployment.MainDeployer.create(MainDeployer.java:889)
  | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:745)
  | at org.jboss.deployment.MainDeployer.addDeployer(MainDeployer.java:339)

PLEASE HELP!
Best regards,
   Michael


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3878678#3878678

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3878678


---
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412alloc_id=16344op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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.beginLoadTask(LoadMgr3.java:292)
  | at 
org.jboss.mx.loading.RepositoryClassLoader.loadClassImpl(RepositoryClassLoader.java:463)
  | at 
org.jboss.mx.loading.RepositoryClassLoader.loadClass(RepositoryClassLoader.java:374)
  | at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
  | at 
org.jboss.util.loading.DelegatingClassLoader.loadClass(DelegatingClassLoader.java:77)
  | at 
org.jboss.mx.loading.LoaderRepositoryClassLoader.loadClass(LoaderRepositoryClassLoader.java:78)
  | at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
  | at 
org.jboss.util.loading.DelegatingClassLoader.loadClass(DelegatingClassLoader.java:77)
  | at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
  | at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
  | at java.lang.Class.forName0(Native Method)
  | at java.lang.Class.forName(Class.java:219)
  | ...
  | 

The following code throws the same exception:

Thread t = Thread.currentThread();
  | ClassLoader cl = t.getContextClassLoader();
  | Class toRun = cl.loadClass(Simple);

I found the topic on the issue, but it deals with JBoss 3.2.3 and the 
presentation layer:

http://www.jboss.org/index.html?module=bbop=viewtopict=45602

Please help!
Best regards,
   Michael




View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3866453#3866453

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3866453


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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=bbop=viewtopicp=3866457#3866457

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3866457


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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=bbop=viewtopicp=3866470#3866470

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3866470


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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=bbop=viewtopicp=3866496#3866496

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3866496


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user