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

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

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