You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by "Douglas Hurbon (JIRA)" <ji...@apache.org> on 2010/09/01 23:00:54 UTC

[jira] Created: (COCOON-2300) jboss-5.1.0.GA vfszip protocol in CharsetFactory

jboss-5.1.0.GA vfszip protocol in CharsetFactory
------------------------------------------------

                 Key: COCOON-2300
                 URL: https://issues.apache.org/jira/browse/COCOON-2300
             Project: Cocoon
          Issue Type: Bug
          Components: Blocks: Serializers
    Affects Versions: 2.1.11
            Reporter: Douglas Hurbon
             Fix For: 2.1.12-dev (Current SVN)


Cocoon fails to initialize on Jboss 5.1 due to the new vfszip protocol it uses for class loading.  CharsetFactory expects either jar:/ or file:/

Parsing the vfszip protocol in CharsetFactory solves the problem.

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


[jira] Updated: (COCOON-2300) jboss-5.1.0.GA vfszip protocol in CharsetFactory

Posted by "Douglas Hurbon (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/COCOON-2300?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Douglas Hurbon updated COCOON-2300:
-----------------------------------

    Attachment: CharsetFactory.patch

Patch for the CharsetFactory running on Jboss 5.1.

> jboss-5.1.0.GA vfszip protocol in CharsetFactory
> ------------------------------------------------
>
>                 Key: COCOON-2300
>                 URL: https://issues.apache.org/jira/browse/COCOON-2300
>             Project: Cocoon
>          Issue Type: Bug
>          Components: Blocks: Serializers
>    Affects Versions: 2.1.11
>            Reporter: Douglas Hurbon
>             Fix For: 2.1.12-dev (Current SVN)
>
>         Attachments: CharsetFactory.patch
>
>
> Cocoon fails to initialize on Jboss 5.1 due to the new vfszip protocol it uses for class loading.  CharsetFactory expects either jar:/ or file:/
> Parsing the vfszip protocol in CharsetFactory solves the problem.

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