[jboss-user] [J2EE Design Patterns] - application server internal service

2009-07-26 Thread eng_shaheen
I have written ejb project with desktop app to initialize the ejb and call business methods, but now i have been asked to redevelop the client to run as application server service , any idea ? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4246047#4246047

[jboss-user] [J2EE Design Patterns] - Re: How to access ejb from another application

2009-07-26 Thread eng_shaheen
you can try this : http://www.jairrillo.com/blog/2008/04/25/example-of-ejb3-session-bean-using-eclipse-europa-and-jboss/ View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4246048#4246048 Reply to the post :

[jboss-user] [Beginners Corner] - Jboss web service client issue on Netbeans 6.5

2009-06-07 Thread eng_shaheen
i am developing web app that works as web service client , both of web service and the client are hosted on the same instance of JBoss 4.2 but i keep receive error javax.xml.ws.WebServiceException: Cannot dispatch message i am using : j2ee version 1.4, netbeans 6.5 p.s : the web service requires

[jboss-user] [Beginners Corner] - Secured WS call

2009-03-09 Thread eng_shaheen
I am tring to access a secured Web service that requires authentication . but I am getting :com.sun.xml.internal.ws.client.ClientTransportException: request requires HTTP authentication: Unauthorized Please advice View the original post :

[jboss-user] [Beginners Corner] - MQ solution

2009-03-04 Thread eng_shaheen
Hi ALL, I am developing application that requires connectivity to multiple 3rd party servers ,so, some times I may lose the connection with one of those servers . I think then message queuing must be implemented . so, what is the best MQ tech available ?, can use JMS to implement such

[jboss-user] [JBossMQ] - MQ solution

2009-03-01 Thread eng_shaheen
Hi ALL, I am developing application that requires connectivity to multiple 3rd party servers ,so, some times I may lose the connection with one of those servers . I think then message queuing must be implemented . so, what is the best MQ tech available ?, can use JMS to implement such