Bugs item #608729, was opened at 2002-09-13 03:44
Message generated for change (Comment added) made by jamesyan
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>


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

Comment By: yan zijian (jamesyan)
Date: 2003-12-18 07:21

Message:
Logged In: YES 
user_id=712031

i will fix it

james yan

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

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: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to