Hi,
I am planned to use Java-reflect to get the object generated by the running
process. Where should I find the object ?
But in the ode directory deployed by ode.war, I can find only web-related
database-related and logging-related.
I need your help!
Best Wishes
Chris Wong
Hi all,
I am a new dev in ODE and need some basic help.
After building the project added my own codes, I can deploy it into tomcat
and it work well.
But What if I need step-debugging with the code I added ?
I have tried to generate Eclipse project and import it into Eclipse, then
Hi all,
I updated my jdk and got a strange problems:
%ODE_ROOT%/jacob-ap/src/main/java/org/apache/ode/jacob/ap/JacobAnnotationProcessorFactory.java:27:
error: package com.sun.mirror.apt does not exist
Then I added
APT = "com.sun.mirror:apt:jar:0.0.1"