Skip to content

{ Category Archives } Java

Managing CF Dependencies with Maven

I’m currently working on integrating some Java components with a ColdFusion app.  As I investigated trying to integrate them it quickly became obvious that I needed some way of managing the various dependencies the Java components required. As handling Java dependencies is a problem that has already been taken care of by Maven, I began [...]

Tagged ,

iBatis and ColdFusion

One of my colleagues has been writing Java web apps using Spring, Struts and the iBatis Data Mapper. A lot of his code would be very useful to use in my ColdFusion apps, so I wanted to find out if there was a way to integrate ColdFusion and iBatis. Back in July 2006, Charlie Arehart [...]

Tagged

Railo 3 on JBoss 5

Railo 3 will not run on JBoss 5 without some modifications, as some of the packaged jars conflict with the jars in Jboss’s classpath.  The error reported is similar to that below: 2009-09-07 20:20:09,354 ERROR [org.jboss.web.tomcat.service.deployers.JBossContextConfig] (main) XML error parsing: context.xml org.jboss.xb.binding.JBossXBRuntimeException: Failed to create a new SAX parser at org.jboss.xb.binding.UnmarshallerFactory$UnmarshallerFactoryImpl.newUnmarshaller(UnmarshallerFactory.java:100) at org.jboss.web.tomcat.service.deployers.JBossContextConfig.processContextConfig(JBossContextConfig.java:549) at org.jboss.web.tomcat.service.deployers.JBossContextConfig.init(JBossContextConfig.java:536) [...]

Tagged , ,