Bssv

samantha_sana

Well Known Member
Hi All,
I have bssv on jde demo 9
Everything was fine but suddenly "Generate accessors" got disabled (for value objects)in jdeveloper for new and existing bssv.
any idea on what caused this and how to fix it.Thanks in advance.

Thanks
demo 9, jdeveloper 11g
 
try right clicking on the class name

In the example below, it would be D55123456_ValueObjectClassNameHere

public class D55123456_ValueObjectClassNameHere extends MessageValueObject implements Serializable {


}

You COULD just write them yourself.
 
https://support.oracle.com/epmos/faces/DocumentDisplay?_afrLoop=310963814345442&id=1511602.1&displayIndex=1&_afrWindowMode=0&_adf.ctrl-state=17q9zuihn0_233#SYMPTOM


Please remove below files as a workaround.

1. Delete the user preferences directory on the machine where this is happening.

Steps:

Delete the system11.1.x.x.xx.xx.xx directory located in:

- Windows 7
C:\Users\\AppData\Roaming\JDeveloper

The "AppData" is hidden. Please open your windows explorer and type in "C:\Users\".
In this window, you shouldn't see the "AppData" folder. Then, type in "\AppData" right after "C:\Users\" in the address area. This should open up your AppData folder and you should be able to see the "Roaming" folder.


- Windows XP
C:\Documents and Settings\\ApplicationData\JDeveloper


Hi All,
I have bssv on jde demo 9
Everything was fine but suddenly "Generate accessors" got disabled (for value objects)in jdeveloper for new and existing bssv.
any idea on what caused this and how to fix it.Thanks in advance.

Thanks
demo 9, jdeveloper 11g
 
Hi Nishant,
the support link doesnt have the file.
and what should be done after roaming folder...looks like some steps are missing..could you please provide detail steps..
there is one new issue,sometimes deployment is working but generate web service is not successful and at other times its vice versa...any idea on how to fix this...
troubleshooting on demo is bit difficult :(

Thanks
 
Back
Top