users@glassfish.java.net

Re: java web start error on deply - what is this

From: <glassfish_at_javadesktop.org>
Date: Tue, 01 Apr 2008 22:48:40 PST

not sure thats it tim.

its a generated SEAM project (using jboss tools in eclipse) and is essentially a WAR and an EJB project (WAR runs the facelets) the ejb provides the seam components. There is no java modules in the build.

any other ideas

here is the EAR application.xml

<?xml version="1.0" encoding="UTF-8"?>
<application xmlns="http://java.sun.com/xml/ns/javaee"
             xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
             xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/application_5.xsd"
             version="5">
    
   <display-name>gfSeamTest-ear</display-name>
   
   <module>
      <web>
         <web-uri>gfSeamTest.war</web-uri>
         <context-root>/gfSeamTest</context-root>
      </web>
   </module>
   
   <module>
      <ejb>gfSeamTest-ejb.jar</ejb>
   </module>
   
   <!-- Seam and EL -->
   <module>
       <java>jboss-seam.jar</java>
   </module>
   <module>
           <java>jboss-el.jar</java>
   </module>

   <!-- jBPM -->
   <module>
      <java>jbpm-jpdl.jar</java>
   </module>

   <!-- Drools and dependencies -->
   <module>
      <java>drools-core.jar</java>
   </module>
   <module>
      <java>drools-compiler.jar</java>
   </module>
   <module>
      <java>antlr-runtime.jar</java>
   </module>
   <module>
      <java>mvel14.jar</java>
   </module>
   
   <!-- richfaces -->
   <module>
           <java>richfaces-api.jar</java>
   </module>
   
    
</application>
[Message sent by forum member 'wiggy' (wiggy)]

http://forums.java.net/jive/thread.jspa?messageID=267244