Re: Something is missing in OpenJPA 2.3.0 distribution

2014-07-08 Thread Rick Curtis
You're right, I'll check with Kevin to see if he has any ideas why that was
missed when we built the binaries.


On Sat, Jul 5, 2014 at 11:23 PM, Pawel Veselov pawel.vese...@gmail.com
wrote:

 On Sat, Jul 5, 2014 at 9:20 PM, Pawel Veselov pawel.vese...@gmail.com
 wrote:

  Hi.
 
  Something seems to be missing from the libraries in the OpenJPA distro.
  I don't normally use the all jar, and without it, the enhancer fails
  with class not found of org/apache/xbean/asm4/ClassVisitor.class. The
 class
  is there in all jar, but not in any of the library jars...
 
 
 Seems that what's missing is Apache Geronimo XBean, and its download is
 utterly broken.




-- 
*Rick Curtis*


Re: Something is missing in OpenJPA 2.3.0 distribution

2014-07-08 Thread Rick Curtis
In OPENJPA-2283 we added a dependency on xbean-asm but the assembly.xml
files in openjpa-project weren't updated. I'll try to get changes put in
today and then you could grab one of the nightly 2.3.1-SNAPSHOT builds.


On Tue, Jul 8, 2014 at 6:43 AM, Rick Curtis curti...@gmail.com wrote:

 You're right, I'll check with Kevin to see if he has any ideas why that
 was missed when we built the binaries.


 On Sat, Jul 5, 2014 at 11:23 PM, Pawel Veselov pawel.vese...@gmail.com
 wrote:

 On Sat, Jul 5, 2014 at 9:20 PM, Pawel Veselov pawel.vese...@gmail.com
 wrote:

  Hi.
 
  Something seems to be missing from the libraries in the OpenJPA distro.
  I don't normally use the all jar, and without it, the enhancer fails
  with class not found of org/apache/xbean/asm4/ClassVisitor.class. The
 class
  is there in all jar, but not in any of the library jars...
 
 
 Seems that what's missing is Apache Geronimo XBean, and its download is
 utterly broken.




 --
 *Rick Curtis*




-- 
*Rick Curtis*


Something is missing in OpenJPA 2.3.0 distribution

2014-07-05 Thread Pawel Veselov
Hi.

Something seems to be missing from the libraries in the OpenJPA distro.
I don't normally use the all jar, and without it, the enhancer fails with
class not found of org/apache/xbean/asm4/ClassVisitor.class. The class is
there in all jar, but not in any of the library jars...


Re: Something is missing in OpenJPA 2.3.0 distribution

2014-07-05 Thread Pawel Veselov
On Sat, Jul 5, 2014 at 9:20 PM, Pawel Veselov pawel.vese...@gmail.com
wrote:

 Hi.

 Something seems to be missing from the libraries in the OpenJPA distro.
 I don't normally use the all jar, and without it, the enhancer fails
 with class not found of org/apache/xbean/asm4/ClassVisitor.class. The class
 is there in all jar, but not in any of the library jars...


Seems that what's missing is Apache Geronimo XBean, and its download is
utterly broken.