Dive into Oracle ADF

Send me a mail
 Dive into Oracle ADF   Click to see the XML version of this web page.   (Updated: 2/3/2008; 8:12:22 PM.)
Tips and tricks from Steve Muench on Oracle ADF Framework and JDeveloper IDE

Search blog with Google:
 

Search BC4J JavaDoc:
 

April 2003
Sun Mon Tue Wed Thu Fri Sat
    1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30      
Mar   May

Get Firefox!

Wednesday, April 30, 2003

"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    



© Copyright 2008 Steve Muench.