For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
We have wcc11 g environment, could you please share info on how can we debug custom component code.
could you please share info on how can we debug custom component code
Enable the relevant trace sections from trace sections - active sections for the functionality for which component / code is created and run the operation from wcc, then check the server audit logs.
Secondly, add tracing in the code which would act as good pointers in printing the relevant data per stage basis.
looking something realtime debugging. like the one we do in J2EE applications deployed in tomcat or any application servers. can we do similarly with WCC components?
like the one we do in J2EE applications deployed in tomcat or any application servers. can we do similarly with WCC components?
Look up these posts: Eclipse and UCM
Configuring UCM Application IN Eclipse IDE
As per my knowledge, we will have to install the component and UCM node restart required.