Hey this is a very important question for our development team. Any help would
be much appreciated.
Thanks
Charlie
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884063#3884063
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=r
Right now we have JBoss running as a window's service using Java Service. Our
problem is that the JBoss service's status goes to started before all of the
JBoss services have actually come up.
The progress monitor dialog comes and goes very quickly. Mainly that's because
the progress monito
That's right. Window's services can't interact with the desktop unless they
are explicitly allowed to do so. Goto services from Control Panel. In the
windows services UI right click > Properies on the service you want to change.
Choose the Log On tab, choose local system account, and check
I need a little guidance on porting an older RMI application to JBoss. Today I
have a server that is comprised on mainly RMI objects. I'm trying to move this
server into JBoss and eventually to J2EE, but right now I'm just trying to get
the server into JBoss. As it stands I have created a MBe
I have some legacy C++ systems that I would like to integrate with JMS. I see that
the HTTP/SOAP connector allows for non-Java programs to post messages to the JMS
server, but what about receiving the messages from a JMS server? Can you reverse the
SOAP/HTTP connector so it sends SOAP messages