Patchy documentation, setup dev envirmonment on vista

2008-08-01 Thread tpoth
Hi All,

i'm currently in an early phase of understanding Geronimo.

You know
I tried to ..., and i fail.

The Documentaion doesen't help in this Situations.
There are many step by step howto's, but they are so patchy.

Example:
I tried to Setup my Development Environment with Eclipse on a Windows 
Vista Business Box.
The lates JDK's are installed on it.

I downloaded the lates stable Geronimo v 2.1.1 with Tomcat JEE, there is 
no hint in the docu, that path langth must be ..., but i think it should 
be there.

I downloaded the latest Eclipse Ganymede as JEE5 IDE as described, but 
when i'm trying to install the GEP it fails with dependencie errors.

I downloaded the latest Eclipse Europa as JEE5 IDE as described, but 
when i'm trying to install the GEP it fails with dependencie errors.
And be sure i tried all three ways, to get a Geronimo Server in Eclipse 
configured.


I Don't want to post here all the beginners quests.

Is there another source, to get all theses surly solved issues done?

Is there an easy way to Setup my environment. Any Links?

Best regards

GM-Foto GmbH
Thomas Poth

IT-Manager
Tel.: 0049-69-238570-0
Fax: 0049-69-238570-30
Mail: [EMAIL PROTECTED]
Web: www.gmfoto.de
 


--
GM-Foto GmbH, Taunusstraße 47, D-60329 Frankfurt am Main
Telefon: +49 69 238570-0, Telefax: +49 69 238570-30
Eingetragen beim Amtsgericht Frankfurt am Main: HRB 19494
Geschäftsführer: Walter Adler und Harald Remsperger

Öffnungszeiten: Montag - Freitag, 9:00 - 18:30 Uhr

Internet: http://www.gmfoto.de , E-Mail: [EMAIL PROTECTED]
--

Antwort: Re: Path to long while unzipping geronimo-tomcat6-javaee5-2.1.1-bin

2008-08-01 Thread tpoth
Hi Kevan,

Kevan Miller [EMAIL PROTECTED] schrieb am 31.07.2008 18:31:30:

 One request -- when starting a new discussion thread, please use 
 New Message instead of Reply and then changing the Subject line.
 Some mail readers (e.g. mine ;-) will organize your new thread in 
 the previous thread.
 
 Thanks!

I thought if i hit the reply Button an then change the subject, there is 
no relation to the previuos message. 
Thanks for the hint :-)


Best regards


GM-Foto GmbH
Thomas Poth

IT-Manager
Tel.: 0049-69-238570-0
Fax: 0049-69-238570-30
Mail: [EMAIL PROTECTED]
Web: www.gmfoto.de


--
GM-Foto GmbH, Taunusstraße 47, D-60329 Frankfurt am Main
Telefon: +49 69 238570-0, Telefax: +49 69 238570-30
Eingetragen beim Amtsgericht Frankfurt am Main: HRB 19494
Geschäftsführer: Walter Adler und Harald Remsperger

Öffnungszeiten: Montag - Freitag, 9:00 - 18:30 Uhr

Internet: http://www.gmfoto.de , E-Mail: [EMAIL PROTECTED]
--

can not build geronimo-2.1.2

2008-08-01 Thread tommy
hi all:
   I want to build geronimo-2.1.2,but faild with following error
[EMAIL PROTECTED]:~/geronimo/server$ ls
assembliesbuildsupportframeworkNOTICE.txt  pom.xml
RELEASE_NOTES-2.1.2.txt  srctestsupport
BUILDING.txt  DISCLAIMER.txt  LICENSE.txt  plugins README.txt
repository   testsuite
[EMAIL PROTECTED]:~/geronimo/server$ mvn install
[INFO] Scanning for projects...
Downloading:
http://download.java.net/maven/1//org.apache.geronimo.genesis.config/poms/project-config-1.3.pom
Downloading:
http://repo1.maven.org/maven2/org/apache/geronimo/genesis/config/project-config/1.3/project-config-1.3.pom
[INFO]

[ERROR] FATAL ERROR
[INFO]

[INFO] Failed to resolve artifact.

GroupId: org.apache.geronimo.genesis.config
ArtifactId: project-config
Version: 1.3

Reason: Unable to download the artifact from any repository

  org.apache.geronimo.genesis.config:project-config:pom:1.3

from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  java.net (http://download.java.net/maven/1/),
  apache-snapshots
(http://people.apache.org/repo/m2-snapshot-repository)


[INFO]

[INFO] Trace
org.apache.maven.reactor.MavenExecutionException: Cannot find parent:
org.apache.geronimo.genesis.config:project-config for project:
org.apache.geronimo:geronimo:pom:2.1.2 for project
org.apache.geronimo:geronimo:pom:2.1.2
at
org.apache.maven.DefaultMaven.getProjects(DefaultMaven.java:378)
at
org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:292)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:129)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:287)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at
org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
at
org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
Caused by: org.apache.maven.project.ProjectBuildingException: Cannot
find parent: org.apache.geronimo.genesis.config:project-config for
project: org.apache.geronimo:geronimo:pom:2.1.2 for project
org.apache.geronimo:geronimo:pom:2.1.2
at
org.apache.maven.project.DefaultMavenProjectBuilder.assembleLineage(DefaultMavenProjectBuilder.java:1370)
at
org.apache.maven.project.DefaultMavenProjectBuilder.buildInternal(DefaultMavenProjectBuilder.java:821)
at
org.apache.maven.project.DefaultMavenProjectBuilder.buildFromSourceFileInternal(DefaultMavenProjectBuilder.java:506)
at
org.apache.maven.project.DefaultMavenProjectBuilder.build(DefaultMavenProjectBuilder.java:198)
at
org.apache.maven.DefaultMaven.getProject(DefaultMaven.java:583)
at
org.apache.maven.DefaultMaven.collectProjects(DefaultMaven.java:461)
at
org.apache.maven.DefaultMaven.getProjects(DefaultMaven.java:365)
... 11 more
Caused by: org.apache.maven.project.ProjectBuildingException: POM
'org.apache.geronimo.genesis.config:project-config' not found in
repository: Unable to download the artifact from any repository

  org.apache.geronimo.genesis.config:project-config:pom:1.3

