Questions tagged [geronimo]

Apache Geronimo - open source JEE5 (from ver. 2.*) / JEE6 (from ver. 3.* ) complaint java server.

Apache Geronimo is an open source application server developed by the Apache Software Foundation and distributed under the Apache license. Geronimo 2 is currently compatible with the Java Enterprise Edition (Java EE) 5.0 specification such as JDBC, RMI, e-mail, JMS, web services, XML, Enterprise JavaBeans, Connectors, servlets, portlets and JavaServer Pages. This allows developers to create enterprise applications that are portable and scalable, and that integrate with legacy technologies. Geronimo 3 is compatible with Java EE 6.0.

From Wikipedia.

133 questions
2
votes
0 answers

Error with namespaces trying to configure JSF

I am getting the following error when trying to publish to my server. I have downloaded apache myfaces 2.0. I have also added these as a library in eclipse and added the project facet for JSF 2.0. Caused by: org.apache.xmlbeans.XmlException:…
shawsy
  • 457
  • 1
  • 6
  • 23
2
votes
2 answers

Uninstalling Apache Geronimo Eclipse plugin?

How do I uninstall Apache Geronimo Adapter Eclipse Plugin? Look the prints of my Eclipse. I've tried deleting some IBM jars from plugin folder but without success. Using Eclipse plugin form, I can't find the Geronimo Adapter plugin to remove…
John John Pichler
  • 4,427
  • 8
  • 43
  • 72
2
votes
0 answers

Geronimo StAX can't locate Woodstox implementation

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 geronimo-stax-api_1.0_spec-1.0.1.jar and…
Baimai Wu
  • 118
  • 10
2
votes
1 answer

org.apache.openjpa.lib.jdbc.ReportingSQLException, MySQL, OpenJPA, Geronimo

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 corresponds to your MySQL server version for the right…
AR3Y35
  • 596
  • 2
  • 9
  • 26
2
votes
1 answer

Can not run Apache Geronimo 3 on WinXP

I get a java.security.NoSuchAlgorithmException when I'm trying to run Geronimo 3.0-M1 (with Tomcat) on Windows XP via bin/geronino run command. There is reportedly not any AES implementation. But if I try run simple application using AES, it works.…
Theodor Keinstein
  • 1,653
  • 2
  • 26
  • 47
2
votes
1 answer

Soap body, namespace issue

I have a web service app on Apache Geronimo 2.1.3. I am using JAX-WS, annotating POJOS, using SOAP 1.1. (using Sun JDK 1.5) Various clients use the web services without a hitch. One new client is not working. In working clients, only the child…
ericp
  • 611
  • 2
  • 11
  • 17
2
votes
0 answers

Tomcat Native Clustering Apache geronimo 3.0.1 not working

I have two linux machines with geronimo 3.0.1 running on them. My requirement is to cluster the application and do an automatic deployment/un-deployment on other machine once an application is deployed on any machine. For this I have configured…
Rao Pranav
  • 249
  • 1
  • 5
  • 12
2
votes
0 answers

java.lang.IllegalStateException: Cannot load property editor when farming geronimo using Deployment version 3.0.1

I'm trying to farm geronimo using deployment according to https://cwiki.apache.org/confluence/display/GMOxDOC22/Farming+using+Deployment 1) install the required modules on both servers and started the modules. 2) updated the var\config\config.xml…
Maverick
  • 115
  • 7
2
votes
1 answer

Maven JarClassLoader: Warning:Foo.class in X.jar is hidden byY.jar (with different bytecode)

As soon as I added java.mail support to my project: javax.mail mail 1.4.1
Withheld
  • 4,603
  • 10
  • 45
  • 76
2
votes
1 answer

@EJB annotation vs JNDI lookup + transaction

Acording to another post [1] there's no difference between invoking a session EJB via JNDI lookup and using the @EJB annotation. However, in the following scenario: 1.- call session EJB1(JDBC inserts here) 2.- From EJB1, call session EJB2 (more…
Aitor
  • 43
  • 7
2
votes
1 answer

Startup logic in Geronimo (or Tomcat) cluster

I need to run some business logic once and only once in a Geronimo/Tomcat cluster when a WAR (or EAR) deploys and before the applications starts serving to users. The way I've been doing this has been to-date has been ad-hoc and is not fault…
DWoldrich
  • 3,817
  • 1
  • 21
  • 19
2
votes
1 answer

Configure Apache CXF in Geronimo

I have installed Apache Geronimo 3.0.1 with Tomcat 7 and Axis2 Application server to deploy my application. I made my application work in Geronimo. I want to know what are the components can be configure to Apache geronimo especially Apache CXF,…
niren
  • 2,693
  • 8
  • 34
  • 58
2
votes
0 answers

Application works in Tomcat but not in JBoss AS

I have written my application (webMathematica) for the Tomcat Webserver. Later on we tried to deploy the same application in Jboss, but it didn't work. Here is the procedure that I followed to deploy the application in JBoss AS: Following this link…
niren
  • 2,693
  • 8
  • 34
  • 58
2
votes
1 answer

Database Application Server connection association

I am having the following idea to investigate and find out if it possible to work. I am having a db2 server in a linux machine and two kinds of application servers, geronimo and websphere. I would like to know whether it is possible to associate a…
airmil
  • 115
  • 1
  • 2
  • 7
2
votes
1 answer

add a Queue JNDI ref in ejb-jar.xml? sending JMS Msg in a EJB/MDB

I have an EAR application which contains an MDB and a WAR. In this EAR application I would send a message into an another Queue from other EAR application. Say jms/anotherQueue If the message sending happens in web context, it works. I have such…
rnd_nr_gen
  • 2,203
  • 3
  • 36
  • 55
1
2
3
8 9