[jira] Assigned: (GERONIMO-270) add looser param name matching to DynamicGBeanDelegate

2004-07-27 Thread dev
Message:

   The following issue has been re-assigned.

   Assignee: Gianny DAMOUR (mailto:[EMAIL PROTECTED])
-
View the issue:
  http://issues.apache.org/jira/browse/GERONIMO-270

Here is an overview of the issue:
-
Key: GERONIMO-270
Summary: add looser param name matching to DynamicGBeanDelegate
   Type: Improvement

 Status: Open
   Priority: Major

Project: Apache Geronimo
 Components: 
 core
   Versions:
 1.0-M2

   Assignee: Gianny DAMOUR
   Reporter: toby cabot

Created: Mon, 26 Jul 2004 1:08 PM
Updated: Mon, 26 Jul 2004 6:07 PM
Environment: fedora core 2
java 1.4.2

Description:
(see also bug 267, and the mailing lists around July 14-16 for more info on 
this)

This issue is a wrapper for a patch I wrote to make DynamicGBeanDelegate match 
parameter names more loosely.  Around mid-July there were a set of issues 
around parameters and whether they should be in javabean form, i.e. myParam, or 
with capital letters, i.e. MyParam.  This patch modifies DynamicGBeanDelegate 
so it will try both before failing.  I sent it to the mailing list but I 
understand that it's easy for things to get lost that way.



-
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



[jira] Closed: (GERONIMO-270) add looser param name matching to DynamicGBeanDelegate

2004-07-27 Thread dev
Message:

   The following issue has been closed.

   Resolver: Gianny DAMOUR
   Date: Mon, 26 Jul 2004 7:19 PM

Correct fix version.
-
View the issue:
  http://issues.apache.org/jira/browse/GERONIMO-270

Here is an overview of the issue:
-
Key: GERONIMO-270
Summary: add looser param name matching to DynamicGBeanDelegate
   Type: Improvement

 Status: Closed
   Priority: Major
 Resolution: FIXED

Project: Apache Geronimo
 Components: 
 core
   Fix Fors:
 1.0-M2
   Versions:
 1.0-M2

   Assignee: Gianny DAMOUR
   Reporter: toby cabot

Created: Mon, 26 Jul 2004 1:08 PM
Updated: Mon, 26 Jul 2004 7:19 PM
Environment: fedora core 2
java 1.4.2

Description:
(see also bug 267, and the mailing lists around July 14-16 for more info on 
this)

This issue is a wrapper for a patch I wrote to make DynamicGBeanDelegate match 
parameter names more loosely.  Around mid-July there were a set of issues 
around parameters and whether they should be in javabean form, i.e. myParam, or 
with capital letters, i.e. MyParam.  This patch modifies DynamicGBeanDelegate 
so it will try both before failing.  I sent it to the mailing list but I 
understand that it's easy for things to get lost that way.



-
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



[jira] Closed: (GERONIMO-237) Unable to do a build from CVS

2004-07-27 Thread dev
Message:

   The following issue has been closed.

   Resolver: Gianny DAMOUR
   Date: Mon, 26 Jul 2004 7:29 PM

Closed as requested.
-
View the issue:
  http://issues.apache.org/jira/browse/GERONIMO-237

Here is an overview of the issue:
-
Key: GERONIMO-237
Summary: Unable to do a build from CVS
   Type: Bug

 Status: Closed
   Priority: Major
 Resolution: WON'T FIX

Project: Apache Geronimo
 Components: 
 core
   Fix Fors:
 1.0-M2

   Assignee: Gianny DAMOUR
   Reporter: Archimedes Trajano

Created: Fri, 21 May 2004 4:52 AM
Updated: Mon, 26 Jul 2004 7:29 PM

Description:
Hi, I get the following error message when I do a build on the modules\j2ee 
directory based on the latest CVS update.

C:\Projects\incubator-geronimo\modules\j2eemaven
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0-final-SNAPSHOT

