Final nag on the Board Report for April

2007-04-10 Thread Matt Hogstrom
Alrighty then, please take one last peek, make your final updates.
I'll take what's in the Wiki this Friday at 1700 ET and send it to  
the board.


Thanks all for the updates already received.

http://cwiki.apache.org/GMOxPMGT/apache-geronimo-board-report-2007-04- 
april.html


[jira] Commented: (GERONIMO-2846) modified jax-ws calculator sample to work with CXF and Axis2

2007-04-10 Thread Davanum Srinivas (JIRA)

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

Davanum Srinivas commented on GERONIMO-2846:


woohoo!!

> modified jax-ws calculator sample to work with CXF and Axis2
> 
>
> Key: GERONIMO-2846
> URL: https://issues.apache.org/jira/browse/GERONIMO-2846
> Project: Geronimo
>  Issue Type: Improvement
>  Security Level: public(Regular issues) 
>  Components: sample apps
>Affects Versions: 2.0-M2
> Environment: winxp + sun jsk 1.5
>Reporter: Lin Sun
> Fix For: 2.0-M5
>
> Attachments: calculator_axis2.zip, jax-ws-calculator.zip, 
> jax-ws-calculator.zip
>
>
> Hi Dims,
> Per your request, here's the modified version of the sample.  
> Current issues:
> 1) I haven't been able to run the webservice client outside of my eclipse 
> env.   Getting CNF error if I ran the client as "java -jar 
> jaxws-calculator-1.0.jar".   This could be fixed by providing an ant script 
> or build the java execution into maven's pom.xml.
> 2) Running the Axis2 CalculatorClient client caused 
> Caused by: java.lang.ClassNotFoundException: com.sun.xml.ws.spi.ProviderImpl
>   at java.net.URLClassLoader$1.run(Unknown Source)
>   at java.security.AccessController.doPrivileged(Native Method)
>   at java.net.URLClassLoader.findClass(Unknown Source)
>   at java.lang.ClassLoader.loadClass(Unknown Source)
>   at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
>   at java.lang.ClassLoader.loadClass(Unknown Source)
>   at javax.xml.ws.spi.FactoryFinder.newInstance(FactoryFinder.java:34)
>   ... 6 more
> I just added this client back in this morning so I probably have missed the 
> dependency for this one.   There are so many Axis2 dependencies so if you 
> know which one I need let me know.:)
> Running the Axis2 CalculatorClientAxiom client works fine.   
> Thanks, Lin

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



[jira] Updated: (GERONIMO-2846) modified jax-ws calculator sample to work with CXF and Axis2

2007-04-10 Thread Lin Sun (JIRA)

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

Lin Sun updated GERONIMO-2846:
--

Attachment: calculator_axis2.zip

Here's an updated version of the calculator sample for axis2.  I had to make 
some change to the sample as described in 
https://issues.apache.org/jira/browse/AXIS2-2353.

For the first time, I am able to get the calculatorclient.java end to end flow 
working:

Retrieving document at 
'http://localhost:8080/jaxws-calculator-1.0/calculator?wsdl'.
Sum of 2 and 99 is 101

Sorry hasn't updated this to the sample format yet but thought I should attach 
the latest zip file so it is stored somewhere other than my machine.:)

Lin


> modified jax-ws calculator sample to work with CXF and Axis2
> 
>
> Key: GERONIMO-2846
> URL: https://issues.apache.org/jira/browse/GERONIMO-2846
> Project: Geronimo
>  Issue Type: Improvement
>  Security Level: public(Regular issues) 
>  Components: sample apps
>Affects Versions: 2.0-M2
> Environment: winxp + sun jsk 1.5
>Reporter: Lin Sun
> Fix For: 2.0-M5
>
> Attachments: calculator_axis2.zip, jax-ws-calculator.zip, 
> jax-ws-calculator.zip
>
>
> Hi Dims,
> Per your request, here's the modified version of the sample.  
> Current issues:
> 1) I haven't been able to run the webservice client outside of my eclipse 
> env.   Getting CNF error if I ran the client as "java -jar 
> jaxws-calculator-1.0.jar".   This could be fixed by providing an ant script 
> or build the java execution into maven's pom.xml.
> 2) Running the Axis2 CalculatorClient client caused 
> Caused by: java.lang.ClassNotFoundException: com.sun.xml.ws.spi.ProviderImpl
>   at java.net.URLClassLoader$1.run(Unknown Source)
>   at java.security.AccessController.doPrivileged(Native Method)
>   at java.net.URLClassLoader.findClass(Unknown Source)
>   at java.lang.ClassLoader.loadClass(Unknown Source)
>   at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
>   at java.lang.ClassLoader.loadClass(Unknown Source)
>   at javax.xml.ws.spi.FactoryFinder.newInstance(FactoryFinder.java:34)
>   ... 6 more
> I just added this client back in this morning so I probably have missed the 
> dependency for this one.   There are so many Axis2 dependencies so if you 
> know which one I need let me know.:)
> Running the Axis2 CalculatorClientAxiom client works fine.   
> Thanks, Lin

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



[jira] Resolved: (GERONIMO-3086) Axis2: wsgen tool needs axis2-jaxws-api-SNAPSHOT.jar at runtime

2007-04-10 Thread Davanum Srinivas (JIRA)

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

Davanum Srinivas resolved GERONIMO-3086.


Resolution: Fixed

Fixed in svn revision 527381

-- dims

> Axis2: wsgen tool needs axis2-jaxws-api-SNAPSHOT.jar at runtime
> ---
>
> Key: GERONIMO-3086
> URL: https://issues.apache.org/jira/browse/GERONIMO-3086
> Project: Geronimo
>  Issue Type: Bug
>  Security Level: public(Regular issues) 
>  Components: webservices
>Affects Versions: 2.0-M5
> Environment: winxp + sun 1.5 SDK
>Reporter: Lin Sun
> Fix For: 2.0-M5
>
> Attachments: 3086.patch
>
>
> If this jar file isn't there, we'll get 
> Exception in thread "main" java.lang.NoClassDefFoundError: 
> javax/xml/ws/WebServi
> ceException
> when wsgen runs.
> will submit a patch later on to specify it as a dependency for 
> geronimo-axis2-builder.

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



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

2007-04-10 Thread Davanum Srinivas

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=rev&rev=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=diff&rev=527355&r1=527354&r2=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");
>>
>>
>
>





--
Davanum Srinivas :: http://wso2.org/ :: Oxygen for Web Services Developers


[jira] Updated: (GERONIMO-3086) Axis2: wsgen tool needs axis2-jaxws-api-SNAPSHOT.jar at runtime

2007-04-10 Thread Lin Sun (JIRA)

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

Lin Sun updated GERONIMO-3086:
--

Attachment: 3086.patch

The axis2-jaxws-api jar was downloaded to my c:\..m2 repo but never included in 
the assembly's repo.   Adding it in configs\axis2\pom.xml so that it get 
included in the assembly's repo.

Also cleaned up 2 reference to jax-impl v2.0.2, as we should be using v2.0.3 as 
specified in root pom.xml.

> Axis2: wsgen tool needs axis2-jaxws-api-SNAPSHOT.jar at runtime
> ---
>
> Key: GERONIMO-3086
> URL: https://issues.apache.org/jira/browse/GERONIMO-3086
> Project: Geronimo
>  Issue Type: Bug
>  Security Level: public(Regular issues) 
>  Components: webservices
>Affects Versions: 2.0-M5
> Environment: winxp + sun 1.5 SDK
>Reporter: Lin Sun
> Assigned To: Lin Sun
> Fix For: 2.0-M5
>
> Attachments: 3086.patch
>
>
> If this jar file isn't there, we'll get 
> Exception in thread "main" java.lang.NoClassDefFoundError: 
> javax/xml/ws/WebServi
> ceException
> when wsgen runs.
> will submit a patch later on to specify it as a dependency for 
> geronimo-axis2-builder.

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



[jira] Assigned: (GERONIMO-3086) Axis2: wsgen tool needs axis2-jaxws-api-SNAPSHOT.jar at runtime

2007-04-10 Thread Lin Sun (JIRA)

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

Lin Sun reassigned GERONIMO-3086:
-

Assignee: (was: Lin Sun)

unassign it so a committer can grab it.:)

> Axis2: wsgen tool needs axis2-jaxws-api-SNAPSHOT.jar at runtime
> ---
>
> Key: GERONIMO-3086
> URL: https://issues.apache.org/jira/browse/GERONIMO-3086
> Project: Geronimo
>  Issue Type: Bug
>  Security Level: public(Regular issues) 
>  Components: webservices
>Affects Versions: 2.0-M5
> Environment: winxp + sun 1.5 SDK
>Reporter: Lin Sun
> Fix For: 2.0-M5
>
> Attachments: 3086.patch
>
>
> If this jar file isn't there, we'll get 
> Exception in thread "main" java.lang.NoClassDefFoundError: 
> javax/xml/ws/WebServi
> ceException
> when wsgen runs.
> will submit a patch later on to specify it as a dependency for 
> geronimo-axis2-builder.

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



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

2007-04-10 Thread Lin Sun
Interesting... there is only one commit between last time build was ran 
successful (rev 527319 at 6:30pm) and this time.   And that commit won't 
break anything.


Also I don't see any reference to jaxb-impl 2.0.5 in cxf or axis2 
pom.xml.   I think we are still using version 2.0.3 of jaxb-impl.


Lin
[EMAIL PROTECTED] wrote:

