[jboss-jira] [JBoss JIRA] Updated: (EJBTHREE-899) WebServiceRef injection from DD doesn't work
Carlo de Wolf (JIRA)
jira-events at lists.jboss.org
Tue Jul 3 11:44:57 EDT 2007
[ http://jira.jboss.com/jira/browse/EJBTHREE-899?page=all ]
Carlo de Wolf updated EJBTHREE-899:
-----------------------------------
Description:
Specifying a service-ref in ejb-jar.xml like this doesn't work.
<?xml version="1.0" encoding="UTF-8"?>
<ejb-jar
xmlns="http://java.sun.com/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
http://java.sun.com/xml/ns/javaee/ejb-jar_3_0.xsd"
version="3.0">
<description>jBoss test application </description>
<display-name>Test</display-name>
<enterprise-beans>
<session>
<ejb-name>StatelessBean</ejb-name>
<service-ref>
<service-ref-name>service/Endpoint3</service-ref-name>
<service-interface>org.jboss.ejb3.test.webservices.jsr181.EndpointInterface</service-interface>
<mapped-name>jbossws-client/service/TestService</mapped-name>
<injection-target>
<injection-target-class>org.jboss.ejb3.test.webservices.jsr181.StatelessBean</injection-target-class>
<injection-target-name>endpoint3</injection-target-name>
</injection-target>
</service-ref>
</session>
</enterprise-beans>
</ejb-jar>
> WebServiceRef injection from DD doesn't work
> --------------------------------------------
>
> Key: EJBTHREE-899
> URL: http://jira.jboss.com/jira/browse/EJBTHREE-899
> Project: EJB 3.0
> Issue Type: Bug
> Affects Versions: AS 4.2.0 CR1
> Reporter: Carlo de Wolf
> Fix For: Branch_4_2
>
>
> Specifying a service-ref in ejb-jar.xml like this doesn't work.
> <?xml version="1.0" encoding="UTF-8"?>
> <ejb-jar
> xmlns="http://java.sun.com/xml/ns/javaee"
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
> http://java.sun.com/xml/ns/javaee/ejb-jar_3_0.xsd"
> version="3.0">
> <description>jBoss test application </description>
> <display-name>Test</display-name>
> <enterprise-beans>
> <session>
> <ejb-name>StatelessBean</ejb-name>
> <service-ref>
> <service-ref-name>service/Endpoint3</service-ref-name>
> <service-interface>org.jboss.ejb3.test.webservices.jsr181.EndpointInterface</service-interface>
> <mapped-name>jbossws-client/service/TestService</mapped-name>
> <injection-target>
> <injection-target-class>org.jboss.ejb3.test.webservices.jsr181.StatelessBean</injection-target-class>
> <injection-target-name>endpoint3</injection-target-name>
> </injection-target>
> </service-ref>
> </session>
> </enterprise-beans>
> </ejb-jar>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list