Re: [Dev] Error in pom.xml files when writing a Carbon component

2014-09-18 Thread Ramindu De Silva
Hi Amal, Yes that's the problem. Thank you for your reply :) Regards. On Thu, Sep 18, 2014 at 12:23 PM, Amal Gunatilake wrote: > Hi Ramindu, > > Did you create the pom by copy/pasting the code given in the tutorial? > This may cause including hidden characters and version miss match. So IMO >

Re: [Dev] Error in pom.xml files when writing a Carbon component

2014-09-17 Thread Amal Gunatilake
Hi Ramindu, Did you create the pom by copy/pasting the code given in the tutorial? This may cause including hidden characters and version miss match. So IMO it's best if you create the project using the IDE (eclispe/Idea) with the correct project structure and then modify the pom accordingly. Tha

Re: [Dev] Error in pom.xml files when writing a Carbon component

2014-09-17 Thread Ramindu De Silva
Hi Tharindu and Aruna, I only took just the lines that I needed. I didn't copy the whole thing and problem sorted. Thank you for the support. :) Regards. On Thu, Sep 18, 2014 at 11:39 AM, Tharindu Edirisinghe wrote: > Hi Ramindu, > > can you try adding below to the pom. Parsing issue may come

Re: [Dev] Error in pom.xml files when writing a Carbon component

2014-09-17 Thread Tharindu Edirisinghe
Hi Ramindu, can you try adding below to the pom. Parsing issue may come due to encoding. UTF-8 On Thu, Sep 18, 2014 at 11:28 AM, Ramindu De Silva wrote: > Hi Aruna and Tharindu, > > pom.xml for the org.wso2.carbon.student.mgt > > > http://maven.apache.org/POM/4.0.0"; > xmln

Re: [Dev] Error in pom.xml files when writing a Carbon component

2014-09-17 Thread Ramindu De Silva
Hi Aruna and Tharindu, pom.xml for the org.wso2.carbon.student.mgt 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";> studen

Re: [Dev] Error in pom.xml files when writing a Carbon component

2014-09-17 Thread Aruna Karunarathna
Hi Ramindu, Can you post the pom.xml to the mail. Regards, Aruna On Thu, Sep 18, 2014 at 10:54 AM, Ramindu De Silva wrote: > Hi all, > > This is a problem occurred to me when I was trying to code according to > the following link. > > http://wso2.com/library/tutorials/2014/03/how-to-write-a-ws

Re: [Dev] Error in pom.xml files when writing a Carbon component

2014-09-17 Thread Tharindu Edirisinghe
Hi Ramindu, can you share the content of the pom file here please. On Thu, Sep 18, 2014 at 10:54 AM, Ramindu De Silva wrote: > Hi all, > > This is a problem occurred to me when I was trying to code according to > the following link. > > http://wso2.com/library/tutorials/2014/03/how-to-write-a-w

[Dev] Error in pom.xml files when writing a Carbon component

2014-09-17 Thread Ramindu De Silva
Hi all, This is a problem occurred to me when I was trying to code according to the following link. http://wso2.com/library/tutorials/2014/03/how-to-write-a-wso2-carbon-component/ After creating the folder structures for the modules and when editing the pom.xml files in the created modules, the f