Building with Maven version: 2.0.5
Revision: 527377 built with tests skipped
See the full build-2300.log file at 
http://people.apache.org/~prasad/binaries/20070410/build-2300.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://people.apache.org/repo/m2-snapshot-repository/org/apache/cxf/cxf-rt-transports-http/2.0-incubator-RC-SNAPSHOT/cxf-rt-transports-http-2.0-incubator-RC-20070411.013316-22.jar
97K 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 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/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://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://tomcat.apache.org/dev/dist/m2-repository/com/sun/xml/bind/jaxb-xjc/2.0/jaxb-xjc-2.0.jar
[WARNING] Unable to get resource 'com.sun.xml.bind:jaxb-xjc:jar:2.0' 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-xjc/2.0/jaxb-xjc-2.0.jar
[WARNING] Unable to get resource 'com.sun.xml.bind:jaxb-xjc:jar:2.0' from 
repository apache-incubator 
(http://people.apache.org/repo/m2-incubating-repository/)
Downloading: 
http://repo1.maven.org/maven2/com/sun/xml/bind/jaxb-xjc/2.0/jaxb-xjc-2.0.jar
2911K downloaded
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/mortbay/jetty/jetty/6.1.2rc0/je

[BUILD] TRUNK: Failed for Revision: 527377

2007-04-10 Thread prasad
Building with Maven version: 2.0.5
Revision: 527377 built with tests skipped
See the full build-2300.log file at 
http://people.apache.org/~prasad/binaries/20070410/build-2300.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://people.apache.org/repo/m2-snapshot-repository/org/apache/cxf/cxf-rt-transports-http/2.0-incubator-RC-SNAPSHOT/cxf-rt-transports-http-2.0-incubator-RC-20070411.013316-22.jar
97K 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 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/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://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://tomcat.apache.org/dev/dist/m2-repository/com/sun/xml/bind/jaxb-xjc/2.0/jaxb-xjc-2.0.jar
[WARNING] Unable to get resource 'com.sun.xml.bind:jaxb-xjc:jar:2.0' 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-xjc/2.0/jaxb-xjc-2.0.jar
[WARNING] Unable to get resource 'com.sun.xml.bind:jaxb-xjc:jar:2.0' from 
repository apache-incubator 
(http://people.apache.org/repo/m2-incubating-repository/)
Downloading: 
http://repo1.maven.org/maven2/com/sun/xml/bind/jaxb-xjc/2.0/jaxb-xjc-2.0.jar
2911K downloaded
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/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 resourc

Re: Security Annotations

2007-04-10 Thread Tim McConnell
Thanks for reviewing David, I shall get started on the servlet annotations 
immediately


David Jencks wrote:

That looks extremely plausible.

David Blevins would know for sure but I'm 99% sure that openejb is 
already handling all the ejb security annotations correctly so geronimo 
doesn't need to deal with them.  We should handle the servlet annotations.


thanks
david jencks

On Apr 10, 2007, at 3:44 PM, Tim McConnell wrote:

Hi, I'm trying to verify that we're properly supporting all the 
javax.annotation.security annotations. Based on my "interpretation" of 
the pertinent specs, this is what I've found relative to what 
application type should support what annotations. If anyone sees 
anything obviously wrong with my interpretation(s) please let me know 
(especially if I've missed anything obvious). Thanks much


EJB security annotations:
@DeclareRoles
@RolesAllowed
@PermitAll
@DenyAll
@RunAs

Servlet security annotations
@DeclareRoles
@RunAs (not exactly sure why, but presumably to propagate 
a security context/identity from a Web container to an 
EJB container and possibly for web service 
endpoints implemented as servlets)


--Thanks,
Tim McConnell





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

2007-04-10 Thread Lin Sun

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=rev&rev=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=diff&rev=527355&r1=527354&r2=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: r527355 - /geronimo/server/trunk/modules/geronimo-axis2-builder/src/main/java/org/apache/geronimo/axis2/builder/Axis2BuilderUtil.java

2007-04-10 Thread Jason Dillon
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=rev&rev=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=diff&rev=527355&r1=527354&r2=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: Security Annotations

2007-04-10 Thread David Jencks

That looks extremely plausible.

David Blevins would know for sure but I'm 99% sure that openejb is  
already handling all the ejb security annotations correctly so  
geronimo doesn't need to deal with them.  We should handle the  
servlet annotations.


thanks
david jencks

On Apr 10, 2007, at 3:44 PM, Tim McConnell wrote:

Hi, I'm trying to verify that we're properly supporting all the  
javax.annotation.security annotations. Based on my "interpretation"  
of the pertinent specs, this is what I've found relative to what  
application type should support what annotations. If anyone sees  
anything obviously wrong with my interpretation(s) please let me  
know (especially if I've missed anything obvious). Thanks much


EJB security annotations:
@DeclareRoles
@RolesAllowed
@PermitAll
@DenyAll
@RunAs

Servlet security annotations
@DeclareRoles
	@RunAs 		(not exactly sure why, but presumably to propagate a  
security context/identity from a Web container to an EJB 			 
container and possibly for web service endpoints implemented as  
servlets)


--
Thanks,
Tim McConnell




Security Annotations

2007-04-10 Thread Tim McConnell
Hi, I'm trying to verify that we're properly supporting all the 
javax.annotation.security annotations. Based on my "interpretation" of the 
pertinent specs, this is what I've found relative to what application type 
should support what annotations. If anyone sees anything obviously wrong with my 
interpretation(s) please let me know (especially if I've missed anything 
obvious). Thanks much


EJB security annotations:
@DeclareRoles
@RolesAllowed
@PermitAll
@DenyAll
@RunAs

Servlet security annotations
@DeclareRoles
	@RunAs 		(not exactly sure why, but presumably to propagate a security 
context/identity from a Web container to an EJB 			container and possibly 
for web service endpoints implemented as servlets)


--
Thanks,
Tim McConnell


Re: activemq-broker

2007-04-10 Thread Anita Kulshreshtha
   Thanks David! I had overlooked getAttribute and setAttribute methods
in ResourceAdapterWrapperGBean. I used ActiveMQ RA and it worked like
charm!

Thanks
Anita

--- David Jencks <[EMAIL PROTECTED]> wrote:

> All the config-properties specified in ra.xml for the resource  
> adapter class and the outbound ManagedConnectionFactory and IIRC the 
> 
> admin objects are turned into dynamic attributes for the wrapper  
> gbeans so they can be set through the gbean mechanism, exposed to  
> management, overridden in config.xml, etc.
> 
> So, this isn't an attribute of ResourceAdapterWrapperGBean itself,  
> but any activemq resource adapter wrapper gbean instance should  have
>  
> it.
> 
> thanks
> david jencks
> 
> On Apr 10, 2007, at 6:25 AM, Anita Kulshreshtha wrote:
> 
> > Thanks David! I could not find a ServerUrl attribute in
> > ResourceAdapterWrapper gbean. Do we need to add one? If yes, how?
> >
> > Thanks
> > Anita
> >
> > --- David Jencks <[EMAIL PROTECTED]> wrote:
> >
> >> This gets turned into a gbean attribute called ServerUrl on the
> >> ResourceAdapterWrapper gbean so it should be possible to override
> it
> >>
> >> that way in config.xml.
> >>
> >> thanks
> >> david jencks
> >>
> >> On Apr 9, 2007, at 7:48 PM, Anita Kulshreshtha wrote:
> >>
> >>> Kevan,
> >>>The plan for activemq-ra config is using 61616:
> >>> 
> >>> 
> >>> ActiveMQ
> >> RA
> >>>  >>>
> name="ServerUrl">tcp://${PlanServerHostname}:${PlanActiveMQPort} >>> config-property-setting>
> >>> 
> >>> 
> >>>
> >>>Any idea how to make this configurable?
> >>>
> >>> Thanks
> >>> Anita
> >>>
> >>> --- Kevan Miller <[EMAIL PROTECTED]> wrote:
> >>>
> 
>  On Mar 22, 2007, at 10:39 AM, Anita Kulshreshtha wrote:
> 
> >I get following exception while starting an instance of g
> >> using
> 
> > port
> > 61626 instead of 61616. Where is 61616 coming from?
> 
>  Hi Anita,
>  61616 is the ActiveMQ's default port. So, we're establishing
> this
>  internal connection to ActiveMQ without specifying a port number
> >> (and
> 
>  activemq is defaulting). Or, we're using the wrong port number.
> 
>  How are you configuring this?
> 
>  --kevan
> 
> >
> > Thanks
> > Anita
> >
> > Starting Geronimo Application Server v2.0-SNAPSHOT
> > [*>  ] 34%  18s Starting
> > org.apache.geronim...10:27:08,953 ERROR [
> > MCFConnectionInterceptor] Error occurred creating
> >> ManagedConnection
> 
> > for
> > org.apache.geronim
> > [EMAIL PROTECTED]
> > javax.resource.ResourceException: Could not create connection.
> > at
> >
> 
> >>>
> >>
> >
>
org.apache.activemq.ra.ActiveMQManagedConnectionFactory.createManagedC
> 
> > onnection
> > (ActiveMQManagedConnectionFactory.java:112)
> > at
> >
> 
> >>>
> >>
> >
>
org.apache.geronimo.connector.outbound.MCFConnectionInterceptor.getCon
> 
> > nection(M
> > CFConnectionInterceptor.java:48)
> > at
> >
> 
> >>>
> >>
> >
>
org.apache.geronimo.connector.outbound.XAResourceInsertionInterceptor.
> 
> > getConnec
> > tion(XAResourceInsertionInterceptor.java:41)
> > at
> >
> 
> >>>
> >>
> >
>
org.apache.geronimo.connector.outbound.SinglePoolConnectionInterceptor
> 
> > .internal
> > GetConnection(SinglePoolConnectionInterceptor.java:66)
> > at
> >
> 
> >>>
> >>
> >
>
org.apache.geronimo.connector.outbound.AbstractSinglePoolConnectionInt
> 
> > erceptor.
> > getConnection(AbstractSinglePoolConnectionInterceptor.java:78)
> > at
> >
> 
> >>>
> >>
> >
>
org.apache.geronimo.connector.outbound.TransactionEnlistingInterceptor
> 
> > .getConne
> > ction(TransactionEnlistingInterceptor.java:46)
> > at
> >
> 
> >>>
> >>
> >
>
org.apache.geronimo.connector.outbound.TransactionCachingInterceptor.g
> 
> > etConnect
> > ion(TransactionCachingInterceptor.java:95)
> > at
> >
> 
> >>
> org.apache.geronimo.connector.outbound.TCCLInterceptor.getConnection
> > (TCCLInterc
> > eptor.java:39)
> > at
> >
> 
> >>>
> >>
> >
>
org.apache.geronimo.connector.outbound.AbstractConnectionManager.getRe
> 
> > coveryXAR
> > esource(AbstractConnectionManager.java:98)
> > at
> >
> org.apache.geronimo.connector.outbound.AbstractConnectionManager$
> > $FastClassByCG
> > LIB$$80012030.invoke()
> > at
>  net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
> > ...
> > ..
> >
> > at
> > org.apache.geronimo.system.main.Daemon.(Daemon.java:74)
> > at
> >> org.apache.geronimo.system.main.Daemon

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

2007-04-10 Thread Jason Dillon (JIRA)

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

Jason Dillon commented on GERONIMO-3089:


This also affects the g1.1-activemq4 tree.

> 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-10 Thread Jason Dillon (JIRA)

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

Jason Dillon commented on GERONIMO-3089:


Other properties not on documentation but on the RA impl:

 * QueueBrowserPrefetch
 * UseInboundSessionEnabled
 * UseInboundSession


> 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.



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/geroni

2007-04-10 Thread Davanum Srinivas

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=rev&rev=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=diff&rev=527089&r1=527088&r2=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 @@
>  axiom-impl
>  
>  
> -org.apache.ws.commons
> +org.apache.ws.commons.schema
>  XmlSchema
>  
>  
>
> Modified: geronimo/server/trunk/configs/axis2/pom.xml
> URL: 
http://svn.apache.org/viewvc/geronimo/server/trunk/configs/axis2/pom.xml?view=diff&rev=527089&r1=527088&r2=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 @@
>  axiom-impl
>  
>  
> -org.apache.ws.commons
> +org.apache.ws.commons.schema
>  XmlSchema
>  
>  
>
> 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=diff&rev=527089&r1=527088&r2=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 @@
>  jar
>  
>  
> -org.apache.ws.commons
> +org.apache.ws.commons.schema
>  XmlSchema
>  jar
>  
>
> Modified: geronimo/server/trunk/configs/cxf/pom.xml
> URL: 
http://svn.apache.org/viewvc/geronimo/server/trunk/configs/cxf/pom.xml?view=diff&rev=527089&r1=527088&r2=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 @@
>  cxf-tools-common
>  
>  
> -org.apache.ws.commons
> +org.apache.ws.commons.schema
>  XmlSchema
>  
>  
>
> Modified: geronimo/server/trunk/modules/geronimo-axis2/pom.xml
> URL: 
http://svn.apache.org/viewvc/geronimo/server/trunk/modules/geronimo-axis2/pom.xml?view=diff&rev=527089&r1=527088&r2=527089
> ==
> --- geronimo/server/trunk/modules/geronimo-axis2/pom.xml (original)
> +++ geronimo/server/trunk/modules/geronimo-axis2/pom.xml Tue Apr 10 03:33:06 
2007
> @@ -113,7 +113,7 @@
>  axiom-impl
>  
>  
> -org.apache.ws.commons
> +org.apache.ws.commons.schema
>  XmlSchema
>  
>  
>
> Modified: geronimo/server/trunk/pom.xml
> URL: 
http://svn.apache.org/viewvc/geronimo/server/trunk/pom.xml?view=diff&rev=527089&r1=527088&r2=527089
> ==
> --- geronimo/server/trunk/pom.xml (original)
> +++ geronimo/server/trunk/pom.xml Tue Apr 10 03:33:06 2007
> @@ -1198,9 +1198,9 @@
>  
>
>  
> -org.apache.ws.commons
> +org.apache.ws.commons.schema
>  XmlSchema
> -1.1
> +SNAPSHOT
>  
>
>  
>
>
>




--
Davanum Srinivas :: http://wso2.org/ :: Oxygen for Web Services Developers


Re: svn commit: r527215 - in /geronimo/server/trunk: ./ configs/axis2/ modules/geronimo-axis2-builder/ modules/geronimo-axis2-builder/src/main/java/org/apache/geronimo/axis2/builder/ repository/ repos

2007-04-10 Thread Davanum Srinivas

Ah! you are right.

-- dims

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

Hey Dims, looks like we'll need to update the jaxws-tools and jaxws-rt
from 2.0-snapshot to 2.0 in Axis2BuilderUtil.

Lin

[EMAIL PROTECTED] wrote:
> Author: dims
> Date: Tue Apr 10 10:38:54 2007
> New Revision: 527215
>
> URL: http://svn.apache.org/viewvc?view=rev&rev=527215
> Log:
> Fix for GERONIMO-2988 - Axis2: needs to support optional wsdl file
>
> Added:
> 
geronimo/server/trunk/modules/geronimo-axis2-builder/src/main/java/org/apache/geronimo/axis2/builder/Axis2BuilderUtil.java
> geronimo/server/trunk/repository/com/
> geronimo/server/trunk/repository/com/sun/
> geronimo/server/trunk/repository/com/sun/xml/
> geronimo/server/trunk/repository/com/sun/xml/ws/
> geronimo/server/trunk/repository/com/sun/xml/ws/jaxws-rt/
> geronimo/server/trunk/repository/com/sun/xml/ws/jaxws-rt/2.0/
> 
geronimo/server/trunk/repository/com/sun/xml/ws/jaxws-rt/2.0/jaxws-rt-2.0.jar   
(with props)
> 
geronimo/server/trunk/repository/com/sun/xml/ws/jaxws-rt/2.0/jaxws-rt-2.0.jar.md5
> geronimo/server/trunk/repository/com/sun/xml/ws/jaxws-tools/
> geronimo/server/trunk/repository/com/sun/xml/ws/jaxws-tools/2.0/
> 
geronimo/server/trunk/repository/com/sun/xml/ws/jaxws-tools/2.0/jaxws-tools-2.0.jar
   (with props)
> 
geronimo/server/trunk/repository/com/sun/xml/ws/jaxws-tools/2.0/jaxws-tools-2.0.jar.md5
> Modified:
> geronimo/server/trunk/configs/axis2/pom.xml
> geronimo/server/trunk/modules/geronimo-axis2-builder/pom.xml
> 
geronimo/server/trunk/modules/geronimo-axis2-builder/src/main/java/org/apache/geronimo/axis2/builder/Axis2Builder.java
> geronimo/server/trunk/pom.xml
> geronimo/server/trunk/repository/pom.xml
>
> Modified: geronimo/server/trunk/configs/axis2/pom.xml
> URL: 
http://svn.apache.org/viewvc/geronimo/server/trunk/configs/axis2/pom.xml?view=diff&rev=527215&r1=527214&r2=527215
> ==
> --- geronimo/server/trunk/configs/axis2/pom.xml (original)
> +++ geronimo/server/trunk/configs/axis2/pom.xml Tue Apr 10 10:38:54 2007
> @@ -172,6 +172,18 @@
>  xml-resolver
>  xml-resolver
>  
> +   
> +   com.sun.xml.ws
> +   jaxws-tools
> +   
> +   
> +   com.sun.xml.ws
> +   jaxws-rt
> +   
> +   
> +   com.sun.xml.bind
> +   jaxb-xjc
> +   
>  
>
>  
>
> Modified: geronimo/server/trunk/modules/geronimo-axis2-builder/pom.xml
> URL: 
http://svn.apache.org/viewvc/geronimo/server/trunk/modules/geronimo-axis2-builder/pom.xml?view=diff&rev=527215&r1=527214&r2=527215
> ==
> --- geronimo/server/trunk/modules/geronimo-axis2-builder/pom.xml (original)
> +++ geronimo/server/trunk/modules/geronimo-axis2-builder/pom.xml Tue Apr 10 
10:38:54 2007
> @@ -69,6 +69,23 @@
>  geronimo-ws-metadata_2.0_spec
> 
>
> +
> +
> +com.sun.xml.ws
> +jaxws-tools
> +
> +
> +
> +com.sun.xml.ws
> +jaxws-rt
> +
> +
> +
> +com.sun.xml.bind
> +jaxb-xjc
> +
> +
> +
>  
>
>  
>
> Modified: 
geronimo/server/trunk/modules/geronimo-axis2-builder/src/main/java/org/apache/geronimo/axis2/builder/Axis2Builder.java
> URL: 
http://svn.apache.org/viewvc/geronimo/server/trunk/modules/geronimo-axis2-builder/src/main/java/org/apache/geronimo/axis2/builder/Axis2Builder.java?view=diff&rev=527215&r1=527214&r2=527215
> ==
> --- 
geronimo/server/trunk/modules/geronimo-axis2-builder/src/main/java/org/apache/geronimo/axis2/builder/Axis2Builder.java
 (original)
> +++ 
geronimo/server/trunk/modules/geronimo-axis2-builder/src/main/java/org/apache/geronimo/axis2/builder/Axis2Builder.java
 Tue Apr 10 10:38:54 2007
> @@ -17,9 +17,11 @@
>
>  package org.apache.geronimo.axis2.builder;
>
> +import java.io.ByteArrayOutputStream;
>  import java.io.FileNotFoundException;
>  import java.io.IOException;
>  import java.io.InputStream;
> +import java.io.OutputStream;
>  import java.io.StringWriter;
>  import java.net.URI;
>  import java.net.URL;
> @@ -29,6 +31,8 @@
>  import java.util.jar.JarFile;
>
>  import javax.xml.namespace.QName;
> +import javax.xml.ws.WebServiceException;
> +import javax.xml.ws.soap.SOAPBinding;
>
>  import org.apache.commons.logging.Log;
>  import org.apache.commons.logging.LogFactory;
> @@ -39,15 +43,18 @@
>  import org.apache.geronimo.gbean.GBeanData;
>  import org.apache.geronimo.gbean.GBeanInfo;
>  import org.apache.geronimo.gbean.GBeanInfoBuilder;
> +import org.apache.geronimo.j2ee.deployment.EARContext;
>  import org.apache.geronimo.j2ee.deployment.Module;
>  import org.apache.geronimo.j2ee.deployment.WebModule;
>  import org.apache.geroni

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

2007-04-10 Thread Jason Dillon (JIRA)
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-3088) geroniom-activemq-ra's ra.xml is not kept in sync with the AMQ distribution

2007-04-10 Thread Jason Dillon (JIRA)
geroniom-activemq-ra's ra.xml is not kept in sync with the AMQ distribution
---

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


Currently the geronimo-activemq-ra's (embedded AMQ RA) ra.xml is not kept in 
sync with the AMQ dists activemq-rar.

Should update the build to extract the ra.xml and include that for the embedded 
ra.

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



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/geronimo-axis2/po

2007-04-10 Thread Jarek Gawor

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=rev&rev=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=diff&rev=527089&r1=527088&r2=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 @@
 axiom-impl
 
 
-org.apache.ws.commons
+org.apache.ws.commons.schema
 XmlSchema
 
 

Modified: geronimo/server/trunk/configs/axis2/pom.xml
URL: 
http://svn.apache.org/viewvc/geronimo/server/trunk/configs/axis2/pom.xml?view=diff&rev=527089&r1=527088&r2=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 @@
 axiom-impl
 
 
-org.apache.ws.commons
+org.apache.ws.commons.schema
 XmlSchema
 
 

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=diff&rev=527089&r1=527088&r2=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 @@
 jar
 
 
-org.apache.ws.commons
+org.apache.ws.commons.schema
 XmlSchema
 jar
 

Modified: geronimo/server/trunk/configs/cxf/pom.xml
URL: 
http://svn.apache.org/viewvc/geronimo/server/trunk/configs/cxf/pom.xml?view=diff&rev=527089&r1=527088&r2=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 @@
 cxf-tools-common
 
 
-org.apache.ws.commons
+org.apache.ws.commons.schema
 XmlSchema
 
 

Modified: geronimo/server/trunk/modules/geronimo-axis2/pom.xml
URL: 
http://svn.apache.org/viewvc/geronimo/server/trunk/modules/geronimo-axis2/pom.xml?view=diff&rev=527089&r1=527088&r2=527089
==
--- geronimo/server/trunk/modules/geronimo-axis2/pom.xml (original)
+++ geronimo/server/trunk/modules/geronimo-axis2/pom.xml Tue Apr 10 03:33:06 
2007
@@ -113,7 +113,7 @@
 axiom-impl
 
 
-org.apache.ws.commons
+org.apache.ws.commons.schema
 XmlSchema
 
 

Modified: geronimo/server/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/geronimo/server/trunk/pom.xml?view=diff&rev=527089&r1=527088&r2=527089
==
--- geronimo/server/trunk/pom.xml (original)
+++ geronimo/server/trunk/pom.xml Tue Apr 10 03:33:06 2007
@@ -1198,9 +1198,9 @@
 

 
-org.apache.ws.commons
+org.apache.ws.commons.schema
 XmlSchema
-1.1
+SNAPSHOT
 

 





[jira] Closed: (GERONIMO-3087) ConnectionTrackingCoordinator.invoke() does not properly convert Exceptions

2007-04-10 Thread Kevan Miller (JIRA)

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

Kevan Miller closed GERONIMO-3087.
--

Resolution: Fixed

Fixed as described previously.

> ConnectionTrackingCoordinator.invoke() does not properly convert Exceptions
> ---
>
> Key: GERONIMO-3087
> URL: https://issues.apache.org/jira/browse/GERONIMO-3087
> Project: Geronimo
>  Issue Type: Bug
>  Security Level: public(Regular issues) 
>Affects Versions: 1.2, 2.0-M4, 2.0-M5
>Reporter: Kevan Miller
> Assigned To: Kevan Miller
> Fix For: 2.0-M5
>
>
> ConnectionTrackingCoordinator.invoke() uses reflection to invoke the 
> appropriate method on an object. If an exception occurs during the method 
> invocation, the exception is converted into an InvocationTargetException. 
> ConnectionTrackingCoordinator.invoke() needs to turn the exception back into 
> it's original form. Otherwise, you'll get incorrect exceptions returned to 
> client code and exceptions of the form:
> java.lang.reflect.UndeclaredThrowableException
>   at $Proxy33.start(Unknown Source)
>   at MyTestClass.closeAClosedConnection(MyTestClass.java:53)  at 
> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>   at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>   at java.lang.reflect.Method.invoke(Method.java:585)
>   at 
> org.apache.openejb.core.interceptor.ReflectionInvocationContext$Invocation.invoke(ReflectionInvocationContext.java:136)
>   at 
> org.apache.openejb.core.interceptor.ReflectionInvocationContext.proceed(ReflectionInvocationContext.java:119)
>   at 
> org.apache.openejb.core.interceptor.InterceptorStack.invoke(InterceptorStack.java:72)
>   at 
> org.apache.openejb.core.stateful.StatefulContainer._invoke(StatefulContainer.java:420)
>   at 
> org.apache.openejb.core.stateful.StatefulContainer.businessMethod(StatefulContainer.java:382)
>   at 
> org.apache.openejb.core.stateful.StatefulContainer.invoke(StatefulContainer.java:257)
>   at 
> org.apache.openejb.server.ejbd.EjbRequestHandler.doEjbObject_BUSINESS_METHOD(EjbRequestHandler.java:198)
>   at 
> org.apache.openejb.server.ejbd.EjbRequestHandler.processRequest(EjbRequestHandler.java:113)
>   at 
> org.apache.openejb.server.ejbd.EjbDaemon.processEjbRequest(EjbDaemon.java:149)
>   at org.apache.openejb.server.ejbd.EjbDaemon.service(EjbDaemon.java:107)
>   at org.apache.openejb.server.ejbd.EjbDaemon.service(EjbDaemon.java:80)
>   at org.apache.openejb.server.ejbd.EjbServer.service(EjbServer.java:60)
>   at 
> org.apache.openejb.server.ServiceLogger.service(ServiceLogger.java:75)
>   at 
> org.apache.openejb.server.ServiceAccessController.service(ServiceAccessController.java:55)
>   at org.apache.openejb.server.ServiceDaemon$1.run(ServiceDaemon.java:117)
>   at java.lang.Thread.run(Thread.java:613)
> Caused by: java.lang.reflect.InvocationTargetException
>   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>   at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>   at java.lang.reflect.Method.invoke(Method.java:585)
>   at 
> org.apache.geronimo.connector.outbound.connectiontracking.ConnectionTrackingCoordinator$ConnectionInvocationHandler.invoke(ConnectionTrackingCoordinator.java:329)
>   ... 29 more
> Caused by: javax.jms.IllegalStateException: The Connection is closed
>   at 
> org.apache.activemq.ra.ManagedConnectionProxy.getConnection(ManagedConnectionProxy.java:93)
>   at 
> org.apache.activemq.ra.ManagedConnectionProxy.start(ManagedConnectionProxy.java:200)
>   ... 34 more
> I have not reproduced this problem on 1.2, but sure looks like it would cause 
> a problem there, also...

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



[jira] Updated: (GERONIMO-3087) ConnectionTrackingCoordinator.invoke() does not properly convert Exceptions

2007-04-10 Thread Kevan Miller (JIRA)

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

Kevan Miller updated GERONIMO-3087:
---

Affects Version/s: 1.2
 Assignee: Kevan Miller

> ConnectionTrackingCoordinator.invoke() does not properly convert Exceptions
> ---
>
> Key: GERONIMO-3087
> URL: https://issues.apache.org/jira/browse/GERONIMO-3087
> Project: Geronimo
>  Issue Type: Bug
>  Security Level: public(Regular issues) 
>Affects Versions: 1.2, 2.0-M4, 2.0-M5
>Reporter: Kevan Miller
> Assigned To: Kevan Miller
> Fix For: 2.0-M5
>
>
> ConnectionTrackingCoordinator.invoke() uses reflection to invoke the 
> appropriate method on an object. If an exception occurs during the method 
> invocation, the exception is converted into an InvocationTargetException. 
> ConnectionTrackingCoordinator.invoke() needs to turn the exception back into 
> it's original form. Otherwise, you'll get incorrect exceptions returned to 
> client code and exceptions of the form:
> java.lang.reflect.UndeclaredThrowableException
>   at $Proxy33.start(Unknown Source)
>   at MyTestClass.closeAClosedConnection(MyTestClass.java:53)  at 
> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>   at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>   at java.lang.reflect.Method.invoke(Method.java:585)
>   at 
> org.apache.openejb.core.interceptor.ReflectionInvocationContext$Invocation.invoke(ReflectionInvocationContext.java:136)
>   at 
> org.apache.openejb.core.interceptor.ReflectionInvocationContext.proceed(ReflectionInvocationContext.java:119)
>   at 
> org.apache.openejb.core.interceptor.InterceptorStack.invoke(InterceptorStack.java:72)
>   at 
> org.apache.openejb.core.stateful.StatefulContainer._invoke(StatefulContainer.java:420)
>   at 
> org.apache.openejb.core.stateful.StatefulContainer.businessMethod(StatefulContainer.java:382)
>   at 
> org.apache.openejb.core.stateful.StatefulContainer.invoke(StatefulContainer.java:257)
>   at 
> org.apache.openejb.server.ejbd.EjbRequestHandler.doEjbObject_BUSINESS_METHOD(EjbRequestHandler.java:198)
>   at 
> org.apache.openejb.server.ejbd.EjbRequestHandler.processRequest(EjbRequestHandler.java:113)
>   at 
> org.apache.openejb.server.ejbd.EjbDaemon.processEjbRequest(EjbDaemon.java:149)
>   at org.apache.openejb.server.ejbd.EjbDaemon.service(EjbDaemon.java:107)
>   at org.apache.openejb.server.ejbd.EjbDaemon.service(EjbDaemon.java:80)
>   at org.apache.openejb.server.ejbd.EjbServer.service(EjbServer.java:60)
>   at 
> org.apache.openejb.server.ServiceLogger.service(ServiceLogger.java:75)
>   at 
> org.apache.openejb.server.ServiceAccessController.service(ServiceAccessController.java:55)
>   at org.apache.openejb.server.ServiceDaemon$1.run(ServiceDaemon.java:117)
>   at java.lang.Thread.run(Thread.java:613)
> Caused by: java.lang.reflect.InvocationTargetException
>   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>   at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>   at java.lang.reflect.Method.invoke(Method.java:585)
>   at 
> org.apache.geronimo.connector.outbound.connectiontracking.ConnectionTrackingCoordinator$ConnectionInvocationHandler.invoke(ConnectionTrackingCoordinator.java:329)
>   ... 29 more
> Caused by: javax.jms.IllegalStateException: The Connection is closed
>   at 
> org.apache.activemq.ra.ManagedConnectionProxy.getConnection(ManagedConnectionProxy.java:93)
>   at 
> org.apache.activemq.ra.ManagedConnectionProxy.start(ManagedConnectionProxy.java:200)
>   ... 34 more
> I have not reproduced this problem on 1.2, but sure looks like it would cause 
> a problem there, also...

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



[jira] Created: (GERONIMO-3087) ConnectionTrackingCoordinator.invoke() does not properly convert Exceptions

2007-04-10 Thread Kevan Miller (JIRA)
ConnectionTrackingCoordinator.invoke() does not properly convert Exceptions
---

 Key: GERONIMO-3087
 URL: https://issues.apache.org/jira/browse/GERONIMO-3087
 Project: Geronimo
  Issue Type: Bug
  Security Level: public (Regular issues)
Affects Versions: 2.0-M4, 2.0-M5
Reporter: Kevan Miller
 Fix For: 2.0-M5


ConnectionTrackingCoordinator.invoke() uses reflection to invoke the 
appropriate method on an object. If an exception occurs during the method 
invocation, the exception is converted into an InvocationTargetException. 

ConnectionTrackingCoordinator.invoke() needs to turn the exception back into 
it's original form. Otherwise, you'll get incorrect exceptions returned to 
client code and exceptions of the form:

java.lang.reflect.UndeclaredThrowableException
at $Proxy33.start(Unknown Source)
at MyTestClass.closeAClosedConnection(MyTestClass.java:53)  at 
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at 
org.apache.openejb.core.interceptor.ReflectionInvocationContext$Invocation.invoke(ReflectionInvocationContext.java:136)
at 
org.apache.openejb.core.interceptor.ReflectionInvocationContext.proceed(ReflectionInvocationContext.java:119)
at 
org.apache.openejb.core.interceptor.InterceptorStack.invoke(InterceptorStack.java:72)
at 
org.apache.openejb.core.stateful.StatefulContainer._invoke(StatefulContainer.java:420)
at 
org.apache.openejb.core.stateful.StatefulContainer.businessMethod(StatefulContainer.java:382)
at 
org.apache.openejb.core.stateful.StatefulContainer.invoke(StatefulContainer.java:257)
at 
org.apache.openejb.server.ejbd.EjbRequestHandler.doEjbObject_BUSINESS_METHOD(EjbRequestHandler.java:198)
at 
org.apache.openejb.server.ejbd.EjbRequestHandler.processRequest(EjbRequestHandler.java:113)
at 
org.apache.openejb.server.ejbd.EjbDaemon.processEjbRequest(EjbDaemon.java:149)
at org.apache.openejb.server.ejbd.EjbDaemon.service(EjbDaemon.java:107)
at org.apache.openejb.server.ejbd.EjbDaemon.service(EjbDaemon.java:80)
at org.apache.openejb.server.ejbd.EjbServer.service(EjbServer.java:60)
at 
org.apache.openejb.server.ServiceLogger.service(ServiceLogger.java:75)
at 
org.apache.openejb.server.ServiceAccessController.service(ServiceAccessController.java:55)
at org.apache.openejb.server.ServiceDaemon$1.run(ServiceDaemon.java:117)
at java.lang.Thread.run(Thread.java:613)
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at 
org.apache.geronimo.connector.outbound.connectiontracking.ConnectionTrackingCoordinator$ConnectionInvocationHandler.invoke(ConnectionTrackingCoordinator.java:329)
... 29 more
Caused by: javax.jms.IllegalStateException: The Connection is closed
at 
org.apache.activemq.ra.ManagedConnectionProxy.getConnection(ManagedConnectionProxy.java:93)
at 
org.apache.activemq.ra.ManagedConnectionProxy.start(ManagedConnectionProxy.java:200)
... 34 more

I have not reproduced this problem on 1.2, but sure looks like it would cause a 
problem there, also...

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



[jira] Updated: (GERONIMO-3086) Axis2: wsgen tool needs axis2-jaxws-api-SNAPSHOT.jar at runtime

2007-04-10 Thread Lin Sun (JIRA)

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

Lin Sun updated GERONIMO-3086:
--

Summary: Axis2: wsgen tool needs axis2-jaxws-api-SNAPSHOT.jar at runtime  
(was: Axis2: wsgen tools needs axis2-jaxws-api-SNAPSHOT.jar at runtime)

> Axis2: wsgen tool needs axis2-jaxws-api-SNAPSHOT.jar at runtime
> ---
>
> Key: GERONIMO-3086
> URL: https://issues.apache.org/jira/browse/GERONIMO-3086
> Project: Geronimo
>  Issue Type: Bug
>  Security Level: public(Regular issues) 
>  Components: webservices
>Affects Versions: 2.0-M5
> Environment: winxp + sun 1.5 SDK
>Reporter: Lin Sun
> Assigned To: Lin Sun
> Fix For: 2.0-M5
>
>
> If this jar file isn't there, we'll get 
> Exception in thread "main" java.lang.NoClassDefFoundError: 
> javax/xml/ws/WebServi
> ceException
> when wsgen runs.
> will submit a patch later on to specify it as a dependency for 
> geronimo-axis2-builder.

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



[jira] Updated: (GERONIMO-3086) Axis2: wsgen tools needs axis2-jaxws-api-SNAPSHOT.jar at runtime

2007-04-10 Thread Lin Sun (JIRA)

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

Lin Sun updated GERONIMO-3086:
--

Summary: Axis2: wsgen tools needs axis2-jaxws-api-SNAPSHOT.jar at runtime  
(was: Axis2: wsgen tools axis2-jaxws-api-SNAPSHOT.jar)

> Axis2: wsgen tools needs axis2-jaxws-api-SNAPSHOT.jar at runtime
> 
>
> Key: GERONIMO-3086
> URL: https://issues.apache.org/jira/browse/GERONIMO-3086
> Project: Geronimo
>  Issue Type: Bug
>  Security Level: public(Regular issues) 
>  Components: webservices
>Affects Versions: 2.0-M5
> Environment: winxp + sun 1.5 SDK
>Reporter: Lin Sun
> Assigned To: Lin Sun
> Fix For: 2.0-M5
>
>
> If this jar file isn't there, we'll get 
> Exception in thread "main" java.lang.NoClassDefFoundError: 
> javax/xml/ws/WebServi
> ceException
> when wsgen runs.
> will submit a patch later on to specify it as a dependency for 
> geronimo-axis2-builder.

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



[jira] Created: (GERONIMO-3086) Axis2: wsgen tools axis2-jaxws-api-SNAPSHOT.jar

2007-04-10 Thread Lin Sun (JIRA)
Axis2: wsgen tools axis2-jaxws-api-SNAPSHOT.jar
---

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


If this jar file isn't there, we'll get 

Exception in thread "main" java.lang.NoClassDefFoundError: javax/xml/ws/WebServi
ceException

when wsgen runs.

will submit a patch later on to specify it as a dependency for 
geronimo-axis2-builder.


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



Re: svn commit: r527215 - in /geronimo/server/trunk: ./ configs/axis2/ modules/geronimo-axis2-builder/ modules/geronimo-axis2-builder/src/main/java/org/apache/geronimo/axis2/builder/ repository/ repos

2007-04-10 Thread Lin Sun
Hey Dims, looks like we'll need to update the jaxws-tools and jaxws-rt 
from 2.0-snapshot to 2.0 in Axis2BuilderUtil.


Lin

[EMAIL PROTECTED] wrote:

Author: dims
Date: Tue Apr 10 10:38:54 2007
New Revision: 527215

URL: http://svn.apache.org/viewvc?view=rev&rev=527215
Log:
Fix for GERONIMO-2988 - Axis2: needs to support optional wsdl file

Added:

geronimo/server/trunk/modules/geronimo-axis2-builder/src/main/java/org/apache/geronimo/axis2/builder/Axis2BuilderUtil.java
geronimo/server/trunk/repository/com/
geronimo/server/trunk/repository/com/sun/
geronimo/server/trunk/repository/com/sun/xml/
geronimo/server/trunk/repository/com/sun/xml/ws/
geronimo/server/trunk/repository/com/sun/xml/ws/jaxws-rt/
geronimo/server/trunk/repository/com/sun/xml/ws/jaxws-rt/2.0/

geronimo/server/trunk/repository/com/sun/xml/ws/jaxws-rt/2.0/jaxws-rt-2.0.jar   
(with props)

geronimo/server/trunk/repository/com/sun/xml/ws/jaxws-rt/2.0/jaxws-rt-2.0.jar.md5
geronimo/server/trunk/repository/com/sun/xml/ws/jaxws-tools/
geronimo/server/trunk/repository/com/sun/xml/ws/jaxws-tools/2.0/

geronimo/server/trunk/repository/com/sun/xml/ws/jaxws-tools/2.0/jaxws-tools-2.0.jar
   (with props)

geronimo/server/trunk/repository/com/sun/xml/ws/jaxws-tools/2.0/jaxws-tools-2.0.jar.md5
Modified:
geronimo/server/trunk/configs/axis2/pom.xml
geronimo/server/trunk/modules/geronimo-axis2-builder/pom.xml

geronimo/server/trunk/modules/geronimo-axis2-builder/src/main/java/org/apache/geronimo/axis2/builder/Axis2Builder.java
geronimo/server/trunk/pom.xml
geronimo/server/trunk/repository/pom.xml

Modified: geronimo/server/trunk/configs/axis2/pom.xml
URL: 
http://svn.apache.org/viewvc/geronimo/server/trunk/configs/axis2/pom.xml?view=diff&rev=527215&r1=527214&r2=527215
==
--- geronimo/server/trunk/configs/axis2/pom.xml (original)
+++ geronimo/server/trunk/configs/axis2/pom.xml Tue Apr 10 10:38:54 2007
@@ -172,6 +172,18 @@
 xml-resolver
 xml-resolver
 
+   
+   com.sun.xml.ws
+   jaxws-tools
+   
+   
+   com.sun.xml.ws
+   jaxws-rt
+   
+   
+   com.sun.xml.bind
+   jaxb-xjc
+   
 
 
 


Modified: geronimo/server/trunk/modules/geronimo-axis2-builder/pom.xml
URL: 
http://svn.apache.org/viewvc/geronimo/server/trunk/modules/geronimo-axis2-builder/pom.xml?view=diff&rev=527215&r1=527214&r2=527215
==
--- geronimo/server/trunk/modules/geronimo-axis2-builder/pom.xml (original)
+++ geronimo/server/trunk/modules/geronimo-axis2-builder/pom.xml Tue Apr 10 
10:38:54 2007
@@ -69,6 +69,23 @@
 geronimo-ws-metadata_2.0_spec

 
+

+
+com.sun.xml.ws
+jaxws-tools
+
+
+
+com.sun.xml.ws
+jaxws-rt
+
+
+
+com.sun.xml.bind
+jaxb-xjc
+
+
+
 
 
 


Modified: 
geronimo/server/trunk/modules/geronimo-axis2-builder/src/main/java/org/apache/geronimo/axis2/builder/Axis2Builder.java
URL: 
http://svn.apache.org/viewvc/geronimo/server/trunk/modules/geronimo-axis2-builder/src/main/java/org/apache/geronimo/axis2/builder/Axis2Builder.java?view=diff&rev=527215&r1=527214&r2=527215
==
--- 
geronimo/server/trunk/modules/geronimo-axis2-builder/src/main/java/org/apache/geronimo/axis2/builder/Axis2Builder.java
 (original)
+++ 
geronimo/server/trunk/modules/geronimo-axis2-builder/src/main/java/org/apache/geronimo/axis2/builder/Axis2Builder.java
 Tue Apr 10 10:38:54 2007
@@ -17,9 +17,11 @@
 
 package org.apache.geronimo.axis2.builder;
 
+import java.io.ByteArrayOutputStream;

 import java.io.FileNotFoundException;
 import java.io.IOException;
 import java.io.InputStream;
+import java.io.OutputStream;
 import java.io.StringWriter;
 import java.net.URI;
 import java.net.URL;
@@ -29,6 +31,8 @@
 import java.util.jar.JarFile;
 
 import javax.xml.namespace.QName;

+import javax.xml.ws.WebServiceException;
+import javax.xml.ws.soap.SOAPBinding;
 
 import org.apache.commons.logging.Log;

 import org.apache.commons.logging.LogFactory;
@@ -39,15 +43,18 @@
 import org.apache.geronimo.gbean.GBeanData;
 import org.apache.geronimo.gbean.GBeanInfo;
 import org.apache.geronimo.gbean.GBeanInfoBuilder;
+import org.apache.geronimo.j2ee.deployment.EARContext;
 import org.apache.geronimo.j2ee.deployment.Module;
 import org.apache.geronimo.j2ee.deployment.WebModule;
 import org.apache.geronimo.j2ee.deployment.WebServiceBuilder;
 import org.apache.geronimo.j2ee.j2eeobjectnames.NameFactory;
+import org.apache.geronimo.jaxws.JAXWSUtils;
 import org.apache.geronimo.jaxws.PortInfo;
 import org.apache.geronimo.jaxws.builder.EndpointInfoBuilder;
 import org.apache.geronimo.jaxws

[jira] Created: (SM-930) ComponentListener does not get notified on Component uninstall

2007-04-10 Thread Corey Baswell (JIRA)
ComponentListener does not get notified on Component uninstall
--

 Key: SM-930
 URL: https://issues.apache.org/activemq/browse/SM-930
 Project: ServiceMix
  Issue Type: Bug
  Components: servicemix-core
Affects Versions: 3.1
 Environment: Ubuntu-64, Java 1.5_06, ServiceMix-3.1-incubating
Reporter: Corey Baswell
Priority: Minor
 Attachments: patch.txt

The org.apache.servicemix.jbi.event.ComponentListener does not get notified 
when a component in the JBI container is uninstalled:

public void componentUninstalled(ComponentEvent event);

I attached a patch for how i got it working.

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



[jira] Resolved: (GERONIMO-3085) Axis2: Response Wrapper class isn't set correctly which caused a NPE in Axis2

2007-04-10 Thread Davanum Srinivas (JIRA)

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

Davanum Srinivas resolved GERONIMO-3085.


Resolution: Fixed

Fix in svn revision 527272

thanks,
dims

> Axis2: Response Wrapper class isn't set correctly which caused a NPE in Axis2
> -
>
> Key: GERONIMO-3085
> URL: https://issues.apache.org/jira/browse/GERONIMO-3085
> Project: Geronimo
>  Issue Type: Bug
>  Security Level: public(Regular issues) 
>  Components: webservices
>Affects Versions: 2.0-M5
> Environment: winxp + sun 1.5 SDK
>Reporter: Lin Sun
> Fix For: 2.0-M5
>
> Attachments: 3085.patch
>
>
> In AxisServiceGenerator, we are not setting the name of the Response Wrapper 
> class incorrectly, which caused a NPE in Axis2.  Here's the exerpt from 
> geronimo.log:
> 9938 40:10:21:48,687 DEBUG [ArtifactProcessor] The following class is 
> missing: samples.geronimo.apache.org.jws.AddResponse Processing continues.
> ...
> Request Wrapper class: null; Response Wrapper class: 
> samples.geronimo.apache.org.jws.AddResponse
> It should be set as org.apache.geronimo.samples.jws.AddResponse here.   
> Modified the logic in getWrapperClassName method as the current code assumes 
> there is only one dot in host.  With the fix, got passed by this NPE error 
> which I encountered yesterday but still not able to get end to end flow 
> working.

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



Re: Restructuring trunk (LONG)

2007-04-10 Thread Jason Dillon

On Apr 10, 2007, at 7:08 AM, Donald Woods wrote:
What repositories?  Most of these artifacts live in central... and  
according to Jason Van Zyl, artifacts in central are never  
removed.  And he isn't so found of adding extra magical repository  
bits to subvert the system.
I was looking at making a magical proxy wagon impl to handle  
this... though after talking to Jason more I've pushed off that  
work, not to mention that with the current m2 wagon bits, we can't  
inject custom handlers for http/https easily, we would have to use  
a new magical proxy protocol (only to tell the wagon system which  
provider to pick up), and then we'd have to define a new proxy://  
repo as central and then add some magical rewriting of dependency  
poms to strip out any repo muck they have... all too complicated IMO.
So for now I'm deferring that work, and for now will try to depend  
on central having artifacts that never get lost (which I still  
have very mixed feelings about).


Have you looked at the Maven Proxy project?
   http://maven-proxy.codehaus.org/

We're using it for internal builds of Geronimo and it works nicely  
for everything except SNAPSHOTS, which you either have to configure  
it to always or never look for new artifacts, which is not a  
dynamic configuration setting.  Other that that, its great, because  
it lets me create a settings.xml for m2 that says its a mirrorOf *  
and then I can configure the proxy (which is just a servlet I have  
running in Tomcat 5.5) to specify exactly which order of local  
rsync mirrors (either available thru HTTP or local file:// access)  
and remote/live repos to search for artifacts.


Yes, I have used Maven Proxy before, as well as DSMP and Proximity.

But this is not an "internal build" problem, its a problem that  
*everyone* *anywhere* who tries to build Geronimo has we can not  
make them all use a specific proxy server configuration.  Not like we  
have the resources to host that proxy server either.


Anyways, this email thread is not intended to have muck to do with  
proxies or repos, so lets not let it digress please.  I've written up  
a lot of other emails on this repository issue if you would like to  
comment on those threads :-)


--jason



[jira] Updated: (GERONIMO-3010) Proposal for tomcat to change managed object construction/annotation processing

2007-04-10 Thread David Jencks (JIRA)

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

David Jencks updated GERONIMO-3010:
---

Attachment: GERONIMO-3010-4.patch

This version coalesces the two InstanceManager interfaces into one.  I think 
this is a bad idea because it makes jasper dependent on an interface shared 
with catalina.  I think it makes much more sense to have a tomcat 
implementation class that implements a jasper interface, to be used only when 
tomcat is run standalone with jasper included.

> Proposal for tomcat to change managed object construction/annotation 
> processing
> ---
>
> Key: GERONIMO-3010
> URL: https://issues.apache.org/jira/browse/GERONIMO-3010
> Project: Geronimo
>  Issue Type: Wish
>  Security Level: public(Regular issues) 
>  Components: Tomcat
>Affects Versions: 2.0-M4
>Reporter: David Jencks
> Assigned To: David Jencks
> Attachments: GERONIMO-3010-1.patch, GERONIMO-3010-2.patch, 
> GERONIMO-3010-3.patch, GERONIMO-3010-3a.patch, GERONIMO-3010-3b.patch, 
> GERONIMO-3010-3c.patch, GERONIMO-3010-4.patch, GERONIMO-3010-GERONIMO-1.patch
>
>
> I've been working on changing how tomcat might create and destroy "managed 
> objects" (servlets, filters, listeners, and tags) and want a place to attach 
> the work in progress so it is more visible.  I'm not quite ready to propose 
> it to the tomcat community thus this jira.

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



Re: [DISCUSS] Should we re-enable the JVMCheck warning message for the 2.0 release?

2007-04-10 Thread Jason Dillon
Using a < 1.5 JVM is more likely to barf up a class version  
incompatibility... unless the bootstrap modules (and their libraries)  
are compiled to be compatible with 1.4, but I don't think that is  
worth trying to enforce.


I don't see any point in adding this extra warning layer muck.

--jason


On Apr 10, 2007, at 11:55 AM, Aaron Mulder wrote:

I would think we'd need to check for Java < 1.5 more urgently than  
Java > 1.5.


Thanks,
Aaron

On 4/10/07, Donald Woods <[EMAIL PROTECTED]> wrote:
Wanted to see what everyone's opinion was before I integrate the  
patch

for G2759 -
https://issues.apache.org/jira/browse/GERONIMO-2759

which re-enables the JVMCheck code that we had in 1.1 to warn  
users if

they try to run the server on a non-Java SE 5 JVM (like Java SE 6.)


-Donald






[jira] Commented: (GERONIMO-2841) Valve reports request method as GET even though POST request was made

2007-04-10 Thread Paul McMahan (JIRA)

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

Paul McMahan commented on GERONIMO-2841:


trying to understand what our options are here a little better, but right now 
can't get much further because I get this error when I type "mvn -P child" in  
testsuite/webservices-testsuite/jaxws-tests/jaxws-ejb

[...]
Geronimo Application Server started
14:54:17,566 WARN  [startup] No ejb-jar.xml found assuming annotated beans 
present: /tmp/geronimo-deployer41351.tmpdir/jaxws-ejb-2.0-SNAPSHOT.jar, module: 
jaxws-ejb-2.0-SNAPSHOT.jar
[severity=ERROR,message=unexpected element 
(uri:"http://www.openejb.org/openejb-jar/1.1";, local:"environment"). Expected 
elements are 
<{http://www.openejb.org/openejb-jar/1.1}ejb-deployment>,locator=[node=null,object=null,url=null,line=25,col=18,offset=-1]]
160  cmp  INFO   [RMI TCP Connection(8)-192.168.1.100] openjpa.Enhance - You 
have enabled runtime enhancement, but have not specified the set of persistent 
classes.  OpenJPA must look for metadata for every loaded class, which might 
increase class load times significantly.
Apr 10, 2007 2:54:38 PM org.apache.cxf.bus.spring.BusApplicationContext 
getConfigResources
INFO: Could not find the configuration file cxf.xml on the classpath.
Apr 10, 2007 2:55:56 PM 
org.apache.cxf.service.factory.ReflectionServiceFactoryBean 
buildServiceFromClass
INFO: Creating Service {http://test.geronimo.apache.org/}JAXWSBeanService from 
class org.apache.geronimo.test.JAXWSBean
14:55:58,299 ERROR [GBeanInstanceState] Error while starting; GBean is now in 
the FAILED state: 
abstractName="JEE5/JAXWSEJB/1.1/car?EJBModule=JEE5/JAXWSEJB/1.1/car,J2EEApplication=null,StatelessSessionBean=JAXWSBean,j2eeType=WSLink,name=JAXWSBean"
java.lang.IncompatibleClassChangeError
at 
org.apache.cxf.service.factory.ReflectionServiceFactoryBean.initializeWrappedSchema(ReflectionServiceFactoryBean.java:382)
at 
org.apache.cxf.service.factory.ReflectionServiceFactoryBean.buildServiceFromClass(ReflectionServiceFactoryBean.java:216)
at 
org.apache.cxf.service.factory.ReflectionServiceFactoryBean.initializeServiceModel(ReflectionServiceFactoryBean.java:226)
at 
org.apache.cxf.service.factory.ReflectionServiceFactoryBean.create(ReflectionServiceFactoryBean.java:126)
at org.apache.geronimo.cxf.ejb.EJBEndpoint.(EJBEndpoint.java:61)
at 
org.apache.geronimo.cxf.ejb.EJBWebServiceContainer.publishEndpoint(EJBWebServiceContainer.java:35)
at 
org.apache.geronimo.cxf.ejb.EJBWebServiceContainer.publishEndpoint(EJBWebServiceContainer.java:24)
at 
org.apache.geronimo.cxf.CXFWebServiceContainer.(CXFWebServiceContainer.java:88)
at 
org.apache.geronimo.cxf.ejb.EJBWebServiceContainer.(EJBWebServiceContainer.java:29)
at 
org.apache.geronimo.cxf.ejb.EJBWebServiceGBean.(EJBWebServiceGBean.java:75)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at 
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
at 
org.apache.geronimo.gbean.runtime.GBeanInstance.createInstance(GBeanInstance.java:936)
at 
org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStart(GBeanInstanceState.java:267)
at 
org.apache.geronimo.gbean.runtime.GBeanInstanceState.start(GBeanInstanceState.java:102)
at 
org.apache.geronimo.gbean.runtime.GBeanInstance.start(GBeanInstance.java:529)
at 
org.apache.geronimo.gbean.runtime.GBeanDependency.attemptFullStart(GBeanDependency.java:111)
at 
org.apache.geronimo.gbean.runtime.GBeanDependency.addTarget(GBeanDependency.java:146)
at 
org.apache.geronimo.gbean.runtime.GBeanDependency$1.running(GBeanDependency.java:120)
at 
org.apache.geronimo.kernel.basic.BasicLifecycleMonitor.fireRunningEvent(BasicLifecycleMonitor.java:173)
at 
org.apache.geronimo.kernel.basic.BasicLifecycleMonitor.access$300(BasicLifecycleMonitor.java:41)
at 
org.apache.geronimo.kernel.basic.BasicLifecycleMonitor$RawLifecycleBroadcaster.fireRunningEvent(BasicLifecycleMonitor.java:251)
at 
org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStart(GBeanInstanceState.java:292)
at 
org.apache.geronimo.gbean.runtime.GBeanInstanceState.start(GBeanInstanceState.java:102)
at 
org.apache.geronimo.gbean.runtime.GBeanInstance.start(GBeanInstance.java:529)
at 
org.apache.geronimo.gbean.runtime.GBeanDependency.attemptFullStart(GBeanDependency.java:111)
at 
org.apache.geronimo.gbean.runtime.GBeanDependency.addTarget(GBeanDependency.java:146)
at 
org.apache.geronimo.gbean.runtime.GBeanDependency$1.running

Re: [DISCUSS] Should we re-enable the JVMCheck warning message for the 2.0 release?

2007-04-10 Thread Aaron Mulder

I would think we'd need to check for Java < 1.5 more urgently than Java > 1.5.

Thanks,
Aaron

On 4/10/07, Donald Woods <[EMAIL PROTECTED]> wrote:

Wanted to see what everyone's opinion was before I integrate the patch
for G2759 -
https://issues.apache.org/jira/browse/GERONIMO-2759

which re-enables the JVMCheck code that we had in 1.1 to warn users if
they try to run the server on a non-Java SE 5 JVM (like Java SE 6.)


-Donald




[jira] Created: (GERONIMO-3085) Axis2: Response Wrapper class isn't set correctly which caused a NPE in Axis2

2007-04-10 Thread Lin Sun (JIRA)
Axis2: Response Wrapper class isn't set correctly which caused a NPE in Axis2
-

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

In AxisServiceGenerator, we are not setting the name of the Response Wrapper 
class incorrectly, which caused a NPE in Axis2.  Here's the exerpt from 
geronimo.log:

9938 40:10:21:48,687 DEBUG [ArtifactProcessor] The following class is missing: 
samples.geronimo.apache.org.jws.AddResponse Processing continues.
...

Request Wrapper class: null; Response Wrapper class: 
samples.geronimo.apache.org.jws.AddResponse

It should be set as org.apache.geronimo.samples.jws.AddResponse here.   
Modified the logic in getWrapperClassName method as the current code assumes 
there is only one dot in host.  With the fix, got passed by this NPE error 
which I encountered yesterday but still not able to get end to end flow working.

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



[jira] Updated: (GERONIMO-3085) Axis2: Response Wrapper class isn't set correctly which caused a NPE in Axis2

2007-04-10 Thread Lin Sun (JIRA)

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

Lin Sun updated GERONIMO-3085:
--

Attachment: 3085.patch

> Axis2: Response Wrapper class isn't set correctly which caused a NPE in Axis2
> -
>
> Key: GERONIMO-3085
> URL: https://issues.apache.org/jira/browse/GERONIMO-3085
> Project: Geronimo
>  Issue Type: Bug
>  Security Level: public(Regular issues) 
>  Components: webservices
>Affects Versions: 2.0-M5
> Environment: winxp + sun 1.5 SDK
>Reporter: Lin Sun
> Fix For: 2.0-M5
>
> Attachments: 3085.patch
>
>
> In AxisServiceGenerator, we are not setting the name of the Response Wrapper 
> class incorrectly, which caused a NPE in Axis2.  Here's the exerpt from 
> geronimo.log:
> 9938 40:10:21:48,687 DEBUG [ArtifactProcessor] The following class is 
> missing: samples.geronimo.apache.org.jws.AddResponse Processing continues.
> ...
> Request Wrapper class: null; Response Wrapper class: 
> samples.geronimo.apache.org.jws.AddResponse
> It should be set as org.apache.geronimo.samples.jws.AddResponse here.   
> Modified the logic in getWrapperClassName method as the current code assumes 
> there is only one dot in host.  With the fix, got passed by this NPE error 
> which I encountered yesterday but still not able to get end to end flow 
> working.

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



Re: [DISCUSS] Should we re-enable the JVMCheck warning message for the 2.0 release?

2007-04-10 Thread Matt Hogstrom

I it needed ?  What would we expect not to work?

On Apr 10, 2007, at 10:17 AM, Donald Woods wrote:

Wanted to see what everyone's opinion was before I integrate the  
patch for G2759 -

https://issues.apache.org/jira/browse/GERONIMO-2759

which re-enables the JVMCheck code that we had in 1.1 to warn users  
if they try to run the server on a non-Java SE 5 JVM (like Java SE 6.)



-Donald




[jira] Created: (GERONIMO-3084) Incompatibilitiy between ActiveMQ JAAS and Geronimo JAAS

2007-04-10 Thread Aman Nanner (JIRA)
Incompatibilitiy between ActiveMQ JAAS and Geronimo JAAS


 Key: GERONIMO-3084
 URL: https://issues.apache.org/jira/browse/GERONIMO-3084
 Project: Geronimo
  Issue Type: Bug
  Security Level: public (Regular issues)
  Components: ActiveMQ
Affects Versions: 1.2
Reporter: Aman Nanner


I have reconfigured Geronimo so that the ActiveMQ broker loads its 
configuration from an external XML file.  Within this file, I have specified a 
security configuration for my queues and topics.  This is the file:


{code}


  
  
  
  http://activemq.org/config/1.0";>
  

  
  

  
  

  

  
  

  

  


  


  



{code}


As can be seen, I am using the following JAAS login config domain: 
geronimo-admin.  This is the standard login domain that gets its users and 
groups from properties files.  However, when running the Geronimo server, JAAS 
cannot matchup the "admin" role specified in the ActiveMQ XML file with the 
"admin" role specified in the groups.properties file for the "geronimo-admin" 
login domain.  The problem is that the ActiveMQ role is a principal of type 
{{org.apache.activemq.jaas.GroupPrincipal}}, while the Geronimo JAAS "admin" 
role is of the type 
{{org.apache.geronimo.security.realm.providers.GeronimoGroupPrincipal}}.  
Because these principals are different classes, they are not considered "equal" 
to each other by the {{equals()}} method on 
{{org.apache.activemq.jaas.GroupPrincipal}}.  The stack trace where the error 
occurs is here:


{code}
Thread [ActiveMQ Transport: tcp:///192.168.12.196:2453] (Suspended) 
GeronimoGroupPrincipal.equals(Object) line: 42  
HashMap.eq(Object, Object) line: 299   
HashMap.containsKey(Object) line: 381  
HashSet.contains(Object) line: 182   
HashSet(AbstractCollection).retainAll(Collection) line: 392

JaasAuthenticationBroker$JaasSecurityContext(SecurityContext).isInOneOf(Set) 
line: 43   
AuthorizationBroker.addDestination(ConnectionContext, 
ActiveMQDestination) line: 64 
BrokerService$2(MutableBrokerFilter).addDestination(ConnectionContext, 
ActiveMQDestination) line: 152   
ManagedTopicRegion(AbstractRegion).lookup(ConnectionContext, 
ActiveMQDestination) line: 316 
ManagedTopicRegion(AbstractRegion).send(ConnectionContext, Message) 
line: 291   
ManagedRegionBroker(RegionBroker).send(ConnectionContext, Message) 
line: 385
TransactionBroker.send(ConnectionContext, Message) line: 193
AdvisoryBroker.fireAdvisory(ConnectionContext, ActiveMQTopic, Command, 
ConsumerId, ActiveMQMessage) line: 272   
AdvisoryBroker.fireAdvisory(ConnectionContext, ActiveMQTopic, Command, 
ConsumerId) line: 237
AdvisoryBroker.fireAdvisory(ConnectionContext, ActiveMQTopic, Command) 
line: 232
AdvisoryBroker.addConnection(ConnectionContext, ConnectionInfo) line: 
73

CompositeDestinationBroker(BrokerFilter).addConnection(ConnectionContext, 
ConnectionInfo) line: 82  
JaasAuthenticationBroker(BrokerFilter).addConnection(ConnectionContext, 
ConnectionInfo) line: 82
JaasAuthenticationBroker.addConnection(ConnectionContext, 
ConnectionInfo) line: 90  
AuthorizationBroker(BrokerFilter).addConnection(ConnectionContext, 
ConnectionInfo) line: 82 
BrokerService$2(MutableBrokerFilter).addConnection(ConnectionContext, 
ConnectionInfo) line: 92  
TransportConnection.processAddConnection(ConnectionInfo) line: 706  
ConnectionInfo.visit(CommandVisitor) line: 121  
TransportConnection.service(Command) line: 294  
TransportConnection$1.onCommand(Object) line: 185   
MutexTransport(TransportFilter).onCommand(Object) line: 65  
WireFormatNegotiator.onCommand(Object) line: 133
InactivityMonitor.onCommand(Object) line: 122   
TcpTransport(TransportSupport).doConsume(Object) line: 84   
TcpTransport.run() line: 137
Thread.run() line: 595  
{code}


Securing the ActiveMQ resources is an important component to securing a 
production server, so some way of resolving this issue should be determined.

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



[jira] Commented: (GERONIMO-3010) Proposal for tomcat to change managed object construction/annotation processing

2007-04-10 Thread David Jencks (JIRA)

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

David Jencks commented on GERONIMO-3010:


svn status for patch 3c, should help if someone wants to apply it :-)

M  java/org/apache/jasper/JspCompilationContext.java
M  java/org/apache/jasper/runtime/TagHandlerPool.java
D  java/org/apache/jasper/runtime/AnnotationHelper.java
M  java/org/apache/jasper/servlet/JspServletWrapper.java
A  java/org/apache/jasper/instanceManagement
A  java/org/apache/jasper/instanceManagement/InstanceManager.java
A  java/org/apache/jasper/instanceManagement/DefaultInstanceManager.java
A  java/org/apache/jasper/instanceManagement/InstanceManagerFactory.java
M  java/org/apache/jasper/compiler/Generator.java
D  java/org/apache/AnnotationProcessor.java
M  java/org/apache/catalina/core/ApplicationFilterConfig.java
M  java/org/apache/catalina/core/StandardWrapper.java
M  java/org/apache/catalina/core/StandardContext.java
M  java/org/apache/catalina/core/LocalStrings.properties
M  java/org/apache/catalina/core/mbeans-descriptors.xml
A  java/org/apache/catalina/deploy/Injectable.java
M  java/org/apache/catalina/deploy/ContextEnvironment.java
M  java/org/apache/catalina/deploy/ResourceBase.java
M  java/org/apache/catalina/deploy/MessageDestinationRef.java
A  java/org/apache/catalina/instanceManagement
A  java/org/apache/catalina/instanceManagement/InstanceManager.java
A  java/org/apache/catalina/instanceManagement/DefaultInstanceManager.java
A  java/org/apache/catalina/instanceManagement/InjectionTarget.java
M  java/org/apache/catalina/startup/WebRuleSet.java
D  java/org/apache/catalina/util/DefaultAnnotationProcessor.java
X  native/connector
M  webapps/examples/WEB-INF/web.xml
M  webapps/examples/WEB-INF/classes/LocalStrings.properties
A  webapps/examples/WEB-INF/classes/EnvEntryExample.java

> Proposal for tomcat to change managed object construction/annotation 
> processing
> ---
>
> Key: GERONIMO-3010
> URL: https://issues.apache.org/jira/browse/GERONIMO-3010
> Project: Geronimo
>  Issue Type: Wish
>  Security Level: public(Regular issues) 
>  Components: Tomcat
>Affects Versions: 2.0-M4
>Reporter: David Jencks
> Assigned To: David Jencks
> Attachments: GERONIMO-3010-1.patch, GERONIMO-3010-2.patch, 
> GERONIMO-3010-3.patch, GERONIMO-3010-3a.patch, GERONIMO-3010-3b.patch, 
> GERONIMO-3010-3c.patch, GERONIMO-3010-GERONIMO-1.patch
>
>
> I've been working on changing how tomcat might create and destroy "managed 
> objects" (servlets, filters, listeners, and tags) and want a place to attach 
> the work in progress so it is more visible.  I'm not quite ready to propose 
> it to the tomcat community thus this jira.

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



[jira] Updated: (GERONIMO-3010) Proposal for tomcat to change managed object construction/annotation processing

2007-04-10 Thread David Jencks (JIRA)

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

David Jencks updated GERONIMO-3010:
---

Attachment: GERONIMO-3010-3c.patch

This patch preserves the same 2 InstanceManager interfaces as the previous 3x 
patches but eliminates backwards compatibility support for AnnotationProcessor 
and simplifies InstanceManagerFactory, per Remy's suggestions.  

> Proposal for tomcat to change managed object construction/annotation 
> processing
> ---
>
> Key: GERONIMO-3010
> URL: https://issues.apache.org/jira/browse/GERONIMO-3010
> Project: Geronimo
>  Issue Type: Wish
>  Security Level: public(Regular issues) 
>  Components: Tomcat
>Affects Versions: 2.0-M4
>Reporter: David Jencks
> Assigned To: David Jencks
> Attachments: GERONIMO-3010-1.patch, GERONIMO-3010-2.patch, 
> GERONIMO-3010-3.patch, GERONIMO-3010-3a.patch, GERONIMO-3010-3b.patch, 
> GERONIMO-3010-3c.patch, GERONIMO-3010-GERONIMO-1.patch
>
>
> I've been working on changing how tomcat might create and destroy "managed 
> objects" (servlets, filters, listeners, and tags) and want a place to attach 
> the work in progress so it is more visible.  I'm not quite ready to propose 
> it to the tomcat community thus this jira.

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



[jira] Resolved: (SM-929) eip message filter switch predicate where you can easily turn on/off the exchange flow depending on a property in a message filter

2007-04-10 Thread Thomas Termin (JIRA)

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

Thomas Termin resolved SM-929.
--

Resolution: Fixed

Author: tterm
Date: Tue Apr 10 09:58:29 2007
New Revision: 527197

URL: http://svn.apache.org/viewvc?view=rev&rev=527197
Log:
SM-929 eip message filter switch predicate where you can easily turn on/off the 
exchange flow in a message filter depending on a property

Added:

incubator/servicemix/trunk/deployables/serviceengines/servicemix-eip/src/main/java/org/apache/servicemix/eip/support/SwitchPredicate.java

> eip message filter switch predicate where you can easily turn on/off the 
> exchange flow depending on a property in a message filter
> --
>
> Key: SM-929
> URL: https://issues.apache.org/activemq/browse/SM-929
> Project: ServiceMix
>  Issue Type: New Feature
>  Components: servicemix-eip
>Reporter: Thomas Termin
> Assigned To: Thomas Termin
>Priority: Minor
> Fix For: 3.2
>
>
> This switch predicate can be used to easily switch on/off an exchange flow. 
> This might be interessting for environments where you have different things 
> installed. With an property file or an exchange property can you switch the 
> behaviour.

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



[jira] Created: (SM-929) eip message filter switch predicate where you can easily turn on/off the exchange flow depending on a property in a message filter

2007-04-10 Thread Thomas Termin (JIRA)
eip message filter switch predicate where you can easily turn on/off the 
exchange flow depending on a property in a message filter
--

 Key: SM-929
 URL: https://issues.apache.org/activemq/browse/SM-929
 Project: ServiceMix
  Issue Type: New Feature
  Components: servicemix-eip
Reporter: Thomas Termin
 Assigned To: Thomas Termin
Priority: Minor
 Fix For: 3.2


This switch predicate can be used to easily switch on/off an exchange flow. 
This might be interessting for environments where you have different things 
installed. With an property file or an exchange property can you switch the 
behaviour.

-- 
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-929) eip message filter switch predicate where you can easily turn on/off the exchange flow depending on a property in a message filter

2007-04-10 Thread Thomas Termin (JIRA)

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

Work on SM-929 started by Thomas Termin.

> eip message filter switch predicate where you can easily turn on/off the 
> exchange flow depending on a property in a message filter
> --
>
> Key: SM-929
> URL: https://issues.apache.org/activemq/browse/SM-929
> Project: ServiceMix
>  Issue Type: New Feature
>  Components: servicemix-eip
>Reporter: Thomas Termin
> Assigned To: Thomas Termin
>Priority: Minor
> Fix For: 3.2
>
>
> This switch predicate can be used to easily switch on/off an exchange flow. 
> This might be interessting for environments where you have different things 
> installed. With an property file or an exchange property can you switch the 
> behaviour.

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



[jira] Created: (GERONIMODEVTOOLS-141) Installation/Activation of Plugin fails

2007-04-10 Thread Stefan (JIRA)
Installation/Activation of Plugin fails
---

 Key: GERONIMODEVTOOLS-141
 URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-141
 Project: Geronimo-Devtools
  Issue Type: Bug
  Components: eclipse-plugin
Affects Versions: 1.2.0
 Environment: Windows XP SP2, Java 1.6.0_01, Eclipse 3.3 M6, WST 2.0 M6
Reporter: Stefan
Priority: Blocker


Via Eclipse function to download additional server adapters you can choose and 
install the plugin.
But after restart Eclipse the plugin is disabled. If you try to enable it, you 
get:

Requested operation cannot be performed because it would invalidate the current 
configuration. See details for more information. org.apache.geronimo.feature 
(1.2.0) requires plug-in "com.ibm.etools.emf.event".




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



[jira] Created: (GERONIMO-3083) Security classes not available in connector module, so container-managed security for connection factories doesnt work.

2007-04-10 Thread David Jencks (JIRA)
Security classes not available in connector module, so container-managed 
security for connection factories doesnt work.
---

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


Found by bert nor, here's his stack trace:

Whether it is possible to use connector(container-managed-security)  in the
LoginModule

   In  DWLoginModule.login(...)

  .
  DataSource ds = (DataSource) factory.getConnectionFactory();
  try {
conn = ds.getConnection(cbUsername, cbPassword); -->
java.lang.NoClassDefFoundError
// or  conn = ds.getConnection();
  } catch (Exception e) {
throw new FailedLoginException(e.getMessage());
 }
 select roles for current user

javax.security.auth.login.LoginException: java.lang.NoClassDefFoundError:
org/apache/geronimo/security/ContextManager
at
org.apache.geronimo.connector.outbound.SubjectInterceptor.getConnection(SubjectInterceptor.java:46)
at
org.apache.geronimo.connector.outbound.ConnectionHandleInterceptor.getConnection(ConnectionHandleInterceptor.java:43)
at
org.apache.geronimo.connector.outbound.TCCLInterceptor.getConnection(TCCLInterceptor.java:39)
at
org.apache.geronimo.connector.outbound.ConnectionTrackingInterceptor.getConnection(ConnectionTrackingInterceptor.java:66)
at
org.apache.geronimo.connector.outbound.AbstractConnectionManager.allocateConnection(AbstractConnectionManager.java:61)
at 
org.tranql.connector.jdbc.DataSource.getConnection(DataSource.java:69)
at $javax.sql.DataSource$$FastClassByCGLIB$$6525cafd.invoke()
at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:149)
at
org.apache.geronimo.connector.ConnectorMethodInterceptor.intercept(ConnectorMethodInterceptor.java:54)
at
$javax.sql.DataSource$$EnhancerByCGLIB$$2424dcb1.getConnection()
at
com.promo.j2r.system.security.DWLoginModule.login(KDWLoginModule.java:162)

In console 
Classloader jta11/car: 
org.apache.geronimo.connector.outbound.SubjectInterceptor 
   j2ee-security/car:
com.promo.j2r.system.security.DWLoginModule and ContextManager 


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



Re: activemq-broker

2007-04-10 Thread David Jencks
All the config-properties specified in ra.xml for the resource  
adapter class and the outbound ManagedConnectionFactory and IIRC the  
admin objects are turned into dynamic attributes for the wrapper  
gbeans so they can be set through the gbean mechanism, exposed to  
management, overridden in config.xml, etc.


So, this isn't an attribute of ResourceAdapterWrapperGBean itself,  
but any activemq resource adapter wrapper gbean instance should  have  
it.


thanks
david jencks

On Apr 10, 2007, at 6:25 AM, Anita Kulshreshtha wrote:


Thanks David! I could not find a ServerUrl attribute in
ResourceAdapterWrapper gbean. Do we need to add one? If yes, how?

Thanks
Anita

--- David Jencks <[EMAIL PROTECTED]> wrote:


This gets turned into a gbean attribute called ServerUrl on the
ResourceAdapterWrapper gbean so it should be possible to override it

that way in config.xml.

thanks
david jencks

On Apr 9, 2007, at 7:48 PM, Anita Kulshreshtha wrote:


Kevan,
   The plan for activemq-ra config is using 61616:


ActiveMQ

RA

tcp://${PlanServerHostname}:${PlanActiveMQPort}



   Any idea how to make this configurable?

Thanks
Anita

--- Kevan Miller <[EMAIL PROTECTED]> wrote:



On Mar 22, 2007, at 10:39 AM, Anita Kulshreshtha wrote:


   I get following exception while starting an instance of g

using



port
61626 instead of 61616. Where is 61616 coming from?


Hi Anita,
61616 is the ActiveMQ's default port. So, we're establishing this
internal connection to ActiveMQ without specifying a port number

(and


activemq is defaulting). Or, we're using the wrong port number.

How are you configuring this?

--kevan



Thanks
Anita

Starting Geronimo Application Server v2.0-SNAPSHOT
[*>  ] 34%  18s Starting
org.apache.geronim...10:27:08,953 ERROR [
MCFConnectionInterceptor] Error occurred creating

ManagedConnection



for
org.apache.geronim
[EMAIL PROTECTED]
javax.resource.ResourceException: Could not create connection.
at








org.apache.activemq.ra.ActiveMQManagedConnectionFactory.createManagedC



onnection
(ActiveMQManagedConnectionFactory.java:112)
at








org.apache.geronimo.connector.outbound.MCFConnectionInterceptor.getCon



nection(M
CFConnectionInterceptor.java:48)
at








org.apache.geronimo.connector.outbound.XAResourceInsertionInterceptor.



getConnec
tion(XAResourceInsertionInterceptor.java:41)
at








org.apache.geronimo.connector.outbound.SinglePoolConnectionInterceptor



.internal
GetConnection(SinglePoolConnectionInterceptor.java:66)
at








org.apache.geronimo.connector.outbound.AbstractSinglePoolConnectionInt



erceptor.
getConnection(AbstractSinglePoolConnectionInterceptor.java:78)
at








org.apache.geronimo.connector.outbound.TransactionEnlistingInterceptor



.getConne
ction(TransactionEnlistingInterceptor.java:46)
at








org.apache.geronimo.connector.outbound.TransactionCachingInterceptor.g



etConnect
ion(TransactionCachingInterceptor.java:95)
at




org.apache.geronimo.connector.outbound.TCCLInterceptor.getConnection

(TCCLInterc
eptor.java:39)
at








org.apache.geronimo.connector.outbound.AbstractConnectionManager.getRe



coveryXAR
esource(AbstractConnectionManager.java:98)
at
org.apache.geronimo.connector.outbound.AbstractConnectionManager$
$FastClassByCG
LIB$$80012030.invoke()
at

net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)

...
..

at
org.apache.geronimo.system.main.Daemon.(Daemon.java:74)
at

org.apache.geronimo.system.main.Daemon.main(Daemon.java:



342)
Caused by: javax.jms.JMSException: Could not connect to broker

URL:

tcp://0.0.0.0:61616. R
eason: java.net.ConnectException: Connection refused: connect
at
org.apache.activemq.util.JMSExceptionSupport.create
(JMSExceptionSupport.java:33












__



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












__



__
Expecting? Get great news right away with email Auto-Check.
Try the Yahoo! Mail Beta.
http://advision.webevents.yahoo.com/mailbeta/newmail_tools.html








__ 
__

We won't tell. Get more on shows you hate to love
(and love to hate): Yahoo! TV's Guilty Pleasures list.
http://tv.yahoo.com/collections/265




Re: [discuss] Release Geronimo 1.2

2007-04-10 Thread Hernan Cunico

The release notes are available at 
http://cwiki.apache.org/GMOxDOC12/release-notes-12txt.html

The "Significant Changes Since the 1.1 Release" section needs to be updated, 
can you guys chime in with details!?

I just updated the issues section but it will likely require some touch ups 
later on.

Cheers!
Hernan


Kevan Miller wrote:


Aside from the ongoing technical discussion, I have the following 
comments on the proposed 1.2 binaries and source:


 1) I don't see release notes in the assemblies. Which means no 
instructions on what to with a binary once it has been installed. I 
thought Hernan had generated some release-notes. Not sure what happened 
to them...

 2) Following files have incorrect source file headers:
 
modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/mock/ConnectionExtension.java 

 
modules/geronimo-connector/src/test/java/org/apache/geronimo/connector/outbound/connectiontracking/ConnectionTrackingCoordinatorProxyTest.java 


 3) README.txt in src is way out of date, recommend we delete it...
 4) STATUS file in src should be removed or updated
 5) PROPOSAL.txt should be removed
 6)  DISCLAIMER.txt -- ActiveMQ can be removed from the disclaimer -- 
