[JBoss-user] [Messaging, JMS JBossMQ] - Re: ClassDefNotFound when deploying MDB in EAR

2004-06-23 Thread laverite
I found the answer at the post below.  I was missing saxpath.jar from the classpath 
and this resulted in the error.  Thanks to all for taking the time to look into this.  

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

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

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


---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS JBossMQ] - Re: ClassDefNotFound when deploying MDB in EAR

2004-06-21 Thread laverite
Yes,  jaxen-full.jar in in the:  
 
$JBOSS_HOME/server/default/lib

directory.still no luck, any other suggestions?

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

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


---
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS JBossMQ] - Re: ClassDefNotFound when deploying MDB in EAR

2004-06-21 Thread genman

If you deploy the .jar file in the lib directory and still don't have luck, then I bet 
either the .jar is corrupted (which can happen if it's been in CVS or FTPd), 
permissions issue, or you're not running the default deployment.

Try to run a test program using the .jar file in the lib directory.  Also, when you 
are assembling the .jar file with the EJB, use this sort of ANT jar command:


  

  
  


the .jar would contain lib/comm.jar, for example...

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

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


---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS JBossMQ] - Re: ClassDefNotFound when deploying MDB in EAR

2004-06-19 Thread StephaneNicoll
Have you tried to put in the server's lib directory?

$JBOSS_HOME/server/default/lib if you're using the default server.

You can also declare your lib with a java module inside application.xml


  jaxen-full.jar


Regards,

Stephane

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

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


---
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user