Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 98835 invoked from network); 7 Aug 2008 12:08:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Aug 2008 12:08:22 -0000 Received: (qmail 37364 invoked by uid 500); 7 Aug 2008 12:08:21 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 36825 invoked by uid 500); 7 Aug 2008 12:08:20 -0000 Mailing-List: contact user-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@geronimo.apache.org List-Id: Delivered-To: mailing list user@geronimo.apache.org Received: (qmail 36814 invoked by uid 99); 7 Aug 2008 12:08:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Aug 2008 05:08:20 -0700 X-ASF-Spam-Status: No, hits=4.0 required=10.0 tests=DNS_FROM_OPENWHOIS,FORGED_YAHOO_RCVD,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Aug 2008 12:07:23 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1KR4HW-0000aC-KA for user@geronimo.apache.org; Thu, 07 Aug 2008 05:07:50 -0700 Message-ID: <18868952.post@talk.nabble.com> Date: Thu, 7 Aug 2008 05:07:50 -0700 (PDT) From: weberj To: user@geronimo.apache.org Subject: Are J2EE 1.4 applications still supported? MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: weberjn@yahoo.com X-Virus-Checked: Checked by ClamAV on apache.org I tried the bank sample (EJB sample application (1.2 Ok) ) from http://cwiki.apache.org/confluence/display/GMOxDOC12/EJB+sample+application+(1.2+Ok) I got it to build (I appended my modified build.xml) with geronimo-jetty6-javaee5-2.1.2 but on deploying I got the error below. I guess there is a problem with a deployment descriptor, but shouldn't Geronimo be still compatible to the old ones? Deployment failed: Failed parsing descriptors for module: /projekte/geronimo-jetty6-javaee5-2.1.2/var/temp/geronimo-deploymentUtil51572.jar Caused by: org.apache.openejb.OpenEJBException: Cannot unmarshall the openejb-jar.xml. Xml content written to: /projekte/geronimo-jetty6-javaee5-2.1.2/var/temp/openejb-jar-51573.xml: unexpected element (uri:"http://geronimo.apache.org/xml/ns/deployment-1.1", local:"environment"). Expected elements are <{http://openejb.apache.org/xml/ns/openejb-jar-2.2}ejb-ql-compiler-factory>,<{http://geronimo.apache.org/xml/ns/deployment-1.2}service>,<{http://geronimo.apache.org/xml/ns/naming-1.2}message-destination>,<{http://openejb.apache.org/xml/ns/openejb-jar-2.2}db-syntax-factory>,<{http://geronimo.apache.org/xml/ns/security-2.0}security>,<{http://geronimo.apache.org/xml/ns/deployment-1.2}environment>,<{http://java.sun.com/xml/ns/persistence}persistence>,<{http://geronimo.apache.org/xml/ns/naming-1.2}cmp-connection-factory>,<{http://openejb.apache.org/xml/ns/openejb-jar-2.2}relationships>,<{http://geronimo.apache.org/xml/ns/deployment-1.2}gbean>,<{http://openejb.apache.org/xml/ns/openejb-jar-2.2}enterprise-beans>,<{http://openejb.apache.org/xml/ns/openejb-jar-2.2}enforce-foreign-key-constraints>,<{http://geronimo.apache.org/xml/ns/j2ee/application-1.2}security> at org.apache.openejb.config.ReadDescriptors.readOpenejbJar(ReadDescriptors.java:225) at org.apache.openejb.config.ReadDescriptors.deploy(ReadDescriptors.java:79) at org.apache.geronimo.openejb.deployment.EjbModuleBuilder.createModule(EjbModuleBuilder.java:298) ... 17 more Caused by: javax.xml.bind.UnmarshalException: unexpected element (uri:"http://geronimo.apache.org/xml/ns/deployment-1.1", local:"environment"). Expected elements are <{http://openejb.apache.org/xml/ns/openejb-jar-2.2}ejb-ql-compiler-factory>,<{http://geronimo.apache.org/xml/ns/deployment-1.2}service>,<{http://geronimo.apache.org/xml/ns/naming-1.2}message-destination>,<{http://openejb.apache.org/xml/ns/openejb-jar-2.2}db-syntax-factory>,<{http://geronimo.apache.org/xml/ns/security-2.0}security>,<{http://geronimo.apache.org/xml/ns/deployment-1.2}environment>,<{http://java.sun.com/xml/ns/persistence}persistence>,<{http://geronimo.apache.org/xml/ns/naming-1.2}cmp-connection-factory>,<{http://openejb.apache.org/xml/ns/openejb-jar-2.2}relationships>,<{http://geronimo.apache.org/xml/ns/deployment-1.2}gbean>,<{http://openejb.apache.org/xml/ns/openejb-jar-2.2}enterprise-beans>,<{http://openejb.apache.org/xml/ns/openejb-jar-2.2}enforce-foreign-key-constraints>,<{http://geronimo.apache.org/xml/ns/j2ee/application-1.2}security> at com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext.handleEvent(UnmarshallingContext.java:523) http://www.nabble.com/file/p18868952/build.zip build.zip -- View this message in context: http://www.nabble.com/Are-J2EE-1.4-applications-still-supported--tp18868952s134p18868952.html Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.