The problem seems to have magically gone away.  My guess is that it started
working after I cleaned my test project.

Chris


Chris Lacy wrote:
> 
> 
> I'm having the same problem, also (Eclipse plugin executing on
> MavenEmbedder).  Did y'all ever figure this one out?
> 
> Chris
> 
> 
> Jörg Schaible-2 wrote:
>> 
>> Hi Dmitry,
>> 
>> Dmitry Beransky wrote:
>> 
>>> I wish I remembered since I just got this error again.
>> 
>> Please open an issue for the war-plugin.
>> 
>> - Jörg
>> 
>>> 
>>> On Thu, Nov 6, 2008 at 5:44 AM, eznibe <enbert...@gmail.com> wrote:
>>>>
>>>> Hi,
>>>>
>>>> Did you find the problem, since im now getting the same exception
>>>>
>>>> thanks
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> Dmitry Beransky-3 wrote:
>>>>>
>>>>> Hi,
>>>>>
>>>>> what could be causing this exception (in maven 2.0.9)?
>>>>>
>>>>> [INFO] Trace com.thoughtworks.xstream.converters.ConversionException:
>>>>> dependenciesInfo : dependenciesInfo
>>>>> ---- Debugging information ----
>>>>> message             : dependenciesInfo : dependenciesInfo
>>>>> cause-exception     :
>>>>> com.thoughtworks.xstream.mapper.CannotResolveClassException
>>>>> cause-message       : dependenciesInfo : dependenciesInfo
>>>>> class               : org.apache.maven.plugin.war.util.WebappStructure
>>>>> required-type       : org.apache.maven.plugin.war.util.WebappStructure
>>>>> path                : /webapp-structure/dependenciesInfo
>>>>> line number         : 10
>>>>> -------------------------------
>>>>>         at
>>>>>
>> com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:63)
>>>>>         at
>>>>>
>> com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:45)
>>>>>         at
>>>>>
>> com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:46)
>>>>>         at
>>>>>
>> com.thoughtworks.xstream.core.TreeUnmarshaller.start(TreeUnmarshaller.java:117)
>>>>>         at
>>>>>
>> com.thoughtworks.xstream.core.ReferenceByXPathMarshallingStrategy.unmarshal(ReferenceByXPathMarshallingStrategy.java:29)
>>>>>         at
>>>>> com.thoughtworks.xstream.XStream.unmarshal(XStream.java:846)
>>>>>
>>>>> Here's what the pom looks like:
>>>>>
>>>>> <?xml version="1.0" encoding="UTF-8"?>
>>>>> <project xmlns="http://maven.apache.org/POM/4.0.0";
>>>>> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
>>>>>          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
>>>>> http://maven.apache.org/xsd/maven-4.0.0.xsd";>
>>>>>     <modelVersion>4.0.0</modelVersion>
>>>>>     <artifactId>notificationWebUI</artifactId>
>>>>>     <packaging>war</packaging>
>>>>>
>>>>>     <parent>
>>>>>         <groupId>service.notification</groupId>
>>>>>         <artifactId>notificationProject</artifactId>
>>>>>         <version>1.1.2-SNAPSHOT</version>
>>>>>         <relativePath>../pom.xml</relativePath>
>>>>>     </parent>
>>>>>
>>>>>     <dependencies>
>>>>>         <dependency>
>>>>>             <groupId>${pom.groupId}</groupId>
>>>>>             <artifactId>notificationClient</artifactId>
>>>>>             <version>1.1.2-SNAPSHOT</version>
>>>>>             <scope>provided</scope>
>>>>>         </dependency>
>>>>>     </dependencies>
>>>>> </project>
>>>>>
>>>>>
>>>>> thanks
>>>>> Dmitry
>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
>>>>> For additional commands, e-mail: users-h...@maven.apache.org
>>>>>
>>>>>
>>>>>
>>>>
>>>> --
>>>> View this message in context:
>>>> http://www.nabble.com/ConversionException-tp19730105p20361267.html Sent
>>>> from the Maven - Users mailing list archive at Nabble.com.
>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
>>>> For additional commands, e-mail: users-h...@maven.apache.org
>>>>
>>>>
>> 
>> 
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
>> For additional commands, e-mail: users-h...@maven.apache.org
>> 
>> 
>> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/ConversionException-tp19730105p21465930.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to