[jira] Created: (XBEAN-132) Class loading issues

View: New views
6 Messages — Rating Filter:   Alert me  

[jira] Created: (XBEAN-132) Class loading issues

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Class loading issues
--------------------

                 Key: XBEAN-132
                 URL: https://issues.apache.org/jira/browse/XBEAN-132
             Project: XBean
          Issue Type: Bug
          Components: spring
    Affects Versions: 3.4.3
         Environment: Equinox
            Reporter: Łukasz Dywicki


The XBeanNamespaceHandler use thread context class loader for resolving bean classes. My patch add ResourceLoader to process. All tests are passed.

I try use XBean to create Spring IDE plugin and this patch give posibility to embed XBean inside Eclipse Equinox.

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (XBEAN-132) Class loading issues

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


     [ https://issues.apache.org/jira/browse/XBEAN-132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Łukasz Dywicki updated XBEAN-132:
---------------------------------

    Attachment: class-loading.patch

Patch provided.

> Class loading issues
> --------------------
>
>                 Key: XBEAN-132
>                 URL: https://issues.apache.org/jira/browse/XBEAN-132
>             Project: XBean
>          Issue Type: Bug
>          Components: spring
>    Affects Versions: 3.4.3
>         Environment: Equinox
>            Reporter: Łukasz Dywicki
>         Attachments: class-loading.patch
>
>
> The XBeanNamespaceHandler use thread context class loader for resolving bean classes. My patch add ResourceLoader to process. All tests are passed.
> I try use XBean to create Spring IDE plugin and this patch give posibility to embed XBean inside Eclipse Equinox.

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (XBEAN-132) Class loading issues

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


     [ https://issues.apache.org/jira/browse/XBEAN-132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Łukasz Dywicki updated XBEAN-132:
---------------------------------

    Attachment: class-loading-short.patch

Even shorter version of patch.

> Class loading issues
> --------------------
>
>                 Key: XBEAN-132
>                 URL: https://issues.apache.org/jira/browse/XBEAN-132
>             Project: XBean
>          Issue Type: Bug
>          Components: spring
>    Affects Versions: 3.4.3
>         Environment: Equinox
>            Reporter: Łukasz Dywicki
>         Attachments: class-loading-short.patch, class-loading.patch
>
>
> The XBeanNamespaceHandler use thread context class loader for resolving bean classes. My patch add ResourceLoader to process. All tests are passed.
> I try use XBean to create Spring IDE plugin and this patch give posibility to embed XBean inside Eclipse Equinox.

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (XBEAN-132) Class loading issues

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


     [ https://issues.apache.org/jira/browse/XBEAN-132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guillaume Nodet reassigned XBEAN-132:
-------------------------------------

    Assignee: Guillaume Nodet

> Class loading issues
> --------------------
>
>                 Key: XBEAN-132
>                 URL: https://issues.apache.org/jira/browse/XBEAN-132
>             Project: XBean
>          Issue Type: Bug
>          Components: spring
>    Affects Versions: 3.4.3
>         Environment: Equinox
>            Reporter: Łukasz Dywicki
>            Assignee: Guillaume Nodet
>             Fix For: 3.6
>
>         Attachments: class-loading-short.patch, class-loading.patch
>
>
> The XBeanNamespaceHandler use thread context class loader for resolving bean classes. My patch add ResourceLoader to process. All tests are passed.
> I try use XBean to create Spring IDE plugin and this patch give posibility to embed XBean inside Eclipse Equinox.

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (XBEAN-132) Class loading issues

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


     [ https://issues.apache.org/jira/browse/XBEAN-132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guillaume Nodet closed XBEAN-132.
---------------------------------

       Resolution: Fixed
    Fix Version/s: 3.6

parserContext.getReaderContext().getResourceLoader()

> Class loading issues
> --------------------
>
>                 Key: XBEAN-132
>                 URL: https://issues.apache.org/jira/browse/XBEAN-132
>             Project: XBean
>          Issue Type: Bug
>          Components: spring
>    Affects Versions: 3.4.3
>         Environment: Equinox
>            Reporter: Łukasz Dywicki
>            Assignee: Guillaume Nodet
>             Fix For: 3.6
>
>         Attachments: class-loading-short.patch, class-loading.patch
>
>
> The XBeanNamespaceHandler use thread context class loader for resolving bean classes. My patch add ResourceLoader to process. All tests are passed.
> I try use XBean to create Spring IDE plugin and this patch give posibility to embed XBean inside Eclipse Equinox.

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (XBEAN-132) Class loading issues

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


    [ https://issues.apache.org/jira/browse/XBEAN-132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12751332#action_12751332 ]

Guillaume Nodet commented on XBEAN-132:
---------------------------------------

Sending        pom.xml
Sending        xbean-spring/src/main/java/org/apache/xbean/spring/context/v2c/XBeanNamespaceHandler.java
Transmitting file data ..
Committed revision 811229.


> Class loading issues
> --------------------
>
>                 Key: XBEAN-132
>                 URL: https://issues.apache.org/jira/browse/XBEAN-132
>             Project: XBean
>          Issue Type: Bug
>          Components: spring
>    Affects Versions: 3.4.3
>         Environment: Equinox
>            Reporter: Łukasz Dywicki
>            Assignee: Guillaume Nodet
>             Fix For: 3.6
>
>         Attachments: class-loading-short.patch, class-loading.patch
>
>
> The XBeanNamespaceHandler use thread context class loader for resolving bean classes. My patch add ResourceLoader to process. All tests are passed.
> I try use XBean to create Spring IDE plugin and this patch give posibility to embed XBean inside Eclipse Equinox.

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.