Thanks Joe, You're right I use declarative transactions. I tried cglib version 2.1_3_4 and it solved the problem.
Thanks, /Bengt 2010/9/14 Joe Bohn <[email protected]> > Hi Bengt, > > Our transaction support uses an interceptor and hence it requires either > cglib or asm to be available. From the message below I suspect your > dependency might be caused by the interceptor required for declarative > transactions ... but that's just a guess. > > In the equinox assemblies that we provide for the Blog and AriesTrader > samples we use asm version 3.2 (we specifically use asm-all-3.2.jar). I > think we use cglib version 2.1_3_4 in other places. I suspect either of > those should work. > > Joe > > > > On 9/14/10 1:20 PM, Bengt Rodehav wrote: > >> When trying to use Aries blueprint (and jpa) from within Pax Exam I get >> the following error message: >> >> [RMI TCP Connection(1)-192.168.0.3] ERROR >> org.apache.aries.blueprint.container.ServiceRecipe - Error retrieving >> service from >> >> ServiceRecipe[name='.component-2']org.osgi.service.blueprint.container.ComponentDefinitionException: >> Interceptors have been configured but neither asm nor cglib are available >> >> Does Aries Blueprint require cglib or asm? What version? What bundle do >> you recommend? >> >> /Bengt >> > > > -- > Joe >
