> I suggest you don't put all these jar's in the aar, put them in > WEB-INF/lib . hibernate uses the TCCL and that won't work directly in > an aar without some extra effort.
It should be enough to add the following parameter to the service: <parameter name="ServiceTCCL" locked="false">composite</parameter> Andreas
