[jboss-user] [JCA/JBoss] - Re: JBossMessageEndpointFactory ClassNotFoundException when

2007-04-25 Thread michele.curioni
Hi there,

I tried your project, and it works fine for me too on both version of jboss 
(4.0.2 and 4.2.0)

I cannot see any difference in the structure of the ear nor in the descriptors.

Is there anything else we can try?

Thanks,
Michele



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

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4040484
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JCA/JBoss] - Re: JBossMessageEndpointFactory ClassNotFoundException when

2007-04-25 Thread [EMAIL PROTECTED]
Nothing really jumps out at me. The only thing I can think of is if your 
listener interface is referencing classes that cannot be found. Can you check 
this? 


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

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4040793
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JCA/JBoss] - Re: JBossMessageEndpointFactory ClassNotFoundException when

2007-04-20 Thread [EMAIL PROTECTED]
4.0.2 (no patches applied) works without error as well. 

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

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4039188
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JCA/JBoss] - Re: JBossMessageEndpointFactory ClassNotFoundException when

2007-04-20 Thread [EMAIL PROTECTED]
If you can send me your email I can forward you the project I am using to test 
this. Maybe we can find the difference between the two. 

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

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4039189
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JCA/JBoss] - Re: JBossMessageEndpointFactory ClassNotFoundException when

2007-04-19 Thread michele.curioni
Hi there,
I'd rather avoid deploying the rar separately, because it needs quite a few 
things that are part of the ear.  I don't want to have to deploy many different 
files.

I give you more details about the content of the ear:

- InputDriver.jar contains the message-listener interface, as well as other 
classes needed by the rar
- InputDriver.rar is the resource adapter
- RawProtocolService.jar contains the MDB that implements the message-listener 
interface, and its manifest points to InputDriver.jar in this way: Class-Path: 
InputDriver.jar

jboss.xml for the MDB is this:

?xml version=1.0 encoding=UTF-8?
!DOCTYPE jboss PUBLIC -//JBoss//DTD JBOSS 4.0//EN 
http://www.jboss.org/j2ee/dtd/jboss_4_0.dtd;

  enterprise-beans

  ejb-nameMyApp/RawProtocolService/ejb-name
  jndi-nameMyApp/RawProtocolService/jndi-name
  local-jndi-nameMyApp/RawProtocolServiceLocal/local-jndi-name
  method-attributes
  /method-attributes


message-driven
  ejb-nameMyApp/RawProtocolRoutingMDBean/ejb-name
  resource-adapter-nameMyApp.ear#InputDriver.rar/resource-adapter-name
/message-driven
  /enterprise-beans
   assembly-descriptor/
   resource-managers/


Thanks,
Michele

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

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038791
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JCA/JBoss] - Re: JBossMessageEndpointFactory ClassNotFoundException when

2007-04-19 Thread [EMAIL PROTECTED]
I ran a simple test with your configuration and I am not seeing the error. 

What version of JBoss are you using? 

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

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038833
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JCA/JBoss] - Re: JBossMessageEndpointFactory ClassNotFoundException when

2007-04-19 Thread michele.curioni
I'm using 4.0.2.

Did you try to deploy, stop the MDB with JMX console, and restart it?

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

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038914
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JCA/JBoss] - Re: JBossMessageEndpointFactory ClassNotFoundException when

2007-04-19 Thread [EMAIL PROTECTED]
Yes. 

I did not test against 4.0.2, I used 4.2. I will set that up. 




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

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038919
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JCA/JBoss] - Re: JBossMessageEndpointFactory ClassNotFoundException when

2007-04-18 Thread [EMAIL PROTECTED]
As a test could you try the following:

1) Move the RAR out of the EAR file and deploy it as a standalone adapter
2) Keep the jar with the message-listener-type in the RAR file standalone 
deployment.
3) Deploy the MDB either in an EAR or as a standalone ejb jar file. 

Thanks.


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

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038533
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JCA/JBoss] - Re: JBossMessageEndpointFactory ClassNotFoundException when

2007-04-18 Thread [EMAIL PROTECTED]
Also, could you post your jboss.xml file that you are using to tie the MDB to 
the adapter. 



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

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038534
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JCA/JBoss] - Re: JBossMessageEndpointFactory ClassNotFoundException when

2007-04-18 Thread [EMAIL PROTECTED]
Also, make sure the jar that contains the message-listener is reference from 
the MANIFEST.MF of your ejb.jar file as well for the internal EAR deployment.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038604
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user