It's not clear if this error has anything to do with the Felix framework
or not, but if you are new to Felix you should consider getting a newer
version of the framework...current version is 4.0.1.
Generally, there should be no dependencies on installation order, since
it shouldn't make a difference.
-> richard
On 11/18/11 13:19 , Nanda Kishore Makkapati wrote:
Hi,
I am a newbie to Apache Felix. We are using Apache Felix 1.8.1. We have got
the below exception when we started our application.
org.springframework.beans.factory.BeanCreationException: Error creating
bean with name 'org.springframework.aop.aspectj.AspectJPointcutAdvisor#0':
Instantiation of bean failed; nested exception is
org.springframework.beans.BeanInstantiationException: Could not instantiate
bean class [org.springframework.aop.aspectj.AspectJPointcutAdvisor]:
Constructor threw exception; nested exception is
java.lang.IllegalArgumentException: error at ::0 formal unbound in pointcut
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:405)
[na:na]
at java.security.AccessController.doPrivileged(Native Method) [na:1.6.0_27]
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380)
[na:na]
at
org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264)
[na:na]
at
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
[na:na]
at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261)
[na:na]
This exception seems to depend on the order in which the bundles are
getting installed. When the application was restarted, the order of the
installation of bundles changed and we did not get the error this time.
We noticed that the order of start of bundles is already controlled in the
code but how can I identify the dependency on installation order?
Thanks
Kishore
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]