[jira] Updated: (AMQ-1060) Unable to connect to AMQ 4.x queue with MDB

2006-11-23 Thread Stephen Murray (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-1060?page=all ] Stephen Murray updated AMQ-1060: Attachment: AMQ-1060.zip Jconsole screenshots and activemq log files provided for scenario where this works / doesn't work. Unable to connect to AMQ

[jira] Updated: (AMQ-1060) Unable to connect to AMQ 4.x queue with MDB

2006-11-23 Thread Stephen Murray (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-1060?page=all ] Stephen Murray updated AMQ-1060: Attachment: MDBTester.ear Simple MDB ear file attached which will print a System.out message when the onMessage method is invoked. It's J2EE 1.3 for IBM

[jira] Updated: (AMQ-908) Authorization plugin should have configurable principal classes

2006-11-23 Thread Ken Gallo (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-908?page=all ] Ken Gallo updated AMQ-908: -- Attachment: AuthorizationPlugin.patch Instead of my previous implementation of calling the Constructor or Method and then surrounding them with a try-catch, I've

[jira] Resolved: (SM-753) Provide a way to retrieve the current MessageExchange from a pure POJO in jsr181

2006-11-23 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/activemq/browse/SM-753?page=all ] Guillaume Nodet resolved SM-753. Resolution: Fixed Author: gnodet Date: Thu Nov 23 06:38:21 2006 New Revision: 478590 URL: http://svn.apache.org/viewvc?view=revrev=478590 Log: SM-753:

[jira] Updated: (GERONIMO-2315) On Editing a database pool by changing the database name and restarting it fails to startup

2006-11-23 Thread Vamsavardhana Reddy (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2315?page=all ] Vamsavardhana Reddy updated GERONIMO-2315: -- Fix Version/s: Verification Required (was: 1.2) (was: 1.1.x) On Editing a database pool

[jira] Updated: (GERONIMO-1383) Connector DConfigBeans don't load correctly from XML

2006-11-23 Thread Vamsavardhana Reddy (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1383?page=all ] Vamsavardhana Reddy updated GERONIMO-1383: -- Fix Version/s: Verification Required (was: 1.2) Connector DConfigBeans don't load correctly from XML

[jira] Assigned: (GERONIMO-1880) To Allow configurable password digests during REALM Deployment.

2006-11-23 Thread Vamsavardhana Reddy (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1880?page=all ] Vamsavardhana Reddy reassigned GERONIMO-1880: - Assignee: Vamsavardhana Reddy To Allow configurable password digests during REALM Deployment.

[jira] Updated: (GERONIMO-2205) SecurityRealms portlet does not list stopped security realms

2006-11-23 Thread Vamsavardhana Reddy (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2205?page=all ] Vamsavardhana Reddy updated GERONIMO-2205: -- Fix Version/s: Wish List (was: 1.1.x) (was: 1.2) SecurityRealms portlet does not list

1.2 SNAPSHOT build error

2006-11-23 Thread Krishnakumar B
I get an error in configs rmi-naming while building 1.2-SNAPSHOT geronimo. [INFO] [car:package] [INFO] Packaging module configuration: C:\g12\configs\rmi-naming\target\plan\pla n.xml [INFO] [ERROR] BUILD ERROR [INFO]

[jira] Commented: (AMQ-841) NullPointerException when using MasterConnector and specifying the broker name with space in it.