Attempting to download geronimo-xmlbeans-plugin-1.0-SNAPSHOT.jar.
Attempting to download geronimo-common-1.0-SNAPSHOT.jar.
Attempting to download geronimo-deployment-1.0-SNAPSHOT.jar.
Attempting to download geronimo-kernel-1.0-SNAPSHOT.jar.
Attempting to download geronimo-system-1.0-SNAPSHOT.jar.
Attempting to download geronimo-spec-j2eeschema-1.0-SNAPSHOT.jar.
build:start:

default:
java:prepare-filesystem:

java:compile:
[depend] Deleted 0 out of date files in 0 seconds
[echo] Compiling to C:\Projects\incubator-geronimo\modules\j2ee/target/class
es
[javac] Compiling 38 source files to C:\Projects\incubator-geronimo\modules\
j2ee\target\classes
C:\Projects\incubator-geronimo\modules\j2ee\src\java\org\apache\geronimo\j2ee\de
ployment\EARConfigBuilder.java:55: cannot resolve symbol
symbol  : class ApplicationDocument
location: package j2ee
import org.apache.geronimo.xbeans.j2ee.ApplicationDocument;
   ^
C:\Projects\incubator-geronimo\modules\j2ee\src\java\org\apache\geronimo\j2ee\de
ployment\EARConfigBuilder.java:56: cannot resolve symbol
symbol  : class ApplicationType
location: package j2ee
import org.apache.geronimo.xbeans.j2ee.ApplicationType;
   ^
C:\Projects\incubator-geronimo\modules\j2ee\src\java\org\apache\geronimo\j2ee\de
ployment\EARConfigBuilder.java:57: cannot resolve symbol
symbol  : class ModuleType
location: package j2ee
import org.apache.geronimo.xbeans.j2ee.ModuleType;
   ^
C:\Projects\incubator-geronimo\modules\j2ee\src\java\org\apache\geronimo\j2ee\de
ployment\EARConfigBuilder.java:237: cannot resolve symbol
symbol  : class ApplicationType
location: class org.apache.geronimo.j2ee.deployment.EARConfigBuilder
private ApplicationType addModules(URI configId, XmlObject plan, JarFile ear
File, Set moduleLocations, Set modules) throws DeploymentException, IOException
{
^
C:\Projects\incubator-geronimo\modules\j2ee\src\java\org\apache\geronimo\j2ee\de
ployment\EARConfigBuilder.java:90: cannot resolve symbol
symbol  : class ApplicationDocument
location: class org.apache.geronimo.j2ee.deployment.EARConfigBuilder
return plan instanceof ApplicationDocument;
   ^
C:\Projects\incubator-geronimo\modules\j2ee\src\java\org\apache\geronimo\j2ee\de
ployment\EARConfigBuilder.java:157: cannot resolve symbol
symbol  : class ApplicationType
location: class org.apache.geronimo.j2ee.deployment.EARConfigBuilder
ApplicationType application = addModules(configId, plan, earFile, mo
duleLocations, modules);
^
C:\Projects\incubator-geronimo\modules\j2ee\src\java\org\apache\geronimo\j2ee\de
ployment\EARConfigBuilder.java:238: cannot resolve symbol
symbol  : class ApplicationType
location: class org.apache.geronimo.j2ee.deployment.EARConfigBuilder
ApplicationType application;
^
C:\Projects\incubator-geronimo\modules\j2ee\src\java\org\apache\geronimo\j2ee\de
ployment\EARConfigBuilder.java:245: cannot resolve symbol
symbol  : class ApplicationDocument
location: class org.apache.geronimo.j2ee.deployment.EARConfigBuilder
ApplicationDocument doc = (ApplicationDocument) XmlBeansUtil.par
se(earFile.getInputStream(appXMLEntry), ApplicationDocument.type);
^
C:\Projects\incubator-geronimo\modules\j2ee\src\java\org\apache\geronimo\j2ee\de
ployment\EARConfigBuilder.java:245: cannot resolve symbol
symbol  : class ApplicationDocument
location: class org.apache.geronimo.j2ee.deployment.EARConfigBuilder
ApplicationDocument doc = (ApplicationDocument) XmlBeansUtil.par
se(earFile.getInputStream(appXMLEntry), ApplicationDocument.type);
   ^
C:\Projects\incubator-geronimo\modules\j2ee\src\java\org\apache\geronimo\j2ee\de
ployment\EARConfigBuilder.java:245: cannot resolve symbol

[jira] Closed: (GERONIMO-174) Support for security-roles in web.xml

2004-07-27 Thread dev
Message:

   The following issue has been closed.

-
View the issue:
  http://issues.apache.org/jira/browse/GERONIMO-174

Here is an overview of the issue:
-
Key: GERONIMO-174
Summary: Support for security-roles in web.xml
   Type: Task

 Status: Closed
   Priority: Minor
 Resolution: FIXED

Project: Apache Geronimo
 Components: 
 deployment
 web
   Versions:
 1.0-M1

   Assignee: Alan Cabrera
   Reporter: David Blevins

Created: Sun, 25 Apr 2004 4:41 PM
Updated: Mon, 26 Jul 2004 7:35 PM

Description:
Security roles in the web.xml are not acted on at deploy time. 


-
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



[jira] Closed: (GERONIMO-219) JACC (JSR 115) authorization from Web Container

2004-07-27 Thread dev
Message:

   The following issue has been closed.

-
View the issue:
  http://issues.apache.org/jira/browse/GERONIMO-219

Here is an overview of the issue:
-
Key: GERONIMO-219
Summary: JACC (JSR 115) authorization from Web Container
   Type: Task

 Status: Closed
   Priority: Major
 Resolution: FIXED

Project: Apache Geronimo
 Components: 
 web
   Versions:
 1.0-M1

   Assignee: Alan Cabrera
   Reporter: David Blevins

Created: Sun, 25 Apr 2004 10:41 PM
Updated: Mon, 26 Jul 2004 8:37 PM

Description:
At current time any JACC (JSR 115) providers configured with Geronimo are not 
leveraged by the Geronimo/Jetty integration as is required by the J2EE 1.4 (JSR 
151) specification.  Security constraints are handled internally by Jetty and 
not integrated with Geronimo.

Java Authorization Contract for Containers (JACC)
JSR 115 - http://www.jcp.org/en/jsr/detail?id=115


-
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



[jira] Closed: (GERONIMO-178) Support for security roles in ejb-jar.xml

2004-07-27 Thread dev
Message:

   The following issue has been closed.

-
View the issue:
  http://issues.apache.org/jira/browse/GERONIMO-178

Here is an overview of the issue:
-
Key: GERONIMO-178
Summary: Support for security roles in ejb-jar.xml
   Type: Task

 Status: Closed
   Priority: Major
 Resolution: FIXED

Project: Apache Geronimo
 Components: 
 deployment
 OpenEJB
 security
   Versions:
 1.0-M1

   Assignee: Alan Cabrera
   Reporter: David Blevins

Created: Sun, 25 Apr 2004 4:52 PM
Updated: Mon, 26 Jul 2004 8:38 PM

Description:
OpenEJB 2.0M1 does not act on security roles in the ejb-jar.xml.


-
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



[jira] Closed: (GERONIMO-220) JACC (JSR 115) authorization from EJB Container

2004-07-27 Thread dev
Message:

   The following issue has been closed.

-
View the issue:
  http://issues.apache.org/jira/browse/GERONIMO-220

Here is an overview of the issue:
-
Key: GERONIMO-220
Summary: JACC (JSR 115) authorization from EJB Container
   Type: Task

 Status: Closed
   Priority: Major
 Resolution: FIXED

Project: Apache Geronimo
 Components: 
 OpenEJB
   Versions:
 1.0-M1

   Assignee: Alan Cabrera
   Reporter: David Blevins

Created: Sun, 25 Apr 2004 10:43 PM
Updated: Mon, 26 Jul 2004 8:39 PM

Description:
At current time any JACC (JSR 115) providers configured with Geronimo are not 
leveraged by the Geronimo/OpenEJB integration as is required by the J2EE 1.4 
(JSR 151) specification.  Support is partially implemented but has never been 
integration tested.

Java Authorization Contract for Containers (JACC)
JSR 115 - http://www.jcp.org/en/jsr/detail?id=115


-
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



[status] build: FAILED, test: FAILED | Linux 2.4.26, 2004-07-27

2004-07-27 Thread dblevins
NIGHTLY BUILD/TEST
  Date: Tue Jul 27 01:38:21 EDT 2004
  Kernel: Linux 2.4.26
  Host: beaver.codehaus.org
  Java: 1.4.2_04-b05, mixed mode
  Maven: 1.0-rc1-SNAPSHOT

CHECKOUT: incubator-geronimo

BUILDING: incubator-geronimo
[junit] [ERROR] TEST 
org.apache.geronimo.network.protocol.SocketProtocolStressTest FAILED
BUILD FAILED

BUILD FAILED
Total time: 7 minutes 16 seconds
Finished at: Tue Jul 27 01:46:18 EDT 2004


[status] build: FAILED, test: FAILED | Linux 2.4.26, 2004-07-27

2004-07-27 Thread dblevins
NIGHTLY BUILD/TEST
  Date: Tue Jul 27 05:30:45 EDT 2004
  Kernel: Linux 2.4.26
  Host: beaver.codehaus.org
  Java: 1.4.2_04-b05, mixed mode
  Maven: 1.0-rc1-SNAPSHOT

CHECKOUT: incubator-geronimo

BUILDING: incubator-geronimo
[junit] [ERROR] TEST 
org.apache.geronimo.network.protocol.SocketProtocolStressTest FAILED
BUILD FAILED

BUILD FAILED
Total time: 7 minutes 51 seconds
Finished at: Tue Jul 27 05:40:23 EDT 2004


Re: [status] build: FAILED, test: FAILED | FreeBSD 4.10-STABLE, 2004-07-27

2004-07-27 Thread David Blevins
Can't have a release till these are fixed.  

Files from the build are located here:
http://www.apache.org/~dblevins/builds/

-David

On Tue, Jul 27, 2004 at 09:43:51AM -, [EMAIL PROTECTED] wrote:
 NIGHTLY BUILD/TEST
   Date: Tue Jul 27 02:30:00 PDT 2004
   Kernel: FreeBSD 4.10-STABLE
   Host: minotaur.apache.org
   Java: 1.4.2-p6-brian_02_apr_2004_13_19, mixed mode
   Maven: 1.0-rc1-SNAPSHOT
 
 CHECKOUT: incubator-geronimo
 
 BUILDING: incubator-geronimo
 [junit] [ERROR] TEST 
 org.apache.geronimo.network.protocol.SocketProtocolStressTest FAILED
 [junit] [ERROR] TEST 
 org.apache.geronimo.security.remoting.jmx.RemoteLoginTest FAILED
 [junit] [ERROR] TEST 
 org.apache.geronimo.transaction.manager.HOWLLogRecoveryTest FAILED
 BUILD FAILED
 
 BUILD FAILED
 Total time: 12 minutes 55 seconds
 Finished at: Tue Jul 27 02:43:51 PDT 2004


EWS and Geronimo

2004-07-27 Thread Alan Cabrera








Why doesnt EWS use the Geronimo maven group id?
Its code is in the Geronimo package-space.



Just wondering.





Regards,

Alan











-
Visit our Internet site at http://www.reuters.com

Get closer to the financial markets with Reuters Messaging - for more
information and to register, visit http://www.reuters.com/messaging

Any views expressed in this message are those of  the  individual
sender,  except  where  the sender specifically states them to be
the views of Reuters Ltd.