You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "David Jencks (JIRA)" <ji...@apache.org> on 2009/12/21 10:34:18 UTC

[jira] Created: (GERONIMO-4996) myfaces 2 osgi integration

myfaces 2 osgi integration
--------------------------

                 Key: GERONIMO-4996
                 URL: https://issues.apache.org/jira/browse/GERONIMO-4996
             Project: Geronimo
          Issue Type: Bug
      Security Level: public (Regular issues)
          Components: osgi
    Affects Versions: 3.0
            Reporter: David Jencks
             Fix For: 3.0


Tracking of integrating myfaces 2 integration into geronimo under osgi.

first problem is to get myfaces to fix their osgi metadata to allow use of servlet 3 api jars and other javaee6 spec bundles.

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


[jira] Commented: (GERONIMO-4996) myfaces 2 osgi integration

Posted by "David Jencks (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-4996?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12793127#action_12793127 ] 

David Jencks commented on GERONIMO-4996:
----------------------------------------

rev 892742 adds a test server.  After fixing the osgi metadata in myfaces, the server starts.

> myfaces 2 osgi integration
> --------------------------
>
>                 Key: GERONIMO-4996
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4996
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: osgi
>    Affects Versions: 3.0
>            Reporter: David Jencks
>             Fix For: 3.0
>
>
> Tracking of integrating myfaces 2 integration into geronimo under osgi.
> first problem is to get myfaces to fix their osgi metadata to allow use of servlet 3 api jars and other javaee6 spec bundles.

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


[jira] Commented: (GERONIMO-4996) myfaces 2 osgi integration

Posted by "Jarek Gawor (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-4996?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12831288#action_12831288 ] 

Jarek Gawor commented on GERONIMO-4996:
---------------------------------------

After changes in revision 907906 Jasper can discover the myfaces TLDs but things don't still work right mostly because of context class loader assumptions in myfaces.


> myfaces 2 osgi integration
> --------------------------
>
>                 Key: GERONIMO-4996
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4996
>             Project: Geronimo
>          Issue Type: Sub-task
>      Security Level: public(Regular issues) 
>          Components: osgi
>    Affects Versions: 3.0
>            Reporter: David Jencks
>            Assignee: Jarek Gawor
>             Fix For: 3.0
>
>
> Tracking of integrating myfaces 2 integration into geronimo under osgi.
> first problem is to get myfaces to fix their osgi metadata to allow use of servlet 3 api jars and other javaee6 spec bundles.

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


[jira] Commented: (GERONIMO-4996) myfaces 2 osgi integration

Posted by "Jarek Gawor (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-4996?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12829248#action_12829248 ] 

Jarek Gawor commented on GERONIMO-4996:
---------------------------------------

In revision 906232 I modified the LifecycleProvider lookup code to lookup the providers based on Bundle object instead of ClassLoader. Right now the same Bundle object is used throughout but we create new ClassLoader for the same Bundle a few times, so ClassLoader based lookup was breaking.


> myfaces 2 osgi integration
> --------------------------
>
>                 Key: GERONIMO-4996
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4996
>             Project: Geronimo
>          Issue Type: Sub-task
>      Security Level: public(Regular issues) 
>          Components: osgi
>    Affects Versions: 3.0
>            Reporter: David Jencks
>             Fix For: 3.0
>
>
> Tracking of integrating myfaces 2 integration into geronimo under osgi.
> first problem is to get myfaces to fix their osgi metadata to allow use of servlet 3 api jars and other javaee6 spec bundles.

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


[jira] Commented: (GERONIMO-4996) myfaces 2 osgi integration

Posted by "David Jencks (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-4996?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12804197#action_12804197 ] 

David Jencks commented on GERONIMO-4996:
----------------------------------------

Myfaces fixed their osgi info.

rev 902527 fixes up jndi and adds myfaces to the build.  The test server starts.

> myfaces 2 osgi integration
> --------------------------
>
>                 Key: GERONIMO-4996
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4996
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: osgi
>    Affects Versions: 3.0
>            Reporter: David Jencks
>             Fix For: 3.0
>
>
> Tracking of integrating myfaces 2 integration into geronimo under osgi.
> first problem is to get myfaces to fix their osgi metadata to allow use of servlet 3 api jars and other javaee6 spec bundles.

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


