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
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
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
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
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
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=
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