[JBoss-user] [Clustering/JBoss] - Re: Autodiscovery not working when JBoss run as Windows Serv

2006-05-11 Thread adamwynne
Could someone who has had success running JBoss as a Service in windows recommend the best method for doing it? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3943095#3943095 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&

[JBoss-user] [Clustering/JBoss] - Autodiscovery not working when JBoss run as Windows Service

2006-05-11 Thread adamwynne
I am attempting to run JBoss as a Windows Service using JavaService per the wiki doc: http://wiki.jboss.org/wiki/Wiki.jsp?page=RunJBossAsAServiceOnWindows. I have modified the JavaService installation batch script as necessary and am able to install JBoss as a Service with out any errors. H

[JBoss-user] [Beginners Corner] - Re: Can a remote client call a bean on a private network?

2006-03-16 Thread adamwynne
FIXED! The solution is to use the following annotation in your bean: @RemoteBinding(clientBindUrl="socket://public.host.address:3873") The port 3873 is defined in the file server/all/deploy/ejb3.deployer/META-INF/jboss-service.xml: | | | jboss.aop:service=AspectDeployer |

[JBoss-user] [Beginners Corner] - Re: Can a remote client call a bean on a private network?

2006-03-16 Thread adamwynne
Here is another recent thread with someone having the same problem. I am running the same version of JBOSS and EJB3RC5. There must be a solution for this. [url]http://www.jboss.com/index.html?module=bb&op=viewtopic&t=79325&start=0 [/url] View the original post : http://www.jboss.com/index.ht

[JBoss-user] [Beginners Corner] - Re: Can a remote client call a bean on a private network?

2006-03-16 Thread adamwynne
Hi, Thanks for your response :) Actually, I am attempting to connect to the public interface(by using jnp://public.address.of.headnode in my jndi.properties). However, the initial error message I posted references the private address because that is the interface jboss is deployed to. I now

[JBoss-user] [Installation, Configuration & Deployment] - Re: RMI Invocation Behind Firewall on JBoss 4.0.3

2006-03-15 Thread adamwynne
solomonk, Can you specify how to cause that second port to be fixed? I am having a similar issue. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930510#3930510 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3930510

[JBoss-user] [Beginners Corner] - Re: Can a remote client call a bean on a private network?

2006-03-15 Thread adamwynne
I tried port forwarding again on the head node from the external to internal NIC for all the ports listed in one of the firewall docs: http://docs.jboss.org/jbossas/jboss4guide/r4/html/ch8.chapter.html#d0e21126 But, still no luck. However, now the client is hanging during the ctx.lookup(...) ca

[JBoss-user] [Beginners Corner] - Re: Properties for a remote access to EJB

2006-03-15 Thread adamwynne
You can put the following into a jndi.properties file: java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces java.naming.provider.url=localhost:1099 View the original post : http://www.jboss.com/index.html?module=bb&o

[JBoss-user] [Beginners Corner] - Can a remote client call a bean on a private network?

2006-03-15 Thread adamwynne
My cluster is on a private network. The "head" node has 2 network interfaces, one of them is public. I want to access the cluster remotely via the public network interface. I have a remote jboss client and bean which are very simple. The client does an initialcontext lookup then calls a sess

[JBoss-user] [Messaging, JMS & JBossMQ] - Dependency problem for service running on another node

2006-03-03 Thread adamwynne
I am attempting to set up a Postgres 8 DataSource in a cluster. I am running jboss-4.0.3SP1 with EJB3.0. I have been following the wiki articles ConfigJBossMQDB and JBossMQHAOverview in terms of setting up my PostgresDS and removing the hypersonic one. I am testing this with a simple MDB (dep