it's graduated


Dain,
I'm willing to fix these issues, just let me know where and when...

1) and 2) would be enough for me to vote -1.

--kevan




[DISCUSS] Should we re-enable the JVMCheck warning message for the 2.0 release?

2007-04-10 Thread Donald Woods
Wanted to see what everyone's opinion was before I integrate the patch 
for G2759 -

https://issues.apache.org/jira/browse/GERONIMO-2759

which re-enables the JVMCheck code that we had in 1.1 to warn users if 
they try to run the server on a non-Java SE 5 JVM (like Java SE 6.)



-Donald


smime.p7s
Description: S/MIME Cryptographic Signature


Re: svn commit: r526893 - in /geronimo/server/trunk/modules: geronimo-cxf/src/main/java/org/apache/geronimo/cxf/CXFGBean.java geronimo-webservices/src/main/java/org/apache/geronimo/webservices/SystemP

2007-04-10 Thread Donald Woods
Never mind, just saw the other thread that Jason started and that you 
already switched it.



Donald Woods wrote:
Any reason you are not using the existing GBean 
org.apache.geronimo.system.properties.SystemProperties class for this, 
which is in the geronimo-system module?


It was used extensively in 1.0/1.1 to set the Sun ORB system properties, 
so you might have to look back to there to see how to use it in your 
config.


