Using ant, I am trying to invoke a self-defined task, in which I am trying to call a web services using Axis2. I am providing all the jars by Class-Path manifest header in the parent jar. Both geronim
I use Geronimo with J2EE 5 and Tomcat 6 and I\'m trying to create one simple page using JSF. I put the tag library files myfaces_core.tld and myfaces_html.tld in WEB-INF and it works, but just on Wind
Can anyone explain why I\'m getting this error (full stack trace below): Caused by: org.apache.openjpa.lib.jdbc.ReportingSQLException: You have an error in your SQL syntax; check the manual that cor
I have a web app attempting to connect to MySQL 5.5.11.However, when I try to depoly my .ear file to Geronimo 2.2.1 the following exception is thrown:
I am having a weird problem with a sequence. Im using postgresql 9 with geronimo 2.2. I have created the sequence PLANTS_ID_SEQ inside the db environment and when I try to create a new entity I get an
I\'m looking for functional way to set default character encoding for HTTP responses for Geronimo 3 with Tomcat. It seems there is a lot of work-arounds, but not any way to easily set some property in
I have a web service app on Apache Geronimo 2.1.3. I am using JAX-WS, annotat开发者_Python百科ing POJOS, using SOAP 1.1. (using Sun JDK 1.5)
I\'m trying to set up Spring with Geronimo web server, but I\'m getting the following error: 2010-10-08 18:52:45,105 WARN[PathMatchingResourcePatternResolver] Cannot search for matching files underne
What are the best Java hosting you know working with appservers like glassfish, geronimo 开发者_JAVA百科or jboss..
I am using JPA with openjpa implementation beneath, on a Geronimo application server. I am also using MySQL database. I have a problem with updating object with nullable Date property. When I\'m t开发