Re: [Dev] Fwd: Creating the carbon UI component

2015-07-07 Thread Kasun Bandara
Hi Jane, Have you able to resolve the issue ?; it's better if you can follow the steps mentioned in [1] or [2] to successfully generate the carbon component. [1] http://wso2.com/library/tutorials/2014/03/how-to-write-a-wso2-carbon-component/ [2] http://alokayasoya.blogspot.com/2015/02/writing-fi

Re: [Dev] Fwd: Creating the carbon UI component

2015-06-29 Thread Kasun Bandara
Hi Jane, When analyzing your student-manager-component,i have noticed some issues 1) In your UI component, you have put the component.xml file in a folder called META_INF. But the folder name must be renamed as *META-INF* 2) Even though the Image name you have given in your web/student-mgt/image

Re: [Dev] Fwd: Creating the carbon UI component

2015-06-29 Thread Indunil Upeksha Rathnayake
Hi Jane, The folder where component.xml resides in the UI component, has to be renamed to META-INF. And please check whether the name of the parent-menu is valid or not. Thanks and Regards -- Indunil Upeksha Rathnayake Software Engineer | WSO2 Inc Emailindu...@wso2.com Mobile +94713695179 __

Re: [Dev] Fwd: Creating the carbon UI component

2015-06-02 Thread Pubudu Gunatilaka
Hi Jane, One of the things I noticed in your student-manager-component is that you have a corrupted wsdl file in the "org.wso2.carbon.student.mgt.stub/src/main/resources". Therefore it won't generate the source code for the stub.("org.wso2.carbon.student.mgt.stub/target/generated-code/"). Save th

Re: [Dev] Fwd: Creating the carbon UI component

2015-05-31 Thread Thilini Cooray
Hi Jane, I went through your carbon component source. You have mentioned the icon as "students.gif" in META-INF/component.xml file. But the image name in your web/student-mgt/images folder is "student.png". Please try to change image name in your component.xml file and check. Thanks. ThiliniC.

Re: [Dev] Fwd: Creating the carbon UI component

2015-05-28 Thread Thusitha Thilina Dayaratne
Hi Jane, In your UI component, you have put the component.xml file in a folder called META_INF. But the folder name must be META-INF. Change the folder name and re try. It should work then. Thanks /Thusitha On Fri, May 29, 2015 at 10:07 AM, Hasanthi Purnima Dissanayake < hasan...@wso2.com> wrote

Re: [Dev] Fwd: Creating the carbon UI component

2015-05-28 Thread Hasanthi Purnima Dissanayake
Hi Jane, Do you get any error message in the console? Please provide more information. Hasanthi Dissanayake Software Engineer | WSO2 E: hasan...@wso2.com M :0718407133| http://wso2.com On Fri, May 29, 2015 at 10:00 AM, Supun Sethunga wrote: > Hi Jane, > > Can you try start

Re: [Dev] Fwd: Creating the carbon UI component

2015-05-28 Thread Supun Sethunga
Hi Jane, Can you try starting server with -DosgiConsole option, and check whether created bundles are all in ACTIVE state? Thanks, Supun On Thu, May 28, 2015 at 2:19 PM, Jane Mariathas wrote: > Hi, > > I created a simple carbon component.after building the component, I added > all the OSGI bun

[Dev] Fwd: Creating the carbon UI component

2015-05-28 Thread Jane Mariathas
Hi, I created a simple carbon component.after building the component, I added all the OSGI bundles(jar files) in the $CARBON_HOME/repository/components/dropins/ but after starting the server i couldn't see the component in the carbon management console. Any idea on this? Thanks student-manager