[jboss-user] [JBoss Web Services] - No endpoints in web console
Jacek Dabrowski
do-not-reply at jboss.com
Fri Nov 18 02:32:31 EST 2011
Jacek Dabrowski [http://community.jboss.org/people/jdabrowski] created the discussion
"No endpoints in web console"
To view the discussion, visit: http://community.jboss.org/message/637119#637119
--------------------------------------------------------------
I can't see any of my endpoints in console.
JBoss 7.0.2 with own cxf spring configuration, standalone mode. Example of configuration:
bean annotations:
@WebContext(secureWSDLAccess=false)
@Stateless
@WebService(endpointInterface=<webservice_interface>)
webservice interface annotations:
@WebService
jbossws-cxf.xml:
<beans xmlns=' http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans'
xmlns:xsi=' http://www.w3.org/2001/XMLSchema-instance http://www.w3.org/2001/XMLSchema-instance' xmlns:beans=' http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans'
xmlns:jaxws=' http://cxf.apache.org/jaxws http://cxf.apache.org/jaxws' xmlns:wsa=' http://cxf.apache.org/ws/addressing http://cxf.apache.org/ws/addressing'
xmlns:jms=' http://cxf.apache.org/transports/jms http://cxf.apache.org/transports/jms' xmlns:soap=' http://cxf.apache.org/bindings/soap http://cxf.apache.org/bindings/soap'
xsi:schemaLocation=' http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd http://www.springframework.org/schema/beans/spring-beans.xsd http://cxf.apache.org/transports/jms http://cxf.apache.org/transports/jms http://cxf.apache.org/schemas/configuration/jms.xsd http://cxf.apache.org/schemas/configuration/jms.xsd http://cxf.apache.org/bindings/soap http://cxf.apache.org/bindings/soap http://cxf.apache.org/schemas/configuration/soap.xsd http://cxf.apache.org/schemas/configuration/soap.xsd http://cxf.apache.org/jaxws http://cxf.apache.org/jaxws http://cxf.apache.org/schemas/jaxws.xsd http://cxf.apache.org/schemas/jaxws.xsd'>
<jaxws:endpoint id='<BeanName>'
address='/<jar-name>/<BeanName>'
implementor='<BeanClassWithPackage>'
serviceName='ns0:BeanNameService'
xmlns:ns0=' http:// http://<reversed_bean_package>/'
endpointName='ns1:BeanNamePort'
xmlns:ns1=' http:// http://<reversed_bean_package>/'>
<jaxws:invoker>
<bean class='org.jboss.wsf.stack.cxf.JBossWSInvoker' />
</jaxws:invoker>
</jaxws:endpoint>
</beans>
I can access it by url and it works fine.
Is it a bug or an unimplemented feature?
It would be easier if Heiko updates http://community.jboss.org/docs/DOC-16790 http://community.jboss.org/wiki/SubsystemManagementOperations.
We would know what to expect and what should we report.
btw. now I'm not sure if EJB tab with session beans and message driven beans should be filled (it's empty on my server) or it's not implemented yet.
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/637119#637119]
Start a new discussion in JBoss Web Services at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20111118/b2824edf/attachment.html
More information about the jboss-user
mailing list