[JBoss-user] [Microcontainer] - Re: Newbie build issue

2006-03-16 Thread dmelzer
If you are compiling with a 1.4.x JDK, then add the JMX .jars. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3930665#3930665 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3930665

[JBoss-user] [Microcontainer] - cluster-service.xml - MBeans or POJOs in JBoss5

2005-12-16 Thread dmelzer
I am interested in both singleton and farm deployments, so thanks for the info that Microcontainer support for these capabilities is targeted for JBoss5. Looking at the services declared in cluster-service.xml (i.e. org.jboss.ha.framework.server.ClusterPartition,

[JBoss-user] [Microcontainer] - Clustering support services

2005-12-14 Thread dmelzer
Clustering support is mentioned as a project goal on http://www.jboss.com/products/jbossmc I have a JB 4.x based application which uses the following services: jboss:service=${jboss.partition.name:DefaultPartition} jboss:service=Naming jboss:service=HAJNDI jboss:service=invoker,type=jrmp

[JBoss-user] [Microcontainer] - typo in docs\gettingstarted\en\html\standaone.html

2005-11-18 Thread dmelzer
There is a typo in the jboss\microcontainer-1.0.1\docs\gettingstarted\en\html\standalone.html. Change '}' to ')' public static void main(String[] args} throws Exception { StandaloneBootstrap.main(args); // Your stuff here... } View the original post :

[JBoss-user] [Clustering/JBoss] - Re: Steps to configure JBOSS Cluster

2005-08-30 Thread dmelzer
Clustering webinar: https://jboss.webex.com/jboss/onstage/tool/record/viewrecording1.php?EventID=316291951 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3892248#3892248 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3892248

[JBoss-user] [Clustering/JBoss] - Re: Steps to configure JBOSS Cluster

2005-08-30 Thread dmelzer
http://jboss.com/developers/projects/jboss/clustering View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3892255#3892255 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3892255

[JBoss-user] [Clustering/JBoss] - JRMPProxyFactory ProxyFactoryHA

2005-08-29 Thread dmelzer
I've used org.jboss.invocation.jrmp.server.JRMPProxyFactory to provide an RMI proxy to an XMBean. I'd now like to explore introducing a failover capability for my proxy. Is it appropriate to replace JRMPProxyFactory with org.jboss.proxy.generic.ProxyFactoryHA or is there a better approach? I'm