[jboss-user] [Remoting] - Re: Remoting and seam app

2008-06-16 Thread grolland
Yes, I have special requirement. I have to write a program in embedded C on a ARM processor (UMTS Wavecom modem for M2M apps) to communicate with my JBoss Server (and my App). The API I have supports only TCP Sockets, that's why I want to use Remoting to acess my EJB. So my question is about

[jboss-user] [Remoting] - Re: Remoting and seam app

2008-06-04 Thread grolland
OK, Here is the problem : I can deploy a JBoss Remoting Service in my ear, with an embedded sar (though I have got a ClassNotFoundException at Runtime on my Marshaller, if deployer as a simple sar it works !!). In the Invoke method of my ServerInvocationHandler, I want to access my Business

[jboss-user] [Remoting] - Remoting and seam app

2008-05-23 Thread grolland
Hi, I have a seam application whith ejb3 and i have to acces to this application with a browser (there is no problem here ;) ), and with a simple socket (telnet, etc). How do I acces my EJB with my server handler and how do i package my sar, and my ear ?? thanks for your response, View