Fórum

Service Builder Diagramm not OK

Robert Koller, modificado 10 Anos atrás.

Service Builder Diagramm not OK

New Member Postagens: 19 Data de Entrada: 06/11/10 Postagens Recentes
Hi all

(Please excuse my English.)

I have the following problems:
- In the Service Builder Diagram the Entity names are not displayed.
- With "relationsship" I can not define relations (Mark the first entity -> Move cursor -> Second entity mark)

Picture attached

Thank you for your help.

Best regards
Robert

I use Eclipse Version Kepler 20130919-0819
Liferay IDE 2.0.0.201312200205

Service.xml Source Code:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE service-builder PUBLIC "-//Liferay//DTD Service Builder 6.2.0//EN" "http://www.liferay.com/dtd/liferay-service-builder_6_2_0.dtd">
<service-builder package-path="com.nosester.portlet.eventlisting">
<author>Robert Koller</author>
<namespace>Event</namespace>
<entity name="Event" local-service="true">
<column name="eventID" type="long" primary="true"></column>
<column name="companyId" type="long" />
<column name="groupId" type="long" />
<column name="userId" type="long" />
<column name="createDate" type="Date" />
<column name="modifiedDate" type="Date" />
<column name="name" type="String" />
<column name="description" type="String" />
<column name="date" type="Date" />
<column name="locationId" type="long" />

<!-- Order -->

<order by="asc">
<order-column name="date" />
</order>

<!-- Finder methods -->

<finder name="GroupId" return-type="Collection">
<finder-column name="groupId" />
</finder>

</entity>
<entity name="Location" local-service="true">
<column name="locationID" type="long" primary="true"></column>
<column name="companyId" type="long" />
<column name="groupId" type="long" />
<column name="userId" type="long" />
<column name="createDate" type="Date" />
<column name="modifiedDate" type="Date" />
<column name="name" type="String" />
<column name="description" type="String" />
<column name="streetAddress" type="String" />
<column name="city" type="String" />
<column name="stateOrProvince" type="String" />
<column name="country" type="String" />

<!-- Order -->

<order by="asc">
<order-column name="name" />
</order>

<!-- Finder methods -->

<finder name="GroupId" return-type="Collection">
<finder-column name="groupId" />
</finder>

</entity>
</service-builder>
thumbnail
Gregory Amerson, modificado 10 Anos atrás.

RE: Service Builder Diagramm not OK

Liferay Legend Postagens: 1123 Data de Entrada: 16/02/10 Postagens Recentes
Can you update your Eclipse to the latest nightly build here: http://files.liferay.org.es/staged/public-files/liferay-ide/unstable/build/releng/com.liferay.ide-repository/target/updatesite/

And then try to reproduce your problem?

Thanks.
Robert Koller, modificado 10 Anos atrás.

RE: Service Builder Diagramm not OK

New Member Postagens: 19 Data de Entrada: 06/11/10 Postagens Recentes
Thank you, Gregory.

Now it works perfectly.

Best regards

Robert
Carlos Garcia, modificado 9 Anos atrás.

RE: Service Builder Diagramm not OK

New Member Mensagem: 1 Data de Entrada: 25/06/14 Postagens Recentes
I do have the same problems (I haven't updated yet to the latest nightly build).

I am currently using:

Spring Tool Suite
Version: 3.5.1.RELEASE
Build Id: 201405030657
Platform: Eclipse Kepler SR2 (4.3.2)
+
Liferay IDE 2.0.0.201312200205-ga1

When is it planned to add the patch to the main branch of the Liferay IDE?

Thanks!
thumbnail
Lu Li, modificado 9 Anos atrás.

RE: Service Builder Diagramm not OK

Junior Member Postagens: 40 Data de Entrada: 03/05/13 Postagens Recentes
Hi Carlos,

The latest released IDE on liferay.com doesn't have the problem, could you download it and try again ?