-
Problem with I add Aop weaving into service.xml
I'm doing some testing using Spring Services. Everything working well, but as soon as I add my XML object node with Aop regularexpression pointcut, it stops working.
A hunch tells me is that it can't find the Aop assembly, so I tried putting it in these places (I'm using the sample for testing):
a) C:\Program Files\Spring.NET-1.1.0 Preview 3\examples\Spring\Spring.Examples.WindowsService\S erviceFakedInstDir
b) also tried bin directory of my service
C:\Program Files\Spring.NET-1.1.0 Preview 3\examples\Spring\Spring.Examples.WindowsService\S erviceFakedInstDir\deploy\CustomService
non of these worked. The only other directory I can think of is the auto created one with names like (under deploy\CustomService\ directory)
.spring-assemblies-784d0472-f9d0-4cd7-a78a-6b4ee24405b7.
I notice it automatically copies:
a) Spring.Services.WindowsService.Common.DLL,
b) Spring.Core.DLL
c) Common.Logging.DLL
Is there a way to get it to copy Spring.Aop.dll?
My mysetup, I have the original Echo service and my custom service, so under C:\Program Files\Spring.NET-1.1.0 Preview 3\examples\Spring\Spring.Examples.WindowsService\S erviceFakedInstDir\deploy
we have echo and CustomService subdirectories.
Any ideas? Thanks.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules