OpenESB 2.3

Posted by & filed under Enterprise Sevice Bus.

A friend of mine told me where to find the freshest copy of openESB. (the last website open-esb.java.net is redirecting kenai clean page) It seem to be the first version of openESB compiled by community and not by Sun/Oracle guys. http://hudson.openesb-dev.org:8080/hudson/view/v2.3Integration/job/installer-v2.3/ is the source of binaries and other projects files. OpenESB community Good to know… Read more »

Send JMS msg to remote server with Glassfish

Posted by & filed under Enterprise Sevice Bus.

Hi, lately I wrote about radius project. It’s already done. Now we are testing. But in a meantime I just want to mark one thing about sending jms message to remote server. All you need to do is to set “addresslist” property in QueueConnectionFactory on local machine and of course create comparable QueueConnectionFactory on remote…. Read more »

openESB ETL plugin remarks

Posted by & filed under Enterprise Sevice Bus.

ETL plugin for openESB for small data migration project is awesome. I don’t know how would it work for small data warehouse issue where you get 4 gb of data daily. Maybe fine. But for other small migration project it does the job just fine and first of all it’s amazingly easy to setup. I… Read more »

Log4j stopped logging on Glassfish

Posted by & filed under Enterprise Sevice Bus.

I use log4j library for confirmation what is being send to db server by my EJB code. Everything was working fine till one day. It simply stopped logging. (it turned out that I’ve used somehow newer version of log4j in my project, I’ve changed pointer in Libraries in Netbeans). I’ve created a new domain on… Read more »

Jboss Cache on Glassfish 2.1.1

Posted by & filed under Enterprise Sevice Bus.

Previously I’ve just mentioned that I am working on JbossCache deployed to glassfish. I want to have it distributed. My frustration was I couldn’t find any configuration file online of replication mode. It turned out that example configuration was inside JBoss Cache zip file, Core Edition version 3.2.5 “Malagueta” (download full zip jbosscache-core-3.2.5.GA-all.zip) in file… Read more »