[jboss-user] [JBoss Web Services Users] - Re: Authenticating SOAP Requests with WSSE UsernameToken doe

2009-09-26 Thread sthatcher
Never mind, this is due to bug https://jira.jboss.org/jira/browse/JBWS-2640 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4257189#4257189 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4257189 ___

[jboss-user] [jBPM Users] - Re: Hibernate, Sessions, and Sync - Oh my!

2009-09-26 Thread MohReece
Michael, it looks like you're doing some custom asynchronous continuation, and the moment in which the new transaction is started (i.e. the jBPM context created) isn't related at all of the old transaction, which in a sense 'spawned' it - am I reading that correctly? We have been doing somethin

[jboss-user] [jBPM Users] - TaskControllerHandler in jBPM4 ?

2009-09-26 Thread ascandroli
Hi all What would be the best way to port several TaskControllerHandler(s) from jBPM3 to jBPM4 ? is there a TaskControllerHandler alternative in jBPM4? Is extending the Task class still an option (as shown in http://www.infoq.com/articles/jBPM-user-interaction-pattern) ? Although I'd prefer a

[jboss-user] [jBPM Users] - Re: Hibernate, Sessions, and Sync - Oh my!

2009-09-26 Thread sebastian.s
Have you already searched JIRA for an issue like this? What about trying a more recent version of 3.x to see if the issue persists? You also should give some more information about your environment like the database used. This post helps: Would it be possible to supply a unit test representing

[jboss-user] [JCA] - Re: Exception: Unable to fill pool

2009-09-26 Thread bravi1234
help me View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4257175#4257175 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4257175 ___ jboss-user mailing list jboss-user@lists.jboss.

[jboss-user] [jBPM Users] - Re: Implementing Escalation in jBPM 4.1

2009-09-26 Thread sebastian.s
I must be doing something wrong. I took the unit tests of the supplied examples as a base (regarding configuration files) which always worked fine for and I created my process and my tests. The problem is that an exception is thrown: | 12:03:47,093 FIN | [ProcessDefinitionImpl] creating new e

[jboss-user] [jBPM Users] - Re: Embedd jBPM in OSGi

2009-09-26 Thread sebastian.s
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=158610 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4257170#4257170 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4257170 ___

[jboss-user] [jBPM Users] - Re: Process with combination of Task ( with forms ) and java

2009-09-26 Thread sebastian.s
If you use the API to start a process it will of course be visible in the console as long as you start it in the same engine the console is using. AFAIK if you have got user tasks and you do not want to use the console you have to take care of showing forms yourself. Showing forms would be in yo

[jboss-user] [jBPM Users] - Showing the process diagram in my own application

2009-09-26 Thread sebastian.s
Hello, regarding the process diagram I've got a couple of questions. The reason is that I am looking for a way to display the process diagram as shown in the console in my own application. As far as I know the process diagram is not generated at runtime but during the designing of the process

[jboss-user] [JBoss Portal Users] - Re: Removing Dashboard Feature

2009-09-26 Thread PeterJ
The default-object.xml file is used only the first time your run the portal - the data in that file is loaded into a database and from then on the database is used to define the portal layout. Well, that is somewhat of an oversimplification, but sufficient to explain what happened. Since you ar