-Donald

[EMAIL PROTECTED] wrote:

Author: gawor
Date: Mon Apr  9 12:50:21 2007
New Revision: 526893

URL: http://svn.apache.org/viewvc?view=rev&rev=526893
Log:
switch to more generic gbean that sets system properties

Added:

geronimo/server/trunk/modules/geronimo-webservices/src/main/java/org/apache/geronimo/webservices/SystemPropertyGBean.java   
(with props)

Removed:

geronimo/server/trunk/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/CXFGBean.java 



Added: 
geronimo/server/trunk/modules/geronimo-webservices/src/main/java/org/apache/geronimo/webservices/SystemPropertyGBean.java 

URL: 
http://svn.apache.org/viewvc/geronimo/server/trunk/modules/geronimo-webservices/src/main/java/org/apache/geronimo/webservices/SystemPropertyGBean.java?view=auto&rev=526893 

== 

--- 
geronimo/server/trunk/modules/geronimo-webservices/src/main/java/org/apache/geronimo/webservices/SystemPropertyGBean.java 
(added)
+++ 
geronimo/server/trunk/modules/geronimo-webservices/src/main/java/org/apache/geronimo/webservices/SystemPropertyGBean.java 
Mon Apr  9 12:50:21 2007

@@ -0,0 +1,73 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, 
Version 2.0

+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or 
implied.

+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+package org.apache.geronimo.webservices;
+
+import org.apache.geronimo.gbean.GBeanInfo;
+import org.apache.geronimo.gbean.GBeanInfoBuilder;
+import org.apache.geronimo.gbean.GBeanLifecycle;
+import org.apache.geronimo.j2ee.j2eeobjectnames.NameFactory;
+
+public class SystemPropertyGBean implements GBeanLifecycle {
+
+private String propertyName;
+private String propertyValue;
++public SystemPropertyGBean(String propertyName, String 
propertyValue) {

+if (propertyName == null || propertyValue == null) {
+throw new IllegalArgumentException("Property name or 
value is null");

+}
++this.propertyName = propertyName;
+this.propertyValue = propertyValue;
+}
+
+public void doStart() throws Exception {
+setProperty(this.propertyName, this.propertyValue);  
+}

+
+private void setProperty(String propertyName, String value) {
+String propValue = System.getProperty(propertyName);
+// set only if the property is not set
+if (propValue == null) {
+System.setProperty(propertyName, value);
+}+}
++public void doStop() throws Exception { +}
+
+public void doFail() {
+}
+
+public static final GBeanInfo GBEAN_INFO;
+
+static {
+GBeanInfoBuilder infoFactory = 
GBeanInfoBuilder.createStatic(SystemPropertyGBean.class, 
SystemPropertyGBean.class, NameFactory.GERONIMO_SERVICE);
++infoFactory.addAttribute("propertyName", 
String.class, true, true);
+infoFactory.addAttribute("propertyValue", String.class, true, 
true);
++infoFactory.setConstructor(new String[] 
{"propertyName", "propertyValue"});

++GBEAN_INFO = infoFactory.getBeanInfo();
+}
+
+public static GBeanInfo getGBeanInfo() {
+return GBEAN_INFO;
+}
+
+}

Propchange: 
geronimo/server/trunk/modules/geronimo-webservices/src/main/java/org/apache/geronimo/webservices/SystemPropertyGBean.java 

-- 


svn:eol-style = native






smime.p7s
Description: S/MIME Cryptographic Signature


Re: svn commit: r526893 - in /geronimo/server/trunk/modules: geronimo-cxf/src/main/java/org/apache/geronimo/cxf/CXFGBean.java geronimo-webservices/src/main/java/org/apache/geronimo/webservices/SystemP

2007-04-10 Thread Donald Woods
Any reason you are not using the existing GBean 
org.apache.geronimo.system.properties.SystemProperties class for this, 
which is in the geronimo-system module?


It was used extensively in 1.0/1.1 to set the Sun ORB system properties, 
so you might have to look back to there to see how to use it in your config.


-Donald

[EMAIL PROTECTED] wrote:

Author: gawor
Date: Mon Apr  9 12:50:21 2007
New Revision: 526893

URL: http://svn.apache.org/viewvc?view=rev&rev=526893
Log:
switch to more generic gbean that sets system properties

Added:

geronimo/server/trunk/modules/geronimo-webservices/src/main/java/org/apache/geronimo/webservices/SystemPropertyGBean.java
   (with props)
Removed:

geronimo/server/trunk/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/CXFGBean.java

Added: 
geronimo/server/trunk/modules/geronimo-webservices/src/main/java/org/apache/geronimo/webservices/SystemPropertyGBean.java
URL: 
http://svn.apache.org/viewvc/geronimo/server/trunk/modules/geronimo-webservices/src/main/java/org/apache/geronimo/webservices/SystemPropertyGBean.java?view=auto&rev=526893
==
--- 
geronimo/server/trunk/modules/geronimo-webservices/src/main/java/org/apache/geronimo/webservices/SystemPropertyGBean.java
 (added)
+++ 
geronimo/server/trunk/modules/geronimo-webservices/src/main/java/org/apache/geronimo/webservices/SystemPropertyGBean.java
 Mon Apr  9 12:50:21 2007
@@ -0,0 +1,73 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+package org.apache.geronimo.webservices;
+
+import org.apache.geronimo.gbean.GBeanInfo;
+import org.apache.geronimo.gbean.GBeanInfoBuilder;
+import org.apache.geronimo.gbean.GBeanLifecycle;
+import org.apache.geronimo.j2ee.j2eeobjectnames.NameFactory;
+
+public class SystemPropertyGBean implements GBeanLifecycle {
+
+private String propertyName;
+private String propertyValue;
+
+public SystemPropertyGBean(String propertyName, String propertyValue) {

+if (propertyName == null || propertyValue == null) {
+throw new IllegalArgumentException("Property name or value is 
null");
+}
+
+this.propertyName = propertyName;

+this.propertyValue = propertyValue;
+}
+
+public void doStart() throws Exception {
+setProperty(this.propertyName, this.propertyValue);  
+}

+
+private void setProperty(String propertyName, String value) {
+String propValue = System.getProperty(propertyName);
+// set only if the property is not set
+if (propValue == null) {
+System.setProperty(propertyName, value);
+}
+}
+
+public void doStop() throws Exception { 
+}

+
+public void doFail() {
+}
+
+public static final GBeanInfo GBEAN_INFO;
+
+static {
+GBeanInfoBuilder infoFactory = 
GBeanInfoBuilder.createStatic(SystemPropertyGBean.class, 
SystemPropertyGBean.class, NameFactory.GERONIMO_SERVICE);
+
+infoFactory.addAttribute("propertyName", String.class, true, true);

+infoFactory.addAttribute("propertyValue", String.class, true, true);
+
+infoFactory.setConstructor(new String[] {"propertyName", "propertyValue"});
+
+GBEAN_INFO = infoFactory.getBeanInfo();

+}
+
+public static GBeanInfo getGBeanInfo() {
+return GBEAN_INFO;
+}
+
+}

Propchange: 
geronimo/server/trunk/modules/geronimo-webservices/src/main/java/org/apache/geronimo/webservices/SystemPropertyGBean.java
--
svn:eol-style = native






smime.p7s
Description: S/MIME Cryptographic Signature


Re: Restructuring trunk (LONG)

2007-04-10 Thread Donald Woods

Inline below...

-Donald

Jason Dillon wrote:

On Apr 9, 2007, at 11:08 AM, Prasad Kashyap wrote:

Went through your (quite interesting) doctoral dissertation and added
some comments inline :-)


:-)



This isn't going to be possible for all of our dependencies, though I
think that if we can move to this model it would help improve the
maintainability of version information. While that information might
not be in one place anymore, I think that it would help improve
things as it will move the relevant versions close to the modules
that actually use them and thus make management of those version much
easier (as well as making it clear where those deps are used).  The
top-level pom's dependencyManagement section is quite difficult to
manage at the moment IMO.  I think for the most part we can do this
for most feature components, and for situations where other modules
need those deps, it would be best to have dependent modules depend on
the components/*/* module instead of on the dependency directly, and
if needed create modules simply to provide the dependencies for this
reason.


How about the repositories for these dependencies. Do you envisage
these being split up too or maintained in a single place ? Or would
that become a moot point with the impl of a single (dedicated) repo ?


What repositories?  Most of these artifacts live in central... and 
according to Jason Van Zyl, artifacts in central are never removed.  And 
he isn't so found of adding extra magical repository bits to subvert the 
system.


I was looking at making a magical proxy wagon impl to handle this... 
though after talking to Jason more I've pushed off that work, not to 
mention that with the current m2 wagon bits, we can't inject custom 
handlers for http/https easily, we would have to use a new magical proxy 
protocol (only to tell the wagon system which provider to pick up), and 
then we'd have to define a new proxy:// repo as central and then add 
some magical rewriting of dependency poms to strip out any repo muck 
they have... all too complicated IMO.


So for now I'm deferring that work, and for now will try to depend on 
central having artifacts that never get lost (which I still have very 
mixed feelings about).




Have you looked at the Maven Proxy project?
   http://maven-proxy.codehaus.org/

We're using it for internal builds of Geronimo and it works nicely for 
everything except SNAPSHOTS, which you either have to configure it to 
always or never look for new artifacts, which is not a dynamic 
configuration setting.  Other that that, its great, because it lets me 
create a settings.xml for m2 that says its a mirrorOf * and then I can 
configure the proxy (which is just a servlet I have running in Tomcat 
5.5) to specify exactly which order of local rsync mirrors (either 
available thru HTTP or local file:// access) and remote/live repos to 
search for artifacts.




I know that some of you might be thinking about that evil windows
path length problem... and its always in the back of my mind...
mostly cursing it for being so dumb, but still its there.  And if
that ends up becoming an issue, then I think we should really
consider dropping the org.apache bits from the groupId.  But thats
just an idea,


If we ever took this route, then could we put the components under a
"components" name in the groupId ?  Eg:
geronimo.server.components.activemq


Sure, I would prefer to use another groupId here, but because of the 
stupid long path muck it becomes difficult.  Droping "org.apache." saves 
us 11 chars, adding "components." tacks on 11 more.




Just a thought. This will make the framework/* and the components/*
modules consistent w.r.t their groupIds. The groupIds can be mapped to
their source dir layout.


Yup.  But I fear that we are already pushing the limits... :-\



This will also prevent a proliferation of sub-dirs under the
geronimo.server directory in the m2 local repo.
Eg:
geronimo/server/framework
geronimo/server/javaee
geronimo/server/buildsupport
geronimo/server/testsupport
geronimo/server/components
geronimo/server/activemq
geronimo/server/openejb


Yup, though we are going to have a lot of those anyways... but it is 
ideal to keep the structure similar to what the build tree uses, though 
I only think that is needed for the first few levels, else the groupId 
management gets way out of hand.




It would be nice to keep the artifacts of our logical piece called
components grouped together and by themselves. Just wondering out
aloud.


I'm not sure what you mean exactly... but if you mean to have all of the 
activemq related modules under one groupId and openejb under its own, 
etc... then ya, that is the idea.  Though that will be done either 
way... its just a matter of do we call the groupId:


[org.apache.]geronimo.server.activemq

or:

[org.apache.]geronimo.server.components.activemq


I really hate to have to make special cases for crappy operating 
systems.  Thank the gods that winblows can handl

Re: Running multiple instances of geronimo

2007-04-10 Thread Anita Kulshreshtha
   This morning things seem to be working fine!!! i.e. jline.dll is
extracted to var\temp and shutdown works. If the bizarre thing like
jline.dll in i1/var/temp happens again, I will get back to you.. Thanks
for responding.

Thanks
Anita

--- Jason Dillon <[EMAIL PROTECTED]> wrote:

> The extraction is handled automatically by the JLine library at  
> runtime and will extract to wherever java.io.tmpdir is set to for the
>  
> invoking JVM.
> 
> What is the issue?  I don't understand what the problem is you are  
> trying to solve related to the jline.dll.  You should not have to do 
> 
> anything at all related to this file.
> 
> --jason
> 
> 
> On Apr 9, 2007, at 3:34 PM, Anita Kulshreshtha wrote:
> 
> >   Thanks Jason! The jline.dll was extracted to i1/var/temp and
> > i2/var/temp for instances named i1 and i2. But the shutdown config
> > expects it in var/temp. If the default server, i.e. the one using  
> > 'var'
> > is not started, the jline.dll is not extracted to var/temp. Could
> we
> > extract it to var/temp even without starting the default server?
> When
> > is the extraction done?
> >
> > Thanks
> > Anita
> >
> > --- Jason Dillon <[EMAIL PROTECTED]> wrote:
> >
> >> On Apr 9, 2007, at 2:49 PM, Anita Kulshreshtha wrote:
> >>> 3. The shutdown config is using var/temp/jline.dll. We should be
> >> able
> >>> to use a single copy of jline.dll. Where should jline.dll be put?
> >>
> >> jline.dll is dynamically extracted from the jline-*.jar and it
> will
> >> put it into whatever is used for java.io.tmpdir for the executing
> >> JVM.
> >>
> >> So you shouldn't need to worry about where its put.
> >>
> >> --jason
> >>
> >>
> >
> >
> >
> >
> >
>
__
> 
> > __
> > TV dinner still cooling?
> > Check out "Tonight's Picks" on Yahoo! TV.
> > http://tv.yahoo.com/
> 
> 



   

Don't pick lemons.
See all the new 2007 cars at Yahoo! Autos.
http://autos.yahoo.com/new_cars.html 


Re: activemq-broker

2007-04-10 Thread Anita Kulshreshtha
Thanks David! I could not find a ServerUrl attribute in
ResourceAdapterWrapper gbean. Do we need to add one? If yes, how?

Thanks
Anita

--- David Jencks <[EMAIL PROTECTED]> wrote:

> This gets turned into a gbean attribute called ServerUrl on the  
> ResourceAdapterWrapper gbean so it should be possible to override it 
> 
> that way in config.xml.
> 
> thanks
> david jencks
> 
> On Apr 9, 2007, at 7:48 PM, Anita Kulshreshtha wrote:
> 
> > Kevan,
> >The plan for activemq-ra config is using 61616:
> > 
> > 
> > ActiveMQ
> RA
> >  > name="ServerUrl">tcp://${PlanServerHostname}:${PlanActiveMQPort} > config-property-setting>
> > 
> > 
> >
> >Any idea how to make this configurable?
> >
> > Thanks
> > Anita
> >
> > --- Kevan Miller <[EMAIL PROTECTED]> wrote:
> >
> >>
> >> On Mar 22, 2007, at 10:39 AM, Anita Kulshreshtha wrote:
> >>
> >>>I get following exception while starting an instance of g
> using
> >>
> >>> port
> >>> 61626 instead of 61616. Where is 61616 coming from?
> >>
> >> Hi Anita,
> >> 61616 is the ActiveMQ's default port. So, we're establishing this
> >> internal connection to ActiveMQ without specifying a port number
> (and
> >>
> >> activemq is defaulting). Or, we're using the wrong port number.
> >>
> >> How are you configuring this?
> >>
> >> --kevan
> >>
> >>>
> >>> Thanks
> >>> Anita
> >>>
> >>> Starting Geronimo Application Server v2.0-SNAPSHOT
> >>> [*>  ] 34%  18s Starting
> >>> org.apache.geronim...10:27:08,953 ERROR [
> >>> MCFConnectionInterceptor] Error occurred creating
> ManagedConnection
> >>
> >>> for
> >>> org.apache.geronim
> >>> [EMAIL PROTECTED]
> >>> javax.resource.ResourceException: Could not create connection.
> >>> at
> >>>
> >>
> >
>
org.apache.activemq.ra.ActiveMQManagedConnectionFactory.createManagedC
> >>
> >>> onnection
> >>> (ActiveMQManagedConnectionFactory.java:112)
> >>> at
> >>>
> >>
> >
>
org.apache.geronimo.connector.outbound.MCFConnectionInterceptor.getCon
> >>
> >>> nection(M
> >>> CFConnectionInterceptor.java:48)
> >>> at
> >>>
> >>
> >
>
org.apache.geronimo.connector.outbound.XAResourceInsertionInterceptor.
> >>
> >>> getConnec
> >>> tion(XAResourceInsertionInterceptor.java:41)
> >>> at
> >>>
> >>
> >
>
org.apache.geronimo.connector.outbound.SinglePoolConnectionInterceptor
> >>
> >>> .internal
> >>> GetConnection(SinglePoolConnectionInterceptor.java:66)
> >>> at
> >>>
> >>
> >
>
org.apache.geronimo.connector.outbound.AbstractSinglePoolConnectionInt
> >>
> >>> erceptor.
> >>> getConnection(AbstractSinglePoolConnectionInterceptor.java:78)
> >>> at
> >>>
> >>
> >
>
org.apache.geronimo.connector.outbound.TransactionEnlistingInterceptor
> >>
> >>> .getConne
> >>> ction(TransactionEnlistingInterceptor.java:46)
> >>> at
> >>>
> >>
> >
>
org.apache.geronimo.connector.outbound.TransactionCachingInterceptor.g
> >>
> >>> etConnect
> >>> ion(TransactionCachingInterceptor.java:95)
> >>> at
> >>>
> >>
> org.apache.geronimo.connector.outbound.TCCLInterceptor.getConnection
> >>> (TCCLInterc
> >>> eptor.java:39)
> >>> at
> >>>
> >>
> >
>
org.apache.geronimo.connector.outbound.AbstractConnectionManager.getRe
> >>
> >>> coveryXAR
> >>> esource(AbstractConnectionManager.java:98)
> >>> at
> >>> org.apache.geronimo.connector.outbound.AbstractConnectionManager$
> >>> $FastClassByCG
> >>> LIB$$80012030.invoke()
> >>> at
> >> net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
> >>> ...
> >>> ..
> >>>
> >>> at
> >>> org.apache.geronimo.system.main.Daemon.(Daemon.java:74)
> >>> at
> org.apache.geronimo.system.main.Daemon.main(Daemon.java:
> >>
> >>> 342)
> >>> Caused by: javax.jms.JMSException: Could not connect to broker
> URL:
> >>> tcp://0.0.0.0:61616. R
> >>> eason: java.net.ConnectException: Connection refused: connect
> >>> at
> >>> org.apache.activemq.util.JMSExceptionSupport.create
> >>> (JMSExceptionSupport.java:33
> >>>
> >>>
> >>>
> >>>
> >>>
> >>
> >
>
__
> >>
> >>> __
> >>> The fish are biting.
> >>> Get more visitors on your site using Yahoo! Search Marketing.
> >>> http://searchmarketing.yahoo.com/arp/sponsoredsearch_v2.php
> >>
> >>
> >
> >
> >
> >
> >
>
__
> 
> > __
> > Expecting? Get great news right away with email Auto-Check.
> > Try the Yahoo! Mail Beta.
> > http://advision.webevents.yahoo.com/mailbeta/newmail_tools.html
> 
> 



   

We won't tell. Get more on shows you hate to love 
(and love to hate): Yahoo! TV's Guilty Pleasures list.
http://tv.yahoo.com/collections/265 


Re: Fisheye for Apache Geronimo?

2007-04-10 Thread Conor MacNeill
Jason Dillon wrote:
> Okay, thanks for the update.
> 

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

Conor


[jira] Created: (SM-927) StaticRoutingSlip leaks memory

2007-04-10 Thread Dejan Predovic (JIRA)
StaticRoutingSlip leaks memory
--

 Key: SM-927
 URL: https://issues.apache.org/activemq/browse/SM-927
 Project: ServiceMix
  Issue Type: Bug
  Components: servicemix-eip
Affects Versions: 3.1
Reporter: Dejan Predovic


StaticRoutingSlip leaks memory on every message exchange because the last 
exchange in the chain is stored in the store but never loaded. As far as I can 
tell it's enough to simply delete the line 208:

store.store(exchange.getExchangeId(), exchange);

and it works correctly.

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



Re: [vote] Release Geronimo 1.2

2007-04-10 Thread Rick McGuire

+1

Dain Sundstrom wrote:
The 1.2 release cut and awaiting your vote!  All the files are 
available in a staging area in my home dir on people.


http://people.apache.org/~dain/dist
   geronimo-1.2-src
   geronimo-framework-1.2
   geronimo-jetty-minimal-1.2
   geronimo-tomcat-minimal-1.2
   geronimo-jetty-j2ee-1.2
   geronimo-tomcat-j2ee-1.2

Additionally the maven repository with all of the modules, configs, 
assemblies, etc. is here:


  http://people.apache.org/~dain/stage/org/apache/geronimo

All archives contain LICENSE and NOTICE.  Each binary jar is also 
accompanied by source, javadoc, pom and all are signed, md5-ed, and 
secure-hashed.  Keys file available here:


  http://people.apache.org/dist/geronimo/KEYS

Svn tag is here:

  http://svn.apache.org/repos/asf/geronimo/server/tags/1.2

Here's my +1!

-dain








Re: activemq-broker

2007-04-10 Thread David Jencks
This gets turned into a gbean attribute called ServerUrl on the  
ResourceAdapterWrapper gbean so it should be possible to override it  
that way in config.xml.


thanks
david jencks

On Apr 9, 2007, at 7:48 PM, Anita Kulshreshtha wrote:


Kevan,
   The plan for activemq-ra config is using 61616:


ActiveMQ RA
name="ServerUrl">tcp://${PlanServerHostname}:${PlanActiveMQPort}config-property-setting>




   Any idea how to make this configurable?

Thanks
Anita

--- Kevan Miller <[EMAIL PROTECTED]> wrote:



On Mar 22, 2007, at 10:39 AM, Anita Kulshreshtha wrote:


   I get following exception while starting an instance of g using



port
61626 instead of 61616. Where is 61616 coming from?


Hi Anita,
61616 is the ActiveMQ's default port. So, we're establishing this
internal connection to ActiveMQ without specifying a port number (and

activemq is defaulting). Or, we're using the wrong port number.

How are you configuring this?

--kevan



Thanks
Anita

Starting Geronimo Application Server v2.0-SNAPSHOT
[*>  ] 34%  18s Starting
org.apache.geronim...10:27:08,953 ERROR [
MCFConnectionInterceptor] Error occurred creating ManagedConnection



for
org.apache.geronim
[EMAIL PROTECTED]
javax.resource.ResourceException: Could not create connection.
at




org.apache.activemq.ra.ActiveMQManagedConnectionFactory.createManagedC



onnection
(ActiveMQManagedConnectionFactory.java:112)
at




org.apache.geronimo.connector.outbound.MCFConnectionInterceptor.getCon



nection(M
CFConnectionInterceptor.java:48)
at




org.apache.geronimo.connector.outbound.XAResourceInsertionInterceptor.



getConnec
tion(XAResourceInsertionInterceptor.java:41)
at




org.apache.geronimo.connector.outbound.SinglePoolConnectionInterceptor



.internal
GetConnection(SinglePoolConnectionInterceptor.java:66)
at




org.apache.geronimo.connector.outbound.AbstractSinglePoolConnectionInt



erceptor.
getConnection(AbstractSinglePoolConnectionInterceptor.java:78)
at




org.apache.geronimo.connector.outbound.TransactionEnlistingInterceptor



.getConne
ction(TransactionEnlistingInterceptor.java:46)
at




org.apache.geronimo.connector.outbound.TransactionCachingInterceptor.g



etConnect
ion(TransactionCachingInterceptor.java:95)
at


org.apache.geronimo.connector.outbound.TCCLInterceptor.getConnection

(TCCLInterc
eptor.java:39)
at




org.apache.geronimo.connector.outbound.AbstractConnectionManager.getRe



coveryXAR
esource(AbstractConnectionManager.java:98)
at
org.apache.geronimo.connector.outbound.AbstractConnectionManager$
$FastClassByCG
LIB$$80012030.invoke()
at

net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)

...
..

at
org.apache.geronimo.system.main.Daemon.(Daemon.java:74)
at org.apache.geronimo.system.main.Daemon.main(Daemon.java:



342)
Caused by: javax.jms.JMSException: Could not connect to broker URL:
tcp://0.0.0.0:61616. R
eason: java.net.ConnectException: Connection refused: connect
at
org.apache.activemq.util.JMSExceptionSupport.create
(JMSExceptionSupport.java:33








__



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








__ 
__

Expecting? Get great news right away with email Auto-Check.
Try the Yahoo! Mail Beta.
http://advision.webevents.yahoo.com/mailbeta/newmail_tools.html