hello Patrik,

first thank you for your reply.

I've used your idea and i've excluded the spring artifactId's from the pom
tomahawk-sandbox dependency element but the problem still remains.

perhaps you have another idea. 

thank you,
Ahmed


Patrik Nordwall wrote:
> 
> Maybe it is using an incompatible (older) version of spring. Try to
> exclude spring:
> 
>       <dependency>
>               <groupId>org.apache.myfaces.tomahawk</groupId>
>               <artifactId>tomahawk-sandbox</artifactId>
>               <version>1.1.7-SNAPSHOT</version>
>               <exclusions>
>                       <exclusion>
>                               <groupId>org.springframework</groupId>
>                               <artifactId>spring</artifactId>
>                       </exclusion>
>               </exclusions>
>       </dependency>
> 
> /Patrik
> 
> 
> Ahmed El Yacoubi wrote:
>> 
>> I have the following problem.
>> 
>> I use Skulptor in the way that the largest part of my web application to
>> be generated. JSF is used as GUI in collaboration with Faclets and
>> Tomahawk.
>> 
>> Well, i would like to use the Components from tomahawk-sandbox i add a
>> dependency to pom.xml:
>> 
>> <dependency>
>>      <groupId>org.apache.myfaces.tomahawk</groupId>
>>      <artifactId>tomahawk-sandbox</artifactId>
>>      <version>1.1.7-SNAPSHOT</version>
>> </dependency>
>> 
>> The jar was downloaded and the build process is completed successfully. 
>> 
>> 
>> But the deployment process throws the following Exception:
>> 
>> see. attachment http://www.nabble.com/file/p20323331/server.log
>> server.log 
>> 
>> Regards,
>> Ahmed El Yacoubi
>> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/adding-a-dependency-in-pom.xml-to-projectName-web-project-cause-an-Exception-during-a-deployment-process-tp20323331s17564p20326578.html
Sent from the Fornax-Platform mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Fornax-developer mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fornax-developer

Reply via email to