[
https://issues.apache.org/jira/browse/ODE-709?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Maciej Prochniak updated ODE-709:
---------------------------------
Attachment: ODE-709.patch
Proposed patch.
In Process object classloader is stored - it's set as Thread.currentClassloader
during deployment.
Then process' classloader is used when processing jobs.
Also SU classloader has to be used during compilation - otherwise xpath
functions are not properly resolved.
> Make SU classloader available for process.
> -------------------------------------------
>
> Key: ODE-709
> URL: https://issues.apache.org/jira/browse/ODE-709
> Project: ODE
> Issue Type: Improvement
> Components: BPEL Runtime, JBI Integration
> Affects Versions: 1.3.3
> Reporter: Maciej Prochniak
> Attachments: ODE-709.patch
>
>
> When using JBI deployment, process is not aware of classes/libraries in SU.
> This prevents from using e.g. Java functions in XPath, which are packaged in
> SU. Instead, one is forced to pack them in shared library or into system
> classloader - both solutions are baaad.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.