Re: NoClassDef Issue, possibly my fault with the classloaders

2009-07-15 Thread Daniel
Resurrection Is this still a problem? If yes, I recommend to look into using an OSGi framework for your classloading. Classloaders are non-trivial and it's very easy to trip, to introduce subtle bugs, or fragile things that break later. Using an established technology for dealing with the problem

NoClassDef Issue, possibly my fault with the classloaders

2009-06-30 Thread BerlinBrown
Pre Notes: I put most of the code for my unit testing here: http://groups.google.com/group/clojure/web/MostCodeIssue.java http://groups.google.com/group/clojure/web/NoClassDefIssue.zip http://clojure.googlegroups.com/web/MostCodeIssue.java?gsc=XGm71ws6-FUP8n2vUln2lQc9yyLJ This is t