Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
5.1 EE SP3 (5.1.6), 5.2 EE SP1 (5.2.5)
-
None
-
All
Description
Service Builder will now automatically generate a reference to "com.liferay.counter.Counter" and "com.liferay.portal.Resource" because these two reference are almost always added.
For example:
<entity name="MyObject" local-service="true" remote-service="true">
...
<reference package-path="com.liferay.counter" entity="Counter" />
<reference package-path="com.liferay.portal" entity="Resource" />
<reference package-path="com.example" entity="Widget" />
</entity>
can now be simplified to:
<entity name="MyObject" local-service="true" remote-service="true">
...
<reference package-path="com.example" entity="Widget" />
</entity>
because the Counter and Resource reference will now automatically be added.
Attachments
Issue Links
- is related to
-
LPS-4943 Portal level service.xml shoud automatically include "com.liferay.counter.Counter" and "com.liferay.portal.Resource" as references
- Closed