Discussions
Categories
- 196.8K All Categories
- 2.2K Data
- 239 Big Data Appliance
- 1.9K Data Science
- 450.3K Databases
- 221.7K General Database Discussions
- 3.8K Java and JavaScript in the Database
- 31 Multilingual Engine
- 550 MySQL Community Space
- 478 NoSQL Database
- 7.9K Oracle Database Express Edition (XE)
- 3K ORDS, SODA & JSON in the Database
- 544 SQLcl
- 4K SQL Developer Data Modeler
- 187K SQL & PL/SQL
- 21.3K SQL Developer
- 295.9K Development
- 17 Developer Projects
- 138 Programming Languages
- 292.5K Development Tools
- 107 DevOps
- 3.1K QA/Testing
- 646K Java
- 28 Java Learning Subscription
- 37K Database Connectivity
- 155 Java Community Process
- 105 Java 25
- 22.1K Java APIs
- 138.1K Java Development Tools
- 165.3K Java EE (Java Enterprise Edition)
- 18 Java Essentials
- 160 Java 8 Questions
- 86K Java Programming
- 80 Java Puzzle Ball
- 65.1K New To Java
- 1.7K Training / Learning / Certification
- 13.8K Java HotSpot Virtual Machine
- 94.3K Java SE
- 13.8K Java Security
- 204 Java User Groups
- 24 JavaScript - Nashorn
- Programs
- 439 LiveLabs
- 38 Workshops
- 10.2K Software
- 6.7K Berkeley DB Family
- 3.5K JHeadstart
- 5.7K Other Languages
- 2.3K Chinese
- 171 Deutsche Oracle Community
- 1.1K Español
- 1.9K Japanese
- 232 Portuguese
Changes in RowImpl

640173
Member Posts: 6
Hi all,
I did some changes in getter and setter of RowImpl. But when i'm running the code in debuger mode, the getter and setters are not called up even though the break points are marked on getter and setters.
Please suggest me what to do?
MK
[email protected]
I did some changes in getter and setter of RowImpl. But when i'm running the code in debuger mode, the getter and setters are not called up even though the break points are marked on getter and setters.
Please suggest me what to do?
MK
[email protected]
Tagged:
Answers
-
Timo Hahn Senior Principal Technical Consultant - Oracle ACE Director Member, Moderator Posts: 38,457 Red DiamondCome on, how should we help with the information you gave?
My car is not running even if I try to start it. Can you help?
What jdev version you are using? post the code of you getter and setter methods.
remove all casses folders in you application folder and do a rebuild of all projects in the application workspace.
Timo -
hi,
I'm using 10.1.3 version.
I had to do some changes on the already existing screen. I added the attributes through SQL query. As i had to put some checks on these value before render it, so i put these validation on getters and setter. But i am not able to digest that the variable i made are not get debuged even debugger point is marked.
BUT older variable get debugger execution.
Please help me. -
Timo Hahn Senior Principal Technical Consultant - Oracle ACE Director Member, Moderator Posts: 38,457 Red DiamondHi,
try setting the breakpoint to line of code which is called by an other variable (i.e. setAttrInvokeAccessor in the VO or EO).
If you hit the breakpoint there, check what happens if you tab out of your input filed.
Sometimes it helps to delete the classes folder in the model project and viewcontroler project to get a clean rebuild.
Timo
This discussion has been closed.