txs 4 the catch. Can you please add a Jira issue? And .... we are still looking for additional active contributors ;)
LieGrue, strub ----- Original Message ----- > From: Rudy De Busscher <[email protected]> > To: [email protected] > Cc: > Sent: Wednesday, January 4, 2012 1:28 PM > Subject: Looking at the code and found a small problem. > > Hi All, > > I know it is very very early but I was looking at the code and found a > problem. The registration of the BeanManagerProvider as extension isn't > working because of a wrong package name in * > javax.enterprise.inject.spi.Extension* file. > > regards > Rudy > > > --- > a/deltaspike/core/api/src/main/resources/META-INF/services/javax.enterprise.inject.spi.Extension > +++ > b/deltaspike/core/api/src/main/resources/META-INF/services/javax.enterprise.inject.spi.Extension > @@ -18,4 +18,4 @@ > ##################################################################################### > > # DeltaSpike BeanManager provider > -org.apache.deltaspike.api.provider.BeanManagerProvider > +org.apache.deltaspike.core.api.provider.BeanManagerProvider > > > -- > Rudy De Busscher > http://www.c4j.be >
