Hi Corne, Corne Kloppers wrote: > I forgot to mention that I run with Seam (jboss-seam-1.1.5.GA)
Well, that's not good. NXP supports Seam 1.1-GA. It won't work with
1.1.5-GA. We will discuss the NXP roadmap on monday. We will let you
know when Seam 1.1.5-GA support is scheduled.
Cheers,
J.
> 15:40:38,000 ERROR [SeamExceptionFilter] uncaught exception handled by Seam
> javax.servlet.ServletException:
> org/eclipse/jdt/internal/compiler/codegen/CodeStream
> at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:272)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
> at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
> at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
> at
> org.jboss.seam.servlet.SeamExceptionFilter.doFilter(SeamExceptionFilter.java:46)
> at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
> at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
> at
> org.nuxeo.ecm.webapp.shield.SessionExpirationFilter.doFilter(SessionExpirationFilter.java:66)
> at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
> at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
> at
> org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
> at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
> at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
> at
> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
> at
> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
> at
> org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:175)
> at
> org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:432)
> at
> org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74)
> at
> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
> at
> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
> at
> org.jboss.web.tomcat.tc5.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:156)
> at
> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
> at
> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
> at
> org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
> at
> org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
> at
> org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
> at
> org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
> at java.lang.Thread.run(Thread.java:595)
>
>>>> Corne Kloppers 2007/02/09 03:51 PM >>>
> Hi Julien
>
> I've managed to successfully compile and deploy nuxeo to my JBoss
> server. I've updated the following POM's:
> org.nuxeo.ecm.platform.actions.core\pom.xml
> org.nuxeo.ecm.platform.audit.client\pom.xml
> org.nuxeo.ecm.platform.audit.facade\pom.xml
> org.nuxeo.ecm.platform.events.facade\pom.xml
> org.nuxeo.ecm.platform.filemanager.core\pom.xml
> org.nuxeo.ecm.platform.mimetype.core\pom.xml
> org.nuxeo.ecm.platform.relations.api\pom.xml
> org.nuxeo.ecm.platform.types.core\pom.xml
> org.nuxeo.ecm.platform.workflow.client\pom.xml
> org.nuxeo.ecm.platform.workflow.document-facade\pom.xml
> org.nuxeo.ecm.platform.workflow.facade\pom.xml
> org.nuxeo.ecm.usermanager.core\pom.xml
>
> I've changed the groupId for EJB artifact to be:
> <groupId>javax</groupId>
>
> AND NOT
> <groupId>javax.ejb</groupId>
>
>
> However when I go to the URL:
>
> http://localhost:8080/nuxeo/
>
> I get an HTTP Status 500 error, see stack trace below. I think I'm
> missing a library? Any suggestion?
>
> *
>
> *root cause*
>
> java.lang.NoClassDefFoundError:
> org/eclipse/jdt/internal/compiler/codegen/CodeStream
> org.eclipse.jdt.internal.compiler.ClassFile.<init>(ClassFile.java:423)
>
> org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.generateCode(TypeDeclaration.java:544)
>
> org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.generateCode(TypeDeclaration.java:622)
>
> org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration.generateCode(CompilationUnitDeclaration.java:184)
> org.eclipse.jdt.internal.compiler.Compiler.process(Compiler.java:518)
> org.eclipse.jdt.internal.compiler.Compiler.compile(Compiler.java:329)
>
> org.apache.jasper.compiler.JDTCompiler.generateClass(JDTCompiler.java:404)
> org.apache.jasper.compiler.Compiler.compile(Compiler.java:297)
> org.apache.jasper.compiler.Compiler.compile(Compiler.java:276)
> org.apache.jasper.compiler.Compiler.compile(Compiler.java:264)
>
> org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:563)
>
> org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:305)
> org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
> org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
> javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
>
> org.jboss.seam.servlet.SeamExceptionFilter.doFilter(SeamExceptionFilter.java:46)
>
> org.nuxeo.ecm.webapp.shield.SessionExpirationFilter.doFilter(SessionExpirationFilter.java:66)
>
> org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
>
> *
>
>>>> Julien Anguenot <[EMAIL PROTECTED]> 2007/02/08 04:11 PM >>>
> Stefane Fermigier wrote:
>> Well, there is a javax.ejb / ejb 3.0-RC8 in our repo:
>>
>> http://svn.nuxeo.org/maven/repo/javax/ejb/ejb/3.0-RC8/
>>
>> Though I suspect it is a mistake to call it RC8, it should be 3.0.
>>
>> But there is a 3.0 too.
>>
>> Though I'm a bit confused about what the "real" ejb 3.0 jar should be.
>>
>> Maybe this one: http://mvnrepository.com/artifact/javax.persistence/ejb
>> ? (Except that there is no final version, seemingly).
>
> The package naming we have in the maven nuxeo repo is another topic.
> Here, the problem is that he doesn't succeed to get the metadata pom
> information from the repository and this is something we don't get here.
>
> Corne, what you can do in the meanwhile is to grab my local
> .m2/repository here for being able to compile it. maven will use your
> local repository when compiling.
>
> http://public
> <http://public/>-bertha.in.nuxeo.com/~anahide/jars/repository.zip
>
> Keep us posted.
>
> J.
>
>> On Feb 8, 2007, at 2:47 PM, Julien Anguenot wrote:
>>
>>> Stefane Fermigier wrote:
>>>> You're not supposed to download the NX* jar/sar/war/ear etc. but to
>>>> build them from the source (at least for now, until we complete the
>>>> switch to Maven). So I don't think this is a serious warning.
>>>
>>> He is actually lauching maven and get this error. Check below the
>>> traceback. The error is at compilation time.
>>>
>>> J.
>>>
>>>> On Feb 8, 2007, at 2:32 PM, Julien Anguenot wrote:
>>>>
>>>>> Hi Corne,
>>>>>
>>>>> The error is here :
>>>>>
>>>>> [artifact:dependencies] [WARNING] repository metadata for: 'snapshot
>>>>> org.nuxeo.ecm:NXECM:0.0-SNAPSHOT' could not be retrieved from
>>>>> repository: nuxeo due to an error: Error transferring file
>>>>>
>>>>> I admit I don't have any idea about the reason of this failure.... We
>>>>> don't get this here...
>>>>>
>>>>> Maybe Stéfane has an idea ?
>>>>>
>>>>> J.
>>>>>
>>>>> Corne Kloppers wrote:
>>>>>> Hi Julien
>>>>>>
>>>>>> It must be something else :-( I get the same error after I did a
>>>>>> complete subversion update on nuxeo-ep. It's again trying to download
>>>>>> from:
>>>>>> Downloading: javax/ejb/ejb/3.0-RC8/ejb-3.0-RC8.pom
>>>>>> I've confimed that that pom.xml in
>>>>>> org.nuxeo.ecm.platform.transform.core is correct:
>>>>>> <dependency>
>>>>>> <groupId>javax</groupId>
>>>>>> <artifactId>ejb</artifactId>
>>>>>> <version>3.0-RC8</version>
>>>>>> </dependency>
>>>>>>
>>>>>> Regards,
>>>>>> Corné
>>>>>>
>>>>>>
>>>>>> Output snip:
>>>>>> ========
>>>>>> deploy:
>>>>>> [echo] Deploying Nuxeo EP
>>>>>> [artifact:dependencies] [INFO] snapshot
>>>>>> org.apache.myfaces.maven:myfaces-master:1.0.6-SNAPSHOT: checking for
>>>>>> updates from apache-maven-snapshots
>>>>>> [artifact:dependencies] [WARNING] repository metadata for: 'snapshot
>>>>>> org.apache.myfaces.maven:myfaces-master:1.0.6-SNAPSHOT' could not be
>>>>>> retrieved from repository: apache-maven-snapshots due to an error:
>>>>>> Error
>>>>>> transferring file
>>>>>> [artifact:dependencies] [INFO] Repository 'apache-maven-snapshots'
>>>>>> will
>>>>>> be blacklisted
>>>>>> [artifact:dependencies] [INFO] snapshot
>>>>>> org.nuxeo.theme:NXThemesFragments:0.0-SNAPSHOT: checking for updates
>>>>>> from apache.snapshots
>>>>>> [artifact:dependencies] [WARNING] repository metadata for: 'snapshot
>>>>>> org.nuxeo.theme:NXThemesFragments:0.0-SNAPSHOT' could not be retrieved
>>>>>> from repository: apache.snapshots due to an error: Error transferring
>>>>>> file
>>>>>> [artifact:dependencies] [INFO] Repository 'apache.snapshots' will be
>>>>>> blacklisted
>>>>>> [artifact:dependencies] [INFO] snapshot
>>>>>> org.nuxeo.theme:NXThemesFragments:0.0-SNAPSHOT: checking for updates
>>>>>> from nuxeo
>>>>>> [artifact:dependencies] [WARNING] repository metadata for: 'snapshot
>>>>>> org.nuxeo.theme:NXThemesFragments:0.0-SNAPSHOT' could not be retrieved
>>>>>> from repository: nuxeo due to an error: Error transferring file
>>>>>> [artifact:dependencies] [INFO] Repository 'nuxeo' will be blacklisted
>>>>>> [artifact:dependencies] [INFO] snapshot
>>>>>> org.nuxeo.ecm:NXECM:0.0-SNAPSHOT: checking for updates from nuxeo
>>>>>> [artifact:dependencies] [WARNING] repository metadata for: 'snapshot
>>>>>> org.nuxeo.ecm:NXECM:0.0-SNAPSHOT' could not be retrieved from
>>>>>> repository: nuxeo due to an error: Error transferring file
>>>>>> [artifact:dependencies] [INFO] Repository 'nuxeo' will be blacklisted
>>>>>> [artifact:dependencies] Downloading:
>>>>>> javax/ejb/ejb/3.0-RC8/ejb-3.0-RC8.pom
>>>>>> [artifact:dependencies] An error has occurred while processing the
>>>>>> Maven
>>>>>> artifact tasks.
>>>>>> [artifact:dependencies] Diagnosis:
>>>>>> [artifact:dependencies]
>>>>>> [artifact:dependencies] Unable to resolve artifact: Unable to get
>>>>>> dependency information: Unable to read the metadata file for artifact
>>>>>> 'javax.ejb:ejb:jar': Error getting POM for 'javax.ejb:ejb' from the
>>>>>> repository: Error transferring file
>>>>>> [artifact:dependencies] javax.ejb:ejb:pom:3.0-RC8
>>>>>> [artifact:dependencies]
>>>>>> [artifact:dependencies] from the specified remote repositories:
>>>>>> [artifact:dependencies] central (http://repo1.maven.org/maven2),
>>>>>> [artifact:dependencies] apache.snapshots
>>>>>> (http://people.apache.org/repo/m2-snapshot-repository),
>>>>>> [artifact:dependencies] nuxeo (http://svn.nuxeo.org/maven/repo/),
>>>>>> [artifact:dependencies] myfaces.staging
>>>>>> (http://myfaces.zones.apache.org/dist/maven-repository)
>>>>>> [artifact:dependencies]
>>>>>> [artifact:dependencies] javax.ejb:ejb:jar:3.0-RC8
>>>>>> [artifact:dependencies]
>>>>>> [artifact:dependencies] from the specified remote repositories:
>>>>>> [artifact:dependencies] central (http://repo1.maven.org/maven2),
>>>>>> [artifact:dependencies] apache.snapshots
>>>>>> (http://people.apache.org/repo/m2-snapshot-repository),
>>>>>> [artifact:dependencies] nuxeo (http://svn.nuxeo.org/maven/repo/),
>>>>>> [artifact:dependencies] myfaces.staging
>>>>>> (http://myfaces.zones.apache.org/dist/maven-repository)
>>>>>> [artifact:dependencies] Path to dependency:
>>>>>> [artifact:dependencies] 1)
>>>>>> org.nuxeo.ecm:Nuxeo5:jar:0.0-SNAPSHOT
>>>>>> [artifact:dependencies] 2)
>>>>>> org.nuxeo.ecm:NXTransform:jar:0.0-SNAPSHOT
>>>>>> [artifact:dependencies] 3)
>>>>>> org.nuxeo.ecm:NXMimeType:jar:0.0-SNAPSHOT
>>>>>> [artifact:dependencies]
>>>>>> [artifact:dependencies]
>>>>>> [artifact:dependencies]
>>>>>>
>>>>>> BUILD FAILED
>>>>>> C:\work\nuxeo-ep\build.xml:30: The following error occurred while
>>>>>> executing this line:
>>>>>> C:\work\nuxeo-ep\org.nuxeo.ecm.webapp\build.xml:8: Unable to resolve
>>>>>> artifact: Unable to get dependency information: Unable to read the
>>>>>> metadata file for artifact 'javax.ejb:ejb:jar': Error getting POM for
>>>>>> 'javax.ejb:ejb' from the repository: Error transferring file
>>>>>> javax.ejb:ejb:pom:3.0-RC8
>>>>>>
>>>>>> from the specified remote repositories:
>>>>>> central (http://repo1.maven.org/maven2),
>>>>>> apache.snapshots
>>>>>> (http://people.apache.org/repo/m2-snapshot-repository),
>>>>>> nuxeo (http://svn.nuxeo.org/maven/repo/),
>>>>>> myfaces.staging
>>>>>> (http://myfaces.zones.apache.org/dist/maven-repository)
>>>>>>
>>>>>> javax.ejb:ejb:jar:3.0-RC8
>>>>>>
>>>>>> from the specified remote repositories:
>>>>>> central (http://repo1.maven.org/maven2),
>>>>>> apache.snapshots
>>>>>> (http://people.apache.org/repo/m2-snapshot-repository),
>>>>>> nuxeo (http://svn.nuxeo.org/maven/repo/),
>>>>>> myfaces.staging
>>>>>> (http://myfaces.zones.apache.org/dist/maven-repository)
>>>>>> Path to dependency:
>>>>>> 1) org.nuxeo.ecm:Nuxeo5:jar:0.0-SNAPSHOT
>>>>>> 2) org.nuxeo.ecm:NXTransform:jar:0.0-SNAPSHOT
>>>>>> 3) org.nuxeo.ecm:NXMimeType:jar:0.0-SNAPSHOT
>>>>>>
>>>>>>
>>>>>>
>>>>>> Total time: 52 seconds
>>>>>> C:\work\nuxeo-ep>
>>>>>>
>>>>>>
>>>>>>
>>>>>>>>> Julien Anguenot <[EMAIL PROTECTED]> 2007/02/08 01:28 PM >>>
>>>>>> Corne Kloppers wrote:
>>>>>>> I've downloaded jems beta2 and installed JBoss with EJB3 profile.
>>>>>>>
>>>>>>> Stil get an error but I think I found the problem but don't know
>>>>>>> where
>>>>>>> to fix it:
>>>>>>>
>>>>>>> Looking at the output below it trying to download the POM from:
>>>>>>> Downloading: javax*/ejb*/ejb/3.0-RC8/ejb-3.0-RC8.pom
>>>>>>>
>>>>>>> But the repository path is actually:
>>>>>>> http://svn.nuxeo.org/maven/repo/javax/ejb/3.0-RC8/
>>>>>>>
>>>>>>> The downloading path seems incorrect, need to remove `/ejb` from
>>>>>>> path:
>>>>>>> Downloading: javax*/ejb*/ejb/3.0-RC8/ejb-3.0-RC8.pom
>>>>>>>
>>>>>>> Could this be the problem?
>>>>>>
>>>>>> ok... I fixed the org.nuxeo.ecm.platform.transform.core pom.xml
>>>>>> file on
>>>>>> trunk. Can you check out please ?
>>>>>>
>>>>>> If it works it's rather strange since it's working for most of the
>>>>>> people out there except that it wasn't actually correct.
>>>>>>
>>>>>> Thanks for the report and keep us posted please.
>>>>>>
>>>>>> J.
>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> Output snip:
>>>>>>> ========
>>>>>>> deploy:
>>>>>>> [echo] Deploying Nuxeo EP
>>>>>>> [artifact:dependencies] [INFO] snapshot
>>>>>>> org.apache.myfaces.maven:myfaces-master:1.0.6-SNAPSHOT: checking for
>>>>>>> updates from apache-maven-snapshots
>>>>>>> [artifact:dependencies] [WARNING] repository metadata for: 'snapshot
>>>>>>> org.apache.myfaces.maven:myfaces-master:1.0.6-SNAPSHOT' could not be
>>>>>>> retrieved from repository: apache-maven-snapshots due to an error:
>>>>>>> Error
>>>>>>> transferring file
>>>>>>> [artifact:dependencies] [INFO] Repository 'apache-maven-snapshots'
>>>>>>> will
>>>>>>> be blacklisted
>>>>>>> [artifact:dependencies] [INFO] snapshot
>>>>>>> org.nuxeo.theme:NXThemesFragments:0.0-SNAPSHOT: checking for updates
>>>>>>> from apache.snapshots
>>>>>>> [artifact:dependencies] [WARNING] repository metadata for: 'snapshot
>>>>>>> org.nuxeo.theme:NXThemesFragments:0.0-SNAPSHOT' could not be
>>>>>>> retrieved
>>>>>>> from repository: apache.snapshots due to an error: Error
>>>>>>> transferring file
>>>>>>> [artifact:dependencies] [INFO] Repository 'apache.snapshots' will be
>>>>>>> blacklisted
>>>>>>> [artifact:dependencies] [INFO] snapshot
>>>>>>> org.nuxeo.theme:NXThemesFragments:0.0-SNAPSHOT: checking for updates
>>>>>>> from nuxeo
>>>>>>> [artifact:dependencies] [WARNING] repository metadata for: 'snapshot
>>>>>>> org.nuxeo.theme:NXThemesFragments:0.0-SNAPSHOT' could not be
>>>>>>> retrieved
>>>>>>> from repository: nuxeo due to an error: Error transferring file
>>>>>>> [artifact:dependencies] [INFO] Repository 'nuxeo' will be blacklisted
>>>>>>> [artifact:dependencies] [INFO] snapshot
>>>>>>> org.nuxeo.ecm:NXECM:0.0-SNAPSHOT: checking for updates from nuxeo
>>>>>>> [artifact:dependencies] [WARNING] repository metadata for: 'snapshot
>>>>>>> org.nuxeo.ecm:NXECM:0.0-SNAPSHOT' could not be retrieved from
>>>>>>> repository: nuxeo due to an error: Error transferring file
>>>>>>> [artifact:dependencies] [INFO] Repository 'nuxeo' will be blacklisted
>>>>>>> [artifact:dependencies] Downloading:
>>>>>>> javax/ejb/ejb/3.0-RC8/ejb-3.0-RC8.pom
>>>>>>> [artifact:dependencies] An error has occurred while processing the
>>>>>>> Maven
>>>>>>> artifact tasks.
>>>>>>> [artifact:dependencies] Diagnosis:
>>>>>>> [artifact:dependencies]
>>>>>>> [artifact:dependencies] Unable to resolve artifact: Unable to get
>>>>>>> dependency information: Unable to read the metadata file for artifact
>>>>>>> 'javax.ejb:ejb:jar': Error getting POM for 'javax.ejb:ejb' from the
>>>>>>> repository: Error transferring file
>>>>>>> [artifact:dependencies] javax.ejb:ejb:pom:3.0-RC8
>>>>>>> [artifact:dependencies]
>>>>>>> [artifact:dependencies] from the specified remote repositories:
>>>>>>> [artifact:dependencies] central (http://repo1.maven.org/maven2),
>>>>>>> [artifact:dependencies] apache.snapshots
>>>>>>> (http://people.apache.org/repo/m2-snapshot-repository),
>>>>>>> [artifact:dependencies] nuxeo (http://svn.nuxeo.org/maven/repo/),
>>>>>>> [artifact:dependencies] myfaces.staging
>>>>>>> (http://myfaces.zones.apache.org/dist/maven-repository)
>>>>>>> [artifact:dependencies]
>>>>>>> [artifact:dependencies] javax.ejb:ejb:jar:3.0-RC8
>>>>>>> [artifact:dependencies]
>>>>>>> [artifact:dependencies] from the specified remote repositories:
>>>>>>> [artifact:dependencies] central (http://repo1.maven.org/maven2),
>>>>>>> [artifact:dependencies] apache.snapshots
>>>>>>> (http://people.apache.org/repo/m2-snapshot-repository),
>>>>>>> [artifact:dependencies] nuxeo (http://svn.nuxeo.org/maven/repo/),
>>>>>>> [artifact:dependencies] myfaces.staging
>>>>>>> (http://myfaces.zones.apache.org/dist/maven-repository)
>>>>>>> [artifact:dependencies] Path to dependency:
>>>>>>> [artifact:dependencies] 1)
>>>>>>> org.nuxeo.ecm:Nuxeo5:jar:0.0-SNAPSHOT
>>>>>>> [artifact:dependencies] 2)
>>>>>>> org.nuxeo.ecm:NXTransform:jar:0.0-SNAPSHOT
>>>>>>> [artifact:dependencies]
>>>>>>> [artifact:dependencies]
>>>>>>> [artifact:dependencies]
>>>>>>>
>>>>>>> BUILD FAILED
>>>>>>> C:\work\nuxeo-ep\build.xml:30: The following error occurred while
>>>>>>> executing this line:
>>>>>>> C:\work\nuxeo-ep\org.nuxeo.ecm.webapp\build.xml:8: Unable to resolve
>>>>>>> artifact: Unable to get dependency information: Unable to read the
>>>>>>> metadata file for artifact 'javax.ejb:ejb:jar': Error getting POM for
>>>>>>> 'javax.ejb:ejb' from the repository: Error transferring file
>>>>>>> javax.ejb:ejb:pom:3.0-RC8
>>>>>>>
>>>>>>> from the specified remote repositories:
>>>>>>> central (http://repo1.maven.org/maven2),
>>>>>>> apache.snapshots
>>>>>>> (http://people.apache.org/repo/m2-snapshot-repository),
>>>>>>> nuxeo (http://svn.nuxeo.org/maven/repo/),
>>>>>>> myfaces.staging
>>>>>>> (http://myfaces.zones.apache.org/dist/maven-repository)
>>>>>>>
>>>>>>> javax.ejb:ejb:jar:3.0-RC8
>>>>>>>
>>>>>>> from the specified remote repositories:
>>>>>>> central (http://repo1.maven.org/maven2),
>>>>>>> apache.snapshots
>>>>>>> (http://people.apache.org/repo/m2-snapshot-repository),
>>>>>>> nuxeo (http://svn.nuxeo.org/maven/repo/),
>>>>>>> myfaces.staging
>>>>>>> (http://myfaces.zones.apache.org/dist/maven-repository)
>>>>>>> Path to dependency:
>>>>>>> 1) org.nuxeo.ecm:Nuxeo5:jar:0.0-SNAPSHOT
>>>>>>> 2) org.nuxeo.ecm:NXTransform:jar:0.0-SNAPSHOT
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> Total time: 50 seconds
>>>>>>> C:\work\nuxeo-ep>
>>>>>>>
>>>>>>>
>>>>>>>>>> Julien Anguenot <[EMAIL PROTECTED]> 2007/02/08 11:30 AM >>>
>>>>>>> Hi Corne,
>>>>>>>
>>>>>>> Corne Kloppers wrote:
>>>>>>>> I get the following when doing a fresh checkout and invoking the
>>>>>>>> build
>>>>>>>> command below. Also find below settings on my PC.
>>>>>>>> My JBoss was installed with a EJB3 profile via JEMS-Installer
>>>>>>>> 1.2.0.BETA3
>>>>>>>
>>>>>>> You need jems beta2 see below for my comments.
>>>>>>>
>>>>>>>> Any help or suggestions?
>>>>>>>
>>>>>>> See my inline comments.
>>>>>>>
>>>>>>>
>>>>>>>> Command issued:
>>>>>>>> ============
>>>>>>>> C:\work\nuxeo-ep>ant clean && mvn -Dmaven.test.skip=true install &&
>>>>>>>> ant
>>>>>>>
>>>>>>>
>>>>>>> This is ok.
>>>>>>>
>>>>>>>> Output snip:
>>>>>>>> ========
>>>>>>>> ..
>>>>>>>> ...
>>>>>>>> ....
>>>>>>>> BUILD FAILED
>>>>>>>> C:\work\nuxeo-ep\build.xml:30: The following error occurred while
>>>>>>>> executing this line:
>>>>>>>> C:\work\nuxeo-ep\org.nuxeo.ecm.webapp\build.xml:8: Unable to resolve
>>>>>>>> artifact: Unable to get dependency information: Unable to read the
>>>>>>>> metadata file for artifact 'javax.ejb:ejb:jar': Error getting POM
>>>>>>>> for
>>>>>>>> 'javax.ejb:ejb' from the repository: Error transferring file
>>>>>>>> javax.ejb:ejb:pom:3.0-RC8
>>>>>>>>
>>>>>>>> from the specified remote repositories:
>>>>>>>> central (http://repo1.maven.org/maven2),
>>>>>>>> apache.snapshots
>>>>>> (http://people.apache.org/repo/m2-snapshot-repository),
>>>>>>>> nuxeo (http://svn.nuxeo.org/maven/repo/),
>>>>>>>> myfaces.staging
>>>>>>>> (http://myfaces.zones.apache.org/dist/maven-repository)
>>>>>>>>
>>>>>>>> javax.ejb:ejb:jar:3.0-RC8
>>>>>>>>
>>>>>>>> from the specified remote repositories:
>>>>>>>> central (http://repo1.maven.org/maven2),
>>>>>>>> apache.snapshots
>>>>>> (http://people.apache.org/repo/m2-snapshot-repository),
>>>>>>>> nuxeo (http://svn.nuxeo.org/maven/repo/),
>>>>>>>> myfaces.staging
>>>>>>>> (http://myfaces.zones.apache.org/dist/maven-repository)
>>>>>>>> Path to dependency:
>>>>>>>> 1) org.nuxeo.ecm:Nuxeo5:jar:0.0-SNAPSHOT
>>>>>>>> 2) org.nuxeo.ecm:NXTransform:jar:0.0-SNAPSHOT
>>>>>>>>
>>>>>>>
>>>>>>> This is strange. Can you access this ?
>>>>>>>
>>>>>>> http://svn.nuxeo.org/maven/repo/javax/ejb/3.0-RC8/
>>>>>>>
>>>>>>>>
>>>>>>>> Total time: 52 seconds
>>>>>>>>
>>>>>>>> Ant Version:
>>>>>>>> ========
>>>>>>>> Apache Ant version 1.7.0 compiled on December 13 2006
>>>>>>>>
>>>>>>>> Maven Version:
>>>>>>>> ==========
>>>>>>>> Maven version: 2.0.4
>>>>>>>
>>>>>>> All the above are fine.
>>>>>>>
>>>>>>>> Environmental Variables:
>>>>>>>> ================
>>>>>>>> ANT_HOME = C:\Java\apache-ant-1.7.0
>>>>>>>> JAVA_HOME = C:\Java\jdk1.5.0_06
>>>>>>>> JBOSS_HOME = C:\Java\jboss-4.0.5.GA
>>>>>>>
>>>>>>> The Jboss version is not good => 4.0.4.GA : jems 1.2.0 beta2
>>>>>>>
>>>>>>> See the devel quick guide for requirements :
>>>>>>>
>>>>>>>
>>>>>>
> http://svn.nuxeo.org/trac/nuxeo/browser/doc/nuxeo5-dev-quickstart-howto.txt
>>>>>>
>>>>>>
>>>>>>>
>>>>>>> Keep us posted please.
>>>>>>>
>>>>>>> Cheers,
>>>>>>>
>>>>>>> J.
>>>>>>>
>>>>>>> --Julien Anguenot | Nuxeo R&D (Paris, France)
>>>>>>> Open Source ECM - http://www.nuxeo.com <http://www.nuxeo.com/>
> <http://www.nuxeo.com/>
>>>>>> <http://www.nuxeo.com/>
>>>>>>> Nuxeo 5 : http://www.nuxeo.org <http://www.nuxeo.org/>
> <http://www.nuxeo.org/>
>>>>>> <http://www.nuxeo.org/>
>>>>>>> Mobile: +33 (0) 6 72 57 57 66
>>>>>>>
>>>>>>
>>>>>>
>>>>>> --Julien Anguenot | Nuxeo R&D (Paris, France)
>>>>>> Open Source ECM - http://www.nuxeo.com <http://www.nuxeo.com/>
> <http://www.nuxeo.com/>
>>>>>> Nuxeo 5 : http://www.nuxeo.org <http://www.nuxeo.org/>
> <http://www.nuxeo.org/>
>>>>>> Mobile: +33 (0) 6 72 57 57 66
>>>>>>
>>>>>
>>>>>
>>>>> --Julien Anguenot | Nuxeo R&D (Paris, France)
>>>>> Open Source ECM - http://www.nuxeo.com <http://www.nuxeo.com/>
>>>>> Nuxeo 5 : http://www.nuxeo.org <http://www.nuxeo.org/>
>>>>> Mobile: +33 (0) 6 72 57 57 66
>>>>>
>>>>> _______________________________________________
>>>>> ECM mailing list
>>>>> [email protected]
>>>>> http://lists.nuxeo.com/mailman/listinfo/ecm
>>>>
>>>> --Stefane Fermigier, CEO, Nuxeo SAS
>>>> Open Source Enterprise Content Management (ECM)
>>>> Nuxeo 5 EP is out! - Now Java EE based, standards compliant
>>>> Web: http://www.nuxeo.com/ - Tel: +33 1 40 33 79 87
>>>>
>>>>
>>>> _______________________________________________
>>>> ECM mailing list
>>>> [email protected]
>>>> http://lists.nuxeo.com/mailman/listinfo/ecm
>>>>
>>>
>>>
>>> --Julien Anguenot | Nuxeo R&D (Paris, France)
>>> Open Source ECM - http://www.nuxeo.com <http://www.nuxeo.com/>
>>> Nuxeo 5 : http://www.nuxeo.org <http://www.nuxeo.org/>
>>> Mobile: +33 (0) 6 72 57 57 66
>>>
>>
>> --
>> Stefane Fermigier, CEO, Nuxeo SAS
>> Open Source Enterprise Content Management (ECM)
>> Nuxeo 5 EP is out! - Now Java EE based, standards compliant
>> Web: http://www.nuxeo.com/ - Tel: +33 1 40 33 79 87
>>
>>
>> _______________________________________________
>> ECM mailing list
>> [email protected]
>> http://lists.nuxeo.com/mailman/listinfo/ecm
>>
>
>
> --
> Julien Anguenot | Nuxeo R&D (Paris, France)
> Open Source ECM - http://www.nuxeo.com <http://www.nuxeo.com/>
> Nuxeo 5 : http://www.nuxeo.org <http://www.nuxeo.org/>
> Mobile: +33 (0) 6 72 57 57 66
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> ECM mailing list
> [email protected]
> http://lists.nuxeo.com/mailman/listinfo/ecm
--
Julien Anguenot | Nuxeo R&D (Paris, France)
Open Source ECM - http://www.nuxeo.com
Nuxeo 5 : http://www.nuxeo.org
Mobile: +33 (0) 6 72 57 57 66
signature.asc
Description: OpenPGP digital signature
_______________________________________________ ECM mailing list [email protected] http://lists.nuxeo.com/mailman/listinfo/ecm
