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
22
votes
4 answers

java.lang.ClassNotFoundException: com.sun.faces.config.ConfigureListener when using MyFaces with WASCE/Geronimo

I am trying to create a simple JSF web application using MyFaces v 2.1 with WebSphere Application Server Community Edition v3.0.0.1 and Eclipse Juno but when I try to run the application the following error is returned: …
Paul H
  • 2,104
  • 7
  • 39
  • 53
11
votes
3 answers

Running Apache Geronimo in production

If you're running Apache Geronimo in production why did you choose it over other application servers and what are your experiences with running Geronimo in production? Can you also please share what servlet engine you decided to use (Tomcat/Jetty)…
Luke
  • 20,878
  • 35
  • 119
  • 178
7
votes
4 answers

Why is my JNDI lookup for a QueueConnectionFactory returning null?

I am trying to look up a QueueConnectionFactory and Queue via Geronimo's JNDI. The Queue gets returned fine, but the QueueConnectionFactory lookup always returns null. It doesn't throw a NamingException, which is what I'd expect if the JNDI name was…
Simon Nickerson
  • 42,159
  • 20
  • 102
  • 127
6
votes
2 answers

Geronimo vs Glassfish

For a production environment, is Apache Geronimo better for applications that uses ActiveMQ, Derby, Solr?
zotherstupidguy
  • 2,976
  • 10
  • 39
  • 59
4
votes
2 answers

how to turn off session persistence in geronimo/tomcat

How can I turn off session persistence for geronimo? Is this something I should be doing? - I have no use for persisted sessions in my application. (This is because I recieve a not serializable error in my console, but I do not wish to serialize)
Mark W
  • 5,824
  • 15
  • 59
  • 97
4
votes
2 answers

How to implement EAR-wide JAAS

I'd like to implement JAAS across the whole of my EAR file containing multiple wars. I have successfuly set it up on each war, but that means when the user is switching between wars (via hyperlinks between) they have to log-in again for each, even…
Mark W
  • 5,824
  • 15
  • 59
  • 97
4
votes
2 answers

java.lang.String in jndi default context with Apache Geronimo - How?

In a servlet I do the following: Context context = new InitialContext(); value = (String) context.lookup("java:comp/env/propertyName"); On an Apache Geronimo instance (WAS CE 2.1) how do i associate a value with the key propertyName? In…
stjohnroe
  • 3,168
  • 1
  • 27
  • 27
4
votes
0 answers

Netbeans plugin for Apache Geronimo 3

Does there exist a Netbeans plugin for Geronimo 3? I can't get to work the one for Geronimo 2 with a Geronimo 3 installation (which makes sense) and cannot find one for Geronimo 3.
Luciano
  • 8,552
  • 5
  • 32
  • 56
3
votes
1 answer

Why use WAS-CE over Apache Geronimo?

What benefits do I gain by using IBM WebSphere Application Server Community Edition over Apache Geronimo?
j.davies
  • 2,321
  • 1
  • 19
  • 24
3
votes
1 answer

Error when publishing Spring application to Geronimo web server

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 underneath URL [bundle://316.0:1/com/unveiled/politics/]…
Corey
  • 1,133
  • 4
  • 17
  • 30
3
votes
3 answers

Trouble creating a Hello World Web application (installing the Geronimo Eclipse Plugin)

I'm trying to create a Hello World web app by following this instructions. I have the java SDK and the Eclipse for Java EE; now I'm trying to install Geronimo Eclipse Plugin on Eclipse Java EE 4.5 (64 bits), following this instructions. And I see…
The Student
  • 27,520
  • 68
  • 161
  • 264
3
votes
3 answers

"Main Not Found" starting Apache Geronimo

I am attempting to start Apache Geronimo using the command: ./bin/geronimo run When I do this, it spins for a minute, issues the message "Main not found" and exits. This article suggests that it is a system resource…
David Mullin
  • 688
  • 1
  • 8
  • 21
3
votes
1 answer

Nullable Date column merge problem

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 trying to merge entity with Date property set to null,…
Vladimir
  • 305
  • 1
  • 7
  • 16
3
votes
1 answer

Geronimo double slash "//" in urls with application having context root "/"

I am using Geronimo version 2.2.1. I am trying to deploy a war-file with its context-root set to / in geronimo-web.xml. Now every time I navigate my application all the urls are rewritten with double forward slashes.…
George Mulligan
  • 11,813
  • 6
  • 37
  • 50
2
votes
0 answers

JavaEE 6 and connection between two EJB by @Remote

I have two EJB One EJB has Remote interface Second EJB try to connect to One EJB by Remote. Under Geronimo EE 5 works fine but Geronimo EE6…
m1k0
  • 81
  • 1
  • 4
1
2 3
8 9