[JBoss-user] [JBoss Messaging] - Re: Reducing the JBoss Server to JMS

2006-05-08 Thread arvinder
See http://www.jboss.com/index.html?module=bb&op=viewtopic&t=80627&postdays=0&postorder=asc&start=10 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3941935#3941935 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3941935

[JBoss-user] [Microcontainer] - Jboss-4.0.3SP1 & microcontainer-1.0.2

2006-04-24 Thread arvinder
Hi I have build a sar and written an MBean that wraps and starts and MC Standalone bootstrap class. When using jboss-4.0.3SP1 & microcontainer-1.0.2, there are java.lang.NoSuchMethodError exceptions that are related to jbossxb, please refer to http://www.jboss.com/index.html?module=bb&op=viewto

[JBoss-user] [JBoss Messaging] - Re: Problem with JBoss Messaging installation

2006-04-10 Thread arvinder
Use the 4.0.4 CR2 release from http://labs.jboss.com/portal/jbossas/download and jdk1.5, just get the full download and unzip it. I had the same issue with the previous release, but using the release above and the automated message server creation, should work, well it did for me. View the orig

[JBoss-user] [Microcontainer] - Re: JMX integration

2006-04-06 Thread arvinder
Hi there anonymous wrote : | "[EMAIL PROTECTED]" wrote: | JBoss Microcontainer is decoupled from JMX and is just POJOs. | I realise this hence my question regarding a pojo wrapper or factory for the mbean server. I looked at jboss-head last night and was under the impression jboss 5.0 wi

[JBoss-user] [Microcontainer] - Re: JMX integration

2006-04-05 Thread arvinder
Hi Bill Is there currently a pojo wrapper for the jmx mbean server ? The reason I ask is the requirement of running jboss-messaging standalone without JBoss AS, since jboss-messaging depends on jboss-remoting + the mbean server. I'm actually loking at this http://jira.jboss.com/jira/browse/JB

[JBoss-user] [Microcontainer] - Re: Example bootstrap/kernel configuration

2006-04-05 Thread arvinder
I think this is what i am after http://docs.jboss.org/nightly/microkernel/docs/gettingstarted/en/html/standalone.html View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935136#3935136 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=

RE: [JBoss-user] share stateful session beans

2003-12-04 Thread Arvinder Singh
I *think* Danny implied: { // what ever your store is private static store = .getInstance(); public void store(String key, Object value) throws RemoteException { store.put(key, value); } } -Original Message- From: Pedro Salazar [mail