Ilia Sretenskii

Greenhorn
+ Follow
since Aug 05, 2014
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
1
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Ilia Sretenskii

Ulf Dittmer wrote:2.5 years later it's unlikely Joe is still waiting for an answer, but it does highlight one of the multitudes of problems introduced by running servers inside of IDEs. I advise to use standalone servers instead.


I am running the server not inside of IDEs, but inside of Apache Maven, made with Eclipse Equinox OSGi core framework, which is still a multi artifact solution which requires careful attention to class loaders artifact visibility.

Joe Harry wrote:Guys,
I have a strange error when I try to start up my Tomcat which is configured in Eclipse.


Hello, Joe!
I have had the same issue and even filed it as https://issues.jboss.org/browse/JASSIST-231
But it was related to the chosen class loader.
When running on Eclipse it has to be a class of the same Maven artifact that contains the superclass of the proxy factory.
If does not have a class loader, only then use the class loader of the custom proxy factory.
My custom proxy factory code is below.