[JBoss-user] [JBoss Portal] - Saw exceptions stopping the portal when stopping JBoss serve

2005-06-15 Thread qdotlu
The following exception happens when stopping JBoss server. I am using the latest download of JBoss Portal. 10:46:04,270 ERROR [MainDeployer] Undeployment failed: file:/D:/jboss-4.0.2/serv er/default/deploy/jboss-portal.sar/portal-core.war/WEB-INF/portlet.xml java.lang.NullPointerException

[JBoss-user] [EJB/JBoss] - Re: JBossAS 4.0.2 default ORB instance is not binded to

2005-05-20 Thread qdotlu
"reverbel" wrote : Which JBoss configuration are you using? The "default" server config does not include CORBA/IIOP support. Use the "all" server config. | | Regards, | | Francisco I am new to JBoss, could you let me know how to start the all configuration? Thanks, Qdot View the orig

[JBoss-user] [JNDI/Naming/Network] - JBossAS 4.0.2 default ORB instance is not binded to "java:co

2005-05-20 Thread qdotlu
Per J2EE specification, "All web, enterprise bean, and application client containers are required to provide an ORB instance in the JNDI namespace under the name java:comp/ORB" I am using the following code to try get ahold of the default ORB instance in the EJB code: InitialContext context =

[JBoss-user] [Management, JMX/JBoss] - Re: Does JBoss 4.0.2 has full support of JSR-160 (JMX Remote

2005-05-16 Thread qdotlu
Thanks, Dimitris. It is surprising that not many people voting for this feature, since JSR-160 JMX Remote APIs is already incorporated in J2SE 1.5. Some other application server vendors already support it like WebLogic 9.0. View the original post : http://www.jboss.org/index.html?module=bb&op=

[JBoss-user] [Management, JMX/JBoss] - Does JBoss 4.0.2 has full support of JSR-160 (JMX Remote API

2005-05-13 Thread qdotlu
As title. Thanks. -qdotlu View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877726#3877726 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877726 -

[JBoss-user] [Management, JMX/JBoss] - Re: Does JBoss 4.0.x support JSR-160 (JMX Remote API).

2005-03-11 Thread qdotlu
Is there a road map for the support of JMX Remote API? Thanks, "[EMAIL PROTECTED]" wrote : We don't fully suppor jsr160 yet, but Tom Elrod from the JBossRemoting project is working on this. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869782#3869782 Reply

[JBoss-user] [Management, JMX/JBoss] - Does JBoss 4.0.x support JSR-160 (JMX Remote API).

2005-03-10 Thread qdotlu
If it is supported, which JAR file is the implementation packaged into? Thanks, -Mark View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869646#3869646 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3869646

[JBoss-user] [Management, JMX/JBoss] - Re: GaugeMonitor is not serializable?

2005-02-03 Thread qdotlu
Yes, we could register a empty GaugeMonitor in the client side and then call the "set attribute" methods the populate the content of the GaugeMonitor. But it is not as convenient as populating the content of GaugeMonitor and then create the MBean through RMIAdaptor. It is one remote call versus

[JBoss-user] [Management, JMX/JBoss] - Re: GaugeMonitor is not serializable?

2005-01-27 Thread qdotlu
I want to build an application that I can use a Web GUI in the front end to display all the existing MBeans registered with the MBean server. If I want to create a monitor against one MBean attribute, I have to ask the MBean Server to create one Montior MBean in the client side through RMIAdapto

[JBoss-user] [Management, JMX/JBoss] - GaugeMonitor is not serializable?

2005-01-27 Thread qdotlu
If I created one GaugeMonitor instance from the client side, and set proper values, I am having problem using the RMIAdaptor to register it with a backend JBoss JMX Agent. It was complaining certain field is not Serializable. Other Monitor implementations have the similar problem. Is this a bug

[JBoss-user] [Management, JMX/JBoss] - re-registering of a Monitor doesn't replace the existing one

2005-01-26 Thread qdotlu
If i use the RMIAdaptor to register one GaugeMonitor to the JMX agent, and then register the same GaugeMonitor again, the existing one is not replaced, neither an exception is thrown. If there are Listeners registered with the old instance of GaugeMonitor, the notification will be send by the o