You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Daniel Sachse (JIRA)" <de...@myfaces.apache.org> on 2011/05/16 10:30:47 UTC

[jira] [Created] (EXTCDI-183) CODI doesn't seem to work at all in JBoss 6

CODI doesn't seem to work at all in JBoss 6
-------------------------------------------

                 Key: EXTCDI-183
                 URL: https://issues.apache.org/jira/browse/EXTCDI-183
             Project: MyFaces CODI
          Issue Type: Bug
         Environment: System 1: Mac OSX, JBoss 6 Final, Weld 1.1.0 - 1.1.1, Mojarra 2.0.3 - 2.1.1, CODI 0.9.2 - 0.9.5
System 2: Mac OSX, Glassfish 3.0.1 Final, Weld 1.0.1, Mojarra 2.0.1 -2.0.4, CODI 0.9.2 - 0.9.5
System 3: Mac OSX Glassfish 3.1 Final, Weld 1.1.0 - 1.1.1, Mojarra 2.1.1, CODI 0.9.2 - 0.9.5
            Reporter: Daniel Sachse
            Priority: Critical


After the first recommandation of https://issues.apache.org/jira/browse/EXTCDI-176 I migrated to CODI-JSF to make use of the provided Events(i.e. InitView, PrerenderView) and the Type-Safe Navigation.
My application didn't work on System 1 as described above with the various Framework combinations I tested.

