Hi,
I've tried to use the profiler with EAP 5, but got:
org.jboss.deployers.spi.DeploymentException: Error determining structure: jboss-profiler.sar
Caused by: java.util.zip.ZipException: error in opening zip file
The EAP was running under Sun JDK 6.
The sar was copied before EAP started.
So I guess I will have to build it with JDK 6, right?
Which brings us to my 2nd question - how do I build JBoss Profiler?
I've checked out 2.0 beta 5 and pointed the paths in project.properties to my EAP 5 CR2 dir. But the result was compile errors, like
.../java/src/proxyDriver/org/jboss/profiler/proxydriver/core/ProxyStatement.java:9: org.jboss.profiler.proxydriver.core.ProxyStatement is not abstract and does not override abstract method isPoolable() in java.sql.Statement
(I haven't checked what's going on there.)
So, please... could someone briefly tell, how to get this working with EAP 5?
Thanks, Ondra