[jboss-dev-forums] [Design of POJO Server] - Re: Why do Topic/Queue descriptors need extra metadata in or

alesj do-not-reply at jboss.com
Fri Nov 21 08:50:47 EST 2008


"alesj" wrote : 
  | But what would be a good place to add this?
  | We need to know that context has passed Instantiate state - to match class name.
  | 
  | This would be pretty trivial to add as a bean with callbacks
  | if only callbacks could get a hold of ControllerContext that triggered callback. :-)
It is trivial. :-)

We could do it same way we do @JMX.
e.g.

  |    <lifecycle-instantiate xmlns="urn:jboss:aop-beans:1.0"
  |                name="MOCAdding"
  |                class="org.jboss.managed.MOCAdding"
  |                classes="org.jboss.jms.server.destination.QueueService">
  |    </lifecycle-instantiate>
  | 

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

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



More information about the jboss-dev-forums mailing list