Atlast i came to know what is the actual problem behind this issue.
In the pom.xml of lw-container component, i need to include a dependency for
resolving this issue.
Dependency to be added:
<dependency>
<groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-core</artifactId>
<version>${servicemix-version}</version>
</dependency>
There by i have resolved the compilation issue.
Regards,
Praveen
sachin2008 wrote:
>
> Can anyone please resolve this issue.
>
> sachin2008 wrote:
>>
>> Hi Friends,
>>
>> I am facing a problem with the compilation of POJOS using maven.
>>
>> I have created two SUs i.e.. HTTP and lw-container.
>>
>> actually i have written my logic for handling attachments in lw-container
>> in a simple POJO.
>>
>> when i have used command mvn install
>>
>> it is showing an error message like: unable to compile java file
>>
>> Can anyone please resolve my probelm.
>>
>
>
--
View this message in context:
http://www.nabble.com/Reg%3A-compilation-problem--of-POJOS-using-maven-tp14749556s12049p14878846.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.