strange behavior migrating JBuilder to JDeveloper
390018Oct 30 2003 — edited Oct 31 2003I'm trying JDeveloper 10g to change our current JBuilder 6, finally I can run all Web Application that today run on JBuilder in JDeveloper, but there are follow strange behavior.
This web application uses Applet Http Tunneling, to communicate with servlets from Client side, when I attempt to use in JavaScript methods of my java class the browser says for example:
"Error: Java class package.example.TestBO has no public field or method named "getOid"
But this same page running on JBuilder works, the question is what would happen with JDeveloper that hide this method from reflection?
any idea or tips? Maybe any diffs on Tomcat and Embed OC4J? or Compile process from JBuilder is different?
Thanks