[jboss-dev-forums] [Deployers on JBoss (Deployers/JBoss)] - Re: Remoting 3 deployers

david.lloyd@jboss.com do-not-reply at jboss.com
Tue Jan 29 14:04:33 EST 2008


So what would the configuration actually look like then?

I wanted something like:

  | <endpoint>
  |     <name>DavesEndpoint</name>
  | </endpoint>
  | 

or even:

  | <endpoint name="DavesEndpoint"/>
  | 
...to deploy a simple endpoint.  From the look of the JAXB annotations, it looks like I'd have to make the user do something like this:


  | <javabean class="org.jboss.remoting.deployer.EndpointBean">
  |     <property name="name">DavesEndpoint</property>
  | </javabean>
  | 

Am I totally misunderstanding this?

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

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



More information about the jboss-dev-forums mailing list