JBoss Community

Re: Where can I find API's for jBPM console UI?

created by Surendar Sadhasivam in jBPM - View the full discussion

Hi,

 

I am working in the example,

 

http://community.jboss.org/people/bpmn2user/blog/2011/09/21/jbpm5-web-example

 

To Run and Deploy,

Use maven to create a war file (e.g., mvn package) and copy the war file to TOMCAT_HOME/webapps

 

I am new to use Maven.

While using maven(mvn package), I got the following error,

 

"

[INFO] Scanning for projects...

[INFO] ------------------------------------------------------------------------

[INFO] Building jbpm5webexample Maven Webapp

[INFO]    task-segment: [package]

[INFO] ------------------------------------------------------------------------

[INFO] [resources:resources {execution: default-resources}]

[INFO] Using 'UTF-8' encoding to copy filtered resources.

[INFO] Copying 7 resources

[INFO] [compiler:compile {execution: default-compile}]

[INFO] Compiling 3 source files to C:\Surendar_work\18.01.12\WorkSpaces\JBPM5web

examples\target\classes

[INFO] ------------------------------------------------------------------------

[ERROR] BUILD FAILURE

[INFO] ------------------------------------------------------------------------

[INFO] Compilation failure

 

error: error reading C:\Documents and Settings\surendar_sadhasivam\.m2\repositor

y\org\drools\drools-core\5.2.0.M1\drools-core-5.2.0.M1.jar; error in opening zip

file

error: error reading C:\Documents and Settings\surendar_sadhasivam\.m2\repositor

y\org\drools\drools-api\5.2.0.M1\drools-api-5.2.0.M1.jar; error in opening zip f

ile

error: error reading C:\Documents and Settings\surendar_sadhasivam\.m2\repositor

y\org\drools\drools-persistence-jpa\5.2.0.M1\drools-persistence-jpa-5.2.0.M1.jar

; error in opening zip file

error: error reading C:\Documents and Settings\surendar_sadhasivam\.m2\repositor

y\org\hibernate\hibernate-annotations\3.4.0.GA\hibernate-annotations-3.4.0.GA.ja

r; error in opening zip file

error: error reading C:\Documents and Settings\surendar_sadhasivam\.m2\repositor

y\org\hibernate\hibernate-commons-annotations\3.1.0.GA\hibernate-commons-annotat

ions-3.1.0.GA.jar; error in opening zip file

error: error reading C:\Documents and Settings\surendar_sadhasivam\.m2\repositor

y\org\hibernate\ejb3-persistence\1.0.2.GA\ejb3-persistence-1.0.2.GA.jar; error i

n opening zip file

error: error reading C:\Documents and Settings\surendar_sadhasivam\.m2\repositor

y\org\hibernate\hibernate-core\3.3.0.SP1\hibernate-core-3.3.0.SP1.jar; error in

opening zip file

error: error reading C:\Documents and Settings\surendar_sadhasivam\.m2\repositor

y\org\jbpm\jbpm-flow-builder\5.0.0\jbpm-flow-builder-5.0.0.jar; error in opening

zip file

error: error reading C:\Documents and Settings\surendar_sadhasivam\.m2\repositor

y\org\jbpm\jbpm-flow\5.0.0\jbpm-flow-5.0.0.jar; error in opening zip file

error: error reading C:\Documents and Settings\surendar_sadhasivam\.m2\repositor

y\org\jbpm\jbpm-persistence-jpa\5.0.0\jbpm-persistence-jpa-5.0.0.jar; error in o

pening zip file

error: error reading C:\Documents and Settings\surendar_sadhasivam\.m2\repositor

y\org\jbpm\jbpm-human-task\5.0.0\jbpm-human-task-5.0.0.jar; error in opening zip

file

error: error reading C:\Documents and Settings\surendar_sadhasivam\.m2\repositor

y\org\jbpm\jbpm-workitems\5.0.0\jbpm-workitems-5.0.0.jar; error in opening zip f

ile

error: error reading C:\Documents and Settings\surendar_sadhasivam\.m2\repositor

y\org\hornetq\hornetq-transports\2.0.0.GA\hornetq-transports-2.0.0.GA.jar; error

in opening zip file

error: error reading C:\Documents and Settings\surendar_sadhasivam\.m2\repositor

y\org\jbpm\jbpm-bam\5.0.0\jbpm-bam-5.0.0.jar; error in opening zip file

 

[INFO] ------------------------------------------------------------------------

[INFO] For more information, run Maven with the -e switch

[INFO] ------------------------------------------------------------------------

[INFO] Total time: 2 seconds

[INFO] Finished at: Mon Jan 23 12:00:50 IST 2012

[INFO] Final Memory: 13M/32M

"

 

Please help me in this issue

 

Thanks in adv !

Reply to this message by going to Community

Start a new discussion in jBPM at Community