Closed GoogleCodeExporter closed 9 years ago
Pour information, il y a le même problème sous weblogic:
Caused By: com.google.gwt.user.server.rpc.UnexpectedException: Service method
'public abstract com.zzz.zzz.zzz.zzz.zzz.aaa.ABCD
com.zzz.zzz.zzz.zzz.zzz.aaa.getLoggedOrganizationUser() throws
com.zzz.zzz.zzz.zzz.zzz.aaa.MyException' threw an unexpected exception:
java.lang.NoClassDefFoundError:
net/bull/javamelody/JdbcWrapper$StatementInvocationHandler
Ce qui est logique vu la méthode:
private boolean isServerNeedsRewrap(String jndiName) {
return glassfish || jboss || weblogic || jndiName.contains("openejb");
}
Original comment by lastm...@yahoo.fr
on 3 Jan 2013 at 4:26
Je n'ai pas le même comportement et je n'ai pas d'erreur, mais cela dépend de
la configuration.
Et cela est a priori corrigé et committé (revision 3249). Cela fonctionne
pour moi.
Un nouveau build est disponible:
http://javamelody.googlecode.com/files/javamelody-20130116.jar
Vous est-il possible de tester dans JBoss et dans WebLogic comme fait avant ?
Merci lastmike
I do not have the same behavior, but it depends on the configuration.
And it is supposed to be fixed and committed (revision 3249) and it works for
me.
I have made a new build and it is available at:
http://javamelody.googlecode.com/files/javamelody-20130116.jar
Is it possible to test in JBoss and WebLogic like done before?
Thanks
Original comment by evernat@free.fr
on 16 Jan 2013 at 12:34
Revision 3249 of JDBCWrapper.java fixed the problem in JBoss et Weblogic.
Thank you very much
Original comment by lastm...@yahoo.fr
on 16 Jan 2013 at 10:28
Original issue reported on code.google.com by
lastm...@yahoo.fr
on 3 Jan 2013 at 2:19