[JBoss JIRA] Created: (JBAS-3509) org.jboss.test.cache.bean.MBeanUnitTestCase because "ejb" is not bound
by Jaroslaw Kijanowski (JIRA)
org.jboss.test.cache.bean.MBeanUnitTestCase because "ejb" is not bound
----------------------------------------------------------------------
Key: JBAS-3509
URL: http://jira.jboss.com/jira/browse/JBAS-3509
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Test Suite
Affects Versions: JBossAS-5.0.0.Beta
Environment: win xp
Reporter: Jaroslaw Kijanowski
org.jboss.test.cache.bean.MBeanUnitTestCase because "ejb" is not bound because of missing xml files.
Resolve:
Copy following xml files to testsuite\src\resources\cache\META-INF
************
ejb-jar.xml:
************
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN" "http://java.sun.com/dtd/ejb-jar_2_0.dtd">
<ejb-jar >
<description><![CDATA[No Description.]]></description>
<display-name>Generated by XDoclet</display-name>
<enterprise-beans>
<!-- Session Beans -->
<session >
<description><![CDATA[]]></description>
<ejb-name>CacheObjectMeanTester</ejb-name>
<home>org.jboss.test.cache.bean.CacheObjectMeanTesterHome</home>
<remote>org.jboss.test.cache.bean.CacheObjectMeanTester</remote>
<ejb-class>org.jboss.test.cache.bean.CacheObjectMeanTesterBean</ejb-class>
<session-type>Stateless</session-type>
<transaction-type>Container</transaction-type>
</session>
<session >
<description><![CDATA[Proxy to the TreeCache MBean.]]></description>
<ejb-name>test/TreeCacheTester</ejb-name>
<home>org.jboss.test.cache.bean.TreeCacheTesterHome</home>
<remote>org.jboss.test.cache.bean.TreeCacheTester</remote>
<ejb-class>org.jboss.test.cache.bean.TreeCacheTesterBean</ejb-class>
<session-type>Stateful</session-type>
<transaction-type>Container</transaction-type>
</session>
<session >
<description><![CDATA[Proxy to the TreeCacheAop MBean.]]></description>
<ejb-name>test/TreeCacheAopTester</ejb-name>
<home>org.jboss.test.cache.bean.TreeCacheAopTesterHome</home>
<remote>org.jboss.test.cache.bean.TreeCacheAopTester</remote>
<ejb-class>org.jboss.test.cache.bean.TreeCacheAopTesterBean</ejb-class>
<session-type>Stateful</session-type>
<transaction-type>Container</transaction-type>
</session>
<session >
<description><![CDATA[EJB proxy to the TreeCache MBean service.]]></description>
<ejb-name>test/TreeCacheMBeanTester</ejb-name>
<home>org.jboss.test.cache.bean.TreeCacheMBeanTesterHome</home>
<remote>org.jboss.test.cache.bean.TreeCacheMBeanTester</remote>
<ejb-class>org.jboss.test.cache.bean.TreeCacheMBeanTesterBean</ejb-class>
<session-type>Stateful</session-type>
<transaction-type>Container</transaction-type>
</session>
<session >
<description><![CDATA[Proxy to the TreeCacheAop MBean.]]></description>
<ejb-name>test/TreeCacheAopMBeanTester</ejb-name>
<home>org.jboss.test.cache.bean.TreeCacheAopMBeanTesterHome</home>
<remote>org.jboss.test.cache.bean.TreeCacheAopMBeanTester</remote>
<ejb-class>org.jboss.test.cache.bean.TreeCacheAopMBeanTesterBean</ejb-class>
<session-type>Stateful</session-type>
<transaction-type>Container</transaction-type>
</session>
<!--
To add session beans that you have deployment descriptor info for, add
a file to your XDoclet merge directory called session-beans.xml that contains
the <session></session> markup for those beans.
-->
<!-- Entity Beans -->
<!--
To add entity beans that you have deployment descriptor info for, add
a file to your XDoclet merge directory called entity-beans.xml that contains
the <entity></entity> markup for those beans.
-->
<!-- Message Driven Beans -->
<!--
To add message driven beans that you have deployment descriptor info for, add
a file to your XDoclet merge directory called message-driven-beans.xml that contains
the <message-driven></message-driven> markup for those beans.
-->
</enterprise-beans>
<!-- Relationships -->
<!-- Assembly Descriptor -->
<assembly-descriptor >
<!--
To add additional assembly descriptor info here, add a file to your
XDoclet merge directory called assembly-descriptor.xml that contains
the <assembly-descriptor></assembly-descriptor> markup.
-->
<!-- finder permissions -->
<!-- finder permissions -->
<!-- finder permissions -->
<!-- finder permissions -->
<!-- finder permissions -->
<!-- transactions -->
<container-transaction >
<method >
<ejb-name>test/TreeCacheTester</ejb-name>
<method-name>*</method-name>
</method>
<trans-attribute>Supports</trans-attribute>
</container-transaction>
<container-transaction >
<method >
<ejb-name>test/TreeCacheAopTester</ejb-name>
<method-name>*</method-name>
</method>
<trans-attribute>Supports</trans-attribute>
</container-transaction>
<container-transaction >
<method >
<ejb-name>test/TreeCacheMBeanTester</ejb-name>
<method-name>*</method-name>
</method>
<trans-attribute>Supports</trans-attribute>
</container-transaction>
<container-transaction >
<method >
<ejb-name>test/TreeCacheAopMBeanTester</ejb-name>
<method-name>*</method-name>
</method>
<trans-attribute>Supports</trans-attribute>
</container-transaction>
<!-- finder transactions -->
</assembly-descriptor>
</ejb-jar>
************
************
jboss.xml
************
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE jboss PUBLIC "-//JBoss//DTD JBOSS 3.0//EN" "http://www.jboss.org/j2ee/dtd/jboss_3_0.dtd">
<jboss>
<enterprise-beans>
<!--
To add beans that you have deployment descriptor info for, add
a file to your XDoclet merge directory called jboss-beans.xml that contains
the <session></session>, <entity></entity> and <message-driven></message-driven>
markup for those beans.
-->
<session>
<ejb-name>CacheObjectMeanTester</ejb-name>
<jndi-name>test/CacheObjectMeanTester</jndi-name>
</session>
<session>
<ejb-name>test/TreeCacheTester</ejb-name>
<jndi-name>ejb/test/TreeCacheTester</jndi-name>
</session>
<session>
<ejb-name>test/TreeCacheAopTester</ejb-name>
<jndi-name>test/TreeCacheAopTester</jndi-name>
</session>
<session>
<ejb-name>test/TreeCacheMBeanTester</ejb-name>
<jndi-name>ejb/test/TreeCacheMBeanTester</jndi-name>
</session>
<session>
<ejb-name>test/TreeCacheAopMBeanTester</ejb-name>
<jndi-name>ejb/test/TreeCacheAopMBeanTester</jndi-name>
</session>
</enterprise-beans>
<resource-managers>
</resource-managers>
</jboss>
***************
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 1 month
[JBoss JIRA] Created: (JBAS-5019) Turn ClusterNode into an interface
by Brian Stansberry (JIRA)
Turn ClusterNode into an interface
----------------------------------
Key: JBAS-5019
URL: http://jira.jboss.com/jira/browse/JBAS-5019
Project: JBoss Application Server
Issue Type: Task
Security Level: Public (Everyone can see)
Components: Clustering
Reporter: Brian Stansberry
Assigned To: Brian Stansberry
Priority: Minor
Fix For: JBossAS-5.0.0.Beta3
ClusterNode leaks the JGroup IpAddress class via getOriginalJGAddress. AFAICT the only code that uses that method is ClusterPartition. So, look into making ClusterNode an interface that doesn't expose getOriginalJGAddress(). ClusterPartition can use the method on the implementing class, which it controls.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 1 month
[JBoss JIRA] Created: (JBREM-746) need to be able to tell ServerInvokerServlet to use the platform MBean server
by John Mazzitelli (JIRA)
need to be able to tell ServerInvokerServlet to use the platform MBean server
-----------------------------------------------------------------------------
Key: JBREM-746
URL: http://jira.jboss.com/jira/browse/JBREM-746
Project: JBoss Remoting
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Affects Versions: 2.2.0.SP4
Reporter: John Mazzitelli
Assigned To: Ron Sigal
Right now, ServerInvokerServlet assumes the MBeanServer where it can find the server invoker is the JBoss MBeanServer.
See the comments in ServerInvokerServlet.getMBeanServer()
It would be nice to be able to tell it to not use the MBeanServer whose default domain is "jboss", but rather we should be able to tell it (via servlet init params) either:
a) the name of the MBeanServer's default domain (in case I want to use my own, not the jboss one)
or
b) a flag to indicate it should use the Java5 platform MBeanServer (java.lang.management.ManagementFactory.getPlatformMBeanServer())
Workaround is for customers to write their own subclass of ServerInvokerServlet, override the getMBeanServer method to find the appropriate one.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 1 month