Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Arcane Error Message JBO-25016 Read-Only LOV

eevictimFeb 28 2012 — edited Sep 14 2012
Hi Everyone,

I have a series of documents (ViewObjects) that are basically all the same, except one of them is apparently majorly fubared due to refactoring (I'm guessing). There is some kind of problem in an .xml file or something similar and I have pored over these things, recreating them in some instances, and I still cannot get this one document to work in my AppModule. Any guesses on what the following error could be and where I could go to fix it?

1) The read only aspect of this error has nothing to do with it. I've created other documents that use this LOV. I've tested it in other AppModules. They all work except with this one VO. I've even removed the LOV from the fubared ViewObject and I still get the error message.
2) I thought maybe it was a ViewLink or Association problem. I deleted them and made them again. No luck.
3) I've looked everywhere for anything with a lov.xml or lov.lov filename to no avail.
...

[421] No XML file /com/prometheus/cinder/model/view/lov/lov.xml for metaobject com.prometheus.cinder.model.view.lov.lov
[422] MDS error (MetadataNotFoundException): MDS-00013: no metadata found for metadata object "/com/prometheus/cinder/model/view/lov/lov.xml"
[423] Cannot Load parent Package : com.prometheus.cinder.model.view.lov.lov
[424] Business Object Browsing may be unavailable
[425] Carrying over CappedRowCount:-1for ViewRowSet:_LOCAL_VIEW_USAGE_com_prometheus_cinder_CustomerCenterModule_model_view_database_DcmRowsVO_AllItemsLOV_0
[426] Column count: 1
[427] DCBindingContainer.reportException :oracle.jbo.ReadOnlyViewObjectException
[428] oracle.jbo.ReadOnlyViewObjectException: JBO-25016: View object _LOCAL_VIEW_USAGE_com_prometheus_cinder_CustomerCenterModule_model_view_database_DcmRowsVO_AllItemsLOV is read-only.
	at oracle.jbo.server.ViewRowSetImpl.doCreateAndInitRow(ViewRowSetImpl.java:2542)
	at oracle.jbo.server.ViewRowSetImpl.createAndInitRow(ViewRowSetImpl.java:2510)
	at com.prometheus.cinder.CustomerCenterModule.model.am.CustomerCenterModuleServiceImpl.createDocRow(CustomerCenterModuleServiceImpl.java:632)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at oracle.adf.model.binding.DCInvokeMethod.invokeMethod(DCInvokeMethod.java:655)
...
Using JDev 11.1.2.1.0.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 12 2012
Added on Feb 28 2012
2 comments
1,435 views