[Design the new POJO MicroContainer] - Re: Reliance tests failure
by adrian@jboss.org
Ask in the build forum or try the old faithful... blowing away your local repository. :-)
The build I've got for reliance shows reflection coming the JBossXB dependency
| [INFO] [dependency:tree]
| [INFO] org.jboss.reliance:jboss-reliance-jbpm:jar:2.0.0-SNAPSHOT
| [INFO] +- jboss:jbpm:jar:3.1.1:compile
| [INFO] \- org.jboss.microcontainer:jboss-kernel:jar:2.0.0-SNAPSHOT:compile
| [INFO] +- org.jboss.microcontainer:jboss-dependency:jar:2.0.0-SNAPSHOT:compile
| [INFO] | \- org.jboss:jboss-mdr:jar:2.0.0-SNAPSHOT:compile
| [INFO] \- org.jboss:jbossxb:jar:2.0.0.CR7:compile
| [INFO] +- jboss:jboss-common-logging-spi:jar:2.0.4.GA:compile
| [INFO] +- org.jboss:jboss-common-core:jar:2.2.3.GA:compile
| [INFO] +- org.jboss:jboss-reflect:jar:2.0.0.Beta11:compile
| [INFO] +- apache-xerces:xercesImpl:jar:2.9.1:compile
| [INFO] +- wutka-dtdparser:dtdparser121:jar:1.2.1:compile
| [INFO] +- javax.activation:activation:jar:1.0.2:compile
| [INFO] \- javax.xml.bind:jaxb-api:jar:2.1:compile
| [INFO] \- javax.xml.stream:stax-api:jar:1.0-2:compile
|
or
mvn dependency:tree -Dverbose=true
| [INFO] [dependency:tree]
| [INFO] org.jboss.reliance:jboss-reliance-jbpm:jar:2.0.0-SNAPSHOT
| [INFO] +- jboss:jbpm:jar:3.1.1:compile
| [INFO] \- org.jboss.microcontainer:jboss-kernel:jar:2.0.0-SNAPSHOT:compile
| [INFO] +- org.jboss.microcontainer:jboss-dependency:jar:2.0.0-SNAPSHOT:compile
| [INFO] | \- org.jboss:jboss-mdr:jar:2.0.0-SNAPSHOT:compile
| [INFO] | +- (org.jboss:jboss-reflect:jar:2.0.0.Beta11:compile - omitted for duplicate)
| [INFO] | +- (jboss:jboss-common-logging-spi:jar:2.0.4.GA:compile - omitted for duplicate)
| [INFO] | \- (org.jboss:jboss-common-core:jar:2.2.3.GA:compile - omitted for duplicate)
| [INFO] \- org.jboss:jbossxb:jar:2.0.0.CR7:compile
| [INFO] +- jboss:jboss-common-logging-spi:jar:2.0.4.GA:compile
| [INFO] +- org.jboss:jboss-common-core:jar:2.2.3.GA:compile
| [INFO] +- org.jboss:jboss-reflect:jar:2.0.0.Beta11:compile
| [INFO] | +- (jboss:jboss-common-logging-spi:jar:2.0.4.GA:compile - omitted for duplicate)
| [INFO] | \- (org.jboss:jboss-common-core:jar:2.2.3.GA:compile - omitted for duplicate)
| [INFO] +- apache-xerces:xercesImpl:jar:2.9.1:compile
| [INFO] +- wutka-dtdparser:dtdparser121:jar:1.2.1:compile
| [INFO] +- javax.activation:activation:jar:1.0.2:compile
| [INFO] \- javax.xml.bind:jaxb-api:jar:2.1:compile
| [INFO] +- javax.xml.stream:stax-api:jar:1.0-2:compile
| [INFO] \- (javax.activation:activation:jar:1.1:compile - omitted for conflict with 1.0.2)
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4137369#4137369
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4137369
18 years
[Design the new POJO MicroContainer] - Re: Reliance tests failure
by alesj
"adrian(a)jboss.org" wrote : mvn dependency:tree
| C:\projects\microcontainer\reliance>mvn dependency:tree
| [INFO] Scanning for projects...
| [INFO] Reactor build order:
| [INFO] JBoss Reliance Build
| [INFO] JBoss Reliance Identity
| [INFO] JBoss Microcontainer Reliance Rules
| [INFO] JBoss Microcontainer Reliance jBPM
| [INFO] JBoss Reliance Aggregator
| [INFO] Searching repository for plugin with prefix: 'dependency'.
| [INFO] ------------------------------------------------------------------------
| [ERROR] BUILD FAILURE
| [INFO] ------------------------------------------------------------------------
| [INFO] Required goal not found: dependency:tree
| [INFO] ------------------------------------------------------------------------
| [INFO] For more information, run Maven with the -e switch
| [INFO] ------------------------------------------------------------------------
| [INFO] Total time: < 1 second
| [INFO] Finished at: Tue Mar 18 12:15:26 CET 2008
| [INFO] Final Memory: 2M/5M
| [INFO] ------------------------------------------------------------------------
|
OK, a stupid question, but how do you update this dependency plugin?
I tried putting -cpu, -up all over the place, w/o any success. ;-(
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4137365#4137365
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4137365
18 years
[Design of JBoss jBPM] - Jbpm pageflow
by globallogic
Hi all,
I am working on enhancing the pageflow plugin for seam development so that user never has to go through the xml editing and he can provide every bit of information through the UI editor. Though I am successful to a certain extent, but I am apprehensive about the version I am using. I am using JBoss jBPM Designer Plug-in 3.0.9.2 (org.jbpm.ui) plugin. It is a very basic plugin which I got from the JBoss repository. Details are:
host: anoncvs.forge.jboss.com
rep: /cvsroot/jbpm
Module: jbpm.ide/org.jbpm.ui
But this plugin doesn't offer me the right kind of extension points so that I can use them to add more properties for a particular node. I want to make it capable enough to take any relevant property for a particular node. Also, pls advise me on the correct and latest version of jbpm pageflow editor.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4137353#4137353
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4137353
18 years