[JBoss-user] [Remoting] - Re: JBoss Remoting with JBossAS4.0.2.

2006-04-14 Thread jboss2005_01
Thanks for your reply :-)

Regards,
Kurt

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3937346#3937346

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3937346


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Remoting] - Re: JBoss Remoting with JBossAS4.0.2.

2006-04-13 Thread jboss2005_01
Oke, it was a stupid question :-)
At least the second part. The test-classes are examples, not required classes 
according to the documentation. 
RTFM for the second part of my question thus :-))

But my first question remains, what's the best part to put the JAR libraries 
and which are required to get Remoting up and running?

Kurt

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3937149#3937149

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3937149


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Remoting] - Re: JBoss Remoting with JBossAS4.0.2.

2006-04-13 Thread [EMAIL PROTECTED]
First step would be to be to replace the jboss-remoting.jar as you mentioned.  
Only possible impact this might have is if are using ejb3, which uses remoting 
(otherwise, will have no other impact on JBossAS and even then, should be 
compatible with the newest remoting version).

Next is which config you are using for remoting (transport, serialization, 
etc.).  If using the socket or rmi transport, should not need any other jars.  
If using http, will need to copy tomcat-apr.jar, tomcat-coyote.jar, 
tomcat-http.jar, and tomcat-util.jar to the lib directory.  If using 
jboss-serialization, will also need to add jboss-serialization.jar to lib 
directory.

We have a jira issue to document all this 
(http://jira.jboss.com/jira/browse/JBREM-311), so should have it published 
soon.  Also note, that since the classes are loaded on deman, won't know what 
classes you might be missing until actually make your call (which stinks, but 
is better than having to include all the transport jars when just using socket 
transport).

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3937322#3937322

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3937322


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user