[jboss-dev-forums] [Design of POJO Server] - Re: profileservice-testTopic-service.xml deployment failures

scott.stark@jboss.org do-not-reply at jboss.com
Thu Nov 20 02:11:58 EST 2008


I cleaned up the deployment code in the test layer to properly cleanup the failed test as this was causing every other test to fail due to the previous incomplete deployment.

We either need
- a fix from messaging, not likely as the code is ready to go out the door
- exclude this property
- use a demand state="Configured" depends:

  | <bean name="HAJNDI"  class="org.jboss.ha.jndi.HANamingService">
  | ...
  |   <property name="distributedTreeManager">
  |    <bean class="org.jboss.ha.jndi.impl.jbc.JBossCacheDistributedTreeManager">
  |       <property name="clusteredCache"><inject bean="HAPartitionCacheHandler" property="cache"/></property>
  |       <demand state="Configured">HAPartition</demand>
  |     </bean>
  |   </property>
  | 
I don't think we have mapped this type of dependency onto mbean services, but I'll check.


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4190732#4190732

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4190732



More information about the jboss-dev-forums mailing list