You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Edell Nolan (JIRA)" <ji...@apache.org> on 2008/07/02 10:26:00 UTC

[jira] Created: (SMX4-43) Build failure when trying to build servicemix-features

Build failure when trying to build servicemix-features 
-------------------------------------------------------

                 Key: SMX4-43
                 URL: https://issues.apache.org/activemq/browse/SMX4-43
             Project: ServiceMix 4
          Issue Type: Bug
    Affects Versions: 4.0-m2
            Reporter: Edell Nolan


C:\servicemix-components-pom\bindings\servicemix-http\src\main\java\org\apache\s
ervicemix\http\HttpEndpoint.java:[346,33] getAuthenticationService() in org.apac
he.servicemix.http.HttpEndpoint cannot override getAuthenticationService() in or
g.apache.servicemix.soap.SoapEndpoint; attempting to use incompatible return typ
e
found   : org.apache.servicemix.jbi.security.auth.AuthenticationService
required: org.apache.servicemix.common.security.AuthenticationService

C:\servicemix-components-pom\bindings\servicemix-http\src\main\java\org\apache\s
ervicemix\http\HttpEndpoint.java:[351,27] getKeystoreManager() in org.apache.ser
vicemix.http.HttpEndpoint cannot override getKeystoreManager() in org.apache.ser
vicemix.soap.SoapEndpoint; attempting to use incompatible return type
found   : org.apache.servicemix.jbi.security.keystore.KeystoreManager
required: org.apache.servicemix.common.security.KeystoreManager

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


[jira] Commented: (SMX4-43) Build failure when trying to build servicemix-features

Posted by "Gert Vanthienen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/SMX4-43?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=43861#action_43861 ] 

Gert Vanthienen commented on SMX4-43:
-------------------------------------

Just applied a partial fix for this in http://svn.eu.apache.org/viewvc?view=rev&revision=673337.

Guillaume, what should be done with the JAASAuthenticationService?  I would propose to make SMX3' servicemix-core project depend on the the component's common library, so JAASAuthenticationService can implement the new AuthenticationService interface.  The JAASAuthenticationService now is SMX3 specific, I guess, so it should stay there.  We should still figure out a way then for the HttpComponent/Endpoint to get the container's authentication service.


> Build failure when trying to build servicemix-features 
> -------------------------------------------------------
>
>                 Key: SMX4-43
>                 URL: https://issues.apache.org/activemq/browse/SMX4-43
>             Project: ServiceMix 4
>          Issue Type: Bug
>    Affects Versions: 4.0-m2
>            Reporter: Edell Nolan
>
> C:\servicemix-components-pom\bindings\servicemix-http\src\main\java\org\apache\s
> ervicemix\http\HttpEndpoint.java:[346,33] getAuthenticationService() in org.apac
> he.servicemix.http.HttpEndpoint cannot override getAuthenticationService() in or
> g.apache.servicemix.soap.SoapEndpoint; attempting to use incompatible return typ
> e
> found   : org.apache.servicemix.jbi.security.auth.AuthenticationService
> required: org.apache.servicemix.common.security.AuthenticationService
> C:\servicemix-components-pom\bindings\servicemix-http\src\main\java\org\apache\s
> ervicemix\http\HttpEndpoint.java:[351,27] getKeystoreManager() in org.apache.ser
> vicemix.http.HttpEndpoint cannot override getKeystoreManager() in org.apache.ser
> vicemix.soap.SoapEndpoint; attempting to use incompatible return type
> found   : org.apache.servicemix.jbi.security.keystore.KeystoreManager
> required: org.apache.servicemix.common.security.KeystoreManager

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


[jira] Updated: (SMX4-43) Build failure when trying to build servicemix-features

Posted by "Edell Nolan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SMX4-43?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Edell Nolan updated SMX4-43:
----------------------------

    Attachment: jms.patch

Applied the same changes GertV made for the http component to the JMS Component.

Patch attached as a temporary solution until gnodet looks at it.

Edell.

> Build failure when trying to build servicemix-features 
> -------------------------------------------------------
>
>                 Key: SMX4-43
>                 URL: https://issues.apache.org/activemq/browse/SMX4-43
>             Project: ServiceMix 4
>          Issue Type: Bug
>    Affects Versions: 4.0-m2
>            Reporter: Edell Nolan
>         Attachments: jms.patch
>
>
> C:\servicemix-components-pom\bindings\servicemix-http\src\main\java\org\apache\s
> ervicemix\http\HttpEndpoint.java:[346,33] getAuthenticationService() in org.apac
> he.servicemix.http.HttpEndpoint cannot override getAuthenticationService() in or
> g.apache.servicemix.soap.SoapEndpoint; attempting to use incompatible return typ
> e
> found   : org.apache.servicemix.jbi.security.auth.AuthenticationService
> required: org.apache.servicemix.common.security.AuthenticationService
> C:\servicemix-components-pom\bindings\servicemix-http\src\main\java\org\apache\s
> ervicemix\http\HttpEndpoint.java:[351,27] getKeystoreManager() in org.apache.ser
> vicemix.http.HttpEndpoint cannot override getKeystoreManager() in org.apache.ser
> vicemix.soap.SoapEndpoint; attempting to use incompatible return type
> found   : org.apache.servicemix.jbi.security.keystore.KeystoreManager
> required: org.apache.servicemix.common.security.KeystoreManager

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


[jira] Resolved: (SMX4-43) Build failure when trying to build servicemix-features

Posted by "Gert Vanthienen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SMX4-43?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gert Vanthienen resolved SMX4-43.
---------------------------------

         Assignee: Guillaume Nodet
    Fix Version/s: 4.0-m2
       Resolution: Fixed

Fixed by gnodet in http://svn.eu.apache.org/viewvc?view=rev&revision=673413

> Build failure when trying to build servicemix-features 
> -------------------------------------------------------
>
>                 Key: SMX4-43
>                 URL: https://issues.apache.org/activemq/browse/SMX4-43
>             Project: ServiceMix 4
>          Issue Type: Bug
>    Affects Versions: 4.0-m2
>            Reporter: Edell Nolan
>            Assignee: Guillaume Nodet
>             Fix For: 4.0-m2
>
>         Attachments: jms.patch
>
>
> C:\servicemix-components-pom\bindings\servicemix-http\src\main\java\org\apache\s
> ervicemix\http\HttpEndpoint.java:[346,33] getAuthenticationService() in org.apac
> he.servicemix.http.HttpEndpoint cannot override getAuthenticationService() in or
> g.apache.servicemix.soap.SoapEndpoint; attempting to use incompatible return typ
> e
> found   : org.apache.servicemix.jbi.security.auth.AuthenticationService
> required: org.apache.servicemix.common.security.AuthenticationService
> C:\servicemix-components-pom\bindings\servicemix-http\src\main\java\org\apache\s
> ervicemix\http\HttpEndpoint.java:[351,27] getKeystoreManager() in org.apache.ser
> vicemix.http.HttpEndpoint cannot override getKeystoreManager() in org.apache.ser
> vicemix.soap.SoapEndpoint; attempting to use incompatible return type
> found   : org.apache.servicemix.jbi.security.keystore.KeystoreManager
> required: org.apache.servicemix.common.security.KeystoreManager

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