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

Remote deployment of a web app to Geronimo using Cargo or geronimo-maven-plugin?

I am a maven beginner.. and geronimo for that matter. I'm trying to figure out how to deploy webApp war file to a remote geronimo server so I can set up a continous integration environment. Let me elaborate: system A has Eclipse maven project…
LucidCDN
  • 113
  • 1
  • 5
2
votes
2 answers

When i use MAVEN to build WAR file, why some geronimo-xxx.jar was included into war file?

Below are geronimo jar files were included into my war file when build maven However, I never include them in pom.xml geronimo-activation_1.1_spec-1.0.1.jar geronimo-j2ee-management_1.1_spec-1.0.1.jar geronimo-javamail_1.4_spec-1.2.jar …
Ho Duan
  • 21
  • 1
2
votes
0 answers

Websphere application server 8.5 and hidden-class from geronimo

Currently, our applications are running on Websphere Community Edition 6, which internally uses the Geronimo application server. Due to increased demand of our applications, we are evaluating the migration to Websphere Application Server 8.5.…
Raphael do Vale
  • 931
  • 2
  • 11
  • 28
2
votes
1 answer

How to track osgi bundle failure information in Geronimo3

My team is using Geronimo 3 and osgi to develop applications. When our own osgi bundle or eba fails in Geronimo, I need to track the detailed failure information. Is there any API I can use to do this? Currently I could only do it by checking error…
1
vote
3 answers

seamless redeploy for java web application

I am working at a startup, we are just about to roll out our first beta. Knowing that we will be having a good number of users, we want to have seamlessly deployment when we are adding new features. I have worked with windows azure before, and I…
HeavenAgain
  • 435
  • 1
  • 6
  • 14
1
vote
0 answers

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: org.apache.geronimo.common.DeploymentException: Unable to…
atx
  • 266
  • 3
  • 15
1
vote
1 answer

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 “shared/lib’” folder. Any idea how I can do…
Bmis13
  • 550
  • 1
  • 8
  • 27
1
vote
1 answer

How to set transaction timeout less than 1 sec?

As per the org.apache.geronimo.transaction.manager.TransactionTimer, following is the implementation: package org.apache.geronimo.transaction.manager; import java.security.AccessController; import java.security.PrivilegedAction; public class…
1
vote
0 answers

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: org.apache.geronimo.common.DeploymentException: Unable to resolve resource reference…
AR3Y35
  • 596
  • 2
  • 9
  • 26
1
vote
0 answers

new Apache Geronimo v3.0 Runtime warning

When I am creating a new Apache Geronimo v3.0 Runtime on Eclipse, it warns me "Apache Geronimo v3.0 requires JRE version 6 or higher." In fact, I have installed jre1.8.0_121. What should I do to fix it?
Chen Fang
  • 223
  • 1
  • 2
  • 6
1
vote
1 answer

com.sun.faces.config.WebConfiguration cannot load value inside web fragment

I have a web and web-fragment project. In side web-fragment project I use jsf. I would like to prevent jsf render the comment by set this value in web-fragment.xml javax.faces.FACELETS_SKIP_COMMENTS
1
vote
1 answer

How to exclude a package from a jar (with maven)

I want to exclude the geronimo-javamail_1.4_spec jar from my project, I am using maven to build the project, I saw this article and I added the exclusion part to my pom.xml but somehow after I build my project I see the…
Shahe
  • 964
  • 2
  • 13
  • 34
1
vote
2 answers

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 Server Community Edition (Geronimo 2.1.4)…
Vladimir
  • 305
  • 1
  • 7
  • 16
1
vote
1 answer

Apache bval dependent on apache geronimo

Iam working on validations using Apache bval.Looks like apache bval is dependent on apache geronimo. org.apache.geronimo.specs geronimo-validation_1.0_spec
Swapna Ch
  • 105
  • 1
  • 1
  • 5
1
vote
0 answers

TomeEE JavaMail IMAP APPEND messages to Exchange mailbox

Last week I have started working with IMAP mailbox manipulations in TomEE 1.7.0 environment (which contains Geronimo JavaMail 1.4_1.8.3 implementation) connecting to MS Exchange 2007 mail server and I have met some strange behaviour. Based on Google…
1 2
3
8 9