Hi,
In fact, nothing goes wrong in the code.
As usual with OSGi, error messages are not very useful ...
This issue is coming from an environment problem and probably due to a bug ...
First, to...
Type: Posts; User: jimaitou; Keyword(s):
Hi,
In fact, nothing goes wrong in the code.
As usual with OSGi, error messages are not very useful ...
This issue is coming from an environment problem and probably due to a bug ...
First, to...
Any ideas ?
This test should be simple, there are only 3 bundles just one service called and one advice.
Does someone see any problem in the code ?
Is there an environment problem ?
Do you know...
Any ideas ?
This test should be simple, there are only 3 bundles just one service called and one advice.
Does someone see any problem in the code ?
Is there an environment problem ?
Do you know...
Hi,
I try to use AOP aspects to catch exceptions in OSGi bundles.
The class AopTestThread calls an instance of IContactService to retrieve registered contacts. If the contact is not registered an...
Hi,
I try to use AOP aspects to catch exceptions in OSGi bundles.
The class AopTestThread calls a IContactService to retrieve registered contacts.
If the contact is not registered an exception...
Hi,
As indicated above, i have another error message, if someone has an idea or some advices to help.
Thanks
Hervé
2103 [SpringOsgiExtenderThread-9] INFO ...
Hi,
Just have to import "org.springframework.aop.aspectj.autoproxy" package in the MANIFEST.MF.
Have an another problem but this one is resolved.
Bye
Hervé
Hi,
I'm trying to declare an AOP advice (CustomerAdvice) to catch Exception in an OSGi bundle (CustomerService) with JPA context.
I have the following error when running in eclipse (Galileo) :
...