Dear Community,
we've got some problems when trying to validate incoming WS-Requests against a valid x.509 Certificate.
Context:
- Spring-WS 1.5
- Spring 2.x
- Weblogic 9.2 (!!!)
I've...
Type: Posts; User: magle; Keyword(s):
Dear Community,
we've got some problems when trying to validate incoming WS-Requests against a valid x.509 Certificate.
Context:
- Spring-WS 1.5
- Spring 2.x
- Weblogic 9.2 (!!!)
I've...
SpringContracts (http://springcontracts.sourceforge.net) is an extendable Java solution for Design By Contract
(see http://en.wikipedia.org/wiki/Design_by_contract) that integrates seamlessly with...
Here's a poor and unstatisfying programmatic workaround for the problem:
You could use the stacktrace in order to determine if you are in cflow of a certain class (or certain class and certain...
SpringContracts Rel. 0.2 is now available for download at http://sourceforge.net/projects/springcontracts.
The release comes with full support for external contract definitions (inside Spring's...
Hi,
this question is maybe not mainly Spring related, since i use AspectJ's Load Time Weaving (with factory-method 'aspect-of' in order to let Spring configure the aspect).
I activated LTW by...
After nearly one year of development, SpringContracts is out and now Open Source on SourceForge (http://springcontracts.sourceforge.net/home.html).
SpringContracts is a configurable Java solution...
package com.mgi.spring2.aop.advice;
import java.lang.reflect.Method;
import org.aspectj.lang.ProceedingJoinPoint;
import com.mgi.spring2.aop.annotation.Logged;
public class...
oh man ... what a stupid failure by myself !!!
This is another good example for an article 'clipboard considered harmful' ... ;o)
(I've looked everywhere else (infrastructure) but in my own...
I'm using Spring 1.2.5 with Hibernate3 and receive a strange behaviour when switching from HibernateTransactionManager to JtaTransactionManager (using JOTM and MySQL).
In the first Place i'm using...