Tagged Questions

1
vote
1answer
28 views

Castle Windsor Interceptor for private/protected method

Hi all, Is it true that in order for castle windsor's interceptor to intercept a method, that method needs to be declare public?
0
votes
2answers
115 views

How can my application read windows messages (WM_SETTEXT) from another application?

Is there a way to intercept window messages from another app other than a global message hook? Platform: Windows XP.
0
votes
0answers
62 views

NHibernate: Lazy load a collection of data from a service, not the database

My domain objects support custom fields that are stored in such a way that requires metadata and logic to be applied before their values can be stored and retrieved. I already have a Custom Field …
1
vote
1answer
25 views

Update father on interceptor

My model: public class Father { Set<Son> sons = new HashSet<Son>(); String name = null; Date lastSonModifyDate = null; // ... other fields and setters/getters } public class …
0
votes
1answer
90 views

Hibernate interceptor: entity intercepted when a collection element updated

Hi all. I need to know how can I set Hibernate (...) to achieve the following issue: I have a bidirectional (composition) one-to-many association (a.bs is a Set object and b.a is a A object). When I …
1
vote
1answer
55 views

Seam - Interceptors

Hi all, I want to intercept all method invocations to all seam components to see if that would help in logging exceptions. I was thinking that I could do this by getting the list of all components …
1
vote
8answers
252 views

How would you intercept all Exceptions?

What is according to you the simplest way to intercept all exceptions in a Java application? Would AOP be needed to provide this kind of functionality or can it be done with dynamic proxies or is …
0
votes
0answers
13 views

ExecuteAndWaitInterceptor

Does ExecuteAndWaitInterceptor work in Struts 1? If yes any samples for the same? If no can anyone tell how to show a waiting page in Struts 1 when the control will be with the Action class.
0
votes
1answer
691 views

Struts 2 File Upload Interceptor configuration problem

I'm having two problems when trying to configure the Struts 2 File Upload Interceptor in my application. I want to change the parameter maximumSize (the default value is 2 MB, I need it to be 5 MB) …
0
votes
1answer
49 views

JAXWS Interceptors

What are JAX WS Interceptors? Where do I find info regarding the same!
0
votes
1answer
43 views

linq to sql query interceptor

I'm looking at implementing some LINQ to SQL but am struggling to see how we woudl add in access control business rules such as customer a can only view their orders. In ado.net data services, query …
0
votes
2answers
206 views

Struts2 Interceptor *after* JSP is rendered - how?

I was wondering if I can capture the result of an action after the result returns and the JSP is rendered. I want to be able to take the entire result (generated HTML) and push it into memcached so I …
0
votes
1answer
101 views

Can I inject a SessionBean into a JEE AroundInvoke-Interceptor?

I have an EAR with modules: foo-api.jar foo-impl.jar interceptor.jar In foo-api there is: @Local FooService // (interface of a local stateless session bean) In foo-impl there is: @Stateless …
-1
votes
6answers
354 views

Stop a loop inside a method in C#

Is there any way to stop a running loop inside another method or insert a break statement dynamically in C#? Thanks Edit : I want to be able to dynamically intercept the method and insert a break to …
0
votes
1answer
128 views

asp.net mvc and recaptcha action

When a user submits a form, i'd like to show/redirect to the captcha page intermittently ( based on some custom rules ) and if validated, then execute/commit the first action Is there a way of doing …

1 2 next
15 30 50 per page