MDB with SwiftMQ

2001-12-20 Thread David Shepherd

Has anyone got a MDB working with SwiftMQ?  I've followed the documentation but am 
getting the following error on deployment...

Auto-unpacking \home\modules\jms_tests\dist\jms-tests.ear... done.
Error instantiating application 'jms-tests' at 
file://e:/home/modules/jms_tests/dist/jms-tests.ear: resource-provider cl
ass 'com.evermind.server.deloyment.ContextScanningResourceProvider' not found

I noticed that 'deployment' is spelt 'deloyment' in the error message, is this a bug 
or just a typo?

I extracted ContextScanningResourceProvider from orion.jar rather than compiling it 
myself.  I'm not sure where to package this class, should it be in the ejb-jar? or in 
the general app jar?

If anyone has this working can you please post your bean deployment config files.

My setup is as follows
- Cygwin on Win NT 4.0 
- Orion 1.5.2
- SwiftMQ 2.1.3
- JDK 1.3.1

Thanks
Dave
-- 
David Shepherd
[EMAIL PROTECTED]





__
Your favorite stores, helpful shopping tools and great gift ideas. Experience the 
convenience of buying online with Shop@Netscape! http://shopnow.netscape.com/

Get your own FREE, personal Netscape Mail account today at http://webmail.netscape.com/





Re: MDB with SwiftMQ

2001-12-20 Thread Mike Cannon-Brookes

It looks like you've typo'ed the name of the resource provider in your
orion-application.xml. Are you sure you didn't list it as
com.evermind.server.deloyment.ContextScanningResourceProvider there?

Chees,
Mike
 
Mike Cannon-Brookes :: [EMAIL PROTECTED]

Atlassian :: http://www.atlassian.com
 Supporting YOUR J2EE World


On Fri, 2001-12-21 at 03:38, David Shepherd wrote:
 Has anyone got a MDB working with SwiftMQ?  I've followed the documentation but am 
getting the following error on deployment...
 
 Auto-unpacking \home\modules\jms_tests\dist\jms-tests.ear... done.
 Error instantiating application 'jms-tests' at 
file://e:/home/modules/jms_tests/dist/jms-tests.ear: resource-provider cl
 ass 'com.evermind.server.deloyment.ContextScanningResourceProvider' not found
 
 I noticed that 'deployment' is spelt 'deloyment' in the error message, is this a bug 
or just a typo?
 
 I extracted ContextScanningResourceProvider from orion.jar rather than compiling it 
myself.  I'm not sure where to package this class, should it be in the ejb-jar? or in 
the general app jar?
 
 If anyone has this working can you please post your bean deployment config files.
 
 My setup is as follows
 - Cygwin on Win NT 4.0 
 - Orion 1.5.2
 - SwiftMQ 2.1.3
 - JDK 1.3.1
 
 Thanks
 Dave
 -- 
 David Shepherd
 [EMAIL PROTECTED]
 
 
 
 
 
 __
 Your favorite stores, helpful shopping tools and great gift ideas. Experience the 
convenience of buying online with Shop@Netscape! http://shopnow.netscape.com/
 
 Get your own FREE, personal Netscape Mail account today at 
http://webmail.netscape.com/
 
 
-- 
Cheers,
Mike

-