You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shiro.apache.org by "Archimedes Trajano (JIRA)" <ji...@apache.org> on 2012/07/16 19:34:35 UTC

[jira] [Created] (SHIRO-376) shiro-cas feature should not depend on shiro-cas

Archimedes Trajano created SHIRO-376:
----------------------------------------

             Summary: shiro-cas feature should not depend on shiro-cas
                 Key: SHIRO-376
                 URL: https://issues.apache.org/jira/browse/SHIRO-376
             Project: Shiro
          Issue Type: Bug
          Components: Configuration
    Affects Versions: 1.2.0
         Environment: Karaf 2.2.8
            Reporter: Archimedes Trajano
            Priority: Critical


In the features.xml it contains this block

<feature name="shiro-cas" version="1.2.0" resolver="(obr)">
    <feature version="1.2.0">shiro-cas</feature>
    <!-- Is there a CAS client osgi bundle somewhere?
    <bundle dependency='true'>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.aspectj/${casclient.bundle.version}</bundle>
    -->
    <bundle>mvn:org.apache.shiro/shiro-cas/1.2.0</bundle>
</feature>

It indicates that shiro-cas depends on shiro-cas, installing this feature on Karaf will yield a stackoverflow error.

--
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

        

Re: [jira] [Commented] (SHIRO-376) shiro-cas feature should not depend on shiro-cas

Posted by jleleu <le...@gmail.com>.
Hi,

You're right, There is a problem. Should be shiro-core as you mentioned.
Hope Shiro's team will be able to fix that soon.
Best regards,
Jérôme


--
View this message in context: http://shiro-developer.582600.n2.nabble.com/jira-Created-SHIRO-376-shiro-cas-feature-should-not-depend-on-shiro-cas-tp7577540p7577543.html
Sent from the Shiro Developer mailing list archive at Nabble.com.

[jira] [Commented] (SHIRO-376) shiro-cas feature should not depend on shiro-cas

Posted by "Archimedes Trajano (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SHIRO-376?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13415435#comment-13415435 ] 

Archimedes Trajano commented on SHIRO-376:
------------------------------------------

https://github.com/apache/shiro/pull/1
                
> shiro-cas feature should not depend on shiro-cas
> ------------------------------------------------
>
>                 Key: SHIRO-376
>                 URL: https://issues.apache.org/jira/browse/SHIRO-376
>             Project: Shiro
>          Issue Type: Bug
>          Components: Configuration
>    Affects Versions: 1.2.0
>         Environment: Karaf 2.2.8
>            Reporter: Archimedes Trajano
>            Priority: Critical
>
> In the features.xml it contains this block
> <feature name="shiro-cas" version="1.2.0" resolver="(obr)">
>     <feature version="1.2.0">shiro-cas</feature>
>     <!-- Is there a CAS client osgi bundle somewhere?
>     <bundle dependency='true'>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.aspectj/${casclient.bundle.version}</bundle>
>     -->
>     <bundle>mvn:org.apache.shiro/shiro-cas/1.2.0</bundle>
> </feature>
> It indicates that shiro-cas depends on shiro-cas, installing this feature on Karaf will yield a stackoverflow error.

--
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] [Resolved] (SHIRO-376) shiro-cas feature should not depend on shiro-cas

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

Jared Bunting resolved SHIRO-376.
---------------------------------

    Resolution: Fixed

This patch has been applied to 1.2.x and trunk.
                
> shiro-cas feature should not depend on shiro-cas
> ------------------------------------------------
>
>                 Key: SHIRO-376
>                 URL: https://issues.apache.org/jira/browse/SHIRO-376
>             Project: Shiro
>          Issue Type: Bug
>          Components: Configuration
>    Affects Versions: 1.2.0
>         Environment: Karaf 2.2.8
>            Reporter: Archimedes Trajano
>            Assignee: Jared Bunting
>            Priority: Critical
>
> In the features.xml it contains this block
> <feature name="shiro-cas" version="1.2.0" resolver="(obr)">
>     <feature version="1.2.0">shiro-cas</feature>
>     <!-- Is there a CAS client osgi bundle somewhere?
>     <bundle dependency='true'>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.aspectj/${casclient.bundle.version}</bundle>
>     -->
>     <bundle>mvn:org.apache.shiro/shiro-cas/1.2.0</bundle>
> </feature>
> It indicates that shiro-cas depends on shiro-cas, installing this feature on Karaf will yield a stackoverflow error.

--
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] [Assigned] (SHIRO-376) shiro-cas feature should not depend on shiro-cas

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

Jared Bunting reassigned SHIRO-376:
-----------------------------------

    Assignee: Jared Bunting
    
> shiro-cas feature should not depend on shiro-cas
> ------------------------------------------------
>
>                 Key: SHIRO-376
>                 URL: https://issues.apache.org/jira/browse/SHIRO-376
>             Project: Shiro
>          Issue Type: Bug
>          Components: Configuration
>    Affects Versions: 1.2.0
>         Environment: Karaf 2.2.8
>            Reporter: Archimedes Trajano
>            Assignee: Jared Bunting
>            Priority: Critical
>
> In the features.xml it contains this block
> <feature name="shiro-cas" version="1.2.0" resolver="(obr)">
>     <feature version="1.2.0">shiro-cas</feature>
>     <!-- Is there a CAS client osgi bundle somewhere?
>     <bundle dependency='true'>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.aspectj/${casclient.bundle.version}</bundle>
>     -->
>     <bundle>mvn:org.apache.shiro/shiro-cas/1.2.0</bundle>
> </feature>
> It indicates that shiro-cas depends on shiro-cas, installing this feature on Karaf will yield a stackoverflow error.

--
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