留言板

Build namespace UNIVERSITY has build number 15 which is newer than 10

thumbnail
mukesh kumar,修改在11 年前。

Build namespace UNIVERSITY has build number 15 which is newer than 10

Junior Member 帖子: 57 加入日期: 12-3-13 最近的帖子
Hi All
How to resolve the given issue.
Build namespace UNIVERSITY has build number 15 which is newer than 10.
Regards
Mukesh Kumar
thumbnail
Priyanka Dhingra,修改在11 年前。

RE: Build namespace UNIVERSITY has build number 15 which is newer than 10

Liferay Master 帖子: 501 加入日期: 11-12-20 最近的帖子
go to your service.properties file
change Build number to 15
Parth Kadia,修改在4 年前。

RE: Build namespace UNIVERSITY has build number 15 which is newer than 10

New Member 帖子: 2 加入日期: 19-12-30 最近的帖子
It's works. Thank you.
thumbnail
Jignesh Vachhani,修改在11 年前。

RE: Build namespace UNIVERSITY has build number 15 which is newer than 10

Liferay Master 帖子: 803 加入日期: 08-3-10 最近的帖子
You can update build number from release_ table for that portlet of liferay which has buildNumber column.
Hope this will resolve your query.
thumbnail
mukesh kumar,修改在11 年前。

RE: Build namespace UNIVERSITY has build number 15 which is newer than 10

Junior Member 帖子: 57 加入日期: 12-3-13 最近的帖子
thanks jignesh and Priyanka .emoticon
thumbnail
David H Nebinger,修改在11 年前。

RE: Build namespace UNIVERSITY has build number 15 which is newer than 10

Liferay Legend 帖子: 14919 加入日期: 06-9-2 最近的帖子
Both of these answers are most likely wrong.

When you build services, the build number is incremented. This is to prevent users of the service jar to use a 'stale' or out of date service jar when calling your service.

How are you sharing your service jar w/ other plugins?
thumbnail
Jignesh Vachhani,修改在11 年前。

RE: Build namespace UNIVERSITY has build number 15 which is newer than 10

Liferay Master 帖子: 803 加入日期: 08-3-10 最近的帖子
Yes David

You are right but this is not the answer of the query which he asked for.
Many times literally or literally we are facing this problem and we solved this way only.
If you have any other solution please share it here.
thumbnail
David H Nebinger,修改在11 年前。

RE: Build namespace UNIVERSITY has build number 15 which is newer than 10

Liferay Legend 帖子: 14919 加入日期: 06-9-2 最近的帖子
Sure, I typically use the service-ext.properties to change my build number to 1. That way the management of the deployment of the service jar is all my responsibility, and I'm fine with that. I'm usually only adding new entities/methods, so existing entities/methods don't change and the build version for me is a roadblock, not a tool.

To do this for yourself, in the same directory as your service.properties file, create a service-ext.properties file and just add a line "build.number=1". This overrides whatever value is in service.properties, so you're effectively disabling the build.number handling.

Again, this means you're taking over responsibility for managing the service jar deployment. If not done correctly, you'll get weird errors at runtime that are harder to diagnose than the simple "build number is newer" error check that Liferay normally does (things like class not found or method missing exceptions).
thumbnail
Priyanka Dhingra,修改在11 年前。

RE: Build namespace UNIVERSITY has build number 15 which is newer than 10

Liferay Master 帖子: 501 加入日期: 11-12-20 最近的帖子
Thanks David....
I have 2 doubts...
If not done correctly, you'll get weird errors at runtime that are harder to diagnose than the simple "build number is newer" error check that Liferay normally does (things like class not found or method missing exceptions).


what could be the possibilities of errors??What can go incorrect?
and build.number=1...Here "1" is some magic number??? or it can be any random number i want to pick up and use??
thumbnail
GERALD ROMERO,修改在11 年前。

RE: Build namespace UNIVERSITY has build number 15 which is newer than 10

New Member 帖子: 7 加入日期: 12-10-12 最近的帖子
Took me a while to figure this out myself. This is tracked in the servicecomponent table. Not the release_ table.
Hope that helps someone else.
thumbnail
clint barbosa,修改在10 年前。

RE: Build namespace UNIVERSITY has build number 15 which is newer than 10

New Member 帖子: 7 加入日期: 12-8-23 最近的帖子
Gerald Romero:
Took me a while to figure this out myself. This is tracked in the servicecomponent table. Not the release_ table.
Hope that helps someone else.



Thanks for this ! emoticon
thumbnail
Robin Nagpal,修改在9 年前。

RE: Build namespace UNIVERSITY has build number 15 which is newer than 10

Junior Member 帖子: 44 加入日期: 14-11-18 最近的帖子
You should first see what exactly changed and accordingly change your build number. If you are adding,deleting new methods then you can use the previous build number if you are not distributing your service jars to client.

But if you are adding/modifying column/field of an entity you might want to increment the build number as Liferay will execute the sql statements only if there is a increase in the build number
thumbnail
Priyanka Dhingra,修改在11 年前。

RE: Build namespace UNIVERSITY has build number 15 which is newer than 10

Liferay Master 帖子: 501 加入日期: 11-12-20 最近的帖子
@Mukesh Kumar....Please check the thread you are posting in
thumbnail
mukesh kumar,修改在11 年前。

RE: Build namespace UNIVERSITY has build number 15 which is newer than 10

Junior Member 帖子: 57 加入日期: 12-3-13 最近的帖子
My thread is correct . While deploying the portlet i was getting this error.
thumbnail
Priyanka Dhingra,修改在11 年前。

RE: Build namespace UNIVERSITY has build number 15 which is newer than 10

Liferay Master 帖子: 501 加入日期: 11-12-20 最近的帖子
Hi Mukesh
I think this should be the correct thread
http://www.liferay.com/community/forums/-/message_boards/category/239390
and as you want in, for deploying the portlet only
http://www.liferay.com/community/forums/-/message_boards/category/239393
Enrico Polanski,修改在5 年前。

RE: Build namespace UNIVERSITY has build number 15 which is newer than 10

New Member 帖子: 2 加入日期: 18-11-20 最近的帖子
The problem might be also the auto deploy.

Shutting down and restarting the server can fix this issue.