Re: [ANNOUNCE] Alan Cabrera has been appointed as the new PMC Chair of the Geronimo Project

2015-02-23 Thread dsh
Hi Alan, I wonder how we could align the idea of re-implementing Apache Geronimo with what Apache TomEE is doing. They both share a certain amount of history. Or do you thing these days both are completely orthogonal to each other? Cheers Daniel On Mon, Feb 23, 2015 at 7:13 AM, Alan D. Cabrera

Re: Why should I use Geronimo?

2013-01-10 Thread dsh
Using JSF isn't enforced if using Apache Geronimo. I'd suspect that web frameworks such as Play are rather strict on which web technologies must be used. But that's exactly the difference between Play as a web framework and Geronimo as an Java EE app server. App servers are merely execution environ

Re: Has anyone managed to get Geronimo 3 to run as a service / daemon on a mac?

2012-06-07 Thread dsh
Hi, on Mac OS X you are supposed to use launchd scripts to have a program started as a background daemon while the OS is starting. The following resource might help you the get an initial idea about the process of setting up such a script: http://developer.apple.com/library/mac/#documentation/Mac

Re: Configuring JAXWS on Mac OS X

2011-04-18 Thread dsh
Hi, you may consider giving OpenJDK 1.7 on OSX a try. At least it comes with the tools.jar you are looking for. OpenJDK, if installed, can be found under /Library/Java/JavaVirtualMachines/1.7.0.jdk under OSX. OpenJDK download location: http://code.google.com/p/openjdk-osx-build/ Cheers Daniel O

Re: Geronimo 2.2 with Tomcat 7?

2011-03-29 Thread dsh
Martin, may I ask whether your publishing system (which one) is "real" Java EE app or an app that only relies on Java Servlets and Java ServerPages? In the latter case your application would probably only require Tomcat. Cheers Daniel On Tue, Mar 29, 2011 at 2:30 PM, Martin Storch wrote: > Hi

Re: Geronimo 2.2 with Tomcat 7?

2011-03-29 Thread dsh
Hi Martin, Geronimo 2.2.1 is being provide as a bundle in one of the following incarnations: * Geronimo 2.2.1 + Tomcat 6.x * Geronimo 2.2.1 + Jetty 7.x See: http://geronimo.apache.org/apache-geronimo-v221-release.html Geronimo 3.0 on the other hand will be provided as the following bundles:

Re: Virtual Host (Geronimo 2.2 + Jetty)

2010-12-21 Thread dsh
Do you think this qualifies for a GEP enhancement JIRA. I mean could the GEP be able to figure out whether either Jetty or Tomcat is used and thus generate the correct XMLNS et al. markup? Cheers Daniel On Tue, Dec 21, 2010 at 9:51 AM, David Jencks wrote: >> http://geronimo.apache.org/xml/ns/j2e

Re: Utility Project/Library (Geronimo + Eclipse) - how to?

2010-12-19 Thread dsh
Yep I suspect that adds the required JARs to the lib directory during deployment time as David Jencks suggested. Cheers Daniel On Sun, Dec 19, 2010 at 9:33 PM, rysiek wrote: > > adding "Project" in "Deployment Assembly" did the trick when working with > Eclipse. > > Thanks, > Rysiek > -- > View

Re: Utility Project/Library (Geronimo + Eclipse) - how to?

2010-12-17 Thread dsh
Hi, I would suspect that one needs to add utility JARs via "Deployment Assembly" under Eclipse Helios and via "J2EE Module Dependencies" under pre Eclipse Helios versions. The "Java Build Path" does NOT do the trick cause it is a development time setting rather than a runtime setting. Technically

Re: ApacheCon 2010

2010-11-01 Thread dsh
I think Mohammad Nour El-Din will be there too. He told me that he finally got his visa et al. Cheers Daniel On Mon, Nov 1, 2010 at 9:41 PM, Kevan Miller wrote: > If anybody will be at ApacheCon, this week, give me a shout. I know Jarek and > David Blevins will be around. Anyone else? > > --kev

Re: java.lang.OutOfMemoryError: PermGen space

2010-10-19 Thread dsh
32bit mode. Cheers Daniel On Tue, Oct 19, 2010 at 11:24 AM, dsh wrote: > Too bad I thought I got -d32 once working while a was working on a > project which was using JNI to access 32Bit native libs... > > On Mon, Oct 18, 2010 at 6:50 PM, Ted Kirby wrote: >> Thanks Daniel.  I a

Re: java.lang.OutOfMemoryError: PermGen space

2010-10-19 Thread dsh
TM) 64-Bit Server VM (build 16.3-b01-279, mixed mode) > > A google search indicates that Java 6 is 64-bit only on Mac at the moment.   > :-( > http://stackoverflow.com/questions/607945/installing-java-6-on-mac-os/1381454#1381454 > I am running OS X 10.5.8. > > On Mon, Oct 11, 2010 a

Re: java.lang.OutOfMemoryError: PermGen space

2010-10-11 Thread dsh
You have to use java -d32 on a Mac to force usage of a 32bit data model. On Tue, Oct 12, 2010 at 12:48 AM, Ted Kirby wrote: > On Mon, Oct 11, 2010 at 7:52 AM, Kevan Miller wrote: >> >> On Oct 10, 2010, at 1:04 AM, mohamed.chebbi wrote: >> >>> hi >>> >>> i'm tring to build geronimo from trunc >>>

Re: java.lang.OutOfMemoryError: PermGen space

2010-10-10 Thread dsh
At OpenEJB we are using this setting, which turned out to be appropriate. Not sure about Geronimo... -Xmx512m -XX:PermSize=64m -XX:MaxPermSize=256m Cheers Daniel On Sun, Oct 10, 2010 at 7:04 AM, mohamed.chebbi wrote: > hi > > i'm tring to build geronimo from trunc > > but i still get : > > java

Re: How to generate schema logical diagram on Geronimo website?

2010-09-29 Thread dsh
That's how the geronimo tomcat XSD looks like if I load it into the oxygen editor and export it as HTML: -> http://people.apache.org/~dsh/geronimo-tomcat-2.0.1.html Cheers Daniel On Wed, Sep 29, 2010 at 11:41 PM, Kevan Miller wrote: > > On Sep 29, 2010, at 5:00 PM, dsh wrot

Re: How to generate schema logical diagram on Geronimo website?

2010-09-29 Thread dsh
I know XMLSpy does such diagrams, the Oxygen XML editor does them too and probably some kind of Eclipse plugins as well. Cheers Daniel On Wed, Sep 29, 2010 at 8:36 AM, chi runhua wrote: > Hi, anyone still remember how to achieve this, I am trying to create the > similar logical diagrams as in >

Re: No Plugin's Installable?

2010-09-27 Thread dsh
Hey David, I am interested in the CXF/OSGi integration part but actually don't know where and how to start. Do you have any pointers? Thanks! Daniel On Mon, Sep 27, 2010 at 6:44 PM, David Jencks wrote: > > On Sep 27, 2010, at 8:33 AM, fei0x wrote: > >> >> Hi, >> I'm new to Geromino, just tryin

[QUESTION] Using Geronimo V3, GEP and Rational OSGi Tools together

2010-09-21 Thread dsh
Hi, I am using Geronimo V3, the Geronimo Eclipse Tool inside an Eclipse Helios installation and the IBM Rational Development Tools for OSGi Applications [1]. Is it possible to simply deploy OSGi application projects on Geronimo V3 using "Run as... > Run on Server"? Or is this something which isn't