The pittfalls of ClassLoaders for proxies

2013-01-22 Thread Mark Struberg
Hi folks! A small culprit I found in our proxy code yesterday night: Consider the following (the 'protected' is important!) public class User {   protected String getName() { return "Hans";} } User$Proxy extends User    private User delegate;   protected String getName {     return delegate.ge

Build failed in Jenkins: OpenWebBeans-1.1.x-deploy #8

2013-01-22 Thread Apache Jenkins Server
See -- Started by user struberg Building remotely on ubuntu1 in workspace ERROR: A Maven installation needs to be available for this p

Jenkins build is back to normal : OpenWebBeans-1.1.x-deploy #9

2013-01-22 Thread Apache Jenkins Server
See