Search:

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

Search: Search took 0.02 seconds.

  1. Have you placed the JCE Unlimited Policy fileset...

    Have you placed the JCE Unlimited Policy fileset into your JDK/JRE? You need Unlimited Strength to do AES256.

    Check Appendix C of this...
  2. Replies
    5
    Views
    611

    RMI, SSL, Principal ThreadLocal injection, Authorization/ACL

    It's surprisingly weak and thin considering it is 2012/2013 and I saw fine-grained access control in
    DCE as well as GSS-RPC in the late 1990s.

    I was able to get RMI over SSL working nicely using...
  3. Replies
    5
    Views
    611

    Spring remoting with RMI and Kerberos

    It's possible to do this, but this is a very focused project which, IMHO, only a few people on the JBoss forums have talked about. For the most part, if you search for "Java and Kerberos" you will...
  4. Samizdat: A toolkit for Kerberos Authenticated and Encrypted Messaging

    I thought a post here would be of interest. This item is also likely of interest to Spring Integration folks as well, as my original requirements was to build a Message Transformer to Kerberize...
  5. many things res possible, and the easiest/fastest ones are typically the worst

    This is about design decisions, which you, as an engineer, have to recommend... You can get your job "done" quickly by simply popping the XML off JMS and heaving the whole mess into a Stored...
  6. motivation for extracting payload classname....

    Yes. I am very away of using <payload-type-router> to steer traffic by type and am using that feature without
    issues, example:

    <int:payload-type-router input-channel="logger-jdbc"...
  7. I got it to work ; the initial suggestion was...

    I got it to work ; the initial suggestion was correct, but needed some clarity..
    By appending a empty String '' in Spel, it forces the coercion to a String.

    <int:header-enricher id="e2"...
  8. Can't share code, but some design direction: ...

    Can't share code, but some design direction:

    1. You want a SWING application to pause/unpause this pump. Well, you could write a Swing control that sends the Pause / Unpause message to a...
  9. ESB Demo Code and Design doc for NextBus Transit Service - using Spring Integration

    I thought I'd share this here.. Some time back, I built a Java adapter against the XML Web Service for NextBus.
    The natural follow on activity was to build an ESB against this live data feed. I used...
  10. Not sure which forum this thread belongs in, but...

    Not sure which forum this thread belongs in, but I'll answer it as XA is relevant in Spring Integration, particularly when crossing
    Database sovereignties or JMS.

    In general, I'd advise you to...
  11. Replies
    3
    Views
    434

    I have no problems with CTRL-C ; but I am an...

    I have no problems with CTRL-C ; but I am an using a JVM Shutdown and a Spring Context Listener Shutdown hook. The
    JVM Shutdown will tell Spring to close... The Spring Context listener will tell...
Results 1 to 11 of 11