I'm trying to run jboss client libraries from .Net using IKVM. So far, i've been able 
to compile all the jboss client jars to .Net dlls (using ikmvc) and the EJB jar i'm 
using as an example.

When it comes to develop a client (in this case using C#), i proceed as usual, that 
is, contacting the naming service, getting a home reference and creating the bean.  
When i run the example, an exception is raised indicanting a failure when retrieving 
stubs from the server. 

I think the problem is related to the fact that in Jboss the EJB stubs are generating 
on the fly and the client automatically downloads them on demand. However, this 
behaviour causes problems with IKVM since this library needs all the java classes in 
advance in order to compile them to .Net assemblies. This problem would be solved if 
the java classes for the EJB stubs (home and remote interface) could be statically 
generated.

So my question is whether it's possible to statically generate EJB stubs in Jboss so 
that they can be compiled to .Net assemblies in this case.

Thanks

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850021#3850021

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3850021


-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to