Hi Yoav -

Thank you so much for your replies, you are obviously a very kind indvidual
who spends a lot of time helping people on this forum.

My jar is in WEB-INF lib for my application, not common lib.
As for the contents of wlclient.jar, as opposed to a class list, I'm
including a list of packages.  I can include classes if it will help you,
but don't want to clog everyones inbox.

javax\ejb - maybe 20 classes
javax\ejb\deployment - 6 classes
javax\ejb\spi\ - 1 class
javax\transaction\ - ~ 12 classes
javax\transaction\xa\ - 3 classes
org\omg\CosTransactions\ - ~ 30 classes
org\omg\CSI\ - ~ 40 classes
org\omb\CISIIOP\ - ~ 15 classes
org\omg\GSSUP\ - 2 classes
org\omg\IIOP\ - 4 classes

a large slew of weblogic\corba weblogic\ejb20 weblogic\j2eeclient
weblogic\jndi weblogic\kernel weblogic\rmi weblogic\security
weblogic\transaction weblogic\util classes.

There are a ton of classes in the weblogic folders and I'm not sure it's
worth my time to try to see which ones implement JMX functionality.  I've
taken to trying to create a custom jar file with only the classes that my
application needs, hopefully I won't run into anything required that also
creates the JMX conflict.  Any other insight you can provide would be
greatly appreciated.

Brian





Brian Scott
Web Application Specialist
NCGi
850.219.5159  (Mainline Office)
850.891.8066 (City of Tallahassee Office)
850.322.2410 (Cellular)


                                                                                       
                                                
                      "Shapira, Yoav"                                                  
                                                
                      <[EMAIL PROTECTED]        To:       "Tomcat Users List" <[EMAIL 
PROTECTED]>                          
                      .com>                    cc:                                     
                                                
                                               Subject:  RE: tomcat 5 initiating jndi 
lookup to weblogic 8.1 / save my soul!           
                      02/11/2004 09:07                                                 
                                                
                      AM                                                               
                                                
                      Please respond to                                                
                                                
                      "Tomcat Users                                                    
                                                
                      List"                                                            
                                                
                                                                                       
                                                
                                                                                       
                                                





Howdy,

>I have an application service which would like to communicate with
weblogic
>8.1 using JMS.  If I include the wlcient.jar in my webapps/app
name/lib/
>directory, I get a cascade of errors on tomcat start up (strack trace
>below).  If I do not include wlclient in the lib directory, I get
>NoClassDefFoundException (s) for classes that exist in that .jar.

The place for the jar is the WEB-INF/lib directory of your webapp, not
common/lib (unless you're setting this up in server.xml, which I suggest
you NOT do, at least for now).

In the past, the Weblogic jar had a bunch of other classes that caused
conflicts, including JMX implementations.  What does your weblogic
client jar contain?

Yoav Shapira



This e-mail, including any attachments, is a confidential business
communication, and may contain information that is confidential,
proprietary and/or privileged.  This e-mail is intended only for the
individual(s) to whom it is addressed, and may not be saved, copied,
printed, disclosed or used by anyone else.  If you are not the(an) intended
recipient, please immediately delete this e-mail from your computer system
and notify the sender.  Thank you.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




This e-mail and files transmitted with it are confidential, and are
intended solely for the use of the individual or entity to whom this e-mail
is addressed.  If you are not the intended recipient, or the employee or
agent responsible to deliver it to the intended recipient, you are hereby
notified that any dissemination, distribution or copying of this
communication is strictly prohibited.  If you are not one of the named
recipient(s) or otherwise have reason to believe that you received this
message in error, please immediately notify sender by e-mail, and destroy
the original message.  Thank You.

This e-mail and files transmitted with it are confidential, and are
intended solely for the use of the individual or entity to whom this e-mail
is addressed.  If you are not the intended recipient, or the employee or
agent responsible to deliver it to the intended recipient, you are hereby
notified that any dissemination, distribution or copying of this
communication is strictly prohibited.  If you are not one of the named
recipient(s) or otherwise have reason to believe that you received this
message in error, please immediately notify sender by e-mail, and destroy
the original message.  Thank You.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to