[JBoss JIRA] Commented: (JBPM-1448) jBPM does not initialise thread context classloader
by Alejandro Guizar (JIRA)
[ https://jira.jboss.org/jira/browse/JBPM-1448?page=com.atlassian.jira.plug... ]
Alejandro Guizar commented on JBPM-1448:
----------------------------------------
I do see those failures outside Hudson. I only see the failures when running all tests (mvn test) but not when running ProcessArchiveDeploymentDbTest separately (mvn -Dtest=ProcessArchiveDeploymentDbTest test). My environment:
aguizar@popolvuh:~/jbpm3/trunk/modules/core$ mvn --version
Maven version: 2.0.8
Java version: 1.6.0_0 ** OpenJDK (build 1.6.0_0-b11)
OS name: "linux" version: "2.6.24-21-generic" arch: "i386" Family: "unix"
> jBPM does not initialise thread context classloader
> ---------------------------------------------------
>
> Key: JBPM-1448
> URL: https://jira.jboss.org/jira/browse/JBPM-1448
> Project: JBoss jBPM
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Core Engine
> Reporter: Kevin Conner
> Assignee: Bernd Ruecker
> Priority: Critical
> Fix For: SOA 4.2 CP03, SOA 4.3, jBPM 3.3.0 GA
>
>
> jBPM does not initialise the thread context classloader when executing actions within the process.
> The outcome of this decision is that code executed within the context of this action will not have access to classes/resources in the par unless the action classloader is an explicit parameter.
> One example of this is the RMI marshalling layer, which has an implication on JNDI lookups.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 2 months
[JBoss JIRA] Commented: (JBPM-1448) jBPM does not initialise thread context classloader
by Bernd Ruecker (JIRA)
[ https://jira.jboss.org/jira/browse/JBPM-1448?page=com.atlassian.jira.plug... ]
Bernd Ruecker commented on JBPM-1448:
-------------------------------------
Seems nobody can reproduce this test locally. Tom and me added some more testing and fixed a small bug there (well spotted Tom!), in my eyes everything should be fine now... Let's see what Hudson says (Heiko wanted to try it locally with Hudson as well)
> jBPM does not initialise thread context classloader
> ---------------------------------------------------
>
> Key: JBPM-1448
> URL: https://jira.jboss.org/jira/browse/JBPM-1448
> Project: JBoss jBPM
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Core Engine
> Reporter: Kevin Conner
> Assignee: Bernd Ruecker
> Priority: Critical
> Fix For: SOA 4.2 CP03, SOA 4.3, jBPM 3.3.0 GA
>
>
> jBPM does not initialise the thread context classloader when executing actions within the process.
> The outcome of this decision is that code executed within the context of this action will not have access to classes/resources in the par unless the action classloader is an explicit parameter.
> One example of this is the RMI marshalling layer, which has an implication on JNDI lookups.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 2 months
[JBoss JIRA] Commented: (JBPM-1448) jBPM does not initialise thread context classloader
by Ronald van Kuijk (JIRA)
[ https://jira.jboss.org/jira/browse/JBPM-1448?page=com.atlassian.jira.plug... ]
Ronald van Kuijk commented on JBPM-1448:
----------------------------------------
I do not see this locally (no hudson, just testing with maven) on java 6 (openjdk, linux)...strange. Maybe add some debug to the test to see where it tries to get the resource from (although if it is null that is kind of hard). Locally the URL is
processresource://resourceprocess/classes/classes/org/jbpm/jpdl/par/classresource.txt
> jBPM does not initialise thread context classloader
> ---------------------------------------------------
>
> Key: JBPM-1448
> URL: https://jira.jboss.org/jira/browse/JBPM-1448
> Project: JBoss jBPM
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Core Engine
> Reporter: Kevin Conner
> Assignee: Bernd Ruecker
> Priority: Critical
> Fix For: SOA 4.2 CP03, SOA 4.3, jBPM 3.3.0 GA
>
>
> jBPM does not initialise the thread context classloader when executing actions within the process.
> The outcome of this decision is that code executed within the context of this action will not have access to classes/resources in the par unless the action classloader is an explicit parameter.
> One example of this is the RMI marshalling layer, which has an implication on JNDI lookups.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 2 months