[jboss-user] [JBoss jBPM] - Re: Problems of using JBoss jBPM invoking web services

2007-07-24 Thread HLQ
This problem was solved by providing it with the two xml files that it required 
(service.doc.xml  service.aegis.xml)

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4067214#4067214

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4067214
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - jBPM and BPEL

2007-07-24 Thread HLQ
I'm trying to get jBPM and the BPEL extension for it to work together, but I 
have problems integrating them.
I can successfully integrate jBPM into JBossAS, and also the BPEL extension 
into JBossAS respectively, but I can't get all three working together. The 
problem seems to be that the databases are inconsistent.
Is there a way to solve this?

I've looked around at all the documentation and searched on the forum and JIRA, 
but it seems no one is interested in integrating jBPM and it's BPEL extension, 
all that people are asking are how to integrate JBoss and the BPEL extension!
Can anyone explain this?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4067215#4067215

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4067215
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: How to import jbpm3.2 into eclipse as a project?

2007-07-24 Thread HLQ
What I did was to copy the whole folder into the workspace,
start a new java project with the same name,
upon seeing the jbpm source folder already in the workspace, eclipse will 
attempt to build a project out of it.
But there will be many errors due to missing jars that you will have to hunt 
down and add externally.
In my case, even after adding in the jars, there were errors with the examples 
in jBPM, but I didn't want to use them, and so could ignore them.

Good luck :)

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4067217#4067217

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4067217
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Problems of using JBoss jBPM invoking web services

2007-07-21 Thread HLQ
I was trying to make JBPM invoking web services, but failed...

I first tried to use BPEL1.1 beta3, after integrating BPEL and jBPM into 
JBossAS respectively, I found that BPEL and jBPM were using different DBschema. 
How can I make them work together, e.g. let the business process invoke the web 
service deployed by BPEL?

And then I tried to deploy a web service by using XFire, and it was successful 
and it also passed the test to test invoking this web service. However I tried 
to invoke it from the business process  by doing:

   action class=com.myService.xfireDemo.InvokeService

When I actually invoke it when starting the business process, it shows an error 
message on the page:
  
   Error taking transition: com.myService.xfireDemo.InvokeService
  |The application received a org.jbpm.graph.def.DelegationException.
  |The message is: com.myService.xfireDemo.InvokeService

Can anybody help with it? Thank you!

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4066452#4066452

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4066452
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: JBPM 3.2 on tomcat which uses mysql - LOGINI UNSUCCESSFU

2007-05-01 Thread HLQ
The problem is I could not find where it call createSchema() when start up. :(

I am using MySql... and when it runs on one of our members' computer, it works 
fine and do not re-create the database. However when I run it on my PC or on 
the computers in Uni, it will call createSchema()... There should be something 
different in configuration, but I just can't tell...

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4042233#4042233

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4042233
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: JBPM 3.2 on tomcat which uses mysql - LOGINI UNSUCCESSFU

2007-04-30 Thread HLQ
Everytime I startup Tomcat, it will automatically re-create the database, and 
the database becomes empty. anybody knows how to avoid this?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4041819#4041819

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4041819
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: JBPM 3.2 on tomcat which uses mysql - LOGINI UNSUCCESSFU

2007-04-30 Thread HLQ
Yes, it does execute createSchema(), how can I get rid of that?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4041994#4041994

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4041994
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Problem with building jBPM 3.2 from source code

2007-04-19 Thread HLQ
I want to build the jBPM3.2 from the source code, and I followed the 
instructions as described in the link below:
http://wiki.jboss.org/wiki/Wiki.jsp?page=JbpmBuildingTheSources

But when I import this project into the eclipse, it shows some errors:


- EndpointMetaData cannot be resolved to a type 
jbpm.3_HEAD/bpel/library/src/main/java/org/jbpm/bpel/integration/server 
JBossWS1_2EndpointMetadataLookup.java   line 41 

- MessageContextJAXRPC cannot be resolved   
jbpm.3_HEAD/bpel/library/src/main/java/org/jbpm/bpel/integration/server 
JBossWS1_2EndpointMetadataLookup.java   line 39

- ServiceMetaData cannot be resolved to a type  
jbpm.3_HEAD/bpel/library/src/main/java/org/jbpm/bpel/integration/server 
JBossWS1_2EndpointMetadataLookup.java   line 44

- SOAPMessageContextJAXRPC cannot be resolved to a type 
jbpm.3_HEAD/bpel/library/src/main/java/org/jbpm/bpel/integration/server 
JBossWS1_2EndpointMetadataLookup.java   line 38

- SOAPMessageContextJAXRPC cannot be resolved to a type 
jbpm.3_HEAD/bpel/library/src/main/java/org/jbpm/bpel/integration/server 
JBossWS1_2EndpointMetadataLookup.java   line 38

- The import org.jboss.ws cannot be resolved
jbpm.3_HEAD/bpel/library/src/main/java/org/jbpm/bpel/integration/server 
JBossWS1_2EndpointMetadataLookup.java   line 22

Anybody knows what is wrong with it?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4038859#4038859

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038859
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: JBPM 3.2 on tomcat which uses mysql - LOGINI UNSUCCESSFU

2007-04-19 Thread HLQ
Yes, there is no errors at all... so I confused...

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4039047#4039047

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4039047
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: JBPM 3.2 on tomcat which uses mysql - LOGINI UNSUCCESSFU

2007-04-18 Thread HLQ
Actually the error is:
Application was not properly initialized at startup, could not find Factory: 
javax.faces.context.FacesContextFactory...

Do you know what might be wrong?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4038681#4038681

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038681
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: JBPM 3.2 on tomcat which uses mysql - LOGINI UNSUCCESSFU

2007-04-18 Thread HLQ

listener-classcom.sun.faces.config.ConfigureListener/listener-class
 

I added this line in the web.xml file, and it works now...sigh


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4038683#4038683

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038683
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: JBPM 3.2 on tomcat which uses mysql - LOGINI UNSUCCESSFU

2007-04-18 Thread HLQ
I have setup JDBC Realm in Tomcat, but still can not login... :(

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4038687#4038687

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038687
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - Re: JBPM 3.2 on tomcat which uses mysql - LOGINI UNSUCCESSFU

2007-04-17 Thread HLQ
I have done all steps described in get jBPM 3.2 working with Tomcat and MySQL.

But I still can not view the jsp page, it shows the error messages as follows 
when I try http://localhost:8080/jbpm-console/index.jsp:

 org.apache.catalina.authenticator.FormAuthenticator forwardToLoginPage
WARNING: Unexpected error forwarding to login page
javax.servlet.ServletException: Servlet.init() for servlet FacesServlet 
threw exception ...

Can anyone help me with it?


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4038190#4038190

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038190
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user