Use Java-reflect to get the object generated by the running process

2014-09-02 Thread chris...@163.com
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

Step-debugging with the ODE

2015-03-20 Thread chris...@163.com
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

The newist version of build suite

2015-03-23 Thread chris...@163.com
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"