Tagged Questions
The geronimo tag has no wiki summary.
7
votes
3answers
706 views
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 ...
6
votes
5answers
4k views
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 ...
4
votes
3answers
1k views
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 ...
3
votes
2answers
2k views
Geronimo vs Glassfish
For a production environment, is Apache Geronimo better for applications that uses ActiveMQ, Derby, Solr?
2
votes
0answers
67 views
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.
...
2
votes
2answers
94 views
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 ...
2
votes
1answer
406 views
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 ...
2
votes
2answers
257 views
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 ...
2
votes
1answer
254 views
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 ...
2
votes
0answers
413 views
Netbeans ejb project glassfish to apache geronimo
I have created a project using Netbeans with glassfish. It is a java ee and I have created some ejbs. I need to run this on Apache Geronimo but I don't know how to do this.
Any pointers?
thx
2
votes
1answer
953 views
Why use WAS-CE over Apache Geronimo?
What benefits do I gain by using IBM WebSphere Application Server Community Edition over Apache Geronimo?
1
vote
0answers
38 views
geronimo deploy cli file not found
Hello I want to deploy an .ear remotely with the deploy.sh of geronimo. But after the upload i get:
http://localhost:8080/remote-deploy/upload
07:50:22,889 ERROR [DeployTool] Error:
...
1
vote
1answer
32 views
Custom Annotation Scanning Under Geronimo with Tomcat container
How do we get access to the jars that are in “shared/lib” directory of Geronimo Server ?
I am using following code to walk through the class loader hierarchy, but unable to get jars libraries found in ...
1
vote
0answers
178 views
Geronimo with MySQL - Can't deploy .ear (DeploymentException: Unable to resolve resource reference)
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:
...
1
vote
4answers
331 views
Java Hosting options in the market
What are the best Java hosting you know working with appservers like glassfish, geronimo or jboss..
I've developed an application in glassfish, now its time to take that app online...
Based on your ...
1
vote
1answer
328 views
Failed to retrieve “entityManagerFactory” using Geronimo
I have just started studying Spring framework. My current goal is to access database from my bean through JPA (TopLink** provider) on Geronimo server. But I can't overcome the problem of getting ...
1
vote
1answer
536 views
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 ...
1
vote
1answer
1k views
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 ...
1
vote
1answer
214 views
Grails GSP doesn't generate intended HTML under Geronimo
When running my Grails 1.1-M2 app as a WAR under Geronimo 2.1.4 (jetty6, javaee5), the HTML generated from the GSPs do not include my dynamic content.
Specifically, this GSP snippet:
<tr ...
1
vote
3answers
2k views
How to integrate Geronimo's transaction manager in Tomcat?
Does Geronimo provides a standalone transaction manager?
And if it does, is it possible to use it in Tomcat?
0
votes
0answers
5 views
Deploy WAR file to geronimo-jetty7-javaee5-2.2.1 failed
I use MyEclipse 10 to develop my project in which I use Starus2 2.1.8 and Hibernate 3.3.
Therefore I use MyEclipse 10 to export my project to a WAR file.
You may know that MyEclipse 10 will not ...
0
votes
3answers
76 views
Java web application really slow
I am using Rackspace as a hosting provider, using their Cloud server hosting, with 256mb plan.
I am using Geronimo 2.2 to run my java application.
The server starts up no problem, loads Geronimo ...
0
votes
0answers
31 views
war file using Struts2 can not be deployed to Geronimo 2.2.1
I use MyEclipse 10 to build an empty web with adding Struts 2.1 capability.
In MyEclipse 10, I only add Struts 2 Core Libraries, which contain below libraries in WEB-INF/lib:
antlr-2.7.2.jar
...
0
votes
1answer
40 views
Can not deploy war file using Struts2 into Geronimo 2.2.1
I try to deploy struts2-showcase.war in Struts2-2.3.1-all.zip into Geronimo 2.2.1.
Geronimo responded the below errors:
011-12-30 15:31:53,294 WARN [TomcatModuleBuilder] Web application . does not ...
0
votes
0answers
13 views
Apache Geronimo2.2 error
I get following error message when i try run geronimo.bat run
The service J2EEApplication=org.apache.geronimo.plugins/console-jetty/2.2.1/ca
...
0
votes
0answers
37 views
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 fails
https://issues.apache.org/jira/browse/GERONIMO-6232
...
0
votes
1answer
40 views
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 ...
0
votes
1answer
56 views
Geronimo deployment error: Invalid JAR file
We have a Geronimo-based app that works fine. We're trying to automate the installation/deployment and that's where I'm stuck: Deployment of JMS resources in Geronimo 2.2.
Creating the resources ...
0
votes
0answers
29 views
eclipse icons are scaled very small after apache geronimo 2.2 server adapter is installed
running 32-bit windows 7
started with a clean install of Eclipse.Indigo.SR1
installed apache geronimo v2.2 server adapter
restarted eclipse
Run > Run Configurations
icons are now much smaller
I've ...
0
votes
0answers
24 views
Geronimo 3, TransofrmerFactory error
I was getting a transformerfactory not found error while running a geronimo 3 server from eclipse IDE.
I found a solution on a forum to add javaagent JVM parameter using,
...
0
votes
0answers
109 views
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 ...
0
votes
0answers
530 views
Eclipse Indigo, Geronimo 3, Tomcat 7, Java EE 6, @EJB injection support?
I am trying to build an enterprise application using Eclipse Indigo and Tomcat 7 based Geronimo 3 (Java EE 6). I am not able to inject @EJB annotation to the servlet and get class loader can't fully ...
0
votes
0answers
97 views
How can I trigger a (S)FTP route once in Camel?
I am using an external scheduler that will call a method on my web service regularly. When this method is called I want a route to trigger in Camel that looks for files on a SFTP, downloads and ...
0
votes
1answer
38 views
Where can I download the sources jar for geronimo-commonj_1.1_spec-1.0.jar
The sources jar for geronimo-commonj_1.1_spec-1.0.jar is not found in the maven repo.
Where would I be able to download the sources jar/zip?
0
votes
1answer
120 views
Can Spring MVC and MyFaces work together?
I have a question. A have a trivial application. I want to use Spring MVC and in the JSP page use some facelets (if say I it well). But I'm unable to do it. I'm using Geronimo. In the Geronimo there ...
0
votes
1answer
58 views
Lost JSF beginner: Linux, Geronimo and tag library
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 ...
0
votes
0answers
184 views
How to run a Struts2+Spring+Hibernate Application on Geronimo?
I'm having a hard time running a simple application using Struts2, Spring, and Hibernate on a Geronimo server. I've tried several different ways to make it work; in most cases it runs perfectly on ...
0
votes
0answers
25 views
Geronimo console page not showing up
I have installed geronimo-tomcat6-javaee5-2.2.1 in my Ubuntu box. After the installation I launched geronimo in the background (./start-server --background). However, I could not access the console ...
0
votes
0answers
23 views
concise JMS definition in Geronimo DD plans
I got 6 EAR applications running on Geronimo with ActiveMQ and
each EAR has more than one queue, e.g. 5. (different queue is associated to different MDB class)
application
a1, a2, ... a6
...
0
votes
1answer
345 views
ArgumentException: JDBC Driver or DataSource class
I'm attempting create a simple web app with a MySQL backend. I'm able to deploy my .ear in Geronimo. However, when I submit my form to persist some stuff to the DB via OpenJPA I get the following ...
0
votes
0answers
51 views
eclipse geronimo server
Hi Everyone,
I have geronimo version 1.1Server in my eclipse. I have created a new dynamic web project and then tried to run simple JSP file with the server. I am getting this error
...
0
votes
2answers
150 views
Postgresql/openJPA (geronimo) Sequence Issue
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 ...
0
votes
0answers
220 views
Building apache Geronimo Plugin with the car-maven-plugin
I am trying to develope a Apache Geronimo 2.2.1 plugin, and need to use Maven 3.0 to build it.
I have used these two documentations to get started with developing plugins:
...
0
votes
1answer
253 views
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 ...
0
votes
1answer
178 views
Default encoding in Geronimo with Tomcat
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 ...
0
votes
0answers
31 views
Any direct way to use an encrypted password in Geronimo RA?
The company policy is not to store passwords in configuration files in plaintext.
Supplying the password in ra.xml in geronimo using authentication-mechanism-type BasicPassword is the only way to ...
0
votes
0answers
363 views
Geronimo: getting wrong class on JNDI DataSource lookup
I am trying to deploy a self-written web application on Geronimo 2.2.1 with Jetty. I want to use the integrated DB Pool and have already set up a connection that works fine through the "Run SQL" ...
0
votes
1answer
287 views
Building DayTrader with Maven 3
Has anyone attempted to build the Apache Geronimo DayTrader application with the latest Maven build? When I try to follow the instructions here:
...
0
votes
1answer
265 views
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 ...
0
votes
1answer
316 views
Classloader problem with EJB
I'm working on a project which includes persistence library (JPA 1.2), EJB 3 and Web presentation layer (JSF). I develop application using Eclipse and application is published on Websphere Application ...