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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...