Bugs item #608729, was opened at 2002-09-13 11:44
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=608729&group_id=22866

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Fui Shien, Choong (fschoong)
Assigned to: Nobody/Anonymous (nobody)
Summary: Deployment fails if no env-entry-value 

Initial Comment:
Win2k
Java(TM) 2 Runtime Environment, Standard Edition 
(build 1.3.1_04-b02)

org.jboss.deployment.DeploymentException: Error in ejb-
jar.xml for Session Bean
MessageFacade: expected one env-entry-value tag
        at 
org.jboss.metadata.ApplicationMetaData.importEjbJarXm
l(ApplicationMetaData.java:207)


I defined with a session bean with the following env-
entry.  According to http://java.sun.com/j2ee/dtds/ejb-
jar_1_1.dtd, env-entry-value is optional, it should not fail 
if its not specified, or did i get it wrong???

<env-entry>
        <description><![CDATA[Name of table that holds 
the schema sequence number]]></description>
        <env-entry-name>sequenceTableName</env-entry-
name>
        <env-entry-type>java.lang.String</env-entry-type>
        <!--
        <env-entry-value>oid</env-entry-value>
         -->
</env-entry>


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=608729&group_id=22866


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to