Hi,

I'm using DP2 in my application, but i'm having a strange behavior, my
application is by the way a web 2.0/Ninject/ActiveRecord application.

Usually, i'd recieve a request in json format, process it, and invoke
the corresponding service via a component i'd developed for this
purpose which obtains the service from the IoC container and invokes
the service with the supplied parameters.

My IoC container is accessed via a wrapper that encapsulates the api
specific code, here is the place where i'd create the interceptors (i
cal it extensions in my application), when a service is requested.

The strange behavior i'd talk is thatmy tests run perfectly and works
as it is designed (test for the inteerceptors, for one of the affected
services, and with the service invoker), but when i'd test it in the
real web application it just don't work, it freezes when it does a
query to the database,  i'f say is a problem with DP2 because it runs
perfectly smooth when i deactivate the extension feature of my app
(turn off interceptor creation).

Does anyone have an idea of why this is happening?


Thanks

TrentCioran

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Castle Project Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/castle-project-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to