[
https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12733487#action_12733487
]
Rodger Zhang commented on GERONIMODEVTOOLS-510:
-----------------------------------------------
http://openejb.apache.org/xml/ns/openejb-jar-2.2
http://openejb.apache.org/xml/ns/pkgen-2.1
are not available.
These urls are not linked to:
http://openejb.apache.org/xml/ns/openejb-jar-2.2.xsd
http://openejb.apache.org/xml/ns/pkgen-2.1.xsd
So,the openejb-jar.xml created by GEP like
============================================================
<?xml version="1.0" encoding="UTF-8"?>
<ejb:openejb-jar
xmlns:app="http://geronimo.apache.org/xml/ns/j2ee/application-2.0"
xmlns:client="http://geronimo.apache.org/xml/ns/j2ee/application-client-2.0"
xmlns:conn="http://geronimo.apache.org/xml/ns/j2ee/connector-1.2"
xmlns:dep="http://geronimo.apache.org/xml/ns/deployment-1.2"
xmlns:ejb="http://openejb.apache.org/xml/ns/openejb-jar-2.2"
xmlns:name="http://geronimo.apache.org/xml/ns/naming-1.2"
xmlns:pers="http://java.sun.com/xml/ns/persistence"
xmlns:pkgen="http://openejb.apache.org/xml/ns/pkgen-2.1"
xmlns:sec="http://geronimo.apache.org/xml/ns/security-2.0"
xmlns:web="http://geronimo.apache.org/xml/ns/j2ee/web-2.0.1">
<dep:environment>
<dep:moduleId>
<dep:groupId>default</dep:groupId>
<dep:artifactId>dddd</dep:artifactId>
<dep:version>1.0</dep:version>
<dep:type>car</dep:type>
</dep:moduleId>
</dep:environment>
</ejb:openejb-jar>
===========================================================
has a warning:"No grammar constraints (DTD or XML schema) detected for the
document."
Some should fix it.
> Deployment plan editor warning message when opening source tab for
> openejb-jar.xml file
> ---------------------------------------------------------------------------------------
>
> Key: GERONIMODEVTOOLS-510
> URL:
> https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-510
> Project: Geronimo-Devtools
> Issue Type: Bug
> Components: eclipse-plugin
> Affects Versions: 2.1.3
> Reporter: Tim McConnell
> Assignee: Tim McConnell
> Priority: Minor
> Fix For: 2.2.0
>
>
> Warning message as shown in Eclipse:
> No grammar constraints (DTD or XML schema) detected for the document.
> openejb-jar.xml testEJB/ejbModule/META-INF line 1 XML Problem
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.