Search:

Type: Posts; User: magle; Keyword(s):

Search: Search took 0.03 seconds.

  1. Problems with Fault creation when validating x.509 Certificates

    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...
  2. Replies
    0
    Views
    1,250

    SpringContracts 0.3 released

    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...
  3. Replies
    2
    Views
    1,666

    Simple Workaround

    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...
  4. Release 0.2 is availible

    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...
  5. Replies
    2
    Views
    1,666

    Bug using Load Time Weaving with cflow?

    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...
  6. SpringContracts - Design by Contract for Spring

    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...
  7. Replies
    5
    Views
    1,841

    sample

    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...
  8. green bar

    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...
  9. Problem when switching from HibernateTransactionMngr to JtaTransactionMngr

    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...
Results 1 to 9 of 9