You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wink.apache.org by "Frederic Berzolla (Created) (JIRA)" <ji...@apache.org> on 2011/12/14 14:33:30 UTC

[jira] [Created] (WINK-355) CLONE - need fallback for Class.forName in J2EE environments

CLONE - need fallback for Class.forName in J2EE environments
------------------------------------------------------------

                 Key: WINK-355
                 URL: https://issues.apache.org/jira/browse/WINK-355
             Project: Wink
          Issue Type: Bug
          Components: Common
    Affects Versions: 1.1
            Reporter: Frederic Berzolla
             Fix For: 1.1
         Attachments: WINK-227.patch

Overlooked a possible need in wink-common.  Looks like we need the same fix in org.apache.wink.common.internal.application.ApplicationFileLoader as was done in WINK-226.  Wink common does not yet have a dependency on Apache commons lang, which is what I used in WINK-226 since wink-server already had that dependency.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (WINK-355) CLONE - need fallback for Class.forName in J2EE environments

Posted by "Frederic Berzolla (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WINK-355?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Frederic Berzolla updated WINK-355:
-----------------------------------

    Description: 
I've the same issue when trying to load a Handler when trying to add a new HandlersFactory...
The  class org.apache.wink.server.internal.DeploymentConfiguration.initHandlers is still using Apache org.apache.commons.lang.ClassUtils.getClass instead of using org.apache.wink.common.internal.utils.ClassUtils.

Please patch the next version and check if any other calls to org.apache.commons.lang.ClassUtils

  was:
I've the same issue when trying to load a Handler when trying to add a new HandlersFactory...
The  class org.apache.wink.server.internal.DeploymentConfiguration.initHandlers is still using Apache org.apache.commons.lang.ClassUtils.getClass instead of using org.apache.wink.common.internal.utils.ClassUtils.

Please patc the next version and chack if any other calls to org.apache.commons.lang.ClassUtils

    
> CLONE - need fallback for Class.forName in J2EE environments
> ------------------------------------------------------------
>
>                 Key: WINK-355
>                 URL: https://issues.apache.org/jira/browse/WINK-355
>             Project: Wink
>          Issue Type: Bug
>          Components: Common
>    Affects Versions: 1.1
>            Reporter: Frederic Berzolla
>              Labels: patch
>         Attachments: WINK-227.patch
>
>
> I've the same issue when trying to load a Handler when trying to add a new HandlersFactory...
> The  class org.apache.wink.server.internal.DeploymentConfiguration.initHandlers is still using Apache org.apache.commons.lang.ClassUtils.getClass instead of using org.apache.wink.common.internal.utils.ClassUtils.
> Please patch the next version and check if any other calls to org.apache.commons.lang.ClassUtils

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Closed] (WINK-355) CLONE - need fallback for Class.forName in J2EE environments

Posted by "Frederic Berzolla (Closed) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WINK-355?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Frederic Berzolla closed WINK-355.
----------------------------------

    Resolution: Not A Problem
    
> CLONE - need fallback for Class.forName in J2EE environments
> ------------------------------------------------------------
>
>                 Key: WINK-355
>                 URL: https://issues.apache.org/jira/browse/WINK-355
>             Project: Wink
>          Issue Type: Bug
>          Components: Common
>    Affects Versions: 1.1
>            Reporter: Frederic Berzolla
>              Labels: patch
>         Attachments: WINK-227.patch
>
>
> I've the same issue when trying to load a Handler when trying to add a new HandlersFactory...
> The  class org.apache.wink.server.internal.DeploymentConfiguration.initHandlers is still using Apache org.apache.commons.lang.ClassUtils.getClass instead of using org.apache.wink.common.internal.utils.ClassUtils.
> Please patch the next version and check if any other calls to org.apache.commons.lang.ClassUtils

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (WINK-355) CLONE - need fallback for Class.forName in J2EE environments

Posted by "Frederic Berzolla (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WINK-355?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Frederic Berzolla updated WINK-355:
-----------------------------------

    Fix Version/s:     (was: 1.1)
           Labels: patch  (was: )
      Description: 
I've the same issue when trying to load a Handler when trying to add a new HandlersFactory...
The  class org.apache.wink.server.internal.DeploymentConfiguration.initHandlers is still using Apache org.apache.commons.lang.ClassUtils.getClass instead of using org.apache.wink.common.internal.utils.ClassUtils.

Please patc the next version and chack if any other calls to org.apache.commons.lang.ClassUtils

  was:Overlooked a possible need in wink-common.  Looks like we need the same fix in org.apache.wink.common.internal.application.ApplicationFileLoader as was done in WINK-226.  Wink common does not yet have a dependency on Apache commons lang, which is what I used in WINK-226 since wink-server already had that dependency.

    
> CLONE - need fallback for Class.forName in J2EE environments
> ------------------------------------------------------------
>
>                 Key: WINK-355
>                 URL: https://issues.apache.org/jira/browse/WINK-355
>             Project: Wink
>          Issue Type: Bug
>          Components: Common
>    Affects Versions: 1.1
>            Reporter: Frederic Berzolla
>              Labels: patch
>         Attachments: WINK-227.patch
>
>
> I've the same issue when trying to load a Handler when trying to add a new HandlersFactory...
> The  class org.apache.wink.server.internal.DeploymentConfiguration.initHandlers is still using Apache org.apache.commons.lang.ClassUtils.getClass instead of using org.apache.wink.common.internal.utils.ClassUtils.
> Please patc the next version and chack if any other calls to org.apache.commons.lang.ClassUtils

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira