"When running the BC4J Toy Store Demo, I get java.lang.NoSuchMethodError: void oracle.jbo.Row.setNewRowState(byte). What gives?"
This error means that you are running the demo using JDeveloper 9.0.3, instead of using one of the two supported configurations noted in the demo's Installation and Setup section. As noted there, the demo works with:
- JDeveloper 9.0.3 (with Metalink Patch applied)
- JDeveloper 9.0.3.1
- JDeveloper 9.0.4 (when made available)
The setNewRowState() is an API introduced in the JDeveloper patch number 2705796 from Metalink. It is also part of the 9.0.3.1 maintenance release, which supercedes the 9.0.3+patch combination.
10:56:25 PM
|