Have you placed the JCE Unlimited Policy fileset into your JDK/JRE? You need Unlimited Strength to do AES256.
Check Appendix C of this...
Type: Posts; User: jim_doyle; Keyword(s):
Have you placed the JCE Unlimited Policy fileset into your JDK/JRE? You need Unlimited Strength to do AES256.
Check Appendix C of this...
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...
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...
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...
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...
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"...
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"...
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...
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...
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...
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...