[jira] Updated: (SM-902) File Binding example error with JaxenStringXPathExpression

2007-04-11 Thread Gert Vanthienen (JIRA)

 [ 
https://issues.apache.org/activemq/browse/SM-902?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gert Vanthienen updated SM-902:
---

Attachment: SM-902.patch

I think this patch might at least solve the issue, but I admit it is a very 
naive solution.

Main problem: the NormalizedMessage is always copied, even when only 
e.g.message properties are used in the expression (resulting in some overhead 
in that case).  Any suggestions on how to avoid that?

  File Binding example error with JaxenStringXPathExpression 
 

 Key: SM-902
 URL: https://issues.apache.org/activemq/browse/SM-902
 Project: ServiceMix
  Issue Type: Bug
  Components: servicemix-components
Affects Versions: 3.1
 Environment: window xp, java1.5, 
Reporter: Sangwoo Han
Priority: Minor
 Attachments: SM-902.patch


 I have tried example-file binding with servicemix3.1 (latest version) 
 and the file generated in outbox was empty !! size zero ! 
 So I commented out the rename part (filename property with 
 JaxenStringXPathExpression) 
 and it generated file with original file content. It worked !! 
 Guillaume Nodet(gnodet) suspects a problem with the input stream which is not 
 converted before evaluating 
 the expression.
 ==
  sm:component 
 bean class=org.apache.servicemix.components.file.FileWriter 
   property name=directory value=D:/outbox / 
   property name=marshaler 
 bean 
   class=org.apache.servicemix.components.util.DefaultFileMarshaler 
 !-- property name=fileName 
bean 

 class=org.apache.servicemix.expression.JaxenStringXPathExpression 
   constructor-arg 
   value=concat('sample_', /sample/@id, '.xml') / 
/bean 
  /property 
  -- 
  /bean 
   /property 
/bean 
   /sm:component

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (SM-931) PMD/CheckStyle errors for servicemix-eip

2007-04-11 Thread Thomas Termin (JIRA)

[ 
https://issues.apache.org/activemq/browse/SM-931?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_38988
 ] 

Thomas Termin commented on SM-931:
--

Gert,

I'm currently working on this but you were faster. :-)

 PMD/CheckStyle errors for servicemix-eip
 

 Key: SM-931
 URL: https://issues.apache.org/activemq/browse/SM-931
 Project: ServiceMix
  Issue Type: Bug
  Components: servicemix-eip
Reporter: Gert Vanthienen
Priority: Minor
 Attachments: SM-931.patch


 Build fails with PMD/CheckStyle enabled for servicemix-eip

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Assigned: (SM-864) Configure jetty in the main configuration so that we can easily deploy web applications

2007-04-11 Thread Thomas Termin (JIRA)

 [ 
https://issues.apache.org/activemq/browse/SM-864?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Thomas Termin reassigned SM-864:


Assignee: Thomas Termin

 Configure jetty in the main configuration so that we can easily deploy web 
 applications
 ---

 Key: SM-864
 URL: https://issues.apache.org/activemq/browse/SM-864
 Project: ServiceMix
  Issue Type: New Feature
  Components: servicemix-assembly
Reporter: Guillaume Nodet
 Assigned To: Thomas Termin
 Attachments: jetty.patch




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Work started: (SM-864) Configure jetty in the main configuration so that we can easily deploy web applications

2007-04-11 Thread Thomas Termin (JIRA)

 [ 
https://issues.apache.org/activemq/browse/SM-864?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Work on SM-864 started by Thomas Termin.

 Configure jetty in the main configuration so that we can easily deploy web 
 applications
 ---

 Key: SM-864
 URL: https://issues.apache.org/activemq/browse/SM-864
 Project: ServiceMix
  Issue Type: New Feature
  Components: servicemix-assembly
Reporter: Guillaume Nodet
 Assigned To: Thomas Termin
 Attachments: jetty.patch




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (SM-932) Enable PMD/CheckStyle for binding components

2007-04-11 Thread Gert Vanthienen (JIRA)

 [ 
https://issues.apache.org/activemq/browse/SM-932?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gert Vanthienen updated SM-932:
---

Attachment: SM-932-file.patch

SM-932-file.patch fixes PDM/CheckStyle errors for servicemix-ftp

 Enable PMD/CheckStyle for binding components
 

 Key: SM-932
 URL: https://issues.apache.org/activemq/browse/SM-932
 Project: ServiceMix
  Issue Type: Task
  Components: servicemix-file, servicemix-ftp, servicemix-http, 
 servicemix-jms, servicemix-truezip
Reporter: Gert Vanthienen
Priority: Minor
 Attachments: SM-932-file.patch


 PMD/CheckStyle should be enabled for binding components

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Closed: (GERONIMO-3039) upgrade to Scout snapshot

2007-04-11 Thread David Jencks (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-3039?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Jencks closed GERONIMO-3039.
--

Resolution: Fixed

Maybe I'm missing something but your bigmess patch basically works for me.  I 
changed it so axis doesn't start the openejb gbeans, and then it worked.  
Committed in rev 527403.  We'll see if it causes other problems...

 upgrade to Scout snapshot
 -

 Key: GERONIMO-3039
 URL: https://issues.apache.org/jira/browse/GERONIMO-3039
 Project: Geronimo
  Issue Type: Task
  Security Level: public(Regular issues) 
  Components: webservices
Affects Versions: 2.0-M5
Reporter: Joe Bohn
 Assigned To: Joe Bohn
Priority: Minor
 Fix For: 2.0-M5

 Attachments: G-3039-bigmess.patch, G-3039-xmlbean.patch


 Updates have gone into Scout so that it is no longer dependent on JUDDI

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



Build Failed in Openejb builder

2007-04-11 Thread lasantha

Hi Folks,

G source code build failed in rev. 527408 with following error.

Any ideas?

Thanks,
Lasantha

Compiling 7 source files to 
/home/hd2/work/geronimo/trunk/my-workspace/my-server/modules/geronimo-openejb-builder/target/classes
[INFO] 


[ERROR] BUILD FAILURE
[INFO] 


[INFO] Compilation failure

/home/hd2/work/geronimo/trunk/my-workspace/my-server/modules/geronimo-openejb-builder/src/main/java/org/apache/geronimo/openejb/deployment/EjbDeploymentBuilder.java:[215,35] 
addToPermissions(java.security.PermissionCollection,java.lang.String,java.lang.String,java.lang.String,java.lang.ClassLoader) 
in org.apache.geronimo.openejb.deployment.SecurityBuilder cannot be 
applied to 
(java.security.Permissions,java.lang.String,java.lang.String,java.util.Listjava.lang.String,java.lang.ClassLoader)


/home/hd2/work/geronimo/trunk/my-workspace/my-server/modules/geronimo-openejb-builder/src/main/java/org/apache/geronimo/openejb/deployment/EjbDeploymentBuilder.java:[227,35] 
addToPermissions(java.security.PermissionCollection,java.lang.String,java.lang.String,java.lang.String,java.lang.ClassLoader) 
in org.apache.geronimo.openejb.deployment.SecurityBuilder cannot be 
applied to 
(java.security.Permissions,java.lang.String,java.lang.String,java.util.Listjava.lang.String,java.lang.ClassLoader)



[INFO] 


[INFO] For more information, run Maven with the -e switch
[INFO] 


[INFO] Total time: 5 minutes 14 seconds
[INFO] Finished at: Wed Apr 11 13:59:43 LKT 2007
[INFO] Final Memory: 117M/563M
[INFO] 


las




Checkstyle / PMD and recent commits

2007-04-11 Thread Guillaume Nodet

Hi everybody !

I have recently checked in lots of changes.  These are mostly
code conventions fixes.  Let me explain.

I've started to add checkstyle and pmd checks at build time.
For those who do not know these tools, checkstyle
(http://checkstyle.sourceforge.net/) enforces
code conventions (braces, spaces, etc ...), while PMD
(http://pmd.sourceforge.net/) checks for possible bugs.

These tools are configured in the new parent module
which all other modules should inherit directly or indirectly
when they pass these checks (the buid fails if these checks
do not pass).

Currently, only the serviceengines module inherit from parent
so any help to migrate the other modules is welcome :-)
The goal is to have all modules (core, common, deployables mainly)
inherit from parent.

Btw, thanks to the CXF team which did that a few months ago,
and where I borrowed the configuration and all ...

--
Cheers,
Guillaume Nodet

Principal Engineer, IONA
Blog: http://gnodet.blogspot.com/


[BUILD] TRUNK: Failed for Revision: 527420

2007-04-11 Thread prasad
Building with Maven version: 2.0.5
Revision: 527420 built with tests included
See the full build-0500.log file at 
http://people.apache.org/~prasad/binaries/20070411/build-0500.log
 
120K downloaded
Downloading: 
http://people.apache.org/repo/m2-snapshot-repository/org/apache/cxf/cxf-tools-common/2.0-incubator-RC-SNAPSHOT/cxf-tools-common-2.0-incubator-RC-20070411.013316-27.jar
165K downloaded
Downloading: 
http://tomcat.apache.org/dev/dist/m2-repository/com/sun/xml/bind/jaxb-impl/2.0.5/jaxb-impl-2.0.5.jar
[WARNING] Unable to get resource 'com.sun.xml.bind:jaxb-impl:jar:2.0.5' from 
repository tomcat-m2-repo (http://tomcat.apache.org/dev/dist/m2-repository)
Downloading: 
http://people.apache.org/repo/m2-incubating-repository//com/sun/xml/bind/jaxb-impl/2.0.5/jaxb-impl-2.0.5.jar
[WARNING] Unable to get resource 'com.sun.xml.bind:jaxb-impl:jar:2.0.5' from 
repository apache-incubator 
(http://people.apache.org/repo/m2-incubating-repository/)
Downloading: 
http://repo1.maven.org/maven2/com/sun/xml/bind/jaxb-impl/2.0.5/jaxb-impl-2.0.5.jar
[WARNING] Unable to get resource 'com.sun.xml.bind:jaxb-impl:jar:2.0.5' from 
repository central (http://repo1.maven.org/maven2)
Downloading: 
http://tomcat.apache.org/dev/dist/m2-repository/org/mortbay/jetty/jetty-sslengine/6.1.2rc0/jetty-sslengine-6.1.2rc0.jar
[WARNING] Unable to get resource 
'org.mortbay.jetty:jetty-sslengine:jar:6.1.2rc0' from repository tomcat-m2-repo 
(http://tomcat.apache.org/dev/dist/m2-repository)
Downloading: 
http://people.apache.org/repo/m2-incubating-repository//org/mortbay/jetty/jetty-sslengine/6.1.2rc0/jetty-sslengine-6.1.2rc0.jar
[WARNING] Unable to get resource 
'org.mortbay.jetty:jetty-sslengine:jar:6.1.2rc0' from repository 
apache-incubator (http://people.apache.org/repo/m2-incubating-repository/)
Downloading: 
http://repo1.maven.org/maven2/org/mortbay/jetty/jetty-sslengine/6.1.2rc0/jetty-sslengine-6.1.2rc0.jar
15K downloaded
Downloading: 
http://tomcat.apache.org/dev/dist/m2-repository/org/apache/ws/commons/schema/XmlSchema/1.2/XmlSchema-1.2.jar
[WARNING] Unable to get resource 
'org.apache.ws.commons.schema:XmlSchema:jar:1.2' from repository tomcat-m2-repo 
(http://tomcat.apache.org/dev/dist/m2-repository)
Downloading: 
http://people.apache.org/repo/m2-incubating-repository//org/apache/ws/commons/schema/XmlSchema/1.2/XmlSchema-1.2.jar
[WARNING] Unable to get resource 
'org.apache.ws.commons.schema:XmlSchema:jar:1.2' from repository 
apache-incubator (http://people.apache.org/repo/m2-incubating-repository/)
Downloading: 
http://repo1.maven.org/maven2/org/apache/ws/commons/schema/XmlSchema/1.2/XmlSchema-1.2.jar
125K downloaded
Downloading: 
http://people.apache.org/repo/m2-snapshot-repository/org/apache/cxf/cxf-rt-core/2.0-incubator-RC-SNAPSHOT/cxf-rt-core-2.0-incubator-RC-20070411.013316-28.jar
230K downloaded
Downloading: 
http://tomcat.apache.org/dev/dist/m2-repository/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
[WARNING] Unable to get resource 'aopalliance:aopalliance:jar:1.0' from 
repository tomcat-m2-repo (http://tomcat.apache.org/dev/dist/m2-repository)
Downloading: 
http://people.apache.org/repo/m2-incubating-repository//aopalliance/aopalliance/1.0/aopalliance-1.0.jar
[WARNING] Unable to get resource 'aopalliance:aopalliance:jar:1.0' from 
repository apache-incubator 
(http://people.apache.org/repo/m2-incubating-repository/)
Downloading: 
http://repo1.maven.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
4K downloaded
Downloading: 
http://tomcat.apache.org/dev/dist/m2-repository/org/springframework/spring-web/2.0.3/spring-web-2.0.3.jar
[WARNING] Unable to get resource 'org.springframework:spring-web:jar:2.0.3' 
from repository tomcat-m2-repo (http://tomcat.apache.org/dev/dist/m2-repository)
Downloading: 
http://people.apache.org/repo/m2-incubating-repository//org/springframework/spring-web/2.0.3/spring-web-2.0.3.jar
[WARNING] Unable to get resource 'org.springframework:spring-web:jar:2.0.3' 
from repository apache-incubator 
(http://people.apache.org/repo/m2-incubating-repository/)
Downloading: 
http://repo1.maven.org/maven2/org/springframework/spring-web/2.0.3/spring-web-2.0.3.jar
148K downloaded
Downloading: 
http://people.apache.org/repo/m2-snapshot-repository/org/apache/cxf/cxf-rt-bindings-soap/2.0-incubator-RC-SNAPSHOT/cxf-rt-bindings-soap-2.0-incubator-RC-20070411.013316-22.jar
76K downloaded
Downloading: 
http://tomcat.apache.org/dev/dist/m2-repository/org/springframework/spring-context/2.0.3/spring-context-2.0.3.jar
[WARNING] Unable to get resource 'org.springframework:spring-context:jar:2.0.3' 
from repository tomcat-m2-repo (http://tomcat.apache.org/dev/dist/m2-repository)
Downloading: 
http://people.apache.org/repo/m2-incubating-repository//org/springframework/spring-context/2.0.3/spring-context-2.0.3.jar
[WARNING] Unable to get resource 'org.springframework:spring-context:jar:2.0.3' 
from repository apache-incubator 
(http://people.apache.org/repo/m2-incubating-repository/)
Downloading: 
http://repo1

Re: Build Failed in Openejb builder

2007-04-11 Thread Kevan Miller


On Apr 11, 2007, at 4:32 AM, lasantha wrote:


Hi Folks,

G source code build failed in rev. 527408 with following error.

Any ideas?


I think this should be fixed by 527416

--kevan




Re: Build Failed in Openejb builder

2007-04-11 Thread Lasantha Ranaweera

Kevan,

Thanks for the reply.

Yes now it is over and CXF gives following.

Missing:
--
1) com.sun.xml.bind:jaxb-impl:jar:2.0.5

Try downloading the file manually from the project website.

Then, install it using the command:
mvn install:install-file -DgroupId=com.sun.xml.bind -DartifactId=jaxb-impl \
-Dversion=2.0.5 -Dpackaging=jar -Dfile=/path/to/file

Path to dependency:
1) org.apache.geronimo.modules:geronimo-cxf:jar:2.0-SNAPSHOT
2) org.apache.cxf:cxf-rt-frontend-jaxws:jar:2.0-incubator-RC-SNAPSHOT
3) org.apache.cxf:cxf-tools-common:jar:2.0-incubator-RC-SNAPSHOT
4) com.sun.xml.bind:jaxb-impl:jar:2.0.5

--
1 required artifact is missing.

for artifact:
org.apache.geronimo.modules:geronimo-cxf:jar:2.0-SNAPSHOT

from the specified remote repositories:
central (http://repo1.maven.org/maven2),
apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository),
apache-snapshots (http://people.apache.org/repo/m2-snapshot-repository),
codehaus-snapshots (http://snapshots.repository.codehaus.org),
apache-incubator (http://people.apache.org/repo/m2-incubating-repository/),
tomcat-m2-repo (http://tomcat.apache.org/dev/dist/m2-repository)


[INFO] 


[INFO] For more information, run Maven with the -e switch
[INFO] 


[INFO] Total time: 7 minutes 18 seconds
[INFO] Finished at: Wed Apr 11 15:08:43 LKT 2007
[INFO] Final Memory: 89M/974M
[INFO] 



Lasantha


Kevan Miller wrote:


On Apr 11, 2007, at 4:32 AM, lasantha wrote:


Hi Folks,

G source code build failed in rev. 527408 with following error.

Any ideas?


I think this should be fixed by 527416

--kevan







Re: Build Failed in Openejb builder

2007-04-11 Thread Kevan Miller


On Apr 11, 2007, at 5:45 AM, Lasantha Ranaweera wrote:


Kevan,

Thanks for the reply.

Yes now it is over and CXF gives following.

Missing:
--
1) com.sun.xml.bind:jaxb-impl:jar:2.0.5

Try downloading the file manually from the project website.

Then, install it using the command:
mvn install:install-file -DgroupId=com.sun.xml.bind - 
DartifactId=jaxb-impl \

-Dversion=2.0.5 -Dpackaging=jar -Dfile=/path/to/file

Path to dependency:
1) org.apache.geronimo.modules:geronimo-cxf:jar:2.0-SNAPSHOT
2) org.apache.cxf:cxf-rt-frontend-jaxws:jar:2.0-incubator-RC-SNAPSHOT
3) org.apache.cxf:cxf-tools-common:jar:2.0-incubator-RC-SNAPSHOT
4) com.sun.xml.bind:jaxb-impl:jar:2.0.5


Lasantha,
The following should fix your immediate problem.

edit geronimo/server/trunk/pom.xml
search for jaxb-impl
change the version from 2.0.3 to 2.0.5.

I'm guessing that this is a pretty safe upgrade. However, I'll let  
someone more familiar with our jaxb usage make the change...


--kevan 


Re: Build Failed in Openejb builder

2007-04-11 Thread Lasantha Ranaweera



Lasantha,
The following should fix your immediate problem.

edit geronimo/server/trunk/pom.xml
search for jaxb-impl
change the version from 2.0.3 to 2.0.5.

I'm guessing that this is a pretty safe upgrade. However, I'll let 
someone more familiar with our jaxb usage make the change...


--kevan

Kevan,

Thanks Again.

Even though I did the change problem is still there. I couldn't find a 
M2 repo which has published jaxb-imp 2.0.5 too. May be I am missing 
something important here.


Hopefully Jarek or Dims will give us a light here.

Lasantha


CXF build problem on trunk

2007-04-11 Thread Rick McGuire
Rebuilding trunk from a fresh checkout with a clean M2 repository, I get 
the following errors:


|/home/rick/Geronimo/builds/g/2.0/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/GeronimoDestinationFactory.java:[23,37]
 cannot find symbol|
|symbol  : class AbstractHTTPTransportFactory|
|location: package org.apache.cxf.transport.http|
| |
|/home/rick/Geronimo/builds/g/2.0/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/GeronimoDestinationFactory.java:[26,48]
 cannot find symbol|
|symbol: class AbstractHTTPTransportFactory|
|public class GeronimoDestinationFactory extends AbstractHTTPTransportFactory {|
| |
|/home/rick/Geronimo/builds/g/2.0/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/CXFWebServiceContainer.java:[76,15]
 cannot find symbol|
|symbol  : method setTransportIds(java.util.List)|
|location: class org.apache.geronimo.cxf.GeronimoDestinationFactory|
| |
|/home/rick/Geronimo/builds/g/2.0/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/CXFWebServiceContainer.java:[77,33]
 
registerDestinationFactory(java.lang.String,org.apache.cxf.transport.DestinationFactory)
 in org.apache.cxf.transport.DestinationFactoryManager cannot be applied to 
(java.lang.String,org.apache.geronimo.cxf.GeronimoDestinationFactory)|
| |
|/home/rick/Geronimo/builds/g/2.0/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/CXFWebServiceContainer.java:[79,33]
 
registerDestinationFactory(java.lang.String,org.apache.cxf.transport.DestinationFactory)
 in org.apache.cxf.transport.DestinationFactoryManager cannot be applied to 
(java.lang.String,org.apache.geronimo.cxf.GeronimoDestinationFactory)|
| |
|/home/rick/Geronimo/builds/g/2.0/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/CXFWebServiceContainer.java:[81,33]
 
registerDestinationFactory(java.lang.String,org.apache.cxf.transport.DestinationFactory)
 in org.apache.cxf.transport.DestinationFactoryManager cannot be applied to 
(java.lang.String,org.apache.geronimo.cxf.GeronimoDestinationFactory)|
| |
|/home/rick/Geronimo/builds/g/2.0/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/CXFWebServiceContainer.java:[83,33]
 
registerDestinationFactory(java.lang.String,org.apache.cxf.transport.DestinationFactory)
 in org.apache.cxf.transport.DestinationFactoryManager cannot be applied to 
(java.lang.String,org.apache.geronimo.cxf.GeronimoDestinationFactory)|
| |
|/home/rick/Geronimo/builds/g/2.0/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/CXFWebServiceContainer.java:[85,33]
 
registerDestinationFactory(java.lang.String,org.apache.cxf.transport.DestinationFactory)
 in org.apache.cxf.transport.DestinationFactoryManager cannot be applied to 
(java.lang.String,org.apache.geronimo.cxf.GeronimoDestinationFactory)|
| |
|/home/rick/Geronimo/builds/g/2.0/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/CXFEndpoint.java:[172,20]
 cannot find symbol|
|symbol  : method getEnableSchemaValidation()|
|location: interface org.apache.cxf.endpoint.Endpoint|
| |
|/home/rick/Geronimo/builds/g/2.0/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/CXFEndpoint.java:[174,33]
 cannot find symbol|
|symbol  : method getEnableSchemaValidation()|
|location: interface org.apache.cxf.endpoint.Endpoint|
| |
|/home/rick/Geronimo/builds/g/2.0/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/ejb/EJBEndpoint.java:[64,27]
 cannot find symbol|
|symbol  : method getEnableSchemaValidationForAllPort()|
|location: interface org.apache.cxf.service.Service|
| |
|/home/rick/Geronimo/builds/g/2.0/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/CXFServiceConfiguration.java:[61,15]
 getWsdlURL() in org.apache.geronimo.cxf.CXFServiceConfiguration cannot 
override getWsdlURL() in 
org.apache.cxf.service.factory.AbstractServiceConfiguration; attempting to use 
incompatible return type|
|found   : java.net.URL|
|required: java.lang.String|
| |
|/home/rick/Geronimo/builds/g/2.0/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/pojo/POJOEndpoint.java:[75,27]
 cannot find symbol|
|symbol  : method getEnableSchemaValidationForAllPort()|
|location: interface org.apache.cxf.service.Service|
| |
|/home/rick/Geronimo/builds/g/2.0/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/GeronimoDestinationFactory.java:[32,8]
 cannot find symbol|
|symbol  : method setBus(org.apache.cxf.Bus)|
|location: class org.apache.geronimo.cxf.GeronimoDestinationFactory|
| |
|/home/rick/Geronimo/builds/g/2.0/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/GeronimoDestinationFactory.java:[37,66]
 cannot find symbol|
|symbol  : method getBus()|
|location: class org.apache.geronimo.cxf.GeronimoDestinationFactory|
| |
|/home/rick/Geronimo/builds/g/2.0/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/GeronimoDestinationFactory.java:[37,42]
 internal error; cannot instantiate 
org.apache.geronimo.cxf.GeronimoDestination.init at 
org.apache.geronimo.cxf.GeronimoDestination to ()|
| |

Re: CXF build problem on trunk

2007-04-11 Thread Jeff Genender
They just pushed some snaps so I think we need to make a few fixes.

Jeff

Rick McGuire wrote:
 Rebuilding trunk from a fresh checkout with a clean M2 repository, I get
 the following errors:
 
 |/home/rick/Geronimo/builds/g/2.0/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/GeronimoDestinationFactory.java:[23,37]
 cannot find symbol|
 |symbol  : class AbstractHTTPTransportFactory|
 |location: package org.apache.cxf.transport.http|
 | |
 |/home/rick/Geronimo/builds/g/2.0/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/GeronimoDestinationFactory.java:[26,48]
 cannot find symbol|
 |symbol: class AbstractHTTPTransportFactory|
 |public class GeronimoDestinationFactory extends
 AbstractHTTPTransportFactory {|
 | |
 |/home/rick/Geronimo/builds/g/2.0/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/CXFWebServiceContainer.java:[76,15]
 cannot find symbol|
 |symbol  : method setTransportIds(java.util.List)|
 |location: class org.apache.geronimo.cxf.GeronimoDestinationFactory|
 | |
 |/home/rick/Geronimo/builds/g/2.0/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/CXFWebServiceContainer.java:[77,33]
 registerDestinationFactory(java.lang.String,org.apache.cxf.transport.DestinationFactory)
 in org.apache.cxf.transport.DestinationFactoryManager cannot be applied
 to (java.lang.String,org.apache.geronimo.cxf.GeronimoDestinationFactory)|
 | |
 |/home/rick/Geronimo/builds/g/2.0/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/CXFWebServiceContainer.java:[79,33]
 registerDestinationFactory(java.lang.String,org.apache.cxf.transport.DestinationFactory)
 in org.apache.cxf.transport.DestinationFactoryManager cannot be applied
 to (java.lang.String,org.apache.geronimo.cxf.GeronimoDestinationFactory)|
 | |
 |/home/rick/Geronimo/builds/g/2.0/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/CXFWebServiceContainer.java:[81,33]
 registerDestinationFactory(java.lang.String,org.apache.cxf.transport.DestinationFactory)
 in org.apache.cxf.transport.DestinationFactoryManager cannot be applied
 to (java.lang.String,org.apache.geronimo.cxf.GeronimoDestinationFactory)|
 | |
 |/home/rick/Geronimo/builds/g/2.0/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/CXFWebServiceContainer.java:[83,33]
 registerDestinationFactory(java.lang.String,org.apache.cxf.transport.DestinationFactory)
 in org.apache.cxf.transport.DestinationFactoryManager cannot be applied
 to (java.lang.String,org.apache.geronimo.cxf.GeronimoDestinationFactory)|
 | |
 |/home/rick/Geronimo/builds/g/2.0/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/CXFWebServiceContainer.java:[85,33]
 registerDestinationFactory(java.lang.String,org.apache.cxf.transport.DestinationFactory)
 in org.apache.cxf.transport.DestinationFactoryManager cannot be applied
 to (java.lang.String,org.apache.geronimo.cxf.GeronimoDestinationFactory)|
 | |
 |/home/rick/Geronimo/builds/g/2.0/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/CXFEndpoint.java:[172,20]
 cannot find symbol|
 |symbol  : method getEnableSchemaValidation()|
 |location: interface org.apache.cxf.endpoint.Endpoint|
 | |
 |/home/rick/Geronimo/builds/g/2.0/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/CXFEndpoint.java:[174,33]
 cannot find symbol|
 |symbol  : method getEnableSchemaValidation()|
 |location: interface org.apache.cxf.endpoint.Endpoint|
 | |
 |/home/rick/Geronimo/builds/g/2.0/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/ejb/EJBEndpoint.java:[64,27]
 cannot find symbol|
 |symbol  : method getEnableSchemaValidationForAllPort()|
 |location: interface org.apache.cxf.service.Service|
 | |
 |/home/rick/Geronimo/builds/g/2.0/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/CXFServiceConfiguration.java:[61,15]
 getWsdlURL() in org.apache.geronimo.cxf.CXFServiceConfiguration cannot
 override getWsdlURL() in
 org.apache.cxf.service.factory.AbstractServiceConfiguration; attempting
 to use incompatible return type|
 |found   : java.net.URL|
 |required: java.lang.String|
 | |
 |/home/rick/Geronimo/builds/g/2.0/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/pojo/POJOEndpoint.java:[75,27]
 cannot find symbol|
 |symbol  : method getEnableSchemaValidationForAllPort()|
 |location: interface org.apache.cxf.service.Service|
 | |
 |/home/rick/Geronimo/builds/g/2.0/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/GeronimoDestinationFactory.java:[32,8]
 cannot find symbol|
 |symbol  : method setBus(org.apache.cxf.Bus)|
 |location: class org.apache.geronimo.cxf.GeronimoDestinationFactory|
 | |
 |/home/rick/Geronimo/builds/g/2.0/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/GeronimoDestinationFactory.java:[37,66]
 cannot find symbol|
 |symbol  : method getBus()|
 |location: class org.apache.geronimo.cxf.GeronimoDestinationFactory|
 | |
 |/home/rick/Geronimo/builds/g/2.0/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/GeronimoDestinationFactory.java:[37,42]
 internal error; cannot 

Re: CXF build problem on trunk

2007-04-11 Thread Jeff Genender
I fixed it AFAICT so you should update now.  Hopefully I didn't break
anything ;-)

Jeff

Rick McGuire wrote:
 Rebuilding trunk from a fresh checkout with a clean M2 repository, I get
 the following errors:
 
 |/home/rick/Geronimo/builds/g/2.0/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/GeronimoDestinationFactory.java:[23,37]
 cannot find symbol|
 |symbol  : class AbstractHTTPTransportFactory|
 |location: package org.apache.cxf.transport.http|
 | |
 |/home/rick/Geronimo/builds/g/2.0/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/GeronimoDestinationFactory.java:[26,48]
 cannot find symbol|
 |symbol: class AbstractHTTPTransportFactory|
 |public class GeronimoDestinationFactory extends
 AbstractHTTPTransportFactory {|
 | |
 |/home/rick/Geronimo/builds/g/2.0/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/CXFWebServiceContainer.java:[76,15]
 cannot find symbol|
 |symbol  : method setTransportIds(java.util.List)|
 |location: class org.apache.geronimo.cxf.GeronimoDestinationFactory|
 | |
 |/home/rick/Geronimo/builds/g/2.0/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/CXFWebServiceContainer.java:[77,33]
 registerDestinationFactory(java.lang.String,org.apache.cxf.transport.DestinationFactory)
 in org.apache.cxf.transport.DestinationFactoryManager cannot be applied
 to (java.lang.String,org.apache.geronimo.cxf.GeronimoDestinationFactory)|
 | |
 |/home/rick/Geronimo/builds/g/2.0/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/CXFWebServiceContainer.java:[79,33]
 registerDestinationFactory(java.lang.String,org.apache.cxf.transport.DestinationFactory)
 in org.apache.cxf.transport.DestinationFactoryManager cannot be applied
 to (java.lang.String,org.apache.geronimo.cxf.GeronimoDestinationFactory)|
 | |
 |/home/rick/Geronimo/builds/g/2.0/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/CXFWebServiceContainer.java:[81,33]
 registerDestinationFactory(java.lang.String,org.apache.cxf.transport.DestinationFactory)
 in org.apache.cxf.transport.DestinationFactoryManager cannot be applied
 to (java.lang.String,org.apache.geronimo.cxf.GeronimoDestinationFactory)|
 | |
 |/home/rick/Geronimo/builds/g/2.0/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/CXFWebServiceContainer.java:[83,33]
 registerDestinationFactory(java.lang.String,org.apache.cxf.transport.DestinationFactory)
 in org.apache.cxf.transport.DestinationFactoryManager cannot be applied
 to (java.lang.String,org.apache.geronimo.cxf.GeronimoDestinationFactory)|
 | |
 |/home/rick/Geronimo/builds/g/2.0/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/CXFWebServiceContainer.java:[85,33]
 registerDestinationFactory(java.lang.String,org.apache.cxf.transport.DestinationFactory)
 in org.apache.cxf.transport.DestinationFactoryManager cannot be applied
 to (java.lang.String,org.apache.geronimo.cxf.GeronimoDestinationFactory)|
 | |
 |/home/rick/Geronimo/builds/g/2.0/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/CXFEndpoint.java:[172,20]
 cannot find symbol|
 |symbol  : method getEnableSchemaValidation()|
 |location: interface org.apache.cxf.endpoint.Endpoint|
 | |
 |/home/rick/Geronimo/builds/g/2.0/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/CXFEndpoint.java:[174,33]
 cannot find symbol|
 |symbol  : method getEnableSchemaValidation()|
 |location: interface org.apache.cxf.endpoint.Endpoint|
 | |
 |/home/rick/Geronimo/builds/g/2.0/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/ejb/EJBEndpoint.java:[64,27]
 cannot find symbol|
 |symbol  : method getEnableSchemaValidationForAllPort()|
 |location: interface org.apache.cxf.service.Service|
 | |
 |/home/rick/Geronimo/builds/g/2.0/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/CXFServiceConfiguration.java:[61,15]
 getWsdlURL() in org.apache.geronimo.cxf.CXFServiceConfiguration cannot
 override getWsdlURL() in
 org.apache.cxf.service.factory.AbstractServiceConfiguration; attempting
 to use incompatible return type|
 |found   : java.net.URL|
 |required: java.lang.String|
 | |
 |/home/rick/Geronimo/builds/g/2.0/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/pojo/POJOEndpoint.java:[75,27]
 cannot find symbol|
 |symbol  : method getEnableSchemaValidationForAllPort()|
 |location: interface org.apache.cxf.service.Service|
 | |
 |/home/rick/Geronimo/builds/g/2.0/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/GeronimoDestinationFactory.java:[32,8]
 cannot find symbol|
 |symbol  : method setBus(org.apache.cxf.Bus)|
 |location: class org.apache.geronimo.cxf.GeronimoDestinationFactory|
 | |
 |/home/rick/Geronimo/builds/g/2.0/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/GeronimoDestinationFactory.java:[37,66]
 cannot find symbol|
 |symbol  : method getBus()|
 |location: class org.apache.geronimo.cxf.GeronimoDestinationFactory|
 | |
 |/home/rick/Geronimo/builds/g/2.0/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/GeronimoDestinationFactory.java:[37,42]
 

[jira] Created: (SM-933) Enable PMD/CheckStyle for servicemix-core

2007-04-11 Thread Thomas Termin (JIRA)
Enable PMD/CheckStyle for servicemix-core
-

 Key: SM-933
 URL: https://issues.apache.org/activemq/browse/SM-933
 Project: ServiceMix
  Issue Type: Task
  Components: servicemix-core
Reporter: Thomas Termin
Priority: Minor


PMD/Checkstyle should be enabled for servicemix-core

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



Re: Build Failed in Openejb builder

2007-04-11 Thread Sachin Patel

Actually, jaxb should to be downgraded to 2.0.0.

-sachin


On Apr 11, 2007, at 6:00 AM, Kevan Miller wrote:



On Apr 11, 2007, at 5:45 AM, Lasantha Ranaweera wrote:


Kevan,

Thanks for the reply.

Yes now it is over and CXF gives following.

Missing:
--
1) com.sun.xml.bind:jaxb-impl:jar:2.0.5

Try downloading the file manually from the project website.

Then, install it using the command:
mvn install:install-file -DgroupId=com.sun.xml.bind - 
DartifactId=jaxb-impl \

-Dversion=2.0.5 -Dpackaging=jar -Dfile=/path/to/file

Path to dependency:
1) org.apache.geronimo.modules:geronimo-cxf:jar:2.0-SNAPSHOT
2) org.apache.cxf:cxf-rt-frontend-jaxws:jar:2.0-incubator-RC-SNAPSHOT
3) org.apache.cxf:cxf-tools-common:jar:2.0-incubator-RC-SNAPSHOT
4) com.sun.xml.bind:jaxb-impl:jar:2.0.5


Lasantha,
The following should fix your immediate problem.

edit geronimo/server/trunk/pom.xml
search for jaxb-impl
change the version from 2.0.3 to 2.0.5.

I'm guessing that this is a pretty safe upgrade. However, I'll let  
someone more familiar with our jaxb usage make the change...


--kevan




[jira] Updated: (SM-932) Enable PMD/CheckStyle for binding components

2007-04-11 Thread Gert Vanthienen (JIRA)

 [ 
https://issues.apache.org/activemq/browse/SM-932?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gert Vanthienen updated SM-932:
---

Attachment: SM-932-ftp.patch

SM-932-ftp.patch fixes PDM/CheckStyle errors for servicemix-ftp

 Enable PMD/CheckStyle for binding components
 

 Key: SM-932
 URL: https://issues.apache.org/activemq/browse/SM-932
 Project: ServiceMix
  Issue Type: Task
  Components: servicemix-file, servicemix-ftp, servicemix-http, 
 servicemix-jms, servicemix-truezip
Reporter: Gert Vanthienen
Priority: Minor
 Attachments: SM-932-file.patch, SM-932-ftp.patch


 PMD/CheckStyle should be enabled for binding components

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[BUILD] TRUNK: Failed for Revision: 527493

2007-04-11 Thread prasad
Building with Maven version: 2.0.5
Revision: 527493 built with tests skipped
See the full build-1000.log file at 
http://people.apache.org/~prasad/binaries/20070411/build-1000.log
 
2911K downloaded
Downloading: 
http://tomcat.apache.org/dev/dist/m2-repository/org/apache/ws/commons/schema/XmlSchema/1.2/XmlSchema-1.2.jar
[WARNING] Unable to get resource 
'org.apache.ws.commons.schema:XmlSchema:jar:1.2' from repository tomcat-m2-repo 
(http://tomcat.apache.org/dev/dist/m2-repository)
Downloading: 
http://people.apache.org/repo/m2-incubating-repository//org/apache/ws/commons/schema/XmlSchema/1.2/XmlSchema-1.2.jar
[WARNING] Unable to get resource 
'org.apache.ws.commons.schema:XmlSchema:jar:1.2' from repository 
apache-incubator (http://people.apache.org/repo/m2-incubating-repository/)
Downloading: 
http://repo1.maven.org/maven2/org/apache/ws/commons/schema/XmlSchema/1.2/XmlSchema-1.2.jar
125K downloaded
Downloading: 
http://tomcat.apache.org/dev/dist/m2-repository/org/mortbay/jetty/servlet-api-2.5/6.1.2rc0/servlet-api-2.5-6.1.2rc0.jar
[WARNING] Unable to get resource 
'org.mortbay.jetty:servlet-api-2.5:jar:6.1.2rc0' from repository tomcat-m2-repo 
(http://tomcat.apache.org/dev/dist/m2-repository)
Downloading: 
http://people.apache.org/repo/m2-incubating-repository//org/mortbay/jetty/servlet-api-2.5/6.1.2rc0/servlet-api-2.5-6.1.2rc0.jar
[WARNING] Unable to get resource 
'org.mortbay.jetty:servlet-api-2.5:jar:6.1.2rc0' from repository 
apache-incubator (http://people.apache.org/repo/m2-incubating-repository/)
Downloading: 
http://repo1.maven.org/maven2/org/mortbay/jetty/servlet-api-2.5/6.1.2rc0/servlet-api-2.5-6.1.2rc0.jar
128K downloaded
Downloading: 
http://tomcat.apache.org/dev/dist/m2-repository/org/mortbay/jetty/jetty/6.1.2rc0/jetty-6.1.2rc0.jar
[WARNING] Unable to get resource 'org.mortbay.jetty:jetty:jar:6.1.2rc0' from 
repository tomcat-m2-repo (http://tomcat.apache.org/dev/dist/m2-repository)
Downloading: 
http://people.apache.org/repo/m2-incubating-repository//org/mortbay/jetty/jetty/6.1.2rc0/jetty-6.1.2rc0.jar
[WARNING] Unable to get resource 'org.mortbay.jetty:jetty:jar:6.1.2rc0' from 
repository apache-incubator 
(http://people.apache.org/repo/m2-incubating-repository/)
Downloading: 
http://repo1.maven.org/maven2/org/mortbay/jetty/jetty/6.1.2rc0/jetty-6.1.2rc0.jar
450K downloaded
Downloading: 
http://people.apache.org/repo/m2-snapshot-repository/org/apache/cxf/cxf-rt-frontend-jaxws/2.0-incubator-RC-SNAPSHOT/cxf-rt-frontend-jaxws-2.0-incubator-RC-20070411.013316-22.jar
191K downloaded
Downloading: 
http://people.apache.org/repo/m2-snapshot-repository/org/apache/cxf/cxf-rt-databinding-jaxb/2.0-incubator-RC-SNAPSHOT/cxf-rt-databinding-jaxb-2.0-incubator-RC-20070411.013316-22.jar
45K downloaded
Downloading: 
http://people.apache.org/repo/m2-snapshot-repository/org/apache/cxf/cxf-rt-bindings-soap/2.0-incubator-RC-SNAPSHOT/cxf-rt-bindings-soap-2.0-incubator-RC-20070411.013316-22.jar
76K downloaded
Downloading: 
http://tomcat.apache.org/dev/dist/m2-repository/org/springframework/spring-core/2.0.3/spring-core-2.0.3.jar
[WARNING] Unable to get resource 'org.springframework:spring-core:jar:2.0.3' 
from repository tomcat-m2-repo (http://tomcat.apache.org/dev/dist/m2-repository)
Downloading: 
http://people.apache.org/repo/m2-incubating-repository//org/springframework/spring-core/2.0.3/spring-core-2.0.3.jar
[WARNING] Unable to get resource 'org.springframework:spring-core:jar:2.0.3' 
from repository apache-incubator 
(http://people.apache.org/repo/m2-incubating-repository/)
Downloading: 
http://repo1.maven.org/maven2/org/springframework/spring-core/2.0.3/spring-core-2.0.3.jar
174K downloaded
Downloading: 
http://tomcat.apache.org/dev/dist/m2-repository/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
[WARNING] Unable to get resource 'aopalliance:aopalliance:jar:1.0' from 
repository tomcat-m2-repo (http://tomcat.apache.org/dev/dist/m2-repository)
Downloading: 
http://people.apache.org/repo/m2-incubating-repository//aopalliance/aopalliance/1.0/aopalliance-1.0.jar
[WARNING] Unable to get resource 'aopalliance:aopalliance:jar:1.0' from 
repository apache-incubator 
(http://people.apache.org/repo/m2-incubating-repository/)
Downloading: 
http://repo1.maven.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
4K downloaded
Downloading: 
http://tomcat.apache.org/dev/dist/m2-repository/org/springframework/spring-beans/2.0.3/spring-beans-2.0.3.jar
[WARNING] Unable to get resource 'org.springframework:spring-beans:jar:2.0.3' 
from repository tomcat-m2-repo (http://tomcat.apache.org/dev/dist/m2-repository)
Downloading: 
http://people.apache.org/repo/m2-incubating-repository//org/springframework/spring-beans/2.0.3/spring-beans-2.0.3.jar
[WARNING] Unable to get resource 'org.springframework:spring-beans:jar:2.0.3' 
from repository apache-incubator 
(http://people.apache.org/repo/m2-incubating-repository/)
Downloading: 
http://repo1.maven.org/maven2/org/springframework/spring-beans/2.0.3/spring-beans-2.0.3.jar
375K

Re: svn commit: r527355 - /geronimo/server/trunk/modules/geronimo-axis2-builder/src/main/java/org/apache/geronimo/axis2/builder/Axis2BuilderUtil.java

2007-04-11 Thread Lin Sun

Dims, Sure i 'll look into that and submit a patch.

Thanks, Lin

Davanum Srinivas wrote:

Lin,

I think we can use ListableRepository interface somehow then we can
get rid of the version information. But i think we may have to fix
Maven2Repository to work even we don't pass in the version field in
Artifact. Can you please take a look at that?

thanks,
dims

On 4/10/07, Lin Sun [EMAIL PROTECTED] wrote:

Hi Jason,

We are doing this specifically for the wsgen tool which is hard to use
and requires around 10 jars.   Basically, we need to not only make sure
most of the jars are loaded by geronimo server but also build a
classpath string that contains the path to every single jars and pass it
over to the tool's API.  I cannot figure out a better way to do this
other than specify the jars we need and find them in the repository.
If anyone has a better solution i am happy to submit a patch for it.

Thanks,

Lin


Jason Dillon wrote:
 Yikes... why is there version information hard coded here?  This is 
just

 asking for things to get out of sync. :-(

 --jason


 On Apr 10, 2007, at 6:01 PM, [EMAIL PROTECTED] wrote:

 Author: dims
 Date: Tue Apr 10 18:01:43 2007
 New Revision: 527355

 URL: http://svn.apache.org/viewvc?view=revrev=527355
 Log:
 drop the SNAPSHOT for jaxws rt and tools

 Modified:

 
geronimo/server/trunk/modules/geronimo-axis2-builder/src/main/java/org/apache/geronimo/axis2/builder/Axis2BuilderUtil.java 




 Modified:
 
geronimo/server/trunk/modules/geronimo-axis2-builder/src/main/java/org/apache/geronimo/axis2/builder/Axis2BuilderUtil.java 



 URL:
 
http://svn.apache.org/viewvc/geronimo/server/trunk/modules/geronimo-axis2-builder/src/main/java/org/apache/geronimo/axis2/builder/Axis2BuilderUtil.java?view=diffrev=527355r1=527354r2=527355 



 
== 



 ---
 
geronimo/server/trunk/modules/geronimo-axis2-builder/src/main/java/org/apache/geronimo/axis2/builder/Axis2BuilderUtil.java 


 (original)
 +++
 
geronimo/server/trunk/modules/geronimo-axis2-builder/src/main/java/org/apache/geronimo/axis2/builder/Axis2BuilderUtil.java 


 Tue Apr 10 18:01:43 2007
 @@ -42,8 +42,8 @@
  private final static Artifact JAXB_API_ARTIFACT = new
 Artifact(javax.xml.bind,jaxb-api, 2.0, jar);
  private final static Artifact JAXB_IMPL_ARTIFACT = new
 Artifact(com.sun.xml.bind,jaxb-impl, 2.0.3, jar);
  private final static Artifact JAXB_XJC_ARTIFACT = new
 Artifact(com.sun.xml.bind,jaxb-xjc, 2.0.3, jar);
 -private final static Artifact JAXWS_TOOLS_ARTIFACT = new
 Artifact(com.sun.xml.ws,jaxws-tools, 2.0-SNAPSHOT, jar);
 -private final static Artifact JAXWS_RT_ARTIFACT = new
 Artifact(com.sun.xml.ws,jaxws-rt, 2.0-SNAPSHOT, jar);
 +private final static Artifact JAXWS_TOOLS_ARTIFACT = new
 Artifact(com.sun.xml.ws,jaxws-tools, 2.0, jar);
 +private final static Artifact JAXWS_RT_ARTIFACT = new
 Artifact(com.sun.xml.ws,jaxws-rt, 2.0, jar);
  private final static Artifact GERONIMO_ACTIVATION_SPEC_ARTIFACT =
 new
 Artifact(org.apache.geronimo.specs,geronimo-activation_1.1_spec,
 1.0-SNAPSHOT, jar);
  private final static Artifact GERONIMO_ANNOTATION_ARTIFACT = new
 Artifact(org.apache.geronimo.specs,geronimo-annotation_1.0_spec,
 1.0, jar);
  private final static Artifact GERONIMO_WS_METADATA_ARTIFACT = new
 Artifact(org.apache.geronimo.specs,geronimo-ws-metadata_2.0_spec,
 1.1-SNAPSHOT, jar);













Re: svn commit: r527403 - in /geronimo/server/trunk: ./ configs/axis-deployer/src/plan/ configs/axis/ configs/axis/src/plan/ configs/client/ configs/client/src/plan/ configs/geronimo-gbean-deployer/ c

2007-04-11 Thread Jarek Gawor

This patch disabled SAAJGBean which breaks SAAJ tests. I'll try to re-enable it.

Jarek

On 4/11/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

Author: djencks
Date: Wed Apr 11 00:37:44 2007
New Revision: 527403

URL: http://svn.apache.org/viewvc?view=revrev=527403
Log:
GERONIMO-3039, upgrade scout and fix some xmlbeans dependency issues.  This is 
joes patch with tiny modifications

Modified:
geronimo/server/trunk/configs/axis-deployer/src/plan/plan.xml
geronimo/server/trunk/configs/axis/pom.xml
geronimo/server/trunk/configs/axis/src/plan/plan.xml
geronimo/server/trunk/configs/client/pom.xml
geronimo/server/trunk/configs/client/src/plan/plan.xml
geronimo/server/trunk/configs/geronimo-gbean-deployer/pom.xml
geronimo/server/trunk/configs/j2ee-server/src/plan/plan.xml
geronimo/server/trunk/configs/uddi-jetty6/pom.xml
geronimo/server/trunk/configs/uddi-jetty6/src/plan/plan.xml
geronimo/server/trunk/configs/uddi-tomcat/pom.xml
geronimo/server/trunk/configs/uddi-tomcat/src/plan/plan.xml
geronimo/server/trunk/configs/webservices-common/pom.xml
geronimo/server/trunk/configs/xmlbeans/pom.xml
geronimo/server/trunk/pom.xml

Modified: geronimo/server/trunk/configs/axis-deployer/src/plan/plan.xml
URL: 
http://svn.apache.org/viewvc/geronimo/server/trunk/configs/axis-deployer/src/plan/plan.xml?view=diffrev=527403r1=527402r2=527403
==
--- geronimo/server/trunk/configs/axis-deployer/src/plan/plan.xml (original)
+++ geronimo/server/trunk/configs/axis-deployer/src/plan/plan.xml Wed Apr 11 
00:37:44 2007
@@ -68,7 +68,7 @@
 groupIdorg.apache.geronimo.configs/groupId
 artifactIdaxis/artifactId
 typecar/type
-importclasses/import
+!--importclasses/import--
 /dependency
 /dependencies
 /environment

Modified: geronimo/server/trunk/configs/axis/pom.xml
URL: 
http://svn.apache.org/viewvc/geronimo/server/trunk/configs/axis/pom.xml?view=diffrev=527403r1=527402r2=527403
==
--- geronimo/server/trunk/configs/axis/pom.xml (original)
+++ geronimo/server/trunk/configs/axis/pom.xml Wed Apr 11 00:37:44 2007
@@ -54,12 +54,19 @@
 artifactIdopenejb/artifactId
 version${version}/version
 typecar/type
+scoperuntime/scope
 /dependency

 dependency
 groupIdorg.apache.geronimo.modules/groupId
 artifactIdgeronimo-axis/artifactId
 version${version}/version
+/dependency
+
+!-- JAXR implementation --
+dependency
+groupIdorg.apache.ws.scout/groupId
+artifactIdscout/artifactId
 /dependency

 /dependencies

Modified: geronimo/server/trunk/configs/axis/src/plan/plan.xml
URL: 
http://svn.apache.org/viewvc/geronimo/server/trunk/configs/axis/src/plan/plan.xml?view=diffrev=527403r1=527402r2=527403
==
--- geronimo/server/trunk/configs/axis/src/plan/plan.xml (original)
+++ geronimo/server/trunk/configs/axis/src/plan/plan.xml Wed Apr 11 00:37:44 
2007
@@ -22,4 +22,6 @@

 gbean name=AxisCLWorkaround 
class=org.apache.geronimo.axis.AxisDiscoveryCLWorkaroundGBean/

+gbean name=eis/JAXR 
class=org.apache.geronimo.webservices.jaxr.JAXRGBean/
+
 /module

Modified: geronimo/server/trunk/configs/client/pom.xml
URL: 
http://svn.apache.org/viewvc/geronimo/server/trunk/configs/client/pom.xml?view=diffrev=527403r1=527402r2=527403
==
--- geronimo/server/trunk/configs/client/pom.xml (original)
+++ geronimo/server/trunk/configs/client/pom.xml Wed Apr 11 00:37:44 2007
@@ -62,15 +62,6 @@
 version${version}/version
 /dependency

-!--
-for property editor support for some login modules/principals
-
-dependency
-groupIdorg.apache.geronimo.modules/groupId
-artifactIdgeronimo-common/artifactId
-version${version}/version
-/dependency --
-
 dependency
 groupIdorg.apache.geronimo.modules/groupId
 artifactIdgeronimo-interceptor/artifactId
@@ -114,11 +105,11 @@
 version${version}/version
 /dependency

-dependency
-groupIdorg.apache.geronimo.modules/groupId
-artifactIdgeronimo-webservices/artifactId
-version${version}/version
-/dependency
+!--dependency--
+!--groupIdorg.apache.geronimo.modules/groupId--
+!--artifactIdgeronimo-webservices/artifactId--
+!--version${version}/version--
+!--/dependency--

 dependency
 

antlib.xml in servicemix-core

2007-04-11 Thread Thomas TERMIN
What do you think to package an antlib.xml file in servicemix-core so
that the user can easily declare all jbi tasks like:
typedef resource=org/apache/servicemix/jbi/management/task/antlib.xml
uri=http://servicemix.apache.org/ant/1.0/

Otherwise the user has to declare a taskdef for each task.

Cheers,
Thomas

-- 
Thomas Termin
___
blue elephant systems GmbH
Wollgrasweg 49
D-70599 Stuttgart

Tel:  (+49) 0711 - 45 10 17 676
Fax:  (+49) 0711 - 45 10 17 573
WWW:  http://www.blue-elephant-systems.com
Email  :  [EMAIL PROTECTED]

blue elephant systems GmbH
Firmensitz  : Wollgrasweg 49, D-70599 Stuttgart
Registergericht : Amtsgericht Stuttgart, HRB 24106
Geschäftsführer : Holger Dietrich, Thomas Gentsch, Joachim Hoernle



Re: [BUILD] TRUNK: Failed for Revision: 527493

2007-04-11 Thread Prasad Kashyap

In Revision 527514, Jarek fixed this above error. It continues further
and fails at configs/jee-specs

[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] Failed to resolve artifact.

Missing:
--
1) javax.xml:jsr173:jar:1.0

 Try downloading the file manually from:
 http://ftpna2.bea.com/pub/downloads/jsr173.jar

 Then, install it using the command:
 mvn install:install-file -DgroupId=javax.xml -DartifactId=jsr173 \
 -Dversion=1.0 -Dpackaging=jar -Dfile=/path/to/file

 Path to dependency:
   1) org.apache.geronimo.configs:jee-specs:car:2.0-SNAPSHOT
   2) com.sun.xml.bind:jaxb-impl:jar:2.0
   3) javax.xml:jaxb-api:jar:2.0
   4) javax.xml:jsr173:jar:1.0

--
1 required artifact is missing.

for artifact:
 org.apache.geronimo.configs:jee-specs:car:2.0-SNAPSHOT


Should this dependency in configs/jee-specs/pom.xml be removed too ?

!-- JAXB Impl should not be here! --
dependency
groupIdcom.sun.xml.bind/groupId
artifactIdjaxb-impl/artifactId
/dependency

Cheers
Prasad

On 11 Apr 2007 14:24:51 -, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

Building with Maven version: 2.0.5
Revision: 527493 built with tests skipped
See the full build-1000.log file at 
http://people.apache.org/~prasad/binaries/20070411/build-1000.log

2911K downloaded
Downloading: 
http://tomcat.apache.org/dev/dist/m2-repository/org/apache/ws/commons/schema/XmlSchema/1.2/XmlSchema-1.2.jar
[WARNING] Unable to get resource 
'org.apache.ws.commons.schema:XmlSchema:jar:1.2' from repository tomcat-m2-repo 
(http://tomcat.apache.org/dev/dist/m2-repository)
Downloading: 
http://people.apache.org/repo/m2-incubating-repository//org/apache/ws/commons/schema/XmlSchema/1.2/XmlSchema-1.2.jar
[WARNING] Unable to get resource 
'org.apache.ws.commons.schema:XmlSchema:jar:1.2' from repository 
apache-incubator (http://people.apache.org/repo/m2-incubating-repository/)
Downloading: 
http://repo1.maven.org/maven2/org/apache/ws/commons/schema/XmlSchema/1.2/XmlSchema-1.2.jar
125K downloaded
Downloading: 
http://tomcat.apache.org/dev/dist/m2-repository/org/mortbay/jetty/servlet-api-2.5/6.1.2rc0/servlet-api-2.5-6.1.2rc0.jar
[WARNING] Unable to get resource 
'org.mortbay.jetty:servlet-api-2.5:jar:6.1.2rc0' from repository tomcat-m2-repo 
(http://tomcat.apache.org/dev/dist/m2-repository)
Downloading: 
http://people.apache.org/repo/m2-incubating-repository//org/mortbay/jetty/servlet-api-2.5/6.1.2rc0/servlet-api-2.5-6.1.2rc0.jar
[WARNING] Unable to get resource 
'org.mortbay.jetty:servlet-api-2.5:jar:6.1.2rc0' from repository 
apache-incubator (http://people.apache.org/repo/m2-incubating-repository/)
Downloading: 
http://repo1.maven.org/maven2/org/mortbay/jetty/servlet-api-2.5/6.1.2rc0/servlet-api-2.5-6.1.2rc0.jar
128K downloaded
Downloading: 
http://tomcat.apache.org/dev/dist/m2-repository/org/mortbay/jetty/jetty/6.1.2rc0/jetty-6.1.2rc0.jar
[WARNING] Unable to get resource 'org.mortbay.jetty:jetty:jar:6.1.2rc0' from 
repository tomcat-m2-repo (http://tomcat.apache.org/dev/dist/m2-repository)
Downloading: 
http://people.apache.org/repo/m2-incubating-repository//org/mortbay/jetty/jetty/6.1.2rc0/jetty-6.1.2rc0.jar
[WARNING] Unable to get resource 'org.mortbay.jetty:jetty:jar:6.1.2rc0' from 
repository apache-incubator 
(http://people.apache.org/repo/m2-incubating-repository/)
Downloading: 
http://repo1.maven.org/maven2/org/mortbay/jetty/jetty/6.1.2rc0/jetty-6.1.2rc0.jar
450K downloaded
Downloading: 
http://people.apache.org/repo/m2-snapshot-repository/org/apache/cxf/cxf-rt-frontend-jaxws/2.0-incubator-RC-SNAPSHOT/cxf-rt-frontend-jaxws-2.0-incubator-RC-20070411.013316-22.jar
191K downloaded
Downloading: 
http://people.apache.org/repo/m2-snapshot-repository/org/apache/cxf/cxf-rt-databinding-jaxb/2.0-incubator-RC-SNAPSHOT/cxf-rt-databinding-jaxb-2.0-incubator-RC-20070411.013316-22.jar
45K downloaded
Downloading: 
http://people.apache.org/repo/m2-snapshot-repository/org/apache/cxf/cxf-rt-bindings-soap/2.0-incubator-RC-SNAPSHOT/cxf-rt-bindings-soap-2.0-incubator-RC-20070411.013316-22.jar
76K downloaded
Downloading: 
http://tomcat.apache.org/dev/dist/m2-repository/org/springframework/spring-core/2.0.3/spring-core-2.0.3.jar
[WARNING] Unable to get resource 'org.springframework:spring-core:jar:2.0.3' 
from repository tomcat-m2-repo (http://tomcat.apache.org/dev/dist/m2-repository)
Downloading: 
http://people.apache.org/repo/m2-incubating-repository//org/springframework/spring-core/2.0.3/spring-core-2.0.3.jar
[WARNING] Unable to get resource 'org.springframework:spring-core:jar:2.0.3' 
from repository apache-incubator 
(http://people.apache.org/repo/m2-incubating-repository/)
Downloading: 
http://repo1.maven.org/maven2/org/springframework/spring-core/2.0.3/spring-core-2.0.3.jar
174K downloaded
Downloading: 
http://tomcat.apache.org/dev/dist/m2-repository/aopalliance/aopalliance/1.0

Re: CXF Break (Re: svn commit: r527089 - in /geronimo/server/trunk: configs/axis2-deployer/src/plan/plan.xml configs/axis2/pom.xml configs/cxf-deployer/src/plan/plan.xml configs/cxf/pom.xml modules/ge

2007-04-11 Thread Jarek Gawor

Dims,

I'm getting the following error if I use XmlSchema SNAPSHOT but works
fine with 1.2:

java.lang.IncompatibleClassChangeError
   at 
org.apache.cxf.service.factory.ReflectionServiceFactoryBean.initializeWrappedSchema(ReflectionServiceFactoryBean.java:385)
   at 
org.apache.cxf.service.factory.ReflectionServiceFactoryBean.buildServiceFromClass(ReflectionServiceFactoryBean.java:217)
   at 
org.apache.cxf.service.factory.ReflectionServiceFactoryBean.initializeServiceModel(ReflectionServiceFactoryBean.java:227)
   at 
org.apache.cxf.service.factory.ReflectionServiceFactoryBean.create(ReflectionServiceFactoryBean.java:127)
   at org.apache.geronimo.cxf.pojo.POJOEndpoint.init(POJOEndpoint.java:72)
   at 
org.apache.geronimo.cxf.pojo.POJOWebServiceContainer.publishEndpoint(POJOWebServiceContainer.java:36)
   at 
org.apache.geronimo.cxf.CXFWebServiceContainer.init(CXFWebServiceContainer.java:88)

I think I can fix that by forcing CXF to use 1.2 version for now.

Jarek

On 4/10/07, Davanum Srinivas [EMAIL PROTECTED] wrote:

Jarek,

What broke? Axis2 needs the latest XmlSchema 1.1 is not even the
latest. 1.2 is the latest but we have found bugs in that too.

-- dims

On 4/10/07, Jarek Gawor [EMAIL PROTECTED] wrote:
 Dims,

 Thanks for breaking CXF with this change :)

 Jarek

 On 4/10/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
  Author: dims
  Date: Tue Apr 10 03:33:06 2007
  New Revision: 527089
 
  URL: http://svn.apache.org/viewvc?view=revrev=527089
  Log:
  need latest XmlSchema SNAPSHOT for Axis2
 
  Modified:
  geronimo/server/trunk/configs/axis2-deployer/src/plan/plan.xml
  geronimo/server/trunk/configs/axis2/pom.xml
  geronimo/server/trunk/configs/cxf-deployer/src/plan/plan.xml
  geronimo/server/trunk/configs/cxf/pom.xml
  geronimo/server/trunk/modules/geronimo-axis2/pom.xml
  geronimo/server/trunk/pom.xml
 
  Modified: geronimo/server/trunk/configs/axis2-deployer/src/plan/plan.xml
  URL: 
http://svn.apache.org/viewvc/geronimo/server/trunk/configs/axis2-deployer/src/plan/plan.xml?view=diffrev=527089r1=527088r2=527089
  
==
  --- geronimo/server/trunk/configs/axis2-deployer/src/plan/plan.xml 
(original)
  +++ geronimo/server/trunk/configs/axis2-deployer/src/plan/plan.xml Tue Apr 
10 03:33:06 2007
  @@ -102,7 +102,7 @@
   artifactIdaxiom-impl/artifactId
   /dependency
   dependency
  -groupIdorg.apache.ws.commons/groupId
  +groupIdorg.apache.ws.commons.schema/groupId
   artifactIdXmlSchema/artifactId
   /dependency
   dependency
 
  Modified: geronimo/server/trunk/configs/axis2/pom.xml
  URL: 
http://svn.apache.org/viewvc/geronimo/server/trunk/configs/axis2/pom.xml?view=diffrev=527089r1=527088r2=527089
  
==
  --- geronimo/server/trunk/configs/axis2/pom.xml (original)
  +++ geronimo/server/trunk/configs/axis2/pom.xml Tue Apr 10 03:33:06 2007
  @@ -125,7 +125,7 @@
   artifactIdaxiom-impl/artifactId
   /dependency
   dependency
  -groupIdorg.apache.ws.commons/groupId
  +groupIdorg.apache.ws.commons.schema/groupId
   artifactIdXmlSchema/artifactId
   /dependency
   dependency
 
  Modified: geronimo/server/trunk/configs/cxf-deployer/src/plan/plan.xml
  URL: 
http://svn.apache.org/viewvc/geronimo/server/trunk/configs/cxf-deployer/src/plan/plan.xml?view=diffrev=527089r1=527088r2=527089
  
==
  --- geronimo/server/trunk/configs/cxf-deployer/src/plan/plan.xml (original)
  +++ geronimo/server/trunk/configs/cxf-deployer/src/plan/plan.xml Tue Apr 10 
03:33:06 2007
  @@ -123,7 +123,7 @@
   typejar/type
   /dependency
   dependency
  -groupIdorg.apache.ws.commons/groupId
  +groupIdorg.apache.ws.commons.schema/groupId
   artifactIdXmlSchema/artifactId
   typejar/type
   /dependency
 
  Modified: geronimo/server/trunk/configs/cxf/pom.xml
  URL: 
http://svn.apache.org/viewvc/geronimo/server/trunk/configs/cxf/pom.xml?view=diffrev=527089r1=527088r2=527089
  
==
  --- geronimo/server/trunk/configs/cxf/pom.xml (original)
  +++ geronimo/server/trunk/configs/cxf/pom.xml Tue Apr 10 03:33:06 2007
  @@ -121,7 +121,7 @@
   artifactIdcxf-tools-common/artifactId
   /dependency
   dependency
  -groupIdorg.apache.ws.commons/groupId
  +groupIdorg.apache.ws.commons.schema/groupId
   

Re: antlib.xml in servicemix-core

2007-04-11 Thread Guillaume Nodet

What about these files which is already included in the distribution ?

http://svn.apache.org/repos/asf/incubator/servicemix/trunk/distributions/apache-servicemix/src/main/release/ant/

Isn't it the same thing ?

On 4/11/07, Thomas TERMIN [EMAIL PROTECTED] wrote:


What do you think to package an antlib.xml file in servicemix-core so
that the user can easily declare all jbi tasks like:
typedef resource=org/apache/servicemix/jbi/management/task/antlib.xml
uri=http://servicemix.apache.org/ant/1.0/

Otherwise the user has to declare a taskdef for each task.

Cheers,
Thomas

--
Thomas Termin
___
blue elephant systems GmbH
Wollgrasweg 49
D-70599 Stuttgart

Tel:  (+49) 0711 - 45 10 17 676
Fax:  (+49) 0711 - 45 10 17 573
WWW:  http://www.blue-elephant-systems.com
Email  :  [EMAIL PROTECTED]

blue elephant systems GmbH
Firmensitz  : Wollgrasweg 49, D-70599 Stuttgart
Registergericht : Amtsgericht Stuttgart, HRB 24106
Geschäftsführer : Holger Dietrich, Thomas Gentsch, Joachim Hoernle





--
Cheers,
Guillaume Nodet

Principal Engineer, IONA
Blog: http://gnodet.blogspot.com/


Re: [BUILD] TRUNK: Failed for Revision: 527493

2007-04-11 Thread Sachin Patel

Yep i'm working on this.. fixed soon.

-sachin


On Apr 11, 2007, at 11:24 AM, Prasad Kashyap wrote:


In Revision 527514, Jarek fixed this above error. It continues further
and fails at configs/jee-specs

[INFO]  
-- 
--

[ERROR] BUILD ERROR
[INFO]  
-- 
--

[INFO] Failed to resolve artifact.

Missing:
--
1) javax.xml:jsr173:jar:1.0

 Try downloading the file manually from:
 http://ftpna2.bea.com/pub/downloads/jsr173.jar

 Then, install it using the command:
 mvn install:install-file -DgroupId=javax.xml - 
DartifactId=jsr173 \

 -Dversion=1.0 -Dpackaging=jar -Dfile=/path/to/file

 Path to dependency:
   1) org.apache.geronimo.configs:jee-specs:car:2.0-SNAPSHOT
   2) com.sun.xml.bind:jaxb-impl:jar:2.0
   3) javax.xml:jaxb-api:jar:2.0
   4) javax.xml:jsr173:jar:1.0

--
1 required artifact is missing.

for artifact:
 org.apache.geronimo.configs:jee-specs:car:2.0-SNAPSHOT


Should this dependency in configs/jee-specs/pom.xml be removed too ?

!-- JAXB Impl should not be here! --
dependency
groupIdcom.sun.xml.bind/groupId
artifactIdjaxb-impl/artifactId
/dependency

Cheers
Prasad

On 11 Apr 2007 14:24:51 -, [EMAIL PROTECTED]  
[EMAIL PROTECTED] wrote:

Building with Maven version: 2.0.5
Revision: 527493 built with tests skipped
See the full build-1000.log file at http://people.apache.org/ 
~prasad/binaries/20070411/build-1000.log


2911K downloaded
Downloading: http://tomcat.apache.org/dev/dist/m2-repository/org/ 
apache/ws/commons/schema/XmlSchema/1.2/XmlSchema-1.2.jar
[WARNING] Unable to get resource  
'org.apache.ws.commons.schema:XmlSchema:jar:1.2' from repository  
tomcat-m2-repo (http://tomcat.apache.org/dev/dist/m2-repository)
Downloading: http://people.apache.org/repo/m2-incubating- 
repository//org/apache/ws/commons/schema/XmlSchema/1.2/ 
XmlSchema-1.2.jar
[WARNING] Unable to get resource  
'org.apache.ws.commons.schema:XmlSchema:jar:1.2' from repository  
apache-incubator (http://people.apache.org/repo/m2-incubating- 
repository/)
Downloading: http://repo1.maven.org/maven2/org/apache/ws/commons/ 
schema/XmlSchema/1.2/XmlSchema-1.2.jar

125K downloaded
Downloading: http://tomcat.apache.org/dev/dist/m2-repository/org/ 
mortbay/jetty/servlet-api-2.5/6.1.2rc0/servlet-api-2.5-6.1.2rc0.jar
[WARNING] Unable to get resource 'org.mortbay.jetty:servlet- 
api-2.5:jar:6.1.2rc0' from repository tomcat-m2-repo (http:// 
tomcat.apache.org/dev/dist/m2-repository)
Downloading: http://people.apache.org/repo/m2-incubating- 
repository//org/mortbay/jetty/servlet-api-2.5/6.1.2rc0/servlet- 
api-2.5-6.1.2rc0.jar
[WARNING] Unable to get resource 'org.mortbay.jetty:servlet- 
api-2.5:jar:6.1.2rc0' from repository apache-incubator (http:// 
people.apache.org/repo/m2-incubating-repository/)
Downloading: http://repo1.maven.org/maven2/org/mortbay/jetty/ 
servlet-api-2.5/6.1.2rc0/servlet-api-2.5-6.1.2rc0.jar

128K downloaded
Downloading: http://tomcat.apache.org/dev/dist/m2-repository/org/ 
mortbay/jetty/jetty/6.1.2rc0/jetty-6.1.2rc0.jar
[WARNING] Unable to get resource 'org.mortbay.jetty:jetty:jar: 
6.1.2rc0' from repository tomcat-m2-repo (http://tomcat.apache.org/ 
dev/dist/m2-repository)
Downloading: http://people.apache.org/repo/m2-incubating- 
repository//org/mortbay/jetty/jetty/6.1.2rc0/jetty-6.1.2rc0.jar
[WARNING] Unable to get resource 'org.mortbay.jetty:jetty:jar: 
6.1.2rc0' from repository apache-incubator (http:// 
people.apache.org/repo/m2-incubating-repository/)
Downloading: http://repo1.maven.org/maven2/org/mortbay/jetty/jetty/ 
6.1.2rc0/jetty-6.1.2rc0.jar

450K downloaded
Downloading: http://people.apache.org/repo/m2-snapshot-repository/ 
org/apache/cxf/cxf-rt-frontend-jaxws/2.0-incubator-RC-SNAPSHOT/cxf- 
rt-frontend-jaxws-2.0-incubator-RC-20070411.013316-22.jar

191K downloaded
Downloading: http://people.apache.org/repo/m2-snapshot-repository/ 
org/apache/cxf/cxf-rt-databinding-jaxb/2.0-incubator-RC-SNAPSHOT/ 
cxf-rt-databinding-jaxb-2.0-incubator-RC-20070411.013316-22.jar

45K downloaded
Downloading: http://people.apache.org/repo/m2-snapshot-repository/ 
org/apache/cxf/cxf-rt-bindings-soap/2.0-incubator-RC-SNAPSHOT/cxf- 
rt-bindings-soap-2.0-incubator-RC-20070411.013316-22.jar

76K downloaded
Downloading: http://tomcat.apache.org/dev/dist/m2-repository/org/ 
springframework/spring-core/2.0.3/spring-core-2.0.3.jar
[WARNING] Unable to get resource 'org.springframework:spring- 
core:jar:2.0.3' from repository tomcat-m2-repo (http:// 
tomcat.apache.org/dev/dist/m2-repository)
Downloading: http://people.apache.org/repo/m2-incubating- 
repository//org/springframework/spring-core/2.0.3/spring- 
core-2.0.3.jar
[WARNING] Unable to get resource 'org.springframework:spring- 
core:jar:2.0.3' from repository apache-incubator (http:// 
people.apache.org/repo/m2-incubating-repository/)
Downloading: http://repo1.maven.org/maven2/org

Re: [BUILD] TRUNK: Failed for Revision: 527493

2007-04-11 Thread Prasad Kashyap

Just fyi - configs/webservices-common has a similar problem too.

Cheers
Prasad

On 4/11/07, Sachin Patel [EMAIL PROTECTED] wrote:

Yep i'm working on this.. fixed soon.

-sachin


On Apr 11, 2007, at 11:24 AM, Prasad Kashyap wrote:

 In Revision 527514, Jarek fixed this above error. It continues further
 and fails at configs/jee-specs

 [INFO]
 --
 --
 [ERROR] BUILD ERROR
 [INFO]
 --
 --
 [INFO] Failed to resolve artifact.

 Missing:
 --
 1) javax.xml:jsr173:jar:1.0

  Try downloading the file manually from:
  http://ftpna2.bea.com/pub/downloads/jsr173.jar

  Then, install it using the command:
  mvn install:install-file -DgroupId=javax.xml -
 DartifactId=jsr173 \
  -Dversion=1.0 -Dpackaging=jar -Dfile=/path/to/file

  Path to dependency:
1) org.apache.geronimo.configs:jee-specs:car:2.0-SNAPSHOT
2) com.sun.xml.bind:jaxb-impl:jar:2.0
3) javax.xml:jaxb-api:jar:2.0
4) javax.xml:jsr173:jar:1.0

 --
 1 required artifact is missing.

 for artifact:
  org.apache.geronimo.configs:jee-specs:car:2.0-SNAPSHOT


 Should this dependency in configs/jee-specs/pom.xml be removed too ?

 !-- JAXB Impl should not be here! --
 dependency
 groupIdcom.sun.xml.bind/groupId
 artifactIdjaxb-impl/artifactId
 /dependency

 Cheers
 Prasad

 On 11 Apr 2007 14:24:51 -, [EMAIL PROTECTED]
 [EMAIL PROTECTED] wrote:
 Building with Maven version: 2.0.5
 Revision: 527493 built with tests skipped
 See the full build-1000.log file at http://people.apache.org/
 ~prasad/binaries/20070411/build-1000.log

 2911K downloaded
 Downloading: http://tomcat.apache.org/dev/dist/m2-repository/org/
 apache/ws/commons/schema/XmlSchema/1.2/XmlSchema-1.2.jar
 [WARNING] Unable to get resource
 'org.apache.ws.commons.schema:XmlSchema:jar:1.2' from repository
 tomcat-m2-repo (http://tomcat.apache.org/dev/dist/m2-repository)
 Downloading: http://people.apache.org/repo/m2-incubating-
 repository//org/apache/ws/commons/schema/XmlSchema/1.2/
 XmlSchema-1.2.jar
 [WARNING] Unable to get resource
 'org.apache.ws.commons.schema:XmlSchema:jar:1.2' from repository
 apache-incubator (http://people.apache.org/repo/m2-incubating-
 repository/)
 Downloading: http://repo1.maven.org/maven2/org/apache/ws/commons/
 schema/XmlSchema/1.2/XmlSchema-1.2.jar
 125K downloaded
 Downloading: http://tomcat.apache.org/dev/dist/m2-repository/org/
 mortbay/jetty/servlet-api-2.5/6.1.2rc0/servlet-api-2.5-6.1.2rc0.jar
 [WARNING] Unable to get resource 'org.mortbay.jetty:servlet-
 api-2.5:jar:6.1.2rc0' from repository tomcat-m2-repo (http://
 tomcat.apache.org/dev/dist/m2-repository)
 Downloading: http://people.apache.org/repo/m2-incubating-
 repository//org/mortbay/jetty/servlet-api-2.5/6.1.2rc0/servlet-
 api-2.5-6.1.2rc0.jar
 [WARNING] Unable to get resource 'org.mortbay.jetty:servlet-
 api-2.5:jar:6.1.2rc0' from repository apache-incubator (http://
 people.apache.org/repo/m2-incubating-repository/)
 Downloading: http://repo1.maven.org/maven2/org/mortbay/jetty/
 servlet-api-2.5/6.1.2rc0/servlet-api-2.5-6.1.2rc0.jar
 128K downloaded
 Downloading: http://tomcat.apache.org/dev/dist/m2-repository/org/
 mortbay/jetty/jetty/6.1.2rc0/jetty-6.1.2rc0.jar
 [WARNING] Unable to get resource 'org.mortbay.jetty:jetty:jar:
 6.1.2rc0' from repository tomcat-m2-repo (http://tomcat.apache.org/
 dev/dist/m2-repository)
 Downloading: http://people.apache.org/repo/m2-incubating-
 repository//org/mortbay/jetty/jetty/6.1.2rc0/jetty-6.1.2rc0.jar
 [WARNING] Unable to get resource 'org.mortbay.jetty:jetty:jar:
 6.1.2rc0' from repository apache-incubator (http://
 people.apache.org/repo/m2-incubating-repository/)
 Downloading: http://repo1.maven.org/maven2/org/mortbay/jetty/jetty/
 6.1.2rc0/jetty-6.1.2rc0.jar
 450K downloaded
 Downloading: http://people.apache.org/repo/m2-snapshot-repository/
 org/apache/cxf/cxf-rt-frontend-jaxws/2.0-incubator-RC-SNAPSHOT/cxf-
 rt-frontend-jaxws-2.0-incubator-RC-20070411.013316-22.jar
 191K downloaded
 Downloading: http://people.apache.org/repo/m2-snapshot-repository/
 org/apache/cxf/cxf-rt-databinding-jaxb/2.0-incubator-RC-SNAPSHOT/
 cxf-rt-databinding-jaxb-2.0-incubator-RC-20070411.013316-22.jar
 45K downloaded
 Downloading: http://people.apache.org/repo/m2-snapshot-repository/
 org/apache/cxf/cxf-rt-bindings-soap/2.0-incubator-RC-SNAPSHOT/cxf-
 rt-bindings-soap-2.0-incubator-RC-20070411.013316-22.jar
 76K downloaded
 Downloading: http://tomcat.apache.org/dev/dist/m2-repository/org/
 springframework/spring-core/2.0.3/spring-core-2.0.3.jar
 [WARNING] Unable to get resource 'org.springframework:spring-
 core:jar:2.0.3' from repository tomcat-m2-repo (http://
 tomcat.apache.org/dev/dist/m2-repository)
 Downloading: http://people.apache.org/repo/m2-incubating-
 repository//org/springframework/spring-core/2.0.3/spring-
 core-2.0.3.jar
 [WARNING] Unable to get resource

[BUILD] TRUNK: Failed for Revision: 527590

2007-04-11 Thread prasad
Building with Maven version: 2.0.5
Revision: 527590 built with tests skipped
See the full build-1400.log file at 
http://people.apache.org/~prasad/binaries/20070411/build-1400.log
 
[INFO] Building war: 
/home/prasad/geronimo/trunk/applications/geronimo-ca-helper/target/geronimo-ca-helper-2.0-SNAPSHOT.war
[INFO] [tools:verify-legal-files {execution: verify-legal-files}]
[INFO] Checking legal files in: geronimo-ca-helper-2.0-SNAPSHOT.war
[INFO] [install:install]
[INFO] Installing 
/home/prasad/geronimo/trunk/applications/geronimo-ca-helper/target/geronimo-ca-helper-2.0-SNAPSHOT.war
 to 
/home/prasad/.m2/repository/org/apache/geronimo/applications/geronimo-ca-helper/2.0-SNAPSHOT/geronimo-ca-helper-2.0-SNAPSHOT.war
[INFO] 

[INFO] Building Geronimo Configs
[INFO]task-segment: [install]
[INFO] 

[INFO] Reloading plugin container for: 
org.apache.geronimo.plugins:car-maven-plugin. The plugin artifact has changed.
[INFO] [enforcer:enforce {execution: default}]
[INFO] [tools:copy-legal-files {execution: install-legal-files}]
[INFO] [site:attach-descriptor]
[INFO] [tools:verify-legal-files {execution: verify-legal-files}]
[INFO] [install:install]
[INFO] Installing /home/prasad/geronimo/trunk/configs/pom.xml to 
/home/prasad/.m2/repository/org/apache/geronimo/configs/configs/2.0-SNAPSHOT/configs-2.0-SNAPSHOT.pom
[INFO] 

[INFO] Building Geronimo Configs :: XMLBeans
[INFO]task-segment: [install]
[INFO] 

[INFO] [enforcer:enforce {execution: default}]
[INFO] [tools:copy-legal-files {execution: install-legal-files}]
[INFO] Created dir: 
/home/prasad/geronimo/trunk/configs/xmlbeans/target/classes/META-INF
[INFO] Copying 2 files to 
/home/prasad/geronimo/trunk/configs/xmlbeans/target/classes/META-INF
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [car:prepare-plan]
[INFO] Generated: 
/home/prasad/geronimo/trunk/configs/xmlbeans/target/plan/plan.xml
[INFO] [car:package]
[INFO] snapshot 
org.apache.geronimo.configs:geronimo-gbean-deployer:2.0-SNAPSHOT: checking for 
updates from apache-snapshots
[INFO] snapshot 
org.apache.geronimo.configs:geronimo-gbean-deployer:2.0-SNAPSHOT: checking for 
updates from codehaus-snapshots
[INFO] snapshot 
org.apache.geronimo.configs:geronimo-gbean-deployer:2.0-SNAPSHOT: checking for 
updates from apache.snapshots
Downloading: 
http://people.apache.org/repo/m2-snapshot-repository/org/apache/geronimo/configs/geronimo-gbean-deployer/2.0-SNAPSHOT/geronimo-gbean-deployer-2.0-20070403.214710-7.car
8K downloaded
Downloading: 
http://people.apache.org/repo/m2-snapshot-repository/org/apache/geronimo/configs/geronimo-gbean-deployer/2.0-SNAPSHOT/geronimo-gbean-deployer-2.0-20070403.214710-7.pom
3K downloaded
Packaging module configuration: 
/home/prasad/geronimo/trunk/configs/xmlbeans/target/plan/plan.xml
[INFO] Building jar: 
/home/prasad/geronimo/trunk/configs/xmlbeans/target/xmlbeans-2.0-SNAPSHOT.car
[INFO] [tools:verify-legal-files {execution: verify-legal-files}]
[INFO] Checking legal files in: xmlbeans-2.0-SNAPSHOT.car
[INFO] [install:install]
[INFO] Installing 
/home/prasad/geronimo/trunk/configs/xmlbeans/target/xmlbeans-2.0-SNAPSHOT.car 
to 
/home/prasad/.m2/repository/org/apache/geronimo/configs/xmlbeans/2.0-SNAPSHOT/xmlbeans-2.0-SNAPSHOT.car
[INFO] 

[INFO] Building Geronimo Configs :: GBean Deployer
[INFO]task-segment: [install]
[INFO] 

[INFO] [enforcer:enforce {execution: default}]
[INFO] [tools:copy-legal-files {execution: install-legal-files}]
[INFO] Created dir: 
/home/prasad/geronimo/trunk/configs/geronimo-gbean-deployer/target/classes/META-INF
[INFO] Copying 2 files to 
/home/prasad/geronimo/trunk/configs/geronimo-gbean-deployer/target/classes/META-INF
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [car:prepare-plan]
[INFO] Generated: 
/home/prasad/geronimo/trunk/configs/geronimo-gbean-deployer/target/plan/plan.xml
[INFO] [car:package]
Packaging module configuration: 
/home/prasad/geronimo/trunk/configs/geronimo-gbean-deployer/target/plan/plan.xml
[INFO] Building jar: 
/home/prasad/geronimo/trunk/configs/geronimo-gbean-deployer/target/geronimo-gbean-deployer-2.0-SNAPSHOT.car
[INFO] [tools:verify-legal-files {execution: verify-legal-files}]
[INFO] Checking legal files in: geronimo-gbean-deployer-2.0-SNAPSHOT.car
[INFO] [install:install]
[INFO] Installing 
/home/prasad/geronimo/trunk/configs/geronimo-gbean-deployer/target/geronimo-gbean-deployer-2.0-SNAPSHOT.car
 to 
/home/prasad/.m2/repository/org/apache/geronimo/configs/geronimo

Re: [BUILD] TRUNK: Failed for Revision: 527590

2007-04-11 Thread David Jencks
I'm not seeing exactly this problem but to fix some CCE I think we  
need to make the xmlbeans module depend on jee-specs.  That would  
make 3 modules use the bootstrap config builder.


I'm going to try having 2 geronimo-gbean-deployer modules, one that  
includes the xmlbeans dependency that we can use to build a few  
modules, then another that depends on the xmlbeans module that we can  
use in the server.


Any other ideas?

thanks
david jencks


On Apr 11, 2007, at 11:12 AM, [EMAIL PROTECTED] wrote:


Building with Maven version: 2.0.5
Revision: 527590 built with tests skipped
See the full build-1400.log file at http://people.apache.org/ 
~prasad/binaries/20070411/build-1400.log


[INFO] Building war: /home/prasad/geronimo/trunk/applications/ 
geronimo-ca-helper/target/geronimo-ca-helper-2.0-SNAPSHOT.war

[INFO] [tools:verify-legal-files {execution: verify-legal-files}]
[INFO] Checking legal files in: geronimo-ca-helper-2.0-SNAPSHOT.war
[INFO] [install:install]
[INFO] Installing /home/prasad/geronimo/trunk/applications/geronimo- 
ca-helper/target/geronimo-ca-helper-2.0-SNAPSHOT.war to /home/ 
prasad/.m2/repository/org/apache/geronimo/applications/geronimo-ca- 
helper/2.0-SNAPSHOT/geronimo-ca-helper-2.0-SNAPSHOT.war
[INFO]  
-- 
--

[INFO] Building Geronimo Configs
[INFO]task-segment: [install]
[INFO]  
-- 
--
[INFO] Reloading plugin container for:  
org.apache.geronimo.plugins:car-maven-plugin. The plugin artifact  
has changed.

[INFO] [enforcer:enforce {execution: default}]
[INFO] [tools:copy-legal-files {execution: install-legal-files}]
[INFO] [site:attach-descriptor]
[INFO] [tools:verify-legal-files {execution: verify-legal-files}]
[INFO] [install:install]
[INFO] Installing /home/prasad/geronimo/trunk/configs/pom.xml to / 
home/prasad/.m2/repository/org/apache/geronimo/configs/configs/2.0- 
SNAPSHOT/configs-2.0-SNAPSHOT.pom
[INFO]  
-- 
--

[INFO] Building Geronimo Configs :: XMLBeans
[INFO]task-segment: [install]
[INFO]  
-- 
--

[INFO] [enforcer:enforce {execution: default}]
[INFO] [tools:copy-legal-files {execution: install-legal-files}]
[INFO] Created dir: /home/prasad/geronimo/trunk/configs/xmlbeans/ 
target/classes/META-INF
[INFO] Copying 2 files to /home/prasad/geronimo/trunk/configs/ 
xmlbeans/target/classes/META-INF

[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [car:prepare-plan]
[INFO] Generated: /home/prasad/geronimo/trunk/configs/xmlbeans/ 
target/plan/plan.xml

[INFO] [car:package]
[INFO] snapshot org.apache.geronimo.configs:geronimo-gbean-deployer: 
2.0-SNAPSHOT: checking for updates from apache-snapshots
[INFO] snapshot org.apache.geronimo.configs:geronimo-gbean-deployer: 
2.0-SNAPSHOT: checking for updates from codehaus-snapshots
[INFO] snapshot org.apache.geronimo.configs:geronimo-gbean-deployer: 
2.0-SNAPSHOT: checking for updates from apache.snapshots
Downloading: http://people.apache.org/repo/m2-snapshot-repository/ 
org/apache/geronimo/configs/geronimo-gbean-deployer/2.0-SNAPSHOT/ 
geronimo-gbean-deployer-2.0-20070403.214710-7.car

8K downloaded
Downloading: http://people.apache.org/repo/m2-snapshot-repository/ 
org/apache/geronimo/configs/geronimo-gbean-deployer/2.0-SNAPSHOT/ 
geronimo-gbean-deployer-2.0-20070403.214710-7.pom

3K downloaded
Packaging module configuration: /home/prasad/geronimo/trunk/configs/ 
xmlbeans/target/plan/plan.xml
[INFO] Building jar: /home/prasad/geronimo/trunk/configs/xmlbeans/ 
target/xmlbeans-2.0-SNAPSHOT.car

[INFO] [tools:verify-legal-files {execution: verify-legal-files}]
[INFO] Checking legal files in: xmlbeans-2.0-SNAPSHOT.car
[INFO] [install:install]
[INFO] Installing /home/prasad/geronimo/trunk/configs/xmlbeans/ 
target/xmlbeans-2.0-SNAPSHOT.car to /home/prasad/.m2/repository/org/ 
apache/geronimo/configs/xmlbeans/2.0-SNAPSHOT/xmlbeans-2.0- 
SNAPSHOT.car
[INFO]  
-- 
--

[INFO] Building Geronimo Configs :: GBean Deployer
[INFO]task-segment: [install]
[INFO]  
-- 
--

[INFO] [enforcer:enforce {execution: default}]
[INFO] [tools:copy-legal-files {execution: install-legal-files}]
[INFO] Created dir: /home/prasad/geronimo/trunk/configs/geronimo- 
gbean-deployer/target/classes/META-INF
[INFO] Copying 2 files to /home/prasad/geronimo/trunk/configs/ 
geronimo-gbean-deployer/target/classes/META-INF

[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [car:prepare-plan]
[INFO] Generated: /home/prasad/geronimo/trunk/configs/geronimo- 
gbean-deployer/target/plan/plan.xml

[INFO] [car:package]
Packaging module configuration

[jira] Commented: (GERONIMO-2735) Add property substitution capability in the config.xml and plan files

2007-04-11 Thread Anita Kulshreshtha (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-2735?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12488140
 ] 

Anita Kulshreshtha commented on GERONIMO-2735:
--

rev 527596
- Updated config-substitutions.properties in boilerplate-minimal
- added portOffset to config.xml in  geronimo-jetty6-jee5 and 
geronimo-tomcat6-jee5 assemblies 

 Add property substitution capability in the config.xml and plan files
 -

 Key: GERONIMO-2735
 URL: https://issues.apache.org/jira/browse/GERONIMO-2735
 Project: Geronimo
  Issue Type: New Feature
  Security Level: public(Regular issues) 
Affects Versions: 1.1.1, 1.1.x, 2.0-M1
 Environment: All
Reporter: Ted Kirby
 Assigned To: David Jencks
Priority: Minor
 Attachments: JIRA2735.1.1.1.patch, JIRA2735.2.0.patch


 Allow property substitution as it works in maven, Spring, and JBoss.
 Allow a geronimo.properties type file.  In that file, allow something like 
 this:
 tomcat.port=9090
 tomcat.listen.ip=10.0.0.7
 In the config.xml, then allow the following:
 ...
 module name=...
 gbean name=TomcatConnector
 attribute name=port${tomcat.port}/attribute
 attribute name=host${tomcat.listen.ip}/attribute
/gbean
 /module
 The server reads the property file on boot (if one exists).  When the 
 config.xml is processed, it substitutes the declared property.
 Properties might also come from a GBean.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (GERONIMO-3011) Adjust port configuration for running multiple instances of geronimo

2007-04-11 Thread Anita Kulshreshtha (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-3011?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12488144
 ] 

Anita Kulshreshtha commented on GERONIMO-3011:
--

rev 527596  Added port configuration for
-  EJBNetworkService,
-  ActiveMQ.stomp.default, and 
- ActiveMQ RA  http://www.nabble.com/Re%3A-activemq-broker-p9913112s134.html

 Adjust port configuration for running multiple instances of geronimo
 

 Key: GERONIMO-3011
 URL: https://issues.apache.org/jira/browse/GERONIMO-3011
 Project: Geronimo
  Issue Type: Improvement
  Security Level: public(Regular issues) 
  Components: ActiveMQ, naming, OpenEJB
Affects Versions: 2.0-M5
 Environment: All
Reporter: Anita Kulshreshtha
 Assigned To: Anita Kulshreshtha
Priority: Minor
 Fix For: 2.0-M5

 Attachments: assemblies.patch


Make the following changes to facilitate running multiple instances of 
 geronimo on the same machine.
 1. The port number for these GBeans should be configurable via config.xml:
  - EJBNetworkService  
  -  ActiveMQ.stomp.default
 2. Change default RMI Naming port
 3. Fix :
 Module  5/27 org.apache.geronimo.configs/openejb/2.0-SNAPSHOT/car
 13:25:08,046 FATAL [remote] Service Start Failed: admin thread 127.0.0.1 
 420
 0: Service failed to start.: Address already in use: JVM_Bind

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (GERONIMO-3089) geronimo-activemq-ra's ra.xml is missing several config-property elements

2007-04-11 Thread Jason Dillon (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-3089?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12488148
 ] 

Jason Dillon commented on GERONIMO-3089:


Related to: http://issues.apache.org/activemq/browse/AMQ-1225

 geronimo-activemq-ra's ra.xml is missing several config-property elements
 -

 Key: GERONIMO-3089
 URL: https://issues.apache.org/jira/browse/GERONIMO-3089
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: ActiveMQ
Reporter: Jason Dillon
 Assigned To: Jason Dillon
 Fix For: 1.2, 2.0-M5


 Several configuration properties which are listed ( 
 http://activemq.apache.org/resource-adapter-properties.html ) are not 
 actually configurable in the normal J2EE/JavaEE ra way as the ra.xml is 
 missing config-property elements to define them as configurable.
 Specifically these documented properties are missing:
  * AllPrefetchValues
  * DurableTopicPrefetch
  * QueuePrefetch
  * InputStreamPrefetch
  * TopicPrefetch
  * InitialRedeliveryDelay
  * MaximumRedeliveries
  * RedeliveryBackOffMultiplier
  * RedeliveryUseExponentialBackOff
 Should also double check the org.apache.activemq.ra.ActiveMQResourceAdapter 
 class for any other properties which may be missing.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (GERONIMO-3089) geronimo-activemq-ra's ra.xml is missing several config-property elements

2007-04-11 Thread Jason Dillon (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-3089?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12488150
 ] 

Jason Dillon commented on GERONIMO-3089:


Discussion thread here: http://www.nabble.com/RA-properties-tf3556020s2354.html

 geronimo-activemq-ra's ra.xml is missing several config-property elements
 -

 Key: GERONIMO-3089
 URL: https://issues.apache.org/jira/browse/GERONIMO-3089
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: ActiveMQ
Reporter: Jason Dillon
 Assigned To: Jason Dillon
 Fix For: 1.2, 2.0-M5


 Several configuration properties which are listed ( 
 http://activemq.apache.org/resource-adapter-properties.html ) are not 
 actually configurable in the normal J2EE/JavaEE ra way as the ra.xml is 
 missing config-property elements to define them as configurable.
 Specifically these documented properties are missing:
  * AllPrefetchValues
  * DurableTopicPrefetch
  * QueuePrefetch
  * InputStreamPrefetch
  * TopicPrefetch
  * InitialRedeliveryDelay
  * MaximumRedeliveries
  * RedeliveryBackOffMultiplier
  * RedeliveryUseExponentialBackOff
 Should also double check the org.apache.activemq.ra.ActiveMQResourceAdapter 
 class for any other properties which may be missing.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (GERONIMO-3090) We need too many modules built to run the geronimo-gbean-deployer

2007-04-11 Thread David Jencks (JIRA)
We need too many modules built to run the geronimo-gbean-deployer
-

 Key: GERONIMO-3090
 URL: https://issues.apache.org/jira/browse/GERONIMO-3090
 Project: Geronimo
  Issue Type: Bug
  Security Level: public (Regular issues)
Affects Versions: 2.0-M5
Reporter: David Jencks
 Assigned To: David Jencks
 Fix For: 2.0-M5


To  get the xmlbeans module to work it needs to depend on the jee-specs module, 
which would mean 3 modules have to be built with the bootstrap 
car-maven-plugin.  This is 2 too many.

I think the best bet is to have 2 copies of the geronimo-gbean-deployer module, 
a bootstrap one that includes all its dependencies and a runtime one that 
depends on other modules.

I'm going to first fix ClassCastExceptions with the xmlbeans plugin, then try 
out this idea.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (GERONIMO-3090) We need too many modules built to run the geronimo-gbean-deployer

2007-04-11 Thread David Jencks (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-3090?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12488155
 ] 

David Jencks commented on GERONIMO-3090:


step one in rev 527627.

 We need too many modules built to run the geronimo-gbean-deployer
 -

 Key: GERONIMO-3090
 URL: https://issues.apache.org/jira/browse/GERONIMO-3090
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
Affects Versions: 2.0-M5
Reporter: David Jencks
 Assigned To: David Jencks
 Fix For: 2.0-M5


 To  get the xmlbeans module to work it needs to depend on the jee-specs 
 module, which would mean 3 modules have to be built with the bootstrap 
 car-maven-plugin.  This is 2 too many.
 I think the best bet is to have 2 copies of the geronimo-gbean-deployer 
 module, a bootstrap one that includes all its dependencies and a runtime one 
 that depends on other modules.
 I'm going to first fix ClassCastExceptions with the xmlbeans plugin, then try 
 out this idea.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (GERONIMO-3091) upgrade to xmlbeans 2.2.0 for scout compatibility

2007-04-11 Thread David Jencks (JIRA)
upgrade to xmlbeans 2.2.0 for scout compatibility
-

 Key: GERONIMO-3091
 URL: https://issues.apache.org/jira/browse/GERONIMO-3091
 Project: Geronimo
  Issue Type: Bug
  Security Level: public (Regular issues)
Affects Versions: 2.0-M5
Reporter: David Jencks
 Assigned To: David Jencks
 Fix For: 2.0-M5


scout is using xmlbeans 2.2.0.  Changing to that version doesn't appear to 
break anything obvious.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Closed: (GERONIMO-3091) upgrade to xmlbeans 2.2.0 for scout compatibility

2007-04-11 Thread David Jencks (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-3091?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Jencks closed GERONIMO-3091.
--

Resolution: Fixed

rev 527628. Complain or reopen if you find problems.

 upgrade to xmlbeans 2.2.0 for scout compatibility
 -

 Key: GERONIMO-3091
 URL: https://issues.apache.org/jira/browse/GERONIMO-3091
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
Affects Versions: 2.0-M5
Reporter: David Jencks
 Assigned To: David Jencks
 Fix For: 2.0-M5


 scout is using xmlbeans 2.2.0.  Changing to that version doesn't appear to 
 break anything obvious.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (GERONIMO-2997) jaxws-war test: axis2 no longer need the jaxb generated files

2007-04-11 Thread Lin Sun (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-2997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12488184
 ] 

Lin Sun commented on GERONIMO-2997:
---

I just noticed something interesting today.  If I ran jaxws-war with the patch 
and .wsdl is provided, 3 test ran successful.  If I ran without the patch 
(basically xjc generated the artifacts), then 1 test (the client invocation) 
failed.

I compared the output of a good run:

responseTypeHello foo bar/responseType

and a bad run:

responseType xmlns=Hello foo bar/responseType

Note that xmlns is set to  in the bad run.  I'll also add a comment in 
http://issues.apache.org/jira/browse/AXIS2-2452

Lin

 jaxws-war test:  axis2 no longer need the jaxb generated files
 --

 Key: GERONIMO-2997
 URL: https://issues.apache.org/jira/browse/GERONIMO-2997
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: webservices
Affects Versions: 2.0-M5
 Environment: sun 1.5 SDK + winXP
Reporter: Lin Sun
Priority: Minor
 Fix For: 2.0-M5

 Attachments: G2997.patch


 Looks like the axis2 folks have fixed this thus we no longer need to run the 
 sun tooling to generate all the java files from wsdl in pom.xml   We do still 
 need the FaultDetail.java to get things compiled.   

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Closed: (GERONIMO-3090) We need too many modules built to run the geronimo-gbean-deployer

2007-04-11 Thread David Jencks (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-3090?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Jencks closed GERONIMO-3090.
--

Resolution: Fixed

rev 527673 implements the 2 geronimo-gbean-deployer idea which seems to work ok.

 We need too many modules built to run the geronimo-gbean-deployer
 -

 Key: GERONIMO-3090
 URL: https://issues.apache.org/jira/browse/GERONIMO-3090
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
Affects Versions: 2.0-M5
Reporter: David Jencks
 Assigned To: David Jencks
 Fix For: 2.0-M5


 To  get the xmlbeans module to work it needs to depend on the jee-specs 
 module, which would mean 3 modules have to be built with the bootstrap 
 car-maven-plugin.  This is 2 too many.
 I think the best bet is to have 2 copies of the geronimo-gbean-deployer 
 module, a bootstrap one that includes all its dependencies and a runtime one 
 that depends on other modules.
 I'm going to first fix ClassCastExceptions with the xmlbeans plugin, then try 
 out this idea.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (GERONIMO-3017) Web Apps (WAR files) that directly contain JPA entities cannot be deployed

2007-04-11 Thread Jay D. McHugh (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-3017?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jay D. McHugh updated GERONIMO-3017:


Attachment: jpa-war.war

This is a simple war file that attempts to install a persistence unit and do a 
basic test of connectivity if you go to:

http://localhost:8080/jpa-war/TestServlet

The page should return 'factory test successful'

But the war cannot be deployed without the attached patch.

 Web Apps (WAR files) that directly contain JPA entities cannot be deployed
 --

 Key: GERONIMO-3017
 URL: https://issues.apache.org/jira/browse/GERONIMO-3017
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: persistence
Affects Versions: 2.0-M5
Reporter: Jay D. McHugh
 Assigned To: Jay D. McHugh
 Attachments: geronimo-3017-2.patch, geronimo-jira-3017.patch, 
 jpa-war.war


 There is still a find and parse problem with persistence.xml in war files.
 It seems to work if you have your jpa entities in a jar file.
 But, if you have a WEB-INF/lib/META-INF/persistence.xml file, it finds it and 
 dies with a substring error.
 I have not tested to see if this is a problem for WAR files contained in an 
 EAR.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



config-substitution.properties file

2007-04-11 Thread Anita Kulshreshtha
  The server now uses config-substitution.properties file. Please
rebuild assemblies.

Thanks
Anita


   

The fish are biting. 
Get more visitors on your site using Yahoo! Search Marketing.
http://searchmarketing.yahoo.com/arp/sponsoredsearch_v2.php


[jira] Updated: (GERONIMO-2985) webservice: provide test cases for different protocol combinations

2007-04-11 Thread Lasantha Ranaweera (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-2985?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Lasantha Ranaweera updated GERONIMO-2985:
-

Attachment: SOAP12.patch

Here is a SOAP 1.2 over HTTP sample. 

Following observations made during the execution of the SOAP 1.2 in CXF and 
Axis2 web service implementations. Good news is both implementations work with 
SOAP 1.2. 

CXF work with SOAP1.1 requests for the given application but Axis2 won't (I 
think Axis2 behavior is correct here).  

If somebody review it and give some comments I would be able to improve this 
too.

Thanks,
Lasantha

 webservice: provide test cases for different protocol combinations
 --

 Key: GERONIMO-2985
 URL: https://issues.apache.org/jira/browse/GERONIMO-2985
 Project: Geronimo
  Issue Type: New Feature
  Security Level: public(Regular issues) 
  Components: webservices
Affects Versions: 2.0-M5
Reporter: Lin Sun
 Fix For: 2.0-M5

 Attachments: SOAP12.patch


 We think the axis2 or CXF engine already support the following, but we need 
 to create test cases for them to make sure they work in geronimo:
 Supports SOAP 1.2 over HTTP
 Supports XML over HTTP
 Supports SOAP 1.1 over HTTP with MTOM enabled
 Supports SOAP 1.2 over HTTP with MTOM enabled

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (GERONIMO-3011) Adjust port configuration for running multiple instances of geronimo

2007-04-11 Thread Anita Kulshreshtha (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-3011?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12488236
 ] 

Anita Kulshreshtha commented on GERONIMO-3011:
--

rev 527746
- Changed default RMINaming port to 1098
- added system property admin.disabled=true, thanks David B!
  
http://www.nabble.com/Openejb-should-allow-configuration-of-port-used-by-AdminDaemon-tf3500975s134.html#a9777401

 Adjust port configuration for running multiple instances of geronimo
 

 Key: GERONIMO-3011
 URL: https://issues.apache.org/jira/browse/GERONIMO-3011
 Project: Geronimo
  Issue Type: Improvement
  Security Level: public(Regular issues) 
  Components: ActiveMQ, naming, OpenEJB
Affects Versions: 2.0-M5
 Environment: All
Reporter: Anita Kulshreshtha
 Assigned To: Anita Kulshreshtha
Priority: Minor
 Fix For: 2.0-M5

 Attachments: assemblies.patch


Make the following changes to facilitate running multiple instances of 
 geronimo on the same machine.
 1. The port number for these GBeans should be configurable via config.xml:
  - EJBNetworkService  
  -  ActiveMQ.stomp.default
 2. Change default RMI Naming port
 3. Fix :
 Module  5/27 org.apache.geronimo.configs/openejb/2.0-SNAPSHOT/car
 13:25:08,046 FATAL [remote] Service Start Failed: admin thread 127.0.0.1 
 420
 0: Service failed to start.: Address already in use: JVM_Bind

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



Re: Openejb should allow configuration of port used by AdminDaemon

2007-04-11 Thread Anita Kulshreshtha
David B,
   Setting the system property admin.disabled (next to duct tape!)in
OpenEjbSystemGBean worked.

Thanks
Anita

--- Anita Kulshreshtha [EMAIL PROTECTED] wrote:

 
 --- David Blevins [EMAIL PROTECTED] wrote:
 
  On Apr 1, 2007, at 5:43 AM, Anita Kulshreshtha wrote:
  
 
 snip
  You can configure it by adding the property admin.port=number
 to 
  
  the o.a.o.loader.SystemInstance or to the system properties.
  
  This particular protocol shouldn't be enabled though and should  
  instead be disabled, admin.disabled=true via the same approach.
 
 Thanks David! I modified OpenEjbSystemGBean to set
 admin.disabled=true. Neither
  System.setProperty(admin.disabled, true); nor
  systemInstance.setProperty(admin.disabled, true);
worked correctly, i.e. the port was still being used.. It appears
 that the property is being set too late. Am I missing something?
I was able to use GERONIMO_OPTS to set this property, and run
 multiple instances of geronimo using bin\startup. If possible I would
 like to avoid adding yet another param to GERONIMO_OPTS. 
 
 Thanks
 Anita
 

 
 
 
 
  


 Food fight? Enjoy some healthy debate 
 in the Yahoo! Answers Food  Drink QA.
 http://answers.yahoo.com/dir/?link=listsid=396545367
 



   

Don't get soaked.  Take a quick peak at the forecast
with the Yahoo! Search weather shortcut.
http://tools.search.yahoo.com/shortcuts/#loc_weather


Re: svn commit: r527746 - in /geronimo/server/trunk: assemblies/geronimo-boilerplate-minimal/src/main/resources/var/config/ modules/geronimo-deploy-tool/src/main/java/org/apache/geronimo/deployment/ m

2007-04-11 Thread Donald Woods
Don't the following need to be updated too, given they are used 
throughout the configs and assemblies?

  assemblies\pom.xml 42 25:PlanNamingPort1099/PlanNamingPort
  configs\pom.xml 63 25:PlanNamingPort1099/PlanNamingPort
Also, other references to 1099 in the source -

modules\geronimo-deploy-jsr88\src\main\java\org\apache\geronimo\deployment\plugin\factories\BaseDeploymentFactory.java

modules\geronimo-system\src\test\java\org\apache\geronimo\system\properties\NamingPropertiesTest.java

User messages that should be updated -

modules\geronimo-deploy-tool\src\main\java\org\apache\geronimo\deployment\cli\ServerConnection.java

Are you going to update the 2.0 User Docs to correctly show 1098 as the 
new default port for the Deployer?

  http://cwiki.apache.org/GMOxDOC20/deployer-tool.html
  http://cwiki.apache.org/GMOxDOC20/shutdown.html


-Donald

[EMAIL PROTECTED] wrote:

Author: akulshreshtha
Date: Wed Apr 11 18:42:13 2007
New Revision: 527746

URL: http://svn.apache.org/viewvc?view=revrev=527746
Log:
GERONIMO-3011 Change default RMINaming port to 1098
  Added system property admin.disabled=true 
  Removed PluginBootstrap, it was used by Maven1 build


Removed:

geronimo/server/trunk/modules/geronimo-deploy-tool/src/main/java/org/apache/geronimo/deployment/PluginBootstrap.java
Modified:

geronimo/server/trunk/assemblies/geronimo-boilerplate-minimal/src/main/resources/var/config/config-substitutions.properties

geronimo/server/trunk/modules/geronimo-deploy-tool/src/main/java/org/apache/geronimo/deployment/cli/StopServer.java

geronimo/server/trunk/modules/geronimo-openejb/src/main/java/org/apache/geronimo/openejb/OpenEjbSystemGBean.java

Modified: 
geronimo/server/trunk/assemblies/geronimo-boilerplate-minimal/src/main/resources/var/config/config-substitutions.properties
URL: 
http://svn.apache.org/viewvc/geronimo/server/trunk/assemblies/geronimo-boilerplate-minimal/src/main/resources/var/config/config-substitutions.properties?view=diffrev=527746r1=527745r2=527746
==
--- 
geronimo/server/trunk/assemblies/geronimo-boilerplate-minimal/src/main/resources/var/config/config-substitutions.properties
 (original)
+++ 
geronimo/server/trunk/assemblies/geronimo-boilerplate-minimal/src/main/resources/var/config/config-substitutions.properties
 Wed Apr 11 18:42:13 2007
@@ -23,7 +23,7 @@
 ##   Try portOffset=10
 #portOffset=0
 PlanServerHostname=0.0.0.0
-PlanNamingPort=1099
+PlanNamingPort=1098
 PlanOpenEJBPort=4201
 PlanClientAddresses=127.0.0.1
 PlanIIOPPort=9000

Modified: 
geronimo/server/trunk/modules/geronimo-deploy-tool/src/main/java/org/apache/geronimo/deployment/cli/StopServer.java
URL: 
http://svn.apache.org/viewvc/geronimo/server/trunk/modules/geronimo-deploy-tool/src/main/java/org/apache/geronimo/deployment/cli/StopServer.java?view=diffrev=527746r1=527745r2=527746
==
--- 
geronimo/server/trunk/modules/geronimo-deploy-tool/src/main/java/org/apache/geronimo/deployment/cli/StopServer.java
 (original)
+++ 
geronimo/server/trunk/modules/geronimo-deploy-tool/src/main/java/org/apache/geronimo/deployment/cli/StopServer.java
 Wed Apr 11 18:42:13 2007
@@ -40,7 +40,7 @@
 
 	public static final String RMI_NAMING_CONFG_ID = org/apache/geronimo/RMINaming;
 
-	public static final String DEFAULT_PORT = 1099;

+   public static final String DEFAULT_PORT = 1098; // 1099 is used by 
java.rmi.registry.Registry
 
 	String port;
 


Modified: 
geronimo/server/trunk/modules/geronimo-openejb/src/main/java/org/apache/geronimo/openejb/OpenEjbSystemGBean.java
URL: 
http://svn.apache.org/viewvc/geronimo/server/trunk/modules/geronimo-openejb/src/main/java/org/apache/geronimo/openejb/OpenEjbSystemGBean.java?view=diffrev=527746r1=527745r2=527746
==
--- 
geronimo/server/trunk/modules/geronimo-openejb/src/main/java/org/apache/geronimo/openejb/OpenEjbSystemGBean.java
 (original)
+++ 
geronimo/server/trunk/modules/geronimo-openejb/src/main/java/org/apache/geronimo/openejb/OpenEjbSystemGBean.java
 Wed Apr 11 18:42:13 2007
@@ -95,6 +95,7 @@
 this.classLoader = classLoader;
 
 System.setProperty(duct tape,);

+System.setProperty(admin.disabled, true);
 SystemInstance systemInstance = SystemInstance.get();
 
 String format = systemInstance.getProperty(openejb.deploymentId.format);







smime.p7s
Description: S/MIME Cryptographic Signature


Re: svn commit: r527746 - in /geronimo/server/trunk: assemblies/geronimo-boilerplate-minimal/src/main/resources/var/config/ modules/geronimo-deploy-tool/src/main/java/org/apache/geronimo/deployment/ m

2007-04-11 Thread Jason Dillon

Why are we changing the port?

--jason


On Apr 11, 2007, at 7:33 PM, Donald Woods wrote:

Don't the following need to be updated too, given they are used  
throughout the configs and assemblies?
  assemblies\pom.xml 42 25:PlanNamingPort1099/ 
PlanNamingPort

  configs\pom.xml 63 25:PlanNamingPort1099/PlanNamingPort
Also, other references to 1099 in the source -
modules\geronimo-deploy-jsr88\src\main\java\org\apache\geronimo 
\deployment\plugin\factories\BaseDeploymentFactory.java
modules\geronimo-system\src\test\java\org\apache\geronimo\system 
\properties\NamingPropertiesTest.java


User messages that should be updated -
modules\geronimo-deploy-tool\src\main\java\org\apache\geronimo 
\deployment\cli\ServerConnection.java


Are you going to update the 2.0 User Docs to correctly show 1098 as  
the new default port for the Deployer?

  http://cwiki.apache.org/GMOxDOC20/deployer-tool.html
  http://cwiki.apache.org/GMOxDOC20/shutdown.html


-Donald

[EMAIL PROTECTED] wrote:

Author: akulshreshtha
Date: Wed Apr 11 18:42:13 2007
New Revision: 527746
URL: http://svn.apache.org/viewvc?view=revrev=527746
Log:
GERONIMO-3011 Change default RMINaming port to 1098
  Added system property admin.disabled=true   Removed  
PluginBootstrap, it was used by Maven1 build

Removed:
geronimo/server/trunk/modules/geronimo-deploy-tool/src/main/ 
java/org/apache/geronimo/deployment/PluginBootstrap.java

Modified:
geronimo/server/trunk/assemblies/geronimo-boilerplate-minimal/ 
src/main/resources/var/config/config-substitutions.properties
geronimo/server/trunk/modules/geronimo-deploy-tool/src/main/ 
java/org/apache/geronimo/deployment/cli/StopServer.java
geronimo/server/trunk/modules/geronimo-openejb/src/main/java/ 
org/apache/geronimo/openejb/OpenEjbSystemGBean.java
Modified: geronimo/server/trunk/assemblies/geronimo-boilerplate- 
minimal/src/main/resources/var/config/config-substitutions.properties
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/assemblies/ 
geronimo-boilerplate-minimal/src/main/resources/var/config/config- 
substitutions.properties?view=diffrev=527746r1=527745r2=527746
= 
=
--- geronimo/server/trunk/assemblies/geronimo-boilerplate-minimal/ 
src/main/resources/var/config/config-substitutions.properties  
(original)
+++ geronimo/server/trunk/assemblies/geronimo-boilerplate-minimal/ 
src/main/resources/var/config/config-substitutions.properties Wed  
Apr 11 18:42:13 2007

@@ -23,7 +23,7 @@
 ##   Try portOffset=10
 #portOffset=0
 PlanServerHostname=0.0.0.0
-PlanNamingPort=1099
+PlanNamingPort=1098
 PlanOpenEJBPort=4201
 PlanClientAddresses=127.0.0.1
 PlanIIOPPort=9000
Modified: geronimo/server/trunk/modules/geronimo-deploy-tool/src/ 
main/java/org/apache/geronimo/deployment/cli/StopServer.java
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/modules/ 
geronimo-deploy-tool/src/main/java/org/apache/geronimo/deployment/ 
cli/StopServer.java?view=diffrev=527746r1=527745r2=527746
= 
=
--- geronimo/server/trunk/modules/geronimo-deploy-tool/src/main/ 
java/org/apache/geronimo/deployment/cli/StopServer.java (original)
+++ geronimo/server/trunk/modules/geronimo-deploy-tool/src/main/ 
java/org/apache/geronimo/deployment/cli/StopServer.java Wed Apr 11  
18:42:13 2007

@@ -40,7 +40,7 @@
  	public static final String RMI_NAMING_CONFG_ID = org/apache/ 
geronimo/RMINaming;

 -  public static final String DEFAULT_PORT = 1099;
+	public static final String DEFAULT_PORT = 1098; // 1099 is  
used by java.rmi.registry.Registry

String port;
 Modified: geronimo/server/trunk/modules/geronimo-openejb/src/main/ 
java/org/apache/geronimo/openejb/OpenEjbSystemGBean.java
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/modules/ 
geronimo-openejb/src/main/java/org/apache/geronimo/openejb/ 
OpenEjbSystemGBean.java?view=diffrev=527746r1=527745r2=527746
= 
=
--- geronimo/server/trunk/modules/geronimo-openejb/src/main/java/ 
org/apache/geronimo/openejb/OpenEjbSystemGBean.java (original)
+++ geronimo/server/trunk/modules/geronimo-openejb/src/main/java/ 
org/apache/geronimo/openejb/OpenEjbSystemGBean.java Wed Apr 11  
18:42:13 2007

@@ -95,6 +95,7 @@
 this.classLoader = classLoader;
  System.setProperty(duct tape,);
+System.setProperty(admin.disabled, true);
 SystemInstance systemInstance = SystemInstance.get();
  String format = systemInstance.getProperty 
(openejb.deploymentId.format);




[jira] Updated: (GERONIMO-2998) Geronimo Axis2 Adding Fault Handling for WSDL Provided

2007-04-11 Thread Lasantha Ranaweera (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-2998?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Lasantha Ranaweera updated GERONIMO-2998:
-

Attachment: G2898-2.patch

This will add the fault handling capabilities to WSDL provided scenario. 
Removed test cases from previous patch.

Thanks,
Lasantha

 Geronimo Axis2 Adding Fault Handling for WSDL Provided
 --

 Key: GERONIMO-2998
 URL: https://issues.apache.org/jira/browse/GERONIMO-2998
 Project: Geronimo
  Issue Type: New Feature
  Security Level: public(Regular issues) 
  Components: webservices
 Environment: Linux
Reporter: Lasantha Ranaweera
 Attachments: G2898-2.patch, GERONIMO-2898.patch


 This will add the fault handling capability to the WSDL provided scenario of 
 Geronimo Axis2 integration.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



Re: svn commit: r527746 - in /geronimo/server/trunk: assemblies/geronimo-boilerplate-minimal/src/main/resources/var/config/ modules/geronimo-deploy-tool/src/main/java/org/apache/geronimo/deployment/ m

2007-04-11 Thread Anita Kulshreshtha
  In short, 1099 must be available to start other instances of
geronimo.
http://www.developer.com/java/ent/article.php/3455311

Thanks
Anita

--- Jason Dillon [EMAIL PROTECTED] wrote:

 Why are we changing the port?
 
 --jason
 
 
 On Apr 11, 2007, at 7:33 PM, Donald Woods wrote:
 
  Don't the following need to be updated too, given they are used  
  throughout the configs and assemblies?
assemblies\pom.xml 42 25:PlanNamingPort1099/ 
  PlanNamingPort
configs\pom.xml 63 25:   
 PlanNamingPort1099/PlanNamingPort
  Also, other references to 1099 in the source -
  modules\geronimo-deploy-jsr88\src\main\java\org\apache\geronimo 
  \deployment\plugin\factories\BaseDeploymentFactory.java
  modules\geronimo-system\src\test\java\org\apache\geronimo\system 
  \properties\NamingPropertiesTest.java
 
  User messages that should be updated -
  modules\geronimo-deploy-tool\src\main\java\org\apache\geronimo 
  \deployment\cli\ServerConnection.java
 
  Are you going to update the 2.0 User Docs to correctly show 1098 as
  
  the new default port for the Deployer?
http://cwiki.apache.org/GMOxDOC20/deployer-tool.html
http://cwiki.apache.org/GMOxDOC20/shutdown.html
 
 
  -Donald
 
  [EMAIL PROTECTED] wrote:
  Author: akulshreshtha
  Date: Wed Apr 11 18:42:13 2007
  New Revision: 527746
  URL: http://svn.apache.org/viewvc?view=revrev=527746
  Log:
  GERONIMO-3011 Change default RMINaming port to 1098
Added system property admin.disabled=true   Removed  
  PluginBootstrap, it was used by Maven1 build
  Removed:
  geronimo/server/trunk/modules/geronimo-deploy-tool/src/main/ 
  java/org/apache/geronimo/deployment/PluginBootstrap.java
  Modified:
  geronimo/server/trunk/assemblies/geronimo-boilerplate-minimal/
 
  src/main/resources/var/config/config-substitutions.properties
  geronimo/server/trunk/modules/geronimo-deploy-tool/src/main/ 
  java/org/apache/geronimo/deployment/cli/StopServer.java
  geronimo/server/trunk/modules/geronimo-openejb/src/main/java/ 
  org/apache/geronimo/openejb/OpenEjbSystemGBean.java
  Modified: geronimo/server/trunk/assemblies/geronimo-boilerplate- 
 
 minimal/src/main/resources/var/config/config-substitutions.properties
  URL:
 http://svn.apache.org/viewvc/geronimo/server/trunk/assemblies/ 
  geronimo-boilerplate-minimal/src/main/resources/var/config/config-
 
  substitutions.properties?view=diffrev=527746r1=527745r2=527746
 
 =
 
  =
  --- geronimo/server/trunk/assemblies/geronimo-boilerplate-minimal/
 
  src/main/resources/var/config/config-substitutions.properties  
  (original)
  +++ geronimo/server/trunk/assemblies/geronimo-boilerplate-minimal/
 
  src/main/resources/var/config/config-substitutions.properties Wed 
 
  Apr 11 18:42:13 2007
  @@ -23,7 +23,7 @@
   ##   Try portOffset=10
   #portOffset=0
   PlanServerHostname=0.0.0.0
  -PlanNamingPort=1099
  +PlanNamingPort=1098
   PlanOpenEJBPort=4201
   PlanClientAddresses=127.0.0.1
   PlanIIOPPort=9000
  Modified: geronimo/server/trunk/modules/geronimo-deploy-tool/src/ 
  main/java/org/apache/geronimo/deployment/cli/StopServer.java
  URL: http://svn.apache.org/viewvc/geronimo/server/trunk/modules/ 
  geronimo-deploy-tool/src/main/java/org/apache/geronimo/deployment/
 
  cli/StopServer.java?view=diffrev=527746r1=527745r2=527746
 
 =
 
  =
  --- geronimo/server/trunk/modules/geronimo-deploy-tool/src/main/ 
  java/org/apache/geronimo/deployment/cli/StopServer.java (original)
  +++ geronimo/server/trunk/modules/geronimo-deploy-tool/src/main/ 
  java/org/apache/geronimo/deployment/cli/StopServer.java Wed Apr 11
  
  18:42:13 2007
  @@ -40,7 +40,7 @@
 public static final String RMI_NAMING_CONFG_ID = org/apache/ 
  geronimo/RMINaming;
   - public static final String DEFAULT_PORT = 1099;
  +  public static final String DEFAULT_PORT = 1098; // 1099 is  
  used by java.rmi.registry.Registry
 String port;
   Modified:
 geronimo/server/trunk/modules/geronimo-openejb/src/main/ 
  java/org/apache/geronimo/openejb/OpenEjbSystemGBean.java
  URL: http://svn.apache.org/viewvc/geronimo/server/trunk/modules/ 
  geronimo-openejb/src/main/java/org/apache/geronimo/openejb/ 
  OpenEjbSystemGBean.java?view=diffrev=527746r1=527745r2=527746
 
 =
 
  =
  --- geronimo/server/trunk/modules/geronimo-openejb/src/main/java/ 
  org/apache/geronimo/openejb/OpenEjbSystemGBean.java (original)
  +++ geronimo/server/trunk/modules/geronimo-openejb/src/main/java/ 
  org/apache/geronimo/openejb/OpenEjbSystemGBean.java Wed Apr 11  
  18:42:13 2007
  @@ -95,6 +95,7 @@
   this.classLoader = classLoader;
System.setProperty(duct tape,);
  +System.setProperty(admin.disabled, true);
   SystemInstance systemInstance = SystemInstance.get();
String format = 

[STATUS] (geronimo) Wed Apr 11 23:48:57 2007

2007-04-11 Thread Geronimo Weekly Status
APACHE GERONIMO STATUS: -*-text-*-
Last modified at [$Date: 2007-04-03 09:56:37 -0400 (Tue, 03 Apr 2007) $]

The current version of this file can be found at:

  * http://svn.apache.org/repos/asf/geronimo/server/trunk/STATUS


Upcoming Releases:

  Geronimo 2.0 -- geronimo/server/trunk/
Release Manager: Matt Hogstrom
Estimated Date: Q2 2007

  Geronimo 1.2 -- geronimo/server/branches/1.2
Release Manager: Dain Sundstrom and Alan Cabrera
Estimated Date: early April 2007
Status:  We have final releases from our dependent projects and will begin
  the release process for OpenEJB and Geronimo shortly.


RELEASE HISTORY:
  2007-03-04  Geronimo 2.0-M3
  2007-01-30  Geronimo 2.0-M2
  2006-12-22  Geronimo 2.0-M1
  2006-12-16  Geronimo 1.2-beta
  2006-09-18  Geronimo 1.1.1
  2006-06-26  Geronimo 1.1
  2006-01-05  Geronimo 1.0
  2005-10-04  Geronimo 1.0 milestone 5
  2005-08-10  Geronimo 1.0 milestone 4
  2004-11-11  Geronimo 1.0 milestone 3
  2004-09-09  Geronimo 1.0 milestone 2
  2004-04-29  Geronimo 1.0 milestone 1



If you're a contributor looking for something to do:

  * Review the documentation and suggest improvements
  * Review the bug list and suggest fixes or report reproducibility
  * Report bugs yourself



Re: svn commit: r527746 - in /geronimo/server/trunk: assemblies/geronimo-boilerplate-minimal/src/main/resources/var/config/ modules/geronimo-deploy-tool/src/main/java/org/apache/geronimo/deployment/ m

2007-04-11 Thread Jason Dillon
I don't get it... if we change the port to 1098... how then does some  
other instance of Geronimo need 1099... and not 1098?


Is there anything specific on the document you linked to which  
explains why we are changing the port?  I quickly looked it over and  
nothing stands out as justification for us changing the defaults.


--jason


On Apr 11, 2007, at 8:43 PM, Anita Kulshreshtha wrote:


  In short, 1099 must be available to start other instances of
geronimo.
http://www.developer.com/java/ent/article.php/3455311

Thanks
Anita

--- Jason Dillon [EMAIL PROTECTED] wrote:


Why are we changing the port?

--jason


On Apr 11, 2007, at 7:33 PM, Donald Woods wrote:


Don't the following need to be updated too, given they are used
throughout the configs and assemblies?
  assemblies\pom.xml 42 25:PlanNamingPort1099/
PlanNamingPort
  configs\pom.xml 63 25:

PlanNamingPort1099/PlanNamingPort

Also, other references to 1099 in the source -
modules\geronimo-deploy-jsr88\src\main\java\org\apache\geronimo
\deployment\plugin\factories\BaseDeploymentFactory.java
modules\geronimo-system\src\test\java\org\apache\geronimo\system
\properties\NamingPropertiesTest.java

User messages that should be updated -
modules\geronimo-deploy-tool\src\main\java\org\apache\geronimo
\deployment\cli\ServerConnection.java

Are you going to update the 2.0 User Docs to correctly show 1098 as



the new default port for the Deployer?
  http://cwiki.apache.org/GMOxDOC20/deployer-tool.html
  http://cwiki.apache.org/GMOxDOC20/shutdown.html


-Donald

[EMAIL PROTECTED] wrote:

Author: akulshreshtha
Date: Wed Apr 11 18:42:13 2007
New Revision: 527746
URL: http://svn.apache.org/viewvc?view=revrev=527746
Log:
GERONIMO-3011 Change default RMINaming port to 1098
  Added system property admin.disabled=true   Removed
PluginBootstrap, it was used by Maven1 build
Removed:
geronimo/server/trunk/modules/geronimo-deploy-tool/src/main/
java/org/apache/geronimo/deployment/PluginBootstrap.java
Modified:
geronimo/server/trunk/assemblies/geronimo-boilerplate-minimal/



src/main/resources/var/config/config-substitutions.properties
geronimo/server/trunk/modules/geronimo-deploy-tool/src/main/
java/org/apache/geronimo/deployment/cli/StopServer.java
geronimo/server/trunk/modules/geronimo-openejb/src/main/java/
org/apache/geronimo/openejb/OpenEjbSystemGBean.java
Modified: geronimo/server/trunk/assemblies/geronimo-boilerplate-


minimal/src/main/resources/var/config/config-substitutions.properties

URL:

http://svn.apache.org/viewvc/geronimo/server/trunk/assemblies/

geronimo-boilerplate-minimal/src/main/resources/var/config/config-



substitutions.properties?view=diffrev=527746r1=527745r2=527746


=


=
--- geronimo/server/trunk/assemblies/geronimo-boilerplate-minimal/



src/main/resources/var/config/config-substitutions.properties
(original)
+++ geronimo/server/trunk/assemblies/geronimo-boilerplate-minimal/



src/main/resources/var/config/config-substitutions.properties Wed



Apr 11 18:42:13 2007
@@ -23,7 +23,7 @@
 ##   Try portOffset=10
 #portOffset=0
 PlanServerHostname=0.0.0.0
-PlanNamingPort=1099
+PlanNamingPort=1098
 PlanOpenEJBPort=4201
 PlanClientAddresses=127.0.0.1
 PlanIIOPPort=9000
Modified: geronimo/server/trunk/modules/geronimo-deploy-tool/src/
main/java/org/apache/geronimo/deployment/cli/StopServer.java
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/modules/
geronimo-deploy-tool/src/main/java/org/apache/geronimo/deployment/



cli/StopServer.java?view=diffrev=527746r1=527745r2=527746


=


=
--- geronimo/server/trunk/modules/geronimo-deploy-tool/src/main/
java/org/apache/geronimo/deployment/cli/StopServer.java (original)
+++ geronimo/server/trunk/modules/geronimo-deploy-tool/src/main/
java/org/apache/geronimo/deployment/cli/StopServer.java Wed Apr 11



18:42:13 2007
@@ -40,7 +40,7 @@
public static final String RMI_NAMING_CONFG_ID = org/apache/
geronimo/RMINaming;
 -  public static final String DEFAULT_PORT = 1099;
+   public static final String DEFAULT_PORT = 1098; // 1099 is
used by java.rmi.registry.Registry
String port;
 Modified:

geronimo/server/trunk/modules/geronimo-openejb/src/main/

java/org/apache/geronimo/openejb/OpenEjbSystemGBean.java
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/modules/
geronimo-openejb/src/main/java/org/apache/geronimo/openejb/
OpenEjbSystemGBean.java?view=diffrev=527746r1=527745r2=527746


=


=
--- geronimo/server/trunk/modules/geronimo-openejb/src/main/java/
org/apache/geronimo/openejb/OpenEjbSystemGBean.java (original)
+++ geronimo/server/trunk/modules/geronimo-openejb/src/main/java/
org/apache/geronimo/openejb/OpenEjbSystemGBean.java Wed Apr 11
18:42:13 2007
@@ -95,6 +95,7 @@
 this.classLoader = classLoader;
  

Re: Fisheye for Apache Geronimo?

2007-04-11 Thread Jason Dillon

Cool!  Many thanks :-)

--jason


On Apr 10, 2007, at 2:33 AM, Conor MacNeill wrote:


Jason Dillon wrote:

Okay, thanks for the update.



It's done now - let me know of any issues.

Conor




Re: svn commit: r527746 - in /geronimo/server/trunk: assemblies/geronimo-boilerplate-minimal/src/main/resources/var/config/ modules/geronimo-deploy-tool/src/main/java/org/apache/geronimo/deployment/ m

2007-04-11 Thread Donald Woods
And how does the portOffset relate to this?  If you start with 1098, 
isn't the next server instance going to use 1099 and the next one 1100? 
 If so, why not start with 1099 and let the next one use 1100 and then 
1101?


It's not clear to me either why the RMI port default needs to be 
changed  Do we not want one RMI registry to be shared by all server 
instances?


-Donald

Jason Dillon wrote:
I don't get it... if we change the port to 1098... how then does some 
other instance of Geronimo need 1099... and not 1098?


Is there anything specific on the document you linked to which explains 
why we are changing the port?  I quickly looked it over and nothing 
stands out as justification for us changing the defaults.


--jason


On Apr 11, 2007, at 8:43 PM, Anita Kulshreshtha wrote:


  In short, 1099 must be available to start other instances of
geronimo.
http://www.developer.com/java/ent/article.php/3455311

Thanks
Anita

--- Jason Dillon [EMAIL PROTECTED] wrote:


Why are we changing the port?

--jason


On Apr 11, 2007, at 7:33 PM, Donald Woods wrote:


Don't the following need to be updated too, given they are used
throughout the configs and assemblies?
  assemblies\pom.xml 42 25:PlanNamingPort1099/
PlanNamingPort
  configs\pom.xml 63 25:

PlanNamingPort1099/PlanNamingPort

Also, other references to 1099 in the source -
modules\geronimo-deploy-jsr88\src\main\java\org\apache\geronimo
\deployment\plugin\factories\BaseDeploymentFactory.java
modules\geronimo-system\src\test\java\org\apache\geronimo\system
\properties\NamingPropertiesTest.java

User messages that should be updated -
modules\geronimo-deploy-tool\src\main\java\org\apache\geronimo
\deployment\cli\ServerConnection.java

Are you going to update the 2.0 User Docs to correctly show 1098 as



the new default port for the Deployer?
  http://cwiki.apache.org/GMOxDOC20/deployer-tool.html
  http://cwiki.apache.org/GMOxDOC20/shutdown.html


-Donald

[EMAIL PROTECTED] wrote:

Author: akulshreshtha
Date: Wed Apr 11 18:42:13 2007
New Revision: 527746
URL: http://svn.apache.org/viewvc?view=revrev=527746
Log:
GERONIMO-3011 Change default RMINaming port to 1098
  Added system property admin.disabled=true   Removed
PluginBootstrap, it was used by Maven1 build
Removed:
geronimo/server/trunk/modules/geronimo-deploy-tool/src/main/
java/org/apache/geronimo/deployment/PluginBootstrap.java
Modified:
geronimo/server/trunk/assemblies/geronimo-boilerplate-minimal/



src/main/resources/var/config/config-substitutions.properties
geronimo/server/trunk/modules/geronimo-deploy-tool/src/main/
java/org/apache/geronimo/deployment/cli/StopServer.java
geronimo/server/trunk/modules/geronimo-openejb/src/main/java/
org/apache/geronimo/openejb/OpenEjbSystemGBean.java
Modified: geronimo/server/trunk/assemblies/geronimo-boilerplate-


minimal/src/main/resources/var/config/config-substitutions.properties

URL:

http://svn.apache.org/viewvc/geronimo/server/trunk/assemblies/

geronimo-boilerplate-minimal/src/main/resources/var/config/config-



substitutions.properties?view=diffrev=527746r1=527745r2=527746


=


=
--- geronimo/server/trunk/assemblies/geronimo-boilerplate-minimal/



src/main/resources/var/config/config-substitutions.properties
(original)
+++ geronimo/server/trunk/assemblies/geronimo-boilerplate-minimal/



src/main/resources/var/config/config-substitutions.properties Wed



Apr 11 18:42:13 2007
@@ -23,7 +23,7 @@
 ##   Try portOffset=10
 #portOffset=0
 PlanServerHostname=0.0.0.0
-PlanNamingPort=1099
+PlanNamingPort=1098
 PlanOpenEJBPort=4201
 PlanClientAddresses=127.0.0.1
 PlanIIOPPort=9000
Modified: geronimo/server/trunk/modules/geronimo-deploy-tool/src/
main/java/org/apache/geronimo/deployment/cli/StopServer.java
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/modules/
geronimo-deploy-tool/src/main/java/org/apache/geronimo/deployment/



cli/StopServer.java?view=diffrev=527746r1=527745r2=527746


=


=
--- geronimo/server/trunk/modules/geronimo-deploy-tool/src/main/
java/org/apache/geronimo/deployment/cli/StopServer.java (original)
+++ geronimo/server/trunk/modules/geronimo-deploy-tool/src/main/
java/org/apache/geronimo/deployment/cli/StopServer.java Wed Apr 11



18:42:13 2007
@@ -40,7 +40,7 @@
  public static final String RMI_NAMING_CONFG_ID = org/apache/
geronimo/RMINaming;
 -public static final String DEFAULT_PORT = 1099;
+public static final String DEFAULT_PORT = 1098; // 1099 is
used by java.rmi.registry.Registry
  String port;
 Modified:

geronimo/server/trunk/modules/geronimo-openejb/src/main/

java/org/apache/geronimo/openejb/OpenEjbSystemGBean.java
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/modules/
geronimo-openejb/src/main/java/org/apache/geronimo/openejb/
OpenEjbSystemGBean.java?view=diffrev=527746r1=527745r2=527746