[ 
https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12758606#action_12758606
 ] 

Delos Dai commented on GERONIMODEVTOOLS-595:
--------------------------------------------

This is caused by the schema definition. Fix it with #817971 for 2.1.5 branch 
and #817975 for trunk

Due to JIRA 510,  the openejb-jar-2.2.xsd has been added to validate the ejb 
deployment plan. There may be other potential issues about the schema. So leave 
the JIRA open, in case other problems found in this schema.

> open-ejb scheme can't identify 
> "<web-service-address>ADD_CUSTOM_URL</web-service-address>" element
> --------------------------------------------------------------------------------------------------
>
>                 Key: GERONIMODEVTOOLS-595
>                 URL: 
> https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-595
>             Project: Geronimo-Devtools
>          Issue Type: Bug
>          Components: eclipse-plugin
>         Environment: os:winxp
> eclispe: 3.5
>            Reporter: viola.lu
>            Assignee: Delos Dai
>            Priority: Minor
>
> 1.Create an ejb project, and follow 
> http://cwiki.apache.org/GMOxDOC22/developing-a-jax-ws-ejb-stateless-session-bean-web-service.html
>  to develop an ejb web service app
> When modify openejb-jar.xml with 
> <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
> <ns4:openejb-jar xmlns="http://geronimo.apache.org/xml/ns/j2ee/connector-1.2";
> xmlns:ns2="http://geronimo.apache.org/xml/ns/deployment-1.2"; 
> xmlns:ns3="http://geronimo.apache.org/xml/ns/naming-1.2"; 
> xmlns:ns4="http://openejb.apache.org/xml/ns/openejb-jar-2.2"; 
> xmlns:ns5="http://openejb.apache.org/xml/ns/pkgen-2.1"; 
> xmlns:ns6="http://geronimo.apache.org/xml/ns/j2ee/application-2.0"; 
> xmlns:ns7="http://geronimo.apache.org/xml/ns/security-2.0"; 
> xmlns:ns8="http://geronimo.apache.org/xml/ns/j2ee/web-2.0.1"; 
> xmlns:ns9="http://java.sun.com/xml/ns/persistence"; 
> xmlns:ns10="http://geronimo.apache.org/xml/ns/j2ee/application-client-2.0";>
>     <ns2:environment>
>         <ns2:moduleId>
>             <ns2:groupId>org.apache.geronimo.samples.jaxws</ns2:groupId>
>             <ns2:artifactId>jaxws-converterejb</ns2:artifactId>
>             <ns2:version>1.0</ns2:version>
>             <ns2:type>car</ns2:type>
>         </ns2:moduleId>
>     </ns2:environment>
>     <ns4:enterprise-beans>
>       <ns4:session>
>                       <ns4:ejb-name>jaxws-converterejb</ns4:ejb-name>
>                       
> <ns4:web-service-address>ADD_CUSTOM_URL</ns4:web-service-address>
>               </ns4:session>
>       </ns4:enterprise-beans> 
> </ns4:openejb-jar>
> <ns4:web-service-address>ADD_CUSTOM_URL</ns4:web-service-address> will show 
> errors in red, can't be identified.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to