from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  java.net (http://download.java.net/maven/1/),
  apache-snapshots
(http://people.apache.org/repo/m2-snapshot-repository)
 for project org.apache.geronimo.genesis.config:project-config
at
org.apache.maven.project.DefaultMavenProjectBuilder.findModelFromRepository(DefaultMavenProjectBuilder.java:603)
at
org.apache.maven.project.DefaultMavenProjectBuilder.assembleLineage(DefaultMavenProjectBuilder.java:1366)
... 17 more
Caused by: org.apache.maven.artifact.resolver.ArtifactNotFoundException:
Unable to download the artifact from any repository

  org.apache.geronimo.genesis.config:project-config:pom:1.3

from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  java.net (http://download.java.net/maven/1/),
  apache-snapshots
(http://people.apache.org/repo/m2-snapshot-repository)

at
org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:212)
at
org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:74)
at
org.apache.maven.project.DefaultMavenProjectBuilder.findModelFromRepository(DefaultMavenProjectBuilder.java:556)
... 18 more
Caused by: 

Re: can not build geronimo-2.1.2

2008-08-01 Thread Jason Dillon

Its a local network issue, as the file does exist here:


http://repo1.maven.org/maven2/org/apache/geronimo/genesis/config/project-config/1.3/project-config-1.3.pom

--jason


On Aug 1, 2008, at 5:47 PM, tommy wrote:


hi all:
  I want to build geronimo-2.1.2,but faild with following error
[EMAIL PROTECTED]:~/geronimo/server$ ls
assembliesbuildsupportframeworkNOTICE.txt  pom.xml
RELEASE_NOTES-2.1.2.txt  srctestsupport
BUILDING.txt  DISCLAIMER.txt  LICENSE.txt  plugins README.txt
repository   testsuite
[EMAIL PROTECTED]:~/geronimo/server$ mvn install
[INFO] Scanning for projects...
Downloading:
http://download.java.net/maven/1//org.apache.geronimo.genesis.config/poms/project-config-1.3.pom
Downloading:
http://repo1.maven.org/maven2/org/apache/geronimo/genesis/config/project-config/1.3/project-config-1.3.pom
[INFO]

[ERROR] FATAL ERROR
[INFO]

[INFO] Failed to resolve artifact.

GroupId: org.apache.geronimo.genesis.config
ArtifactId: project-config
Version: 1.3

Reason: Unable to download the artifact from any repository

 org.apache.geronimo.genesis.config:project-config:pom:1.3

from the specified remote repositories:
 central (http://repo1.maven.org/maven2),
 java.net (http://download.java.net/maven/1/),
 apache-snapshots
(http://people.apache.org/repo/m2-snapshot-repository)


[INFO]

[INFO] Trace
org.apache.maven.reactor.MavenExecutionException: Cannot find parent:
org.apache.geronimo.genesis.config:project-config for project:
org.apache.geronimo:geronimo:pom:2.1.2 for project
org.apache.geronimo:geronimo:pom:2.1.2
   at
org.apache.maven.DefaultMaven.getProjects(DefaultMaven.java:378)
   at
org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:292)
   at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:129)
   at org.apache.maven.cli.MavenCli.main(MavenCli.java:287)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at
sun
.reflect
.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
   at
sun
.reflect
.DelegatingMethodAccessorImpl
.invoke(DelegatingMethodAccessorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:585)
   at
org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
   at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
   at
org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
   at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
Caused by: org.apache.maven.project.ProjectBuildingException: Cannot
find parent: org.apache.geronimo.genesis.config:project-config for
project: org.apache.geronimo:geronimo:pom:2.1.2 for project
org.apache.geronimo:geronimo:pom:2.1.2
   at
org
.apache
.maven
.project
.DefaultMavenProjectBuilder
.assembleLineage(DefaultMavenProjectBuilder.java:1370)
   at
org
.apache
.maven
.project
.DefaultMavenProjectBuilder
.buildInternal(DefaultMavenProjectBuilder.java:821)
   at
org
.apache
.maven
.project
.DefaultMavenProjectBuilder
.buildFromSourceFileInternal(DefaultMavenProjectBuilder.java:506)
   at
org
.apache
.maven
.project
.DefaultMavenProjectBuilder.build(DefaultMavenProjectBuilder.java:198)
   at
org.apache.maven.DefaultMaven.getProject(DefaultMaven.java:583)
   at
org.apache.maven.DefaultMaven.collectProjects(DefaultMaven.java:461)
   at
org.apache.maven.DefaultMaven.getProjects(DefaultMaven.java:365)
   ... 11 more
Caused by: org.apache.maven.project.ProjectBuildingException: POM
'org.apache.geronimo.genesis.config:project-config' not found in
repository: Unable to download the artifact from any repository

 org.apache.geronimo.genesis.config:project-config:pom:1.3

from the specified remote repositories:
 central (http://repo1.maven.org/maven2),
 java.net (http://download.java.net/maven/1/),
 apache-snapshots
(http://people.apache.org/repo/m2-snapshot-repository)
for project org.apache.geronimo.genesis.config:project-config
   at
org
.apache
.maven
.project
.DefaultMavenProjectBuilder
.findModelFromRepository(DefaultMavenProjectBuilder.java:603)
   at
org
.apache
.maven
.project
.DefaultMavenProjectBuilder
.assembleLineage(DefaultMavenProjectBuilder.java:1366)
   ... 17 more
Caused by:  
org.apache.maven.artifact.resolver.ArtifactNotFoundException:

Unable to download the artifact from any repository

 org.apache.geronimo.genesis.config:project-config:pom:1.3

from the specified remote repositories:
 central (http://repo1.maven.org/maven2),
 java.net (http://download.java.net/maven/1/),
 apache-snapshots
(http://people.apache.org/repo/m2-snapshot-repository)

   at
org 
.apache 
.maven 
.artifact 
.resolver 
.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:212)

   at
org 
.apache 
.maven 

Re: can not build geronimo-2.1.2

2008-08-01 Thread tommy
thanks all
i resolved this prob , i put globle repository in local setting.xml
file.

   thanks again

   tommy!  
On Fri, 2008-08-01 at 18:17 +0700, Jason Dillon wrote:
 Its a local network issue, as the file does exist here:
 
  
 http://repo1.maven.org/maven2/org/apache/geronimo/genesis/config/project-config/1.3/project-config-1.3.pom
 
 --jason
 
 
 On Aug 1, 2008, at 5:47 PM, tommy wrote:
 
  hi all:
I want to build geronimo-2.1.2,but faild with following error
  [EMAIL PROTECTED]:~/geronimo/server$ ls
  assembliesbuildsupportframeworkNOTICE.txt  pom.xml
  RELEASE_NOTES-2.1.2.txt  srctestsupport
  BUILDING.txt  DISCLAIMER.txt  LICENSE.txt  plugins README.txt
  repository   testsuite
  [EMAIL PROTECTED]:~/geronimo/server$ mvn install
  [INFO] Scanning for projects...
  Downloading:
  http://download.java.net/maven/1//org.apache.geronimo.genesis.config/poms/project-config-1.3.pom
  Downloading:
  http://repo1.maven.org/maven2/org/apache/geronimo/genesis/config/project-config/1.3/project-config-1.3.pom
  [INFO]
  
  [ERROR] FATAL ERROR
  [INFO]
  
  [INFO] Failed to resolve artifact.
 
  GroupId: org.apache.geronimo.genesis.config
  ArtifactId: project-config
  Version: 1.3
 
  Reason: Unable to download the artifact from any repository
 
   org.apache.geronimo.genesis.config:project-config:pom:1.3
 
  from the specified remote repositories:
   central (http://repo1.maven.org/maven2),
   java.net (http://download.java.net/maven/1/),
   apache-snapshots
  (http://people.apache.org/repo/m2-snapshot-repository)
 
 
  [INFO]
  
  [INFO] Trace
  org.apache.maven.reactor.MavenExecutionException: Cannot find parent:
  org.apache.geronimo.genesis.config:project-config for project:
  org.apache.geronimo:geronimo:pom:2.1.2 for project
  org.apache.geronimo:geronimo:pom:2.1.2
 at
  org.apache.maven.DefaultMaven.getProjects(DefaultMaven.java:378)
 at
  org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:292)
 at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:129)
 at org.apache.maven.cli.MavenCli.main(MavenCli.java:287)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at
  sun
  .reflect
  .NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
 at
  sun
  .reflect
  .DelegatingMethodAccessorImpl
  .invoke(DelegatingMethodAccessorImpl.java:25)
 at java.lang.reflect.Method.invoke(Method.java:585)
 at
  org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
 at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
 at
  org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
 at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
  Caused by: org.apache.maven.project.ProjectBuildingException: Cannot
  find parent: org.apache.geronimo.genesis.config:project-config for
  project: org.apache.geronimo:geronimo:pom:2.1.2 for project
  org.apache.geronimo:geronimo:pom:2.1.2
 at
  org
  .apache
  .maven
  .project
  .DefaultMavenProjectBuilder
  .assembleLineage(DefaultMavenProjectBuilder.java:1370)
 at
  org
  .apache
  .maven
  .project
  .DefaultMavenProjectBuilder
  .buildInternal(DefaultMavenProjectBuilder.java:821)
 at
  org
  .apache
  .maven
  .project
  .DefaultMavenProjectBuilder
  .buildFromSourceFileInternal(DefaultMavenProjectBuilder.java:506)
 at
  org
  .apache
  .maven
  .project
  .DefaultMavenProjectBuilder.build(DefaultMavenProjectBuilder.java:198)
 at
  org.apache.maven.DefaultMaven.getProject(DefaultMaven.java:583)
 at
  org.apache.maven.DefaultMaven.collectProjects(DefaultMaven.java:461)
 at
  org.apache.maven.DefaultMaven.getProjects(DefaultMaven.java:365)
 ... 11 more
  Caused by: org.apache.maven.project.ProjectBuildingException: POM
  'org.apache.geronimo.genesis.config:project-config' not found in
  repository: Unable to download the artifact from any repository
 
   org.apache.geronimo.genesis.config:project-config:pom:1.3
 
  from the specified remote repositories:
   central (http://repo1.maven.org/maven2),
   java.net (http://download.java.net/maven/1/),
   apache-snapshots
  (http://people.apache.org/repo/m2-snapshot-repository)
  for project org.apache.geronimo.genesis.config:project-config
 at
  org
  .apache
  .maven
  .project
  .DefaultMavenProjectBuilder
  .findModelFromRepository(DefaultMavenProjectBuilder.java:603)
 at
  org
  .apache
  .maven
  .project
  .DefaultMavenProjectBuilder
  .assembleLineage(DefaultMavenProjectBuilder.java:1366)
 ... 17 more
  Caused by:  
  org.apache.maven.artifact.resolver.ArtifactNotFoundException:
  Unable to download the artifact 

Re: can not build geronimo-2.1.2

2008-08-01 Thread Joe Bohn


Just in case you didn't find it yet ... there are directions on building 
Geronimo here:


http://cwiki.apache.org/GMOxDEV/building-apache-geronimo.html

Also, please consider using branches/2.1 
(https://svn.apache.org/repos/asf/geronimo/server/branches/2.1) rather 
than branches/2.1.2 for local builds.  The 2.1.2 release is currently 
under vote and if approved the branch for 2.1.2 will be moved to a tag. 
 Any future code contributions would have to be made using trunk ( 
https://svn.apache.org/repos/asf/geronimo/server/trunk) or branches/2.1 
rather than 2.1.2.


Joe



tommy wrote:

thanks all
i resolved this prob , i put globle repository in local setting.xml
file.

   thanks again

   tommy!  
On Fri, 2008-08-01 at 18:17 +0700, Jason Dillon wrote:

Its a local network issue, as the file does exist here:

 
http://repo1.maven.org/maven2/org/apache/geronimo/genesis/config/project-config/1.3/project-config-1.3.pom

--jason


On Aug 1, 2008, at 5:47 PM, tommy wrote:


hi all:
  I want to build geronimo-2.1.2,but faild with following error
[EMAIL PROTECTED]:~/geronimo/server$ ls
assembliesbuildsupportframeworkNOTICE.txt  pom.xml
RELEASE_NOTES-2.1.2.txt  srctestsupport
BUILDING.txt  DISCLAIMER.txt  LICENSE.txt  plugins README.txt
repository   testsuite
[EMAIL PROTECTED]:~/geronimo/server$ mvn install
[INFO] Scanning for projects...
Downloading:
http://download.java.net/maven/1//org.apache.geronimo.genesis.config/poms/project-config-1.3.pom
Downloading:
http://repo1.maven.org/maven2/org/apache/geronimo/genesis/config/project-config/1.3/project-config-1.3.pom
[INFO]

[ERROR] FATAL ERROR
[INFO]

[INFO] Failed to resolve artifact.

GroupId: org.apache.geronimo.genesis.config
ArtifactId: project-config
Version: 1.3

Reason: Unable to download the artifact from any repository

 org.apache.geronimo.genesis.config:project-config:pom:1.3

from the specified remote repositories:
 central (http://repo1.maven.org/maven2),
 java.net (http://download.java.net/maven/1/),
 apache-snapshots
(http://people.apache.org/repo/m2-snapshot-repository)


[INFO]

[INFO] Trace
org.apache.maven.reactor.MavenExecutionException: Cannot find parent:
org.apache.geronimo.genesis.config:project-config for project:
org.apache.geronimo:geronimo:pom:2.1.2 for project
org.apache.geronimo:geronimo:pom:2.1.2
   at
org.apache.maven.DefaultMaven.getProjects(DefaultMaven.java:378)
   at
org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:292)
   at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:129)
   at org.apache.maven.cli.MavenCli.main(MavenCli.java:287)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at
sun
.reflect
.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
   at
sun
.reflect
.DelegatingMethodAccessorImpl
.invoke(DelegatingMethodAccessorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:585)
   at
org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
   at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
   at
org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
   at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
Caused by: org.apache.maven.project.ProjectBuildingException: Cannot
find parent: org.apache.geronimo.genesis.config:project-config for
project: org.apache.geronimo:geronimo:pom:2.1.2 for project
org.apache.geronimo:geronimo:pom:2.1.2
   at
org
.apache
.maven
.project
.DefaultMavenProjectBuilder
.assembleLineage(DefaultMavenProjectBuilder.java:1370)
   at
org
.apache
.maven
.project
.DefaultMavenProjectBuilder
.buildInternal(DefaultMavenProjectBuilder.java:821)
   at
org
.apache
.maven
.project
.DefaultMavenProjectBuilder
.buildFromSourceFileInternal(DefaultMavenProjectBuilder.java:506)
   at
org
.apache
.maven
.project
.DefaultMavenProjectBuilder.build(DefaultMavenProjectBuilder.java:198)
   at
org.apache.maven.DefaultMaven.getProject(DefaultMaven.java:583)
   at
org.apache.maven.DefaultMaven.collectProjects(DefaultMaven.java:461)
   at
org.apache.maven.DefaultMaven.getProjects(DefaultMaven.java:365)
   ... 11 more
Caused by: org.apache.maven.project.ProjectBuildingException: POM
'org.apache.geronimo.genesis.config:project-config' not found in
repository: Unable to download the artifact from any repository

 org.apache.geronimo.genesis.config:project-config:pom:1.3

from the specified remote repositories:
 central (http://repo1.maven.org/maven2),
 java.net (http://download.java.net/maven/1/),
 apache-snapshots
(http://people.apache.org/repo/m2-snapshot-repository)
for project org.apache.geronimo.genesis.config:project-config
   at
org
.apache
.maven
.project

When is the next stable release

2008-08-01 Thread jklcom99

We're looking to upgrade to G2.1.x.  Is there a scheduled date for the next
stable release?
-- 
View this message in context: 
http://www.nabble.com/When-is-the-next-stable-release-tp18775174s134p18775174.html
Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.



Re: Patchy documentation, setup dev envirmonment on vista

2008-08-01 Thread Joe Bohn


Yes, there is certainly room for improvement in documentation.  I think 
that is a struggle for all open source projects and Geronimo is no 
exception.  As I'm sure you've heard before - contributions are welcome 
:-).  Some more comments/questions in-line below.


Joe


[EMAIL PROTECTED] wrote:


Hi All,

i'm currently in an early phase of understanding Geronimo.

You know
I tried to ..., and i fail.

The Documentaion doesen't help in this Situations.
There are many step by step howto's, but they are so patchy.

Example:
I tried to Setup my Development Environment with Eclipse on a Windows 
Vista Business Box.

The lates JDK's are installed on it.

I downloaded the lates stable Geronimo v 2.1.1 with Tomcat JEE, there is 
no hint in the docu, that path langth must be ..., but i think it should 
be there.
There is a reference to the windows path length issue in the README for 
each server image.  We felt this was the best place to include this 
information.  There are probably some other references in the wiki or 
whatever ... but the README is the place we would expect most folks to 
look.  Do you have other recommendations on where you would have 
expected to see a note about this and didn't find one?




I downloaded the latest Eclipse Ganymede as JEE5 IDE as described, but 
when i'm trying to install the GEP it fails with dependencie errors.


I downloaded the latest Eclipse Europa as JEE5 IDE as described, but 
when i'm trying to install the GEP it fails with dependencie errors.
And be sure i tried all three ways, to get a Geronimo Server in Eclipse 
configured.
I'm not much help on the eclipse side ... perhaps others can give some 
recommendations.





I Don't want to post here all the beginners quests.

Is there another source, to get all theses surly solved issues done?
Aside from the documentation in the wiki I don't have any other 
recommendations.  If you could enhance what is there (or provide new 
pages/topics) to improve the doc based upon your experiences that would 
be terrific.




Is there an easy way to Setup my environment. Any Links?
There is the quick start topic in the wiki 
(http://cwiki.apache.org/GMOxDOC21/quick-start-fast-and-easy-development.html) 
- have you already looked at that topic?





Best regards

GM-Foto GmbH
Thomas Poth

IT-Manager
Tel.: 0049-69-238570-0
Fax: 0049-69-238570-30
Mail: [EMAIL PROTECTED]
Web: www.gmfoto.de



--
GM-Foto GmbH, Taunusstraße 47, D-60329 Frankfurt am Main
Telefon: +49 69 238570-0, Telefax: +49 69 238570-30
Eingetragen beim Amtsgericht Frankfurt am Main: HRB 19494
Geschäftsführer: Walter Adler und Harald Remsperger

Öffnungszeiten: Montag - Freitag, 9:00 - 18:30 Uhr

Internet: http://www.gmfoto.de http://www.gmfoto.de/ , E-Mail: 
[EMAIL PROTECTED]
-- 





Re: When is the next stable release

2008-08-01 Thread Joe Bohn


There is a release candidate of Geronimo 2.1.2 is currently being voted 
on.  If all goes well and no critical issues are discovered we will make 
it available next week.



Joe


jklcom99 wrote:

We're looking to upgrade to G2.1.x.  Is there a scheduled date for the next
stable release?




Re: Simple JAX-WS

2008-08-01 Thread ericp56

After reading the issue description, thanks, I tried the quick workaround,
copying the generated files in the /repository into my deployed
application's classpath.  That worked too.


-- 
View this message in context: 
http://www.nabble.com/Simple-JAX-WS-tp18759351s134p18777143.html
Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.



Re: packaging my ear

2008-08-01 Thread David Jencks
Only stuff in lib gets automatically added to the ear classpath.  If  
you really need the other jars to be at the root of the ear you'll  
need to redefine the lib directory to / (this might cause problems,  
I'm not sure) or use manifest classpath in your ejb module to pick up  
the jars.


hope this helps
david jencks

On Aug 1, 2008, at 10:07 AM, Travis Stevens wrote:


Howdy.

I'm getting the following failure:
16:47:29,741 ERROR [Deployer] Deployment failed due to
java.lang.NoClassDefFoundError: com/gaiam/gcsi/service/ProgramService
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
at java.lang.ClassLoader.defineClass(ClassLoader.java:465)

I think that I am missing something when packaging the ear file.
Basically, the class ProgramService is in gcsi-services.jar which is
placed at the root of the ear.  ProgramService is just a simple
interface.

The three EJB specific classes, notably @Local ProgramServiceLocal,
@Remote ProgramServiceRemote and @Statless ProgramServiceImpl,  
reside in
gcsi-impl.jar which is also placed at the root of the ear.  There is  
an

entry in META-INF/application.xml for that file:

application
 display-namegcsi-ear/display-name
 module
   ejbgcsi-impl.jar/ejb
 /module
/application

The entity beans are placed in lib/gcsi-core.jar.

All the rest of the libraries (like commons-lang.jar, etc) are  
placed in

the root of the ear file.

Any thoughts would be appreciated.

-Trav







Re: Patchy documentation, setup dev envirmonment on vista

2008-08-01 Thread Jay D. McHugh

Thomas,

Also, you mentioned that you are on Vista with the latest JDK.

Currently, Geronimo requires a 1.5 (J2SE 5.0) version of Java.


Jay

Joe Bohn wrote:


Yes, there is certainly room for improvement in documentation.  I think 
that is a struggle for all open source projects and Geronimo is no 
exception.  As I'm sure you've heard before - contributions are welcome 
:-).  Some more comments/questions in-line below.


Joe


[EMAIL PROTECTED] wrote:


Hi All,

i'm currently in an early phase of understanding Geronimo.

You know
I tried to ..., and i fail.

The Documentaion doesen't help in this Situations.
There are many step by step howto's, but they are so patchy.

Example:
I tried to Setup my Development Environment with Eclipse on a Windows 
Vista Business Box.

The lates JDK's are installed on it.

I downloaded the lates stable Geronimo v 2.1.1 with Tomcat JEE, there 
is no hint in the docu, that path langth must be ..., but i think it 
should be there.
There is a reference to the windows path length issue in the README for 
each server image.  We felt this was the best place to include this 
information.  There are probably some other references in the wiki or 
whatever ... but the README is the place we would expect most folks to 
look.  Do you have other recommendations on where you would have 
expected to see a note about this and didn't find one?




I downloaded the latest Eclipse Ganymede as JEE5 IDE as described, 
but when i'm trying to install the GEP it fails with dependencie errors.


I downloaded the latest Eclipse Europa as JEE5 IDE as described, but 
when i'm trying to install the GEP it fails with dependencie errors.
And be sure i tried all three ways, to get a Geronimo Server in 
Eclipse configured.
I'm not much help on the eclipse side ... perhaps others can give some 
recommendations.





I Don't want to post here all the beginners quests.

Is there another source, to get all theses surly solved issues done?
Aside from the documentation in the wiki I don't have any other 
recommendations.  If you could enhance what is there (or provide new 
pages/topics) to improve the doc based upon your experiences that would 
be terrific.




Is there an easy way to Setup my environment. Any Links?
There is the quick start topic in the wiki 
(http://cwiki.apache.org/GMOxDOC21/quick-start-fast-and-easy-development.html) 
- have you already looked at that topic?





Best regards

GM-Foto GmbH
Thomas Poth

IT-Manager
Tel.: 0049-69-238570-0
Fax: 0049-69-238570-30
Mail: [EMAIL PROTECTED]
Web: www.gmfoto.de



-- 


GM-Foto GmbH, Taunusstraße 47, D-60329 Frankfurt am Main
Telefon: +49 69 238570-0, Telefax: +49 69 238570-30
Eingetragen beim Amtsgericht Frankfurt am Main: HRB 19494
Geschäftsführer: Walter Adler und Harald Remsperger

Öffnungszeiten: Montag - Freitag, 9:00 - 18:30 Uhr

Internet: http://www.gmfoto.de http://www.gmfoto.de/ , E-Mail: 
[EMAIL PROTECTED]
-- 





Is java.util.date not supported by remote interface??

2008-08-01 Thread rbaumhof

Hello at Geronimo,

i have a fine working geronimo web application. All calls from tomcat are
passed to the ejb container by local interfaces. Now i want to create for
special users a second java swing application. This of course works with
remote interfaces. Most calls towards the new remote interfaces (which are
identical to the local interfaces) are working, but some of them don't work
because the data objects returned from the ejb container have java.util.date
properties. It seems that they can not be passed over the remote interface. 

Error message:
Exception on login:Unknown Container Exception: java.rmi.RemoteException:
Cannot read the response from the server.  The class for an object being
returned is not located in this system:; nested exception is: 
java.lang.ClassNotFoundException:
org.apache.openjpa.util.java$util$Date$proxy

If i omit the java.util.date objects the service call succeds. I am
surprised that this simple data type is not supported by the remote
interfaces. Can i do anything to make it work??

thanks in advance,.


-- 
View this message in context: 
http://www.nabble.com/Is-java.util.date-not-supported-by-remote-interface---tp18781027s134p18781027.html
Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.



Re: NullPointerException Could not publish to Server from Eclipse

2008-08-01 Thread Tim McConnell
Hi Ziplies, If you've already tried with a 1.5 JRE then I'll walk you through the 
same steps (I did with Dave) to uncover your problem. I'll need to get a zipped 
version of your Eclipse installation directory, which we don't want to exchange 
via this mailing list. So, I'll contact you offline so we can work out the 
details of this exchange. This may seem like an odd request, but it'll save us a 
LOT of time, and hopefully some frustration on your part. Thanks


Ziplies wrote:

Hi,

I am currently having the exact same problem as described here. Of course I
read and tried everything with Java5 but nothing changed. The only
difference I have is that I use Eclipse Ganymede with GEP2.1.1. 
Referencing the Server, geronimo-tomcat.2.1.1, works fine. It starts, I can

access it, the console, everything wonderful.

But if I create a dynweb-project it does not create the geronimo-web.xml and
throws NullPointerExceptions if I try to deploy to the server, even if if
create the geronimo-web.xml myself.

I tried to be clever and downloaded and extracted eclipse 3.3.2. Installed
WTP and so on over the Update Sites and wanted to again create a DynWeb
Project. But the same thing happened. No geronimo-web.xml but Server gets
connected correctly and starts and everything.

I tried several Eclipse Versions, clean installs, clean workspaces, no old
plugins, metadata or configurations. I hope anybody can help me, because I
am trying for three days know and my nerves are on the bring of collapse.

I thank anyone in advance. If more information is needed, just ask!


Regards



Tim McConnell-2 wrote:

Hello everyone, after working with Dave off-line over the weekend we
discovered 
that he was using Java 1.6 instead of Java 1.5. Once he switched to Java
1.5 the 
GEP starting functioning as designed. It seems that we can probably be
more clear 
about this in our GEP documentation. For example, we say that we prereq
Java 1.5, 
but we don't explicitly state that we do not yet support Java 1.6. I shall
open a 
documentation JIRA to make these changes. Thanks everyone for

assisting..

Dave Syer wrote:

I can't start any web apps from Eclipse (Europa + GEP 2.1.1).  Even a
basic
HelloWorld application created from File-New... has the same problem. 
An

error shows up in Eclipse's errors view:

java.lang.NullPointerException
at
org.apache.geronimo.st.core.internal.DependencyHelper.getEnvironment(DependencyHelper.java:353)
at
org.apache.geronimo.st.core.internal.DependencyHelper.reorderModules(DependencyHelper.java:97)
at
org.apache.geronimo.st.core.GeronimoServerBehaviourDelegate.publishModules(GeronimoServerBehaviourDelegate.java:216)
at
org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publish(ServerBehaviourDelegate.java:669)
at
org.eclipse.wst.server.core.internal.Server.doPublish(Server.java:887)
at org.eclipse.wst.server.core.internal.Server.publish(Server.java:874)
at
org.eclipse.wst.server.core.internal.PublishServerJob.run(PublishServerJob.java:72)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)


Anyone know where that comes from?  How to fix it?

The server is running (I can visit its home page and log into the admin
console and everything).

--
Thanks,
Tim McConnell






--
Thanks,
Tim McConnell


Re: Is java.util.date not supported by remote interface??

2008-08-01 Thread David Blevins


On Aug 1, 2008, at 12:18 PM, rbaumhof wrote:



Hello at Geronimo,

i have a fine working geronimo web application. All calls from  
tomcat are
passed to the ejb container by local interfaces. Now i want to  
create for
special users a second java swing application. This of course works  
with
remote interfaces. Most calls towards the new remote interfaces  
(which are
identical to the local interfaces) are working, but some of them  
don't work
because the data objects returned from the ejb container have  
java.util.date
properties. It seems that they can not be passed over the remote  
interface.


Error message:
Exception on login:Unknown Container Exception:  
java.rmi.RemoteException:
Cannot read the response from the server.  The class for an object  
being

returned is not located in this system:; nested exception is:
java.lang.ClassNotFoundException:
org.apache.openjpa.util.java$util$Date$proxy

If i omit the java.util.date objects the service call succeds. I am
surprised that this simple data type is not supported by the remote
interfaces. Can i do anything to make it work??


Looks like OpenJPA is subclassing the java.util.Date class so what's  
passed is actually not the simple data type you're expecting but  
rather an instance of org.apache.openjpa.util.java$util$Date$proxy,  
whatever that is.  It looks like a dynamically generated class, which  
could be tricky.


Anyone from the OpenJPA crowd know which jars might have to be  
included in the client classpath to deserialize a  
org.apache.openjpa.util.java$util$Date$proxy?


Also, have you ever considered using a writeReplace method in the  
org.apache.openjpa.util.java$util$Date$proxy class so that it can be  
swapped out for a plain java.util.Date instance upon serialization?


-David



Revisit to an old problem I thought I solved....

2008-08-01 Thread Peter L. Berghold
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I recently tried to upgrade a website from

geronimo-tomcat6-jee5-2.0.2

to

geronimo-tomcat6-javaee5-2.1.1

and an old ghost reappeared.  I noticed right away that the applications
that worked under the old version were now emitting the error:
 Error Creating SessionFactory 
org.hibernate.MappingException: Association references unmapped class:
org.bcdc.hbm.tables.SchedulePosterMap

I checked my startup script and made sure that I had:

GERONIMO_OPTS=-Dorg.apache.activeio.journal.active.DisableLocking=true
and that it was exported and it was.

What's the new fix?


- --

Peter L. Berghold http://www.berghold.net   [EMAIL PROTECTED]
Unix Professional Dog Agility Fan   Crazed Cook
Those who fail to learn from history are condemned to repeat it.

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFIk4qBUM9/01RIhaARAhxPAJ0eLvF36bY2NOutyg6tM6jAiHLeHACfVRb5
IvXg908wNL5BOuX5URoRcwk=
=XntX
-END PGP SIGNATURE-


Re: packaging my ear

2008-08-01 Thread Travis Stevens
I added my jars to the lib dir and it worked, so thank you.  I was using
the maven-ear-plugin and assumed that it would put the jars in the
appropriate place by default.

-Trav

On Fri, 2008-08-01 at 10:55 -0700, David Jencks wrote:
 Only stuff in lib gets automatically added to the ear classpath.  If  
 you really need the other jars to be at the root of the ear you'll  
 need to redefine the lib directory to / (this might cause problems,  
 I'm not sure) or use manifest classpath in your ejb module to pick up  
 the jars.
 
 hope this helps
 david jencks
 
 On Aug 1, 2008, at 10:07 AM, Travis Stevens wrote:
 
  Howdy.
 
  I'm getting the following failure:
  16:47:29,741 ERROR [Deployer] Deployment failed due to
  java.lang.NoClassDefFoundError: com/gaiam/gcsi/service/ProgramService
  at java.lang.ClassLoader.defineClass1(Native Method)
  at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
  at java.lang.ClassLoader.defineClass(ClassLoader.java:465)
 
  I think that I am missing something when packaging the ear file.
  Basically, the class ProgramService is in gcsi-services.jar which is
  placed at the root of the ear.  ProgramService is just a simple
  interface.
 
  The three EJB specific classes, notably @Local ProgramServiceLocal,
  @Remote ProgramServiceRemote and @Statless ProgramServiceImpl,  
  reside in
  gcsi-impl.jar which is also placed at the root of the ear.  There is  
  an
  entry in META-INF/application.xml for that file:
 
  application
   display-namegcsi-ear/display-name
   module
 ejbgcsi-impl.jar/ejb
   /module
  /application
 
  The entity beans are placed in lib/gcsi-core.jar.
 
  All the rest of the libraries (like commons-lang.jar, etc) are  
  placed in
  the root of the ear file.
 
  Any thoughts would be appreciated.
 
  -Trav
 
 
 
 



Re: Patchy documentation, setup dev envirmonment on vista

2008-08-01 Thread Tim McConnell
Hi Thomas, I'm not exactly positive which documentation you're looking at, but if 
you're trying to quickly establish your development environment using Eclipse I 
would start here:


- 
http://cwiki.apache.org/GMOxDOC21/quick-start-fast-and-easy-development.html

Also, since you're having some difficulties I would recommend you use the manual 
steps throughout. For example you might use these steps below, which are entirely 
manual.


1. Manually download and install the Sun JDK 5.0

2. Create a new Eclipse installation directory for yourself and then manually 
download and install the Eclipse IDE for Java EE Developers (either Europa or 
Ganymede) into that new Eclipse installation directory.


3. Manually download and install the GEP from our unstable site 
(http://people.apache.org/dist/geronimo/eclipse/unstable/2.1.2). Just unzip the 
geronimo-eclipse-plugin-2.1.2-deployable.zip file into your new Eclipse 
installation directory.


4. To verify that these steps have been successful, startup your new Eclipse 
installation and from the workspace select Help -- About Eclipse Platform. In 
the panel that appears you will see anywhere from 4-6 Eclipse icons representing 
the various Eclipse projects and/or components installed. You must also see the 
Geronimo icon -- if not something has not been installed correctly. If the 
Geronimo icon does not show up then please attach the .log file in the .metadata 
directory of your workspace that you are using and we can probably figure out 
what's wrong from it. If the Geronimo icon does appear that is a very good 
indication that Eclipse and the GEP have been installed correctly, and you can 
continue to the next step.


5. Manually download and install the Geronimo v2.1.1 with Tomcat like you did 
before, just remember where you installed/unzipped it.


6. Define a new Geronimo server runtime as described in the document above, but 
point to the directory you unzipped it in Step 5 above. If you get any errors 
please copy/paste them in your reply.


7. Next, start the new Geronimo server as described in the document above. It 
should start fine, but again if you get any errors please copy/paste them in your 
reply.


8. Finally, if the Geronimo server starts up okay, then go through this tutorial. 
It should work fine as well, but again if you get any errors please copy/past 
them in your reply and also attach the .log file in the .metadata directory of 
your workspace that you are using.


- 
http://cwiki.apache.org/GMOxSAMPLES/5-minute-tutorial-on-enterprise-application-development-with-eclipse-and-geronimo.html


9. If you get this far, I would like to make changes to the corresponding 
documentation that you feel is patchy, but first we need to know what specific 
documentation you've been using.


Thanks and please let me know how it goes for you.



[EMAIL PROTECTED] wrote:


Hi All,

i'm currently in an early phase of understanding Geronimo.

You know
I tried to ..., and i fail.

The Documentaion doesen't help in this Situations.
There are many step by step howto's, but they are so patchy.

Example:
I tried to Setup my Development Environment with Eclipse on a Windows 
Vista Business Box.

The lates JDK's are installed on it.

I downloaded the lates stable Geronimo v 2.1.1 with Tomcat JEE, there is 
no hint in the docu, that path langth must be ..., but i think it should 
be there.


I downloaded the latest Eclipse Ganymede as JEE5 IDE as described, but 
when i'm trying to install the GEP it fails with dependencie errors.


I downloaded the latest Eclipse Europa as JEE5 IDE as described, but 
when i'm trying to install the GEP it fails with dependencie errors.
And be sure i tried all three ways, to get a Geronimo Server in Eclipse 
configured.



I Don't want to post here all the beginners quests.

Is there another source, to get all theses surly solved issues done?

Is there an easy way to Setup my environment. Any Links?

Best regards

GM-Foto GmbH
Thomas Poth

IT-Manager
Tel.: 0049-69-238570-0
Fax: 0049-69-238570-30
Mail: [EMAIL PROTECTED]
Web: www.gmfoto.de



--
GM-Foto GmbH, Taunusstraße 47, D-60329 Frankfurt am Main
Telefon: +49 69 238570-0, Telefax: +49 69 238570-30
Eingetragen beim Amtsgericht Frankfurt am Main: HRB 19494
Geschäftsführer: Walter Adler und Harald Remsperger

Öffnungszeiten: Montag - Freitag, 9:00 - 18:30 Uhr

Internet: http://www.gmfoto.de http://www.gmfoto.de/ , E-Mail: 
[EMAIL PROTECTED]
-- 



--
Thanks,
Tim McConnell