So I tried to deploy an example application(https://bitbucket.org/os890/codi-examples) which worked in System 2.
System 3 didn't work at all. System 1 started but as soon as I tried to use the navigation cases, I got errors, that "no navigation-cases could be found". Additionally there was no output that the Eventmethods(PrerenderView) have been called. These were the exact same errors I got in my own application.

To me the JSF-Module seems to be totally broken in JBoss 6.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (EXTCDI-183) CODI doesn't seem to work at all in JBoss 6

Posted by "Mark Struberg (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/EXTCDI-183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13033941#comment-13033941 ] 

Mark Struberg commented on EXTCDI-183:
--------------------------------------

Hi Daniel!

It looks like JBossAS6 is heavily broken and already a step child of the JBoss folks. They are really hard working on JBossAS7 and the available Beta is already MUCH better then JBossAS6.Final! JBossAS7 looks really neat, but 6 is a complete waste imo.

It would be great if you could try your code in JBossAS7 and report back if it is still broken or working fine.

txs and LieGrue,
strub

> CODI doesn't seem to work at all in JBoss 6
> -------------------------------------------
>
>                 Key: EXTCDI-183
>                 URL: https://issues.apache.org/jira/browse/EXTCDI-183
>             Project: MyFaces CODI
>          Issue Type: Bug
>         Environment: System 1: Mac OSX, JBoss 6 Final, Weld 1.1.0 - 1.1.1, Mojarra 2.0.3 - 2.1.1, CODI 0.9.2 - 0.9.5
> System 2: Mac OSX, Glassfish 3.0.1 Final, Weld 1.0.1, Mojarra 2.0.1 -2.0.4, CODI 0.9.2 - 0.9.5
> System 3: Mac OSX Glassfish 3.1 Final, Weld 1.1.0 - 1.1.1, Mojarra 2.1.1, CODI 0.9.2 - 0.9.5
>            Reporter: Daniel Sachse
>            Priority: Minor
>
> After the first recommandation of https://issues.apache.org/jira/browse/EXTCDI-176 I migrated to CODI-JSF to make use of the provided Events(i.e. InitView, PrerenderView) and the Type-Safe Navigation.
> My application didn't work on System 1 as described above with the various Framework combinations I tested.
> So I tried to deploy an example application(https://bitbucket.org/os890/codi-examples) which worked in System 2.
> System 3 didn't work at all. System 1 started but as soon as I tried to use the navigation cases, I got errors, that "no navigation-cases could be found". Additionally there was no output that the Eventmethods(PrerenderView) have been called. These were the exact same errors I got in my own application.
> To me the JSF-Module seems to be totally broken in JBoss 6.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (EXTCDI-183) CODI doesn't seem to work at all in JBoss 6

Posted by "Mark Struberg (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/EXTCDI-183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13033959#comment-13033959 ] 

Mark Struberg commented on EXTCDI-183:
--------------------------------------

Hi Daniel, no worries, we are happy about each and every feedback!

LieGrue,
strub

> CODI doesn't seem to work at all in JBoss 6
> -------------------------------------------
>
>                 Key: EXTCDI-183
>                 URL: https://issues.apache.org/jira/browse/EXTCDI-183
>             Project: MyFaces CODI
>          Issue Type: Bug
>         Environment: System 1: Mac OSX, JBoss 6 Final, Weld 1.1.0 - 1.1.1, Mojarra 2.0.3 - 2.1.1, CODI 0.9.2 - 0.9.5
> System 2: Mac OSX, Glassfish 3.0.1 Final, Weld 1.0.1, Mojarra 2.0.1 -2.0.4, CODI 0.9.2 - 0.9.5
> System 3: Mac OSX Glassfish 3.1 Final, Weld 1.1.0 - 1.1.1, Mojarra 2.1.1, CODI 0.9.2 - 0.9.5
>            Reporter: Daniel Sachse
>            Priority: Minor
>
> After the first recommandation of https://issues.apache.org/jira/browse/EXTCDI-176 I migrated to CODI-JSF to make use of the provided Events(i.e. InitView, PrerenderView) and the Type-Safe Navigation.
> My application didn't work on System 1 as described above with the various Framework combinations I tested.
> So I tried to deploy an example application(https://bitbucket.org/os890/codi-examples) which worked in System 2.
> System 3 didn't work at all. System 1 started but as soon as I tried to use the navigation cases, I got errors, that "no navigation-cases could be found". Additionally there was no output that the Eventmethods(PrerenderView) have been called. These were the exact same errors I got in my own application.
> To me the JSF-Module seems to be totally broken in JBoss 6.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Issue Comment Edited] (EXTCDI-183) CODI doesn't seem to work at all in JBoss 6

Posted by "Gerhard Petracek (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/EXTCDI-183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13033931#comment-13033931 ] 

Gerhard Petracek edited comment on EXTCDI-183 at 5/16/11 9:32 AM:
------------------------------------------------------------------

we already tested codi with glassfish 3.x and we also know users who use this stack.
an example which is tested on glassfish 3.1 + weld v1.1.1 is e.g. available at http://code.google.com/a/apache-extras.org/p/myfaces-codi-examples/source/browse/?r=glassfish31#hg%2Fcommunity
instead of filing new issues please contact the mailing list and provide stacktraces.

if there is an issue with jboss as6 (with weld v1.1.1) please file a jboss as6 issue, looks like they have issues with portable extensions.

      was (Author: gpetracek):
    we already tested codi with glassfish 3.x and we also know users who use this stack.
an example which is tested on glassfish 3.1 + Weld v1.1.1 is e.g. available at http://code.google.com/a/apache-extras.org/p/myfaces-codi-examples/source/browse/?r=glassfish31#hg%2Fcommunity
instead of filing new issues please contact the mailing list and provide stacktraces.
  
> CODI doesn't seem to work at all in JBoss 6
> -------------------------------------------
>
>                 Key: EXTCDI-183
>                 URL: https://issues.apache.org/jira/browse/EXTCDI-183
>             Project: MyFaces CODI
>          Issue Type: Bug
>         Environment: System 1: Mac OSX, JBoss 6 Final, Weld 1.1.0 - 1.1.1, Mojarra 2.0.3 - 2.1.1, CODI 0.9.2 - 0.9.5
> System 2: Mac OSX, Glassfish 3.0.1 Final, Weld 1.0.1, Mojarra 2.0.1 -2.0.4, CODI 0.9.2 - 0.9.5
> System 3: Mac OSX Glassfish 3.1 Final, Weld 1.1.0 - 1.1.1, Mojarra 2.1.1, CODI 0.9.2 - 0.9.5
>            Reporter: Daniel Sachse
>            Priority: Minor
>
> After the first recommandation of https://issues.apache.org/jira/browse/EXTCDI-176 I migrated to CODI-JSF to make use of the provided Events(i.e. InitView, PrerenderView) and the Type-Safe Navigation.
> My application didn't work on System 1 as described above with the various Framework combinations I tested.
> So I tried to deploy an example application(https://bitbucket.org/os890/codi-examples) which worked in System 2.
> System 3 didn't work at all. System 1 started but as soon as I tried to use the navigation cases, I got errors, that "no navigation-cases could be found". Additionally there was no output that the Eventmethods(PrerenderView) have been called. These were the exact same errors I got in my own application.
> To me the JSF-Module seems to be totally broken in JBoss 6.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (EXTCDI-183) CODI doesn't seem to work at all in JBoss 6

Posted by "Daniel Sachse (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/EXTCDI-183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13033955#comment-13033955 ] 

Daniel Sachse commented on EXTCDI-183:
--------------------------------------

Thanks to all of you for your quick help.
I'll try that and let you know if that worked.
Sry for the "bug", next time I will use the mailing list.

> CODI doesn't seem to work at all in JBoss 6
> -------------------------------------------
>
>                 Key: EXTCDI-183
>                 URL: https://issues.apache.org/jira/browse/EXTCDI-183
>             Project: MyFaces CODI
>          Issue Type: Bug
>         Environment: System 1: Mac OSX, JBoss 6 Final, Weld 1.1.0 - 1.1.1, Mojarra 2.0.3 - 2.1.1, CODI 0.9.2 - 0.9.5
> System 2: Mac OSX, Glassfish 3.0.1 Final, Weld 1.0.1, Mojarra 2.0.1 -2.0.4, CODI 0.9.2 - 0.9.5
> System 3: Mac OSX Glassfish 3.1 Final, Weld 1.1.0 - 1.1.1, Mojarra 2.1.1, CODI 0.9.2 - 0.9.5
>            Reporter: Daniel Sachse
>            Priority: Minor
>
> After the first recommandation of https://issues.apache.org/jira/browse/EXTCDI-176 I migrated to CODI-JSF to make use of the provided Events(i.e. InitView, PrerenderView) and the Type-Safe Navigation.
> My application didn't work on System 1 as described above with the various Framework combinations I tested.
> So I tried to deploy an example application(https://bitbucket.org/os890/codi-examples) which worked in System 2.
> System 3 didn't work at all. System 1 started but as soon as I tried to use the navigation cases, I got errors, that "no navigation-cases could be found". Additionally there was no output that the Eventmethods(PrerenderView) have been called. These were the exact same errors I got in my own application.
> To me the JSF-Module seems to be totally broken in JBoss 6.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (EXTCDI-183) CODI doesn't seem to work at all in JBoss 6

Posted by "Gerhard Petracek (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/EXTCDI-183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gerhard Petracek resolved EXTCDI-183.
-------------------------------------

    Resolution: Cannot Reproduce

please contact the mailing list

> CODI doesn't seem to work at all in JBoss 6
> -------------------------------------------
>
>                 Key: EXTCDI-183
>                 URL: https://issues.apache.org/jira/browse/EXTCDI-183
>             Project: MyFaces CODI
>          Issue Type: Bug
>         Environment: System 1: Mac OSX, JBoss 6 Final, Weld 1.1.0 - 1.1.1, Mojarra 2.0.3 - 2.1.1, CODI 0.9.2 - 0.9.5
> System 2: Mac OSX, Glassfish 3.0.1 Final, Weld 1.0.1, Mojarra 2.0.1 -2.0.4, CODI 0.9.2 - 0.9.5
> System 3: Mac OSX Glassfish 3.1 Final, Weld 1.1.0 - 1.1.1, Mojarra 2.1.1, CODI 0.9.2 - 0.9.5
>            Reporter: Daniel Sachse
>            Priority: Minor
>
> After the first recommandation of https://issues.apache.org/jira/browse/EXTCDI-176 I migrated to CODI-JSF to make use of the provided Events(i.e. InitView, PrerenderView) and the Type-Safe Navigation.
> My application didn't work on System 1 as described above with the various Framework combinations I tested.
> So I tried to deploy an example application(https://bitbucket.org/os890/codi-examples) which worked in System 2.
> System 3 didn't work at all. System 1 started but as soon as I tried to use the navigation cases, I got errors, that "no navigation-cases could be found". Additionally there was no output that the Eventmethods(PrerenderView) have been called. These were the exact same errors I got in my own application.
> To me the JSF-Module seems to be totally broken in JBoss 6.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (EXTCDI-183) CODI doesn't seem to work at all in JBoss 6

Posted by "Gerhard Petracek (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/EXTCDI-183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13033961#comment-13033961 ] 

Gerhard Petracek commented on EXTCDI-183:
-----------------------------------------

thx daniel!

regards,
gerhard

> CODI doesn't seem to work at all in JBoss 6
> -------------------------------------------
>
>                 Key: EXTCDI-183
>                 URL: https://issues.apache.org/jira/browse/EXTCDI-183
>             Project: MyFaces CODI
>          Issue Type: Bug
>         Environment: System 1: Mac OSX, JBoss 6 Final, Weld 1.1.0 - 1.1.1, Mojarra 2.0.3 - 2.1.1, CODI 0.9.2 - 0.9.5
> System 2: Mac OSX, Glassfish 3.0.1 Final, Weld 1.0.1, Mojarra 2.0.1 -2.0.4, CODI 0.9.2 - 0.9.5
> System 3: Mac OSX Glassfish 3.1 Final, Weld 1.1.0 - 1.1.1, Mojarra 2.1.1, CODI 0.9.2 - 0.9.5
>            Reporter: Daniel Sachse
>            Priority: Minor
>
> After the first recommandation of https://issues.apache.org/jira/browse/EXTCDI-176 I migrated to CODI-JSF to make use of the provided Events(i.e. InitView, PrerenderView) and the Type-Safe Navigation.
> My application didn't work on System 1 as described above with the various Framework combinations I tested.
> So I tried to deploy an example application(https://bitbucket.org/os890/codi-examples) which worked in System 2.
> System 3 didn't work at all. System 1 started but as soon as I tried to use the navigation cases, I got errors, that "no navigation-cases could be found". Additionally there was no output that the Eventmethods(PrerenderView) have been called. These were the exact same errors I got in my own application.
> To me the JSF-Module seems to be totally broken in JBoss 6.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira