PDA

View Full Version : JBoss Messaging


linnuxxy
07-24-2007, 11:30 AM
I need to connect C# clients to JBoss JMS broker (JBoss Messaging).

I tried to build jboss-messaging-client.dll using ikvm using this command

E:\java\jboss\messaging>ikvmc -reference:E:\java\ikvm34\bin\IKVM.GNU.Classpath.dl l -reference:E:\java\activemq411\Spring.Messaging.Nms-20070320-1632\lib\Net\2.0
\S*.dll jboss-messaging-client.jar

but I get this error

Error: referenced assembly produced the following loader exceptions:
Method 'ConfigureObject' in type 'MyContext2' from assembly 'Spring.Core.Tests,
Version=0.1.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.
Method 'ConfigureObject' in type 'MyContext2' from assembly 'Spring.Core.Tests,
Version=0.1.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.
Method 'ConfigureObject' in type 'Spring.Context.MockDefaultApplicationContext'
from assembly 'Spring.Core.Tests, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.
Method 'get_IsTemplate' in type 'Spring.Objects.Factory.UnsupportedObjectDefinitio nImplementation' from assembly 'Spring.Core.Tests, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.
Could not load type 'Spring.Util.MethodInvoker' from assembly 'Spring.Core, Version=1.1.0.2, Culture=neutral, PublicKeyToken=null'.
Method 'ConfigureObject' in type 'Spring.MockConfigurableObjectFactory' from assembly 'Spring.Core.Tests, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null'
does not have an implementation.
Method 'ConfigureObject' in type 'Spring.MockObjectFactory' from assembly 'Spring.Core.Tests, Version=0.1.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.

Anyone can help me to get this done?

Erich Eichinger
07-27-2007, 01:36 AM
Hi,

try removing Spring.Core.Tests.dll from the lib directory.

-Erich