Foros de discusión

Service Builder with Maven

Rahul Saraswat, modificado hace 11 años.

Service Builder with Maven

New Member Mensajes: 18 Fecha de incorporación: 9/01/13 Mensajes recientes
Hi Friends,

I am new to Liferay. I need to use service builder with maven. I searched internet to get something usefull but I get the tutorials which use ant. So, can any one please share some tutorial for Service builder using maven.

I am using Liferay-portal 6.1.1.

Thanks & Regards
Rahul Saraswat
thumbnail
David H Nebinger, modificado hace 11 años.

RE: Service Builder with Maven

Liferay Legend Mensajes: 14914 Fecha de incorporación: 2/09/06 Mensajes recientes
Maybe you didn't get the message but maven support in liferay is still very new (and untested, I believe).

You're going to suffer from some serious headaches banging your head up against the wall trying to use maven w/ SB.

Your best bet is to stick with ant...
Rahul Saraswat, modificado hace 11 años.

RE: Service Builder with Maven

New Member Mensajes: 18 Fecha de incorporación: 9/01/13 Mensajes recientes
Thanks for your help David.
thumbnail
Mika Koivisto, modificado hace 11 años.

RE: Service Builder with Maven

Liferay Legend Mensajes: 1519 Fecha de incorporación: 7/08/06 Mensajes recientes
If you are new to Liferay and maven you should stick with the ant based plugins sdk for now.
Rahul Saraswat, modificado hace 11 años.

RE: Service Builder with Maven

New Member Mensajes: 18 Fecha de incorporación: 9/01/13 Mensajes recientes
Thanks for your help Mika.
Rahul Saraswat, modificado hace 11 años.

RE: Service Builder with Maven

New Member Mensajes: 18 Fecha de incorporación: 9/01/13 Mensajes recientes
I guess there would be some document for it because we just need to build the project to generate the helper classes for DB. I tried building the project using maven but it asks for some dependencies to be resolved in the pom.xml. And surprisingly one of the dependencies is the jar file of the project itself. I tried inserting the jar manually as well but unfortunately it doesn't work and shows the same message. Can someone please help!!

Thanks & Regards
Rahul Saraswat
India
Rahul Saraswat, modificado hace 11 años.

RE: Service Builder with Maven

New Member Mensajes: 18 Fecha de incorporación: 9/01/13 Mensajes recientes
I was just going through internet and I found something interesting i.e. Maven SDK. Can we use it for the same?
If yes can anyone please share a tutorial for it with service builder.
Thanks in advance.

Thanks & Regards
Rahul Saraswat
Ajeet Singh, modificado hace 11 años.

RE: Service Builder with Maven

New Member Mensajes: 14 Fecha de incorporación: 27/03/12 Mensajes recientes
Maven SDK have not been made smart enough yet in respect of service builder. Hence i will suggest that to create and all the portlets or service builder is to use ant only.

You can use the Maven to build and deploy the whole portal i.e. to create the war.

Regards,
Ajeet Singh
Rahul Saraswat, modificado hace 11 años.

RE: Service Builder with Maven

New Member Mensajes: 18 Fecha de incorporación: 9/01/13 Mensajes recientes
Thanks a lot Ajeet. I will try to do the same. Cheers!!
thumbnail
David H Nebinger, modificado hace 11 años.

RE: Service Builder with Maven

Liferay Legend Mensajes: 14914 Fecha de incorporación: 2/09/06 Mensajes recientes
Both Mika and myself said the same thing immediately after the initial posting, but you credit Ajeet for giving you the same answer? How's that work?
Rahul Saraswat, modificado hace 11 años.

RE: Service Builder with Maven

New Member Mensajes: 18 Fecha de incorporación: 9/01/13 Mensajes recientes
I am sorry for that. I was stuck with some serious issues so was not able to.

Thanks & Regards
Rahul Saraswat
Joris Meijer, modificado hace 10 años.

RE: Service Builder with Maven

New Member Mensajes: 11 Fecha de incorporación: 4/06/13 Mensajes recientes
Probably some things have been updated, but I don't experience any problems using "mvn liferay:build-service". So IMHO it's smart enough now emoticon
It correctly creates all the classes for me, and I managed to get a service running.

What I did:
- use "mvn archetype:generate" and search for the correct archetype
- choose the correct version
- configure your service.xml
- go into your archetype project
- enter "mvn liferay:build-service"
- .... and see how all classes are generated for you

For deployment tips, see http://www.liferay.com/community/wiki/-/wiki/Main/Using+Class+Loader+Proxy+classes+to+share+plugins+services
thumbnail
David H Nebinger, modificado hace 10 años.

RE: Service Builder with Maven

Liferay Legend Mensajes: 14914 Fecha de incorporación: 2/09/06 Mensajes recientes
Liferay has been doing work on the maven templates since this post went up earlier this year. I believe it's finally at a state that it can be used...
thumbnail
Priyanka Dhingra, modificado hace 10 años.

RE: Service Builder with Maven

Liferay Master Mensajes: 501 Fecha de incorporación: 20/12/11 Mensajes recientes
Even I had tried and its working fine(link)..except some extra folders getting created which makes a bit confusing for me, which one to work on
Joris Meijer, modificado hace 10 años.

RE: Service Builder with Maven

New Member Mensajes: 11 Fecha de incorporación: 4/06/13 Mensajes recientes
You don't need to worry about all the folders that are being created. Essentially you will only modify "xxxxxLocalServiceImpl.java" (where xxx is the name of your service) which contains your business logic and custom service methods.

Don't forget to rerun mvn liferay:build-service after you added/modified signatures in xxxxxLocalServiceImpl since these changes have to propagate to the xxxLocalService
thumbnail
M J, modificado hace 10 años.

RE: Service Builder with Maven

Regular Member Mensajes: 184 Fecha de incorporación: 1/03/13 Mensajes recientes
@Joris What version of Liferay did you use to build with Maven?

Thanks,
MJ
Alex Curtui, modificado hace 10 años.

RE: Service Builder with Maven

Junior Member Mensajes: 30 Fecha de incorporación: 8/11/12 Mensajes recientes
Hello,

Have you tried modifying the column size?
portlet-model-hints.xml is now useless because Maven overwrites it at every service rebuild.

Thanks,
Alex
thumbnail
Mika Koivisto, modificado hace 10 años.

RE: Service Builder with Maven

Liferay Legend Mensajes: 1519 Fecha de incorporación: 7/08/06 Mensajes recientes
That bug has been fixed in the latest release.
Alex Curtui, modificado hace 10 años.

RE: Service Builder with Maven

Junior Member Mensajes: 30 Fecha de incorporación: 8/11/12 Mensajes recientes
Thank you!
Alex