Is it possible to use jTracert with an application server, with EJB
and/or plugging it on OC4J? I'm running Oracle JDeveloper on Windows;
I tried to add "-javaagent:[pathTo]jTracert.jar=7007" on the Embedded
OC4J Command Line, so it became like this:
${java} -javaagent:D:\jTracert.jar=7007 ${jvm} -classpath ${oc4j.jar}
${java.options}-Xms512m -Xmx1024m
${oc4j.environ.type} ${memory.archive.flag} ${keep.alive.timeout.flag}
${oracle.jms.lock.flag}
${oc4j.main.class} -config ${server.xml}
Apparently it was running, because looking at the Embedded OC4J Server
Log the following appeared:
jTracert agent started
agent version: 0.1.3
Waiting for a connection from jTracert GUI on port 7007
And when I opened the jTracert GUI, the following appeared on the log:
Using class name filter: com\.[myCompanyName].*
But within the GUI I couldn't see anything, there was no packages
available. I tried searching "jtracert jdev" on Google, but have no
relevant results. Any ideas? I intend to create a wiki page with a
howto if I can make it work.
Thanks in advance
On Jan 8, 8:54 pm, Arlindo Pereira <arlindosaraivapere...@gmail.com>
wrote: