[JBoss-dev] [Design of JBoss IDE (dev)] - Integration withEclipse Web Tools Platform

2004-12-24 Thread simon.g
Hi, I was wondering whether parts of JBoss IDE will be integrated wiht the eclipse web tools platform project, e.g. will it be possible to use the same server laucher creation wizzards, use the same project layout, ... Since I didn't find any information on the JBoss eclipse IDE roadmap, but

[JBoss-dev] [JBoss Remoting, Unified Invokers] - Re: Compatibility of serialized client invoker classes betwe

2004-10-13 Thread simon.g
Sorry for the delay of my reply - just some last thoughts on this: If the dynamic code loading is not RMI based, it should have means to plugin TLS socket factories to allow server authentication and secure transport. The data which control dynamic classloading should be clearly defined so that

[JBoss-dev] [JBoss Remoting, Unified Invokers] - Compatibility of serialized client invoker classes between J

2004-10-06 Thread simon.g
I am wondering what the JBoss strategy is regarding (de)serialization of client proxy/intercepter etc. between different JBoss versions. Does one always have to use the same JBoss version (major?, minor?) or is there a concept of those serialized objects beeing portable between different JBoss

[JBoss-dev] [JBoss Remoting, Unified Invokers] - Re: Compatibility of serialized client invoker classes betwe

2004-10-06 Thread simon.g
Thanks for the quick answer. I am currently investigating in whether to bind in JNDI EJBs used in a (possibly large set) of independent applicatons. Since those application will never be able to migrate all at the same time to a newer JBoss version, it is very important that the client proxy

[JBoss-dev] [JBoss Remoting, Unified Invokers] - Re: Compatibility of serialized client invoker classes betwe

2004-10-06 Thread simon.g
sorry, didn't mean portable, but to have the same serialVersionUID View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3850542#3850542 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3850542

[JBoss-dev] [JBoss IDE] - JNDI InitalContext configuration outside of EJB test client

2004-08-20 Thread simon.g
Hello Is there a particular reason why in the JBoss IDE 1.3 the EJB test client's JNDI configuration is in the test client code and not in a (generated) jndi.properties file? This way the client could also be used for remote testing on non localhost JBoss instances without modification in the