[Yanel-dev] Problem with resource dependencies (Yanel UserResource)

Paloma Gomez paloma.gomez at wyona.com
Tue Jan 30 17:28:10 CET 2007


> On Tue, 2007-01-30 at 17:03 +0100, Paloma Gomez wrote:
>> Hi all,
>>
>> I am working on a new resource that has a dependency on the
>> wyona.org.security libraries. I have added these dependencies to its
>> dependencies.xml file:
>>
>> <dependency groupId="wyona-org-security"
>> artifactId="wyona-org-security-core"
>>                   version="0.0.1-dev-r22197"/>
>> <dependency groupId="wyona-org-security"
>> artifactId="wyona-org-security-impl"
>>                   version="0.0.1-dev-r22197"/>
>>
>> The version number is the same used in the dependencies.xml used to
>> build
>> yanel.
>>
>> If I don't include these dependencies the build fails. When I include
>> then, the build process is successful but there is something wrong
>> since
>> I get the following error when I try to access
>> http://127.0.0.1:8080/yanel/:
>>
>> ---------------------------------------------------
>> java.lang.IncompatibleClassChangeError
>> 	org.wyona.security.impl.PolicyManagerImpl.authorize(PolicyManagerImpl.java:87)
>> 	org.wyona.security.impl.PolicyManagerImpl.authorize(PolicyManagerImpl.java:58)
>> 	org.wyona.yanel.servlet.YanelServlet.doAuthorize(YanelServlet.java:883)
>> 	org.wyona.yanel.servlet.YanelServlet.service(YanelServlet.java:139)
>> 	javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
>> ----------------------------------------------------
>
> The cause of this error might be that the security jar has not been
> compiled against the same yarep version as the yarep version used by
> yanel.
> Maybe your resource uses a different yarep version than the yanel core?

Yes, it does. I have changed it and now it works again :-)

Thanks,
Paloma


> josias
>
>>
>> If I exclude the resource from the build within yanel.xml, everything
>> works fine.
>>
>> Any hints?
>>
>> Thanks,
>> Paloma
>>
>> _______________________________________________
>> Yanel-development mailing list
>> Yanel-development at wyona.com
>> http://wyona.com/cgi-bin/mailman/listinfo/yanel-development
>>
>
>
> _______________________________________________
> Yanel-development mailing list
> Yanel-development at wyona.com
> http://wyona.com/cgi-bin/mailman/listinfo/yanel-development
>
>




More information about the Yanel-development mailing list