[jira] Commented: (GERONIMO-4996) myfaces 2 osgi integration

Posted by "Jarek Gawor (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-4996?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12806482#action_12806482 ] 

Jarek Gawor commented on GERONIMO-4996:
---------------------------------------

I opened MYFACES-2525 for a split-package problem in myfaces.


> myfaces 2 osgi integration
> --------------------------
>
>                 Key: GERONIMO-4996
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4996
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: osgi
>    Affects Versions: 3.0
>            Reporter: David Jencks
>             Fix For: 3.0
>
>
> Tracking of integrating myfaces 2 integration into geronimo under osgi.
> first problem is to get myfaces to fix their osgi metadata to allow use of servlet 3 api jars and other javaee6 spec bundles.

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


[jira] Commented: (GERONIMO-4996) myfaces 2 osgi integration

Posted by "Jarek Gawor (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-4996?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12806481#action_12806481 ] 

Jarek Gawor commented on GERONIMO-4996:
---------------------------------------

Updated myfaces deployer to work with bundles. Also added bean validation spec to dependencies. Committed in revision 904616.


> myfaces 2 osgi integration
> --------------------------
>
>                 Key: GERONIMO-4996
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4996
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: osgi
>    Affects Versions: 3.0
>            Reporter: David Jencks
>             Fix For: 3.0
>
>
> Tracking of integrating myfaces 2 integration into geronimo under osgi.
> first problem is to get myfaces to fix their osgi metadata to allow use of servlet 3 api jars and other javaee6 spec bundles.

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


[jira] Assigned: (GERONIMO-4996) myfaces 2 osgi integration

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

Jarek Gawor reassigned GERONIMO-4996:
-------------------------------------

    Assignee: Jarek Gawor

> myfaces 2 osgi integration
> --------------------------
>
>                 Key: GERONIMO-4996
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4996
>             Project: Geronimo
>          Issue Type: Sub-task
>      Security Level: public(Regular issues) 
>          Components: osgi
>    Affects Versions: 3.0
>            Reporter: David Jencks
>            Assignee: Jarek Gawor
>             Fix For: 3.0
>
>
> Tracking of integrating myfaces 2 integration into geronimo under osgi.
> first problem is to get myfaces to fix their osgi metadata to allow use of servlet 3 api jars and other javaee6 spec bundles.

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


[jira] Commented: (GERONIMO-4996) myfaces 2 osgi integration

Posted by "Jarek Gawor (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-4996?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12832600#action_12832600 ] 

Jarek Gawor commented on GERONIMO-4996:
---------------------------------------

I opened MYFACES-2548 and MYFACES-2550 for the additional problems I've ran into during myfaces integration.



> myfaces 2 osgi integration
> --------------------------
>
>                 Key: GERONIMO-4996
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4996
>             Project: Geronimo
>          Issue Type: Sub-task
>      Security Level: public(Regular issues) 
>          Components: osgi
>    Affects Versions: 3.0
>            Reporter: David Jencks
>            Assignee: Jarek Gawor
>             Fix For: 3.0
>
>
> Tracking of integrating myfaces 2 integration into geronimo under osgi.
> first problem is to get myfaces to fix their osgi metadata to allow use of servlet 3 api jars and other javaee6 spec bundles.

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


[jira] Updated: (GERONIMO-4996) myfaces 2 osgi integration

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

Rick McGuire updated GERONIMO-4996:
-----------------------------------

    Issue Type: Sub-task  (was: Bug)
        Parent: GERONIMO-5087

> myfaces 2 osgi integration
> --------------------------
>
>                 Key: GERONIMO-4996
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4996
>             Project: Geronimo
>          Issue Type: Sub-task
>      Security Level: public(Regular issues) 
>          Components: osgi
>    Affects Versions: 3.0
>            Reporter: David Jencks
>             Fix For: 3.0
>
>
> Tracking of integrating myfaces 2 integration into geronimo under osgi.
> first problem is to get myfaces to fix their osgi metadata to allow use of servlet 3 api jars and other javaee6 spec bundles.

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