2006-11-23 Thread Marlon Santos (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-841?page=comments#action_37531 ] Marlon Santos commented on AMQ-841: --- Hi, i had seen that the problem was when the URISyntaxException was catched, there was no actual value given to the

[jira] Commented: (AMQ-841) NullPointerException when using MasterConnector and specifying the broker name with space in it.

2006-11-23 Thread Marlon Santos (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-841?page=comments#action_37532 ] Marlon Santos commented on AMQ-841: --- It also happens with other broker configurations and present in the windows xp os.. NullPointerException when using

Re: 1.2 SNAPSHOT build error

2006-11-23 Thread Gianny Damour
Hi Krish, You have in your m2 repository a 1.2-SNAPSHOT config, which needs to be cleaned: basically, if you delete the directory org/apache/ geronimo/configs from your m2 repository you should be able to build successfully. In more details, during a couple of days, there was a GBeanInfo

[jira] Updated: (AMQ-908) Authorization plugin should have configurable principal classes

2006-11-23 Thread Ken Gallo (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-908?page=all ] Ken Gallo updated AMQ-908: -- Attachment: AuthorizationPlugin.patch Implemented like so: authorizationPlugin map authorizationMap authorizationEntries

[jira] Closed: (GERONIMO-1880) To Allow configurable password digests during REALM Deployment.

2006-11-23 Thread Vamsavardhana Reddy (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1880?page=all ] Vamsavardhana Reddy closed GERONIMO-1880. - Fix Version/s: 2.0 Resolution: Fixed PropertiesFileLoginModule and SQLLoginModule now support a digest option. Fixed in rev 478545

[jira] Commented: (GERONIMO-2562) Improving the xml schema documentation for openejb-jar-2.1.xsd

2006-11-23 Thread Kanchana Welagedara (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2562?page=comments#action_12452220 ] Kanchana Welagedara commented on GERONIMO-2562: --- Can anybody please tell me what is the location to put this file.I don't find any existent file

[jira] Resolved: (AMQ-526) get TwoBrokerMulticastQueueTest to work

2006-11-23 Thread Fritz Oconer (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-526?page=all ] Fritz Oconer resolved AMQ-526. -- Resolution: Fixed failover should wrap over other broker url protocol (e.g failover:(discovery:multicast://)). Revision: 478558 get

Re: 1.2 SNAPSHOT build error

2006-11-23 Thread Krishnakumar B
hi Gianny, Thanks. It works after i delete the configs. Regards Krish On 11/23/06, Gianny Damour [EMAIL PROTECTED] wrote: Hi Krish, You have in your m2 repository a 1.2-SNAPSHOT config, which needs to be cleaned: basically, if you delete the directory org/apache/ geronimo/configs from your

Re: Server startup fails with Sun JDK 1.5, xalan missing

2006-11-23 Thread anita kulshreshtha
Vamsi, Thanks! I never suspected that my mail program would reject messages sent by itself as spam... Thanks Anita --- Vamsavardhana Reddy [EMAIL PROTECTED] wrote: Is this the message you thought it didn't make it to the dev-list? It came into my inbox more than 2 hours ago. --vamsi

Re: [jira] Commented: (SM-751) Flow tracing with correlation id

2006-11-23 Thread Gianfranco Boccalon
Now it works. I'll send the patch asap. Guillaume Nodet (JIRA) ha scritto: [ https://issues.apache.org/activemq/browse/SM-751?page=comments#action_37521 ] Guillaume Nodet commented on SM-751: You need to clean the thread local. In the

[jira] Updated: (SM-751) Flow tracing with correlation id

2006-11-23 Thread Gianfranco Boccalon (JIRA)
[ https://issues.apache.org/activemq/browse/SM-751?page=all ] Gianfranco Boccalon updated SM-751: --- Attachment: patch.zip This is the patch for the improvements suggested. Flow tracing with correlation id

[jira] Created: (SM-753) Provide a way to retrieve the current MessageExchange from a pure POJO in jsr181

2006-11-23 Thread Guillaume Nodet (JIRA)
Provide a way to retrieve the current MessageExchange from a pure POJO in jsr181 Key: SM-753 URL: https://issues.apache.org/activemq/browse/SM-753 Project: ServiceMix

[jira] Created: (SM-754) Issues with jsr181 proxies using jaxws + doc/lit wrapped

2006-11-23 Thread Guillaume Nodet (JIRA)
Issues with jsr181 proxies using jaxws + doc/lit wrapped Key: SM-754 URL: https://issues.apache.org/activemq/browse/SM-754 Project: ServiceMix Issue Type: Bug Components:

[jira] Assigned: (GERONIMO-1285) Deployer does not list all modules that have been stopped

2006-11-23 Thread Rakesh Midha (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1285?page=all ] Rakesh Midha reassigned GERONIMO-1285: -- Assignee: Rakesh Midha Deployer does not list all modules that have been stopped -

[jira] Resolved: (SM-754) Issues with jsr181 proxies using jaxws + doc/lit wrapped

2006-11-23 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/activemq/browse/SM-754?page=all ] Guillaume Nodet resolved SM-754. Resolution: Fixed Author: gnodet Date: Thu Nov 23 06:53:04 2006 New Revision: 478592 URL: http://svn.apache.org/viewvc?view=revrev=478592 Log: SM-754: Issues

[jira] Created: (GERONIMO-2594) Add xalan to endorsed directory

2006-11-23 Thread Anita Kulshreshtha (JIRA)
Add xalan to endorsed directory --- Key: GERONIMO-2594 URL: http://issues.apache.org/jira/browse/GERONIMO-2594 Project: Geronimo Issue Type: Improvement Security Level: public (Regular issues)

[jira] Updated: (GERONIMO-2594) Add xalan to endorsed directory

2006-11-23 Thread Anita Kulshreshtha (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2594?page=all ] Anita Kulshreshtha updated GERONIMO-2594: - Attachment: geronimo.diff Add xalan to endorsed directory --- Key: GERONIMO-2594

Re: Can anyone build 1.2?

2006-11-23 Thread David Jencks
On Nov 22, 2006, at 9:28 AM, David Jencks wrote: I think the answer is not if you've built 2.0 I traced through uddi-jetty and even after your transitive-deps fix for explicit_versions.properties I'm still seeing a lot of 2.0 artifacts loaded into the g. kernel. I think a solution might

Re: Can anyone build 1.2?

2006-11-23 Thread Jason Dillon
Cool. What route did you take for the virtual bits? --jason On Nov 23, 2006, at 3:53 PM, David Jencks wrote: On Nov 22, 2006, at 9:28 AM, David Jencks wrote: I think the answer is not if you've built 2.0 I traced through uddi-jetty and even after your transitive-deps fix for

[jira] Commented: (AMQ-795) security plugin to deal with temporary queue and topics better

2006-11-23 Thread Jonas Lim (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-795?page=comments#action_37540 ] Jonas Lim commented on AMQ-795: --- For this plugin we can just have a specific admin role (ie. tempAdmin) for the temporary destinations. Then we can grant by

[jira] Commented: (GERONIMO-1285) Deployer does not list all modules that have been stopped

2006-11-23 Thread Rakesh Midha (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1285?page=comments#action_12452358 ] Rakesh Midha commented on GERONIMO-1285: The admin console uses Dependency Manager to get the child components, which is not available in remote

[jira] Updated: (GERONIMO-1285) Deployer does not list all modules that have been stopped

2006-11-23 Thread Rakesh Midha (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1285?page=all ] Rakesh Midha updated GERONIMO-1285: --- Attachment: deploytooloutput.patch Attached patch to print child modules and patent modules with deploytool start/stop Deployer does not list all

[jira] Commented: (GERONIMO-2025) Undeploy and redeploy with no version leaves dangling entries in config.xml

2006-11-23 Thread Rakesh Midha (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2025?page=comments#action_12452361 ] Rakesh Midha commented on GERONIMO-2025: Added patch which removes leaves dangling entries in config.xml when newer version of module is deployed.

[jira] Updated: (GERONIMO-2025) Undeploy and redeploy with no version leaves dangling entries in config.xml

2006-11-23 Thread Rakesh Midha (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2025?page=all ] Rakesh Midha updated GERONIMO-2025: --- Attachment: removeunwantedconfig.patch Attached patch to remove unwanted entries in config file, Please review and commit Undeploy and redeploy

[jira] Updated: (GERONIMO-2025) Undeploy and redeploy with no version leaves dangling entries in config.xml

2006-11-23 Thread Rakesh Midha (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-2025?page=all ] Rakesh Midha updated GERONIMO-2025: --- Patch Info: [Patch Available] Fix Version/s: 2.0 (was: 1.2) Assignee: (was: Rakesh Midha) Unassigned JIRA

[jira] Commented: (GERONIMO-1982) server try to deploy the modules in hot deployment directory again during server startup

2006-11-23 Thread Rakesh Midha (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1982?page=comments#action_12452365 ] Rakesh Midha commented on GERONIMO-1982: This problem gets fixed with patch provided in JIRA 2402, JIRA 1431 and JIRA 2584 server try to deploy the

[jira] Updated: (GERONIMO-1982) server try to deploy the modules in hot deployment directory again during server startup

2006-11-23 Thread Rakesh Midha (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1982?page=all ] Rakesh Midha updated GERONIMO-1982: --- Patch Info: [Patch Available] Fix Version/s: 2.0 Assignee: (was: Rakesh Midha) Unassigning, so that it can be closed with

Unable to start server 1.2-SNAPSHOT

2006-11-23 Thread Krishnakumar B
I did a build of 1.2-SNAPSHOT successfully. Starting tomcat assembly fails with the following error. I am using Sun JDK 1.5 Booting Geronimo Kernel (in Java 1.5.0_09)... 11:47:58,106 ERROR [GBeanInstanceState] Error while starting; GBean is now in th e FAILED state:

Security Issue with hot deployer

2006-11-23 Thread Rakesh Midha
Hello I was wondering if this is a security breach. If I deploy some business critical application names myApp on Geronimo server deployed using deploy tool or hot deployer. Now with deploy tool I cannot change or uninstall this application without Geronimo username and password. If for some