[Clustering/JBoss] - Re: Is there a Flat File Deployer?
by bstansberry@jboss.com
A deployer is intended for deploying things into JBoss. So, any deployer will complain about file types like .log and .ctl that aren't meant to result in a deployment. The ZipException is just a not very user-friendly way of the deployer saying "I don't know what to do with this file; as a last resort I tried to unzip it to see if anything I understood was inside and that failed too."
The Farm service is a specialized deployer and thus has the above behavior. It is not intended for general purpose file replication.
One alternative is to use JBoss Cache. There was a thread on the JBC user forum recently about this. Idea is you convert the file into a byte[] and put it in the cache, which then replicates it. Using JBC as a file replication service wasn't one of the core use cases for which JBC was designed, but it should work.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3979439#3979439
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3979439
19 years, 8 months
[JBoss jBPM] - Training Courses? ...and HELLO!
by dslevine
First off... HELLO! I'm new to the jBPM world. After evaluating other workflow engines, jBPM is by far the best match for my needs... looking to integrate wofkflow capabilities into custom CMS-ish software at my company. I look forward to digging in more deeply, and I thank everyone in advance for answering questions I'm sure I will have. Hopefully I'll be able to contribute back some code if my needs veer off the existing path.
I was looking into training sessions, and tried to sign up myself and one coworker for the training next week in Santa Clara. Unfortunately, it's been cancelled! So much for my un-canny timing on finding jBPM right before a training session! It looks like there are no more training sessions available anywhere until January -- not so far off, but it would have been great to get training foundation laid *before* I start playing with architectures instead of after. Are there any training sessions outside those listed on the RedHat training page? Any advice for in-depth online training to prepare me for developing enterprise applications using jBPM?
Thanks for any thoughts/advice!
Dan
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3979436#3979436
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3979436
19 years, 8 months