Blogs about: Technical Stuff
Featured Blog
Maven cargo:deploy
Update: added Pom file configuration section Keith helped me get the Maven cargo deploy set up for me today, so instead of having to manually copy the .war file over to JBoss’s server\default\de… more »
Our Craft
Finding a JTA UserTransaction
danielmeyer wrote 1 day ago: Last time we had an issue where at deploy time, our .war project couldn’t find a JTA UserTrans … more »
Maven cargo:deploy
danielmeyer wrote 1 day ago: Update: added Pom file configuration section Keith helped me get the Maven cargo deploy set up for m … more »
A Couple of Adjustments, as We Figure Out this Blog Thing
nopopcornlargesoda wrote 1 day ago: Starting a blog means figuring out what works and what doesn’t. So here’s what we know … more »
Deploying with Hibernate too
danielmeyer wrote 2 days ago: Last time (for those new to this saga, we started some time ago working on this — and really e … more »
The beans, the beans, the Hibernate beans...
danielmeyer wrote 2 days ago: As I mentioned before, I have my Oracle XE XA* datasource deployed, and the Spring bean configured t … more »
Getting the Oracle XA datasource in place
danielmeyer wrote 2 days ago: I had an Oracle datasource configuration file sitting around waiting for when I was ready to test th … more »
a should-read
danielmeyer wrote 3 days ago: RFC 2119 outlines how to use the words MUST, SHOULD, and MAY to express three different precise leve … more »
Pardon me sir, was that an XA transaction that just rolled by?
danielmeyer wrote 4 days ago: On a whim, I added an acknowledge="transacted" attribute to my DefaultMessageListenerContainer bean … more »
Why there were two consumers listening
danielmeyer wrote 4 days ago: I found out why my .war project had two consumers listening to the queue: My application logic was a … more »
Technological wanderings
danielmeyer wrote 4 days ago: Why is it that questions can take a while to research these days — particularly, why is my XA … more »
Tackle It Tuesday: Babywearing Bonanza Button!!
— 7 comments
andreamcmann wrote 4 days ago: I’ve been working on this all morning! After quite a lot of frustration, I’ve finally wo … more »
AJAX Http Requests
Neha Sinha wrote 4 days ago: Here goes my : ## Lesson-2 ## : AJAX Uses HTTP Requests In traditional JavaScript coding, if you wan … more »
Simple JMS transaction rollbacks work...
danielmeyer wrote 5 days ago: If I change my DefaultMessageListenerContainer bean to remove the external JTA transaction manager r … more »
Join point matching
danielmeyer wrote 5 days ago: In our last episode, I was using the pointcut expression execution(* com.example.MessageListener(..) … more »
Help help, my central repository is blacklisted!
danielmeyer wrote 5 days ago: The Artifactory server we use to serve as a Maven 2 Repository (did I get all my terms right?) is ac … more »
DLACTRLW.EXE
danielmeyer wrote 5 days ago: I had been noticing that my network connections thing in the system tray seemed to be showing consta … more »
AJAX !!!
Neha Sinha wrote 5 days ago: I am in a process of learning AJAX now. Need to move my existing c# web parts to ajax in order to re … more »
Digital Photo Editing
— 7 comments
artylicious wrote 1 week ago: Well it would seem my Christmas competition has actually inspired a couple of people to start bloggi … more »
Captain, we're experiencing a configuration problem...
danielmeyer wrote 1 week ago: I added this (with the class name of my domain class) to my Spring bean file to enable transactions … more »
