You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Jordi Albert (JIRA)" <ji...@apache.org> on 2009/04/30 17:32:30 UTC

[jira] Created: (WW-3110) Use new constructor of XWork class UrlSet to specify ClassLoader protocols. (Allows WebLogic deployment)

Use new constructor of XWork class UrlSet to specify ClassLoader protocols. (Allows WebLogic deployment)
--------------------------------------------------------------------------------------------------------

                 Key: WW-3110
                 URL: https://issues.apache.org/struts/browse/WW-3110
             Project: Struts 2
          Issue Type: Improvement
          Components: Plugin - Convention
    Affects Versions: 2.1.7
         Environment: WebLogic 10
            Reporter: Jordi Albert
            Assignee: Musachy Barroso
         Attachments: conventionPackageBasedActionBuilder.patch

Use new constructor of XWork class UrlSet with protocols parameter in the function buildUrlSet()

This new parameter indicates the allowed ClassLoader protocols to search for. And its value must be the property "struts.convention.action.fileProtocols".

This is necessary to deploy struts applications in WebLogic, because this server packages the WEB-INF/classes of the WAR in a JAR, and then move it to WEB-INF/lib. And in WebLogic all JARs in WEB-INF/lib are read using the zip protocol.

This improvement depends on JIRA task XW-693:
http://jira.opensymphony.com/browse/XW-693

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


[jira] Updated: (WW-3110) Use new constructor of XWork class UrlSet to specify ClassLoader protocols. (Allows WebLogic deployment)

Posted by "Wes Wannemacher (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/WW-3110?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wes Wannemacher updated WW-3110:
--------------------------------

    Fix Version/s: 2.1.8

> Use new constructor of XWork class UrlSet to specify ClassLoader protocols. (Allows WebLogic deployment)
> --------------------------------------------------------------------------------------------------------
>
>                 Key: WW-3110
>                 URL: https://issues.apache.org/struts/browse/WW-3110
>             Project: Struts 2
>          Issue Type: Improvement
>          Components: Plugin - Convention
>    Affects Versions: 2.1.7
>         Environment: WebLogic 10
>            Reporter: Jordi Albert
>            Assignee: Musachy Barroso
>             Fix For: 2.1.8
>
>         Attachments: conventionPackageBasedActionBuilder.patch
>
>
> Use new constructor of XWork class UrlSet with protocols parameter in the function buildUrlSet()
> This new parameter indicates the allowed ClassLoader protocols to search for. And its value must be the property "struts.convention.action.fileProtocols".
> This is necessary to deploy struts applications in WebLogic, because this server packages the WEB-INF/classes of the WAR in a JAR, and then move it to WEB-INF/lib. And in WebLogic all JARs in WEB-INF/lib are read using the zip protocol.
> This improvement depends on JIRA task XW-693:
> http://jira.opensymphony.com/browse/XW-693

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


[jira] Updated: (WW-3110) Use new constructor of XWork class UrlSet to specify ClassLoader protocols. (Allows WebLogic deployment)

Posted by "Jordi Albert (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/WW-3110?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jordi Albert updated WW-3110:
-----------------------------

    Attachment: conventionPackageBasedActionBuilder.patch

patch attached

> Use new constructor of XWork class UrlSet to specify ClassLoader protocols. (Allows WebLogic deployment)
> --------------------------------------------------------------------------------------------------------
>
>                 Key: WW-3110
>                 URL: https://issues.apache.org/struts/browse/WW-3110
>             Project: Struts 2
>          Issue Type: Improvement
>          Components: Plugin - Convention
>    Affects Versions: 2.1.7
>         Environment: WebLogic 10
>            Reporter: Jordi Albert
>            Assignee: Musachy Barroso
>         Attachments: conventionPackageBasedActionBuilder.patch
>
>
> Use new constructor of XWork class UrlSet with protocols parameter in the function buildUrlSet()
> This new parameter indicates the allowed ClassLoader protocols to search for. And its value must be the property "struts.convention.action.fileProtocols".
> This is necessary to deploy struts applications in WebLogic, because this server packages the WEB-INF/classes of the WAR in a JAR, and then move it to WEB-INF/lib. And in WebLogic all JARs in WEB-INF/lib are read using the zip protocol.
> This improvement depends on JIRA task XW-693:
> http://jira.opensymphony.com/browse/XW-693

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


[jira] Resolved: (WW-3110) Use new constructor of XWork class UrlSet to specify ClassLoader protocols. (Allows WebLogic deployment)

Posted by "Wes Wannemacher (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/WW-3110?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wes Wannemacher resolved WW-3110.
---------------------------------

    Resolution: Fixed
      Assignee: Wes Wannemacher  (was: Musachy Barroso)

thanks for the patch, the xwork jira was closed so I applied your fix and unit tests passed.

> Use new constructor of XWork class UrlSet to specify ClassLoader protocols. (Allows WebLogic deployment)
> --------------------------------------------------------------------------------------------------------
>
>                 Key: WW-3110
>                 URL: https://issues.apache.org/struts/browse/WW-3110
>             Project: Struts 2
>          Issue Type: Improvement
>          Components: Plugin - Convention
>    Affects Versions: 2.1.7
>         Environment: WebLogic 10
>            Reporter: Jordi Albert
>            Assignee: Wes Wannemacher
>             Fix For: 2.1.8
>
>         Attachments: conventionPackageBasedActionBuilder.patch
>
>
> Use new constructor of XWork class UrlSet with protocols parameter in the function buildUrlSet()
> This new parameter indicates the allowed ClassLoader protocols to search for. And its value must be the property "struts.convention.action.fileProtocols".
> This is necessary to deploy struts applications in WebLogic, because this server packages the WEB-INF/classes of the WAR in a JAR, and then move it to WEB-INF/lib. And in WebLogic all JARs in WEB-INF/lib are read using the zip protocol.
> This improvement depends on JIRA task XW-693:
> http://jira.opensymphony.com/browse/XW-693

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