Fórumok

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

thumbnail
mukesh kumar, módosítva 11 év-val korábban

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

Junior Member Bejegyzések: 57 Csatlakozás dátuma: 2012.03.13. Legújabb bejegyzések
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, módosítva 11 év-val korábban

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

Liferay Master Bejegyzések: 501 Csatlakozás dátuma: 2011.12.20. Legújabb bejegyzések
go to your service.properties file
change Build number to 15
Parth Kadia, módosítva 4 év-val korábban

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

New Member Bejegyzések: 2 Csatlakozás dátuma: 2019.12.30. Legújabb bejegyzések
It's works. Thank you.
thumbnail
Jignesh Vachhani, módosítva 11 év-val korábban

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

Liferay Master Bejegyzések: 803 Csatlakozás dátuma: 2008.03.10. Legújabb bejegyzések
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, módosítva 11 év-val korábban

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

Junior Member Bejegyzések: 57 Csatlakozás dátuma: 2012.03.13. Legújabb bejegyzések
thanks jignesh and Priyanka .emoticon
thumbnail
David H Nebinger, módosítva 11 év-val korábban

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

Liferay Legend Bejegyzések: 14919 Csatlakozás dátuma: 2006.09.02. Legújabb bejegyzések
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, módosítva 11 év-val korábban

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

Liferay Master Bejegyzések: 803 Csatlakozás dátuma: 2008.03.10. Legújabb bejegyzések
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, módosítva 11 év-val korábban

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

Liferay Legend Bejegyzések: 14919 Csatlakozás dátuma: 2006.09.02. Legújabb bejegyzések
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, módosítva 11 év-val korábban

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

Liferay Master Bejegyzések: 501 Csatlakozás dátuma: 2011.12.20. Legújabb bejegyzések
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, módosítva 11 év-val korábban

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

New Member Bejegyzések: 7 Csatlakozás dátuma: 2012.10.12. Legújabb bejegyzések
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, módosítva 10 év-val korábban

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

New Member Bejegyzések: 7 Csatlakozás dátuma: 2012.08.23. Legújabb bejegyzések
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, módosítva 9 év-val korábban

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

Junior Member Bejegyzések: 44 Csatlakozás dátuma: 2014.11.18. Legújabb bejegyzések
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, módosítva 11 év-val korábban

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

Liferay Master Bejegyzések: 501 Csatlakozás dátuma: 2011.12.20. Legújabb bejegyzések
@Mukesh Kumar....Please check the thread you are posting in
thumbnail
mukesh kumar, módosítva 11 év-val korábban

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

Junior Member Bejegyzések: 57 Csatlakozás dátuma: 2012.03.13. Legújabb bejegyzések
My thread is correct . While deploying the portlet i was getting this error.
thumbnail
Priyanka Dhingra, módosítva 11 év-val korábban

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

Liferay Master Bejegyzések: 501 Csatlakozás dátuma: 2011.12.20. Legújabb bejegyzések
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, módosítva 5 év-val korábban

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

New Member Bejegyzések: 2 Csatlakozás dátuma: 2018.11.20. Legújabb bejegyzések
The problem might be also the auto deploy.

Shutting down and restarting the server can fix this issue.