[ 
http://jira.codehaus.org/browse/JIBX-128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dennis Sosnoski closed JIBX-128.
--------------------------------


> Add ClassLoader parameter to BindingDirectory.getFactory
> --------------------------------------------------------
>
>                 Key: JIBX-128
>                 URL: http://jira.codehaus.org/browse/JIBX-128
>             Project: JiBX
>          Issue Type: Improvement
>          Components: core
>    Affects Versions: JiBX 1.1
>         Environment: Windows 2003, JDK 1.4.2, WebSphere 5.x
>            Reporter: Ed Keen
>            Assignee: Dennis Sosnoski
>             Fix For: JiBX 1.1.2
>
>
> Currently, the BindingDirectory.getFactory method does not take a ClassLoader 
> argument to locate the class that is passed to it.  This creates a problem in 
> J2EE (ear deployed) applications, when the jibx-run.jar is at the root of the 
> ear file, and the class being passed in getFactory resides in a web module 
> within that ear file.  
> Because WebSphere will not "look down" in its classloader hierarchy, it 
> cannot find the class that is being passed in the getFactory method.  This 
> means that we must push jibx-run.jar down to the web module level, for all 
> web modules within that ear that use it.  
> If you overrode getFactory to take a ClassLoader, you could use that 
> classloader to find the class being passed, and this would resolve the 
> problem.  Then, I could pass the ClassLoader for my web module "up" to the 
> ear module.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
jibx-devs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jibx-devs

Reply via email to