Re: Hot Deploy...

2005-11-10 Thread Sachin Patel
Nevermind, looked at the source changes, looks like it does :) Sachin Patel wrote: Awesome! Does it handle re/un-deploy's? Aaron Mulder wrote: ...now works if you copy your module JAR into geronimo/deploy/ -- let me know how it goes. :) Aaron P.S. You can adjust the directory and frequency

Re: [jira] Resolved: (GERONIMO-1120) Auto-detect config ID for a deployable archive

2005-11-10 Thread Sachin Patel
Aaron, Is there a way I can exploit this when invoking redeploy's through the DeploymentManager? Is there some utility method that can return me back a TargetModuleID for a given archive? I currently have to traverse through all the TargetModuleID's returned from

Re: Geronimo M5 documentation - LDAP

2005-11-10 Thread Hernan Cunico
Ken, The initialContextFactory indicates who is providing the service. Since in M5 we have to use SUN's JVM, and the fact that we are using the built-in ApacheDS, I have not tried any other funny combination. For example, com.ibm.jndi.LDAPCtxFactory or com.novell.service.ldap.LdapCtxFactory

Re: [jira] Resolved: (GERONIMO-1120) Auto-detect config ID for a deployable archive

2005-11-10 Thread Aaron Mulder
There's DeployUtils.extractModuleIdFromArchive(File) which will give you the ModuleID (if there's a Geronimo deployment plan in the archive), but you still have to get to the TargetModuleID. If you plan to support anything other than Geronimo then I think you need to loop through

[jira] Created: (GERONIMO-1153) Add New Application should be on its own page from the web console navigation

2005-11-10 Thread Joe Bohn (JIRA)
Add New Application should be on its own page from the web console navigation - Key: GERONIMO-1153 URL: http://issues.apache.org/jira/browse/GERONIMO-1153 Project: Geronimo Type: Improvement

Re: m2: flushing out our dependencies

2005-11-10 Thread Prasad Kashyap
OK. I took a stab at updating the wiki site with the info from Blevin's log. I had some doubts about the status of some modules that you had updated. They didn't seem to synch with the info from the log. So I put a ? next to it. Hope you can educate me on that. I also added some 5-6 modules at

[jira] Updated: (GERONIMO-1153) Add New Application should be on its own page from the web console navigation

2005-11-10 Thread Joe Bohn (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1153?page=all ] Joe Bohn updated GERONIMO-1153: --- Attachment: AddAppl.patch Add New Application should be on its own page from the web console navigation

Re: Proposal: apache-wide specs project

2005-11-10 Thread Rodent of Unusual Size
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 David Jencks wrote: -Identify projects with java spec implementations in them. They include at least: geronimo tomcat pluto (have already expressed interest) axis scout (?) You might ask on the community@ list as well to see if

Re: Copyright dates

2005-11-10 Thread Rodent of Unusual Size
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kevan Miller wrote: Is there an official policy for Copyright year? How rigorous are we expected to be? ASF must have a policy and I'm confident that we're not complying... Do we need a plan to (attempt to) rectify these oversights prior to V1?

publish_build.sh converted to ant

2005-11-10 Thread Prasad Kashyap
Hi David, Check out the ant files for the work publish_build.sh used to do. It does almost everything except for the remote cleanup target name=cleanupRemote. I'm still thinking about a nice clean way of doing this. Executing a remote script (ant or other) is one of the thoughts. Let me know what

[jira] Created: (GERONIMO-1154) connector and security xsd's need import to xml.xsd

2005-11-10 Thread Sachin Patel (JIRA)
connector and security xsd's need import to xml.xsd --- Key: GERONIMO-1154 URL: http://issues.apache.org/jira/browse/GERONIMO-1154 Project: Geronimo Type: Bug Versions: 1.0-M5 Reporter: Sachin Patel

[jira] Updated: (GERONIMO-1154) connector and security xsd's need import to xml.xsd

2005-11-10 Thread Sachin Patel (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1154?page=all ] Sachin Patel updated GERONIMO-1154: --- Attachment: patch.txt connector and security xsd's need import to xml.xsd --- Key:

[jira] Updated: (GERONIMO-1154) connector and security xsd's need import to xml.xsd

2005-11-10 Thread Sachin Patel (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1154?page=all ] Sachin Patel updated GERONIMO-1154: --- Geronimo Info: [Patch Available] connector and security xsd's need import to xml.xsd ---

Re: Specs: Individual specs also in J2EE...

2005-11-10 Thread Dain Sundstrom
+1 This really helps when people want to use the code standalone But we must provide a rollup jar so our users don't have to hunt down 10 spec jars. -dain On Nov 9, 2005, at 11:40 PM, Alan D. Cabrera wrote: I am of the same opinion. Regards, Alan David Jencks wrote, On 11/9/2005 9:08

Re: Log Levels (INFO - DEBUG)

2005-11-10 Thread Dain Sundstrom
+1 a review of the log messages would be great When we add natural language support, it will be a lot easier of the INFO+ messages are clean. BTW, I suggest should you use log channels to divide the messages into the categories you listed below. This will make it easy for an admin to

Re: Hot Deploy...

2005-11-10 Thread Jacek Laskowski
Aaron Mulder wrote: ...now works if you copy your module JAR into geronimo/deploy/ -- let me know how it goes. :) Excellent! I was myself thinking about it for a while, but got completely swamped with PetStore and the security configuration of it I can't understand at all :( It's nice to

[jira] Resolved: (GERONIMO-453) DerbySystemGBean doesn't call System.gc() in doStop() and soFail() as recommended in the Derby doco

2005-11-10 Thread Matt Hogstrom (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-453?page=all ] Matt Hogstrom resolved GERONIMO-453: Resolution: Fixed Added System.gc() Index: src/java/org/apache/geronimo/derby/DerbySystemGBean.java

[jira] Assigned: (GERONIMO-453) DerbySystemGBean doesn't call System.gc() in doStop() and soFail() as recommended in the Derby doco

2005-11-10 Thread Matt Hogstrom (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-453?page=all ] Matt Hogstrom reassigned GERONIMO-453: -- Assign To: Matt Hogstrom (was: John Sisson) DerbySystemGBean doesn't call System.gc() in doStop() and soFail() as recommended in the Derby

Re: Log Levels (INFO - DEBUG)

2005-11-10 Thread Aaron Mulder
On 11/10/05, Dain Sundstrom [EMAIL PROTECTED] wrote: BTW, I suggest should you use log channels to divide the messages into the categories you listed below. This will make it easy for an admin to turn off the garbage they are not interested in. What do you mean by log channels? That's not

Re: publish_build.sh converted to ant

2005-11-10 Thread David Blevins
On Nov 10, 2005, at 9:59 AM, Prasad Kashyap wrote: Hi David, Check out the ant files for the work publish_build.sh used to do. It does almost everything except for the remote cleanup target name=cleanupRemote. I'm still thinking about a nice clean way of doing this. Executing a remote

Re: Hot Deploy...

2005-11-10 Thread Joe Bohn
Aaron Mulder wrote: ...now works if you copy your module JAR into geronimo/deploy/ -- let me know how it goes. :) Aaron P.S. You can adjust the directory and frequency in config.xml: gbean name=HotDeployer attribute name=pathdeploy/attribute attribute

Geronimo startup fails, config.xml is corrupted

2005-11-10 Thread simon
Here is a sequence of steps where geronimo startup fails: Deploy an app (webapp in my case) Undeploy an app Shutdown geronimo startup geronimo - fails with: org.apache.geronimo.kernel.config.NoSuchConfigException: No configuration with id bla/bla/bla config.xml contains undeployed id, if

Re: Hot Deploy...

2005-11-10 Thread Sachin Patel
Joe Bohn wrote: Aaron Mulder wrote: ...now works if you copy your module JAR into geronimo/deploy/ -- let me know how it goes. :) Aaron P.S. You can adjust the directory and frequency in config.xml: gbean name=HotDeployer attribute name=pathdeploy/attribute attribute

Re: Geronimo startup fails, config.xml is corrupted

2005-11-10 Thread Sachin Patel
Simon, This is a know issue. See bug... 1132. [EMAIL PROTECTED] wrote: Here is a sequence of steps where geronimo startup fails: Deploy an app (webapp in my case) Undeploy an app Shutdown geronimo startup geronimo - fails with: org.apache.geronimo.kernel.config.NoSuchConfigException: No

Re: Hot Deploy...

2005-11-10 Thread Joe Bohn
Sachin Patel wrote: Joe Bohn wrote: Aaron Mulder wrote: ...now works if you copy your module JAR into geronimo/deploy/ -- let me know how it goes. :) Aaron P.S. You can adjust the directory and frequency in config.xml: gbean name=HotDeployer attribute name=pathdeploy/attribute

Re: Geronimo startup fails, config.xml is corrupted

2005-11-10 Thread Joe Bohn
If you're doing this via the web console the fix was included in GERONIMO-1047 last weekend so it should be working now. Sachin Patel wrote: Simon, This is a know issue. See bug... 1132. [EMAIL PROTECTED] wrote: Here is a sequence of steps where geronimo startup fails: Deploy an app

Re: Geronimo startup fails, config.xml is corrupted

2005-11-10 Thread simon
I'm using deployer.jar to do deploy and undeploy; not sure why this bug is tied to the console config.xml is not updated correctly on the shutdown (deploy-undeploy works fine) Simon

Re: Geronimo startup fails, config.xml is corrupted

2005-11-10 Thread Bruce Snyder
On 11/10/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I'm using deployer.jar to do deploy and undeploy; not sure why this bug is tied to the console config.xml is not updated correctly on the shutdown (deploy-undeploy works fine) Simon, Just a small note, for convenience, there are batch

[jira] Created: (GERONIMO-1155) ActiveMQSessions build up during DayTrader execution

2005-11-10 Thread Kevan Miller (JIRA)
ActiveMQSessions build up during DayTrader execution Key: GERONIMO-1155 URL: http://issues.apache.org/jira/browse/GERONIMO-1155 Project: Geronimo Type: Bug Components: ActiveMQ Versions: 1.0-M5

Re: Geronimo startup fails, config.xml is corrupted

2005-11-10 Thread Joe Bohn
This isn't really tied to the console. It is a problem with the deployer itself. If you attempt to undeploy a configuration without first stopping it then the deployer will leave things in this unresolved state. You can avoid the problem by ensuring that you always stop the configuration

[jira] Updated: (GERONIMO-1155) ActiveMQSessions build up during DayTrader execution

2005-11-10 Thread Kevan Miller (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1155?page=all ] Kevan Miller updated GERONIMO-1155: --- Attachment: RemoveSession.patch Patch was generated against 3.2. ActiveMQSessions build up during DayTrader execution

[jira] Updated: (GERONIMO-1155) ActiveMQSessions build up during DayTrader execution

2005-11-10 Thread Kevan Miller (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1155?page=all ] Kevan Miller updated GERONIMO-1155: --- Geronimo Info: [Patch Available] ActiveMQSessions build up during DayTrader execution

[jira] Created: (GERONIMO-1156) Explicit support for uploading/downloading JDBC driver

2005-11-10 Thread Aaron Mulder (JIRA)
Explicit support for uploading/downloading JDBC driver -- Key: GERONIMO-1156 URL: http://issues.apache.org/jira/browse/GERONIMO-1156 Project: Geronimo Type: Improvement Components: console Versions: 1.0-M5

[jira] Created: (GERONIMO-1157) Repository list/upload screen should use management API

2005-11-10 Thread Aaron Mulder (JIRA)
Repository list/upload screen should use management API --- Key: GERONIMO-1157 URL: http://issues.apache.org/jira/browse/GERONIMO-1157 Project: Geronimo Type: Bug Components: console Versions: 1.0-M5

[jira] Closed: (GERONIMO-453) DerbySystemGBean doesn't call System.gc() in doStop() and soFail() as recommended in the Derby doco

2005-11-10 Thread Matt Hogstrom (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-453?page=all ] Matt Hogstrom closed GERONIMO-453: -- Transmitting file data . Committed revision 332384. DerbySystemGBean doesn't call System.gc() in doStop() and soFail() as recommended in the Derby

[jira] Created: (GERONIMO-1158) Need edit screen for new database pool portlet

2005-11-10 Thread Aaron Mulder (JIRA)
Need edit screen for new database pool portlet -- Key: GERONIMO-1158 URL: http://issues.apache.org/jira/browse/GERONIMO-1158 Project: Geronimo Type: Bug Components: console Versions: 1.0-M5 Reporter: Aaron

Re: Hot Deploy...

2005-11-10 Thread Aaron Mulder
On 11/10/05, Joe Bohn [EMAIL PROTECTED] wrote: Yes, I figured it defaulted to one of the containers ... the question was how does it choose and can it be overridden? For applications like the web console which has two instances deployed this is kind of important to understand. :-) It chooses

Re: WARN [SilentStartupMonitor] Unable to start ... (starting) - SOLVED

2005-11-10 Thread Jacek Laskowski
David Jencks wrote: I think you have an unsatisfied reference in your generic security realm. Thanks Dave! It took me additional 2 days when I finally figured out that a wrong GBean is looked up. I had to use the following reference configuration to get it working. reference

[jira] Closed: (GERONIMO-861) Investigate warning from Pluto portal

2005-11-10 Thread Aaron Mulder (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-861?page=all ] Aaron Mulder closed GERONIMO-861: - Verified by Joe Bohn Investigate warning from Pluto portal - Key: GERONIMO-861 URL:

[jira] Closed: (GERONIMO-950) JVM portlet shouid display all system property values

2005-11-10 Thread Aaron Mulder (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-950?page=all ] Aaron Mulder closed GERONIMO-950: - Verified by Joe Bohn JVM portlet shouid display all system property values - Key:

[jira] Closed: (GERONIMO-1042) Portlet error in Database Pools

2005-11-10 Thread Aaron Mulder (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1042?page=all ] Aaron Mulder closed GERONIMO-1042: -- Verified by Joe Bohn Portlet error in Database Pools --- Key: GERONIMO-1042 URL:

[jira] Closed: (GERONIMO-1041) Portlets updates required to match new ActiveMQ and TranQL versions in trunk

2005-11-10 Thread Aaron Mulder (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1041?page=all ] Aaron Mulder closed GERONIMO-1041: -- Verified by Joe Bohn Portlets updates required to match new ActiveMQ and TranQL versions in trunk

[jira] Closed: (GERONIMO-1047) undeploy using uninstall in Applications Management page doesn't do the cleanup properly

2005-11-10 Thread Aaron Mulder (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1047?page=all ] Aaron Mulder closed GERONIMO-1047: -- Verified by Joe Bohn undeploy using uninstall in Applications Management page doesn't do the cleanup properly

[jira] Assigned: (GERONIMO-1094) OpenEJB client attempts to close connection even when a connection couldn't be obtained causing Error closing connection with server: null message

2005-11-10 Thread Matt Hogstrom (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1094?page=all ] Matt Hogstrom reassigned GERONIMO-1094: --- Assign To: Matt Hogstrom (was: John Sisson) OpenEJB client attempts to close connection even when a connection couldn't be obtained

[jira] Resolved: (GERONIMO-1094) OpenEJB client attempts to close connection even when a connection couldn't be obtained causing Error closing connection with server: null message

2005-11-10 Thread Matt Hogstrom (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1094?page=all ] Matt Hogstrom resolved GERONIMO-1094: - Resolution: Fixed Reviewed and applied the patch. Checking in modules/core/src/java/org/openejb/client/Client.java;

[jira] Closed: (GERONIMO-1094) OpenEJB client attempts to close connection even when a connection couldn't be obtained causing Error closing connection with server: null message

2005-11-10 Thread Matt Hogstrom (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1094?page=all ] Matt Hogstrom closed GERONIMO-1094: --- OpenEJB client attempts to close connection even when a connection couldn't be obtained causing Error closing connection with server: null message

[jira] Updated: (GERONIMO-1155) ActiveMQSessions build up during DayTrader execution

2005-11-10 Thread Kevan Miller (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1155?page=all ] Kevan Miller updated GERONIMO-1155: --- Attachment: RemoveSessionUnified.patch Forgot -u on the diff... ActiveMQSessions build up during DayTrader execution

[jira] Resolved: (GERONIMO-1121) ConnectionManager leaves several timer tasks running even after gbeans are shutdown -- causes memory leak

2005-11-10 Thread Kevan Miller (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1121?page=all ] Kevan Miller resolved GERONIMO-1121: Resolution: Duplicate Assign To: Kevan Miller This problem was fixed under GERONIMO-1125. My mistake for forgetting/not noticing this

[jira] Closed: (GERONIMO-1121) ConnectionManager leaves several timer tasks running even after gbeans are shutdown -- causes memory leak

2005-11-10 Thread Matt Hogstrom (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1121?page=all ] Matt Hogstrom closed GERONIMO-1121: --- ConnectionManager leaves several timer tasks running even after gbeans are shutdown -- causes memory leak

[jira] Closed: (GERONIMO-1073) TradeDirect:init error on JNDI lookups of DataSource when TradeDataSource is already running

2005-11-10 Thread Matt Hogstrom (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1073?page=all ] Matt Hogstrom closed GERONIMO-1073: --- Resolution: Fixed Same as GERONIMO-512...resolved there TradeDirect:init error on JNDI lookups of DataSource when TradeDataSource is already

[jira] Closed: (GERONIMO-1103) Error while deploying Daytrader

2005-11-10 Thread Matt Hogstrom (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1103?page=all ] Matt Hogstrom closed GERONIMO-1103: --- Resolution: Fixed Resolved in GERONIMO-512 Error while deploying Daytrader --- Key: GERONIMO-1103

[jira] Updated: (GERONIMO-1149) Installment 1 of new Epiq provided look and feel

2005-11-10 Thread Joe Bohn (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1149?page=all ] Joe Bohn updated GERONIMO-1149: --- Attachment: applications.zip Added the necessary gifs. Just unzip from geronimo root. Installment 1 of new Epiq provided look and feel

[jira] Closed: (GERONIMO-1149) Installment 1 of new Epiq provided look and feel

2005-11-10 Thread Matt Hogstrom (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1149?page=all ] Matt Hogstrom closed GERONIMO-1149: --- Fix Version: 1.0 Resolution: Fixed [EMAIL PROTECTED]:~/dev/geronimo/applications svn commit -m GERONIMO-1149 Applied patch and added

[jira] Closed: (GERONIMO-1100) Java Mail portlet loads the Keystore portlet implementation

2005-11-10 Thread Matt Hogstrom (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1100?page=all ] Matt Hogstrom closed GERONIMO-1100: --- Resolution: Fixed Sendingapplications/console-standard/src/webapp/WEB-INF/web.xml Transmitting file data . Committed revision 332430.

[jira] Closed: (GERONIMO-1108) CertManagerPortlet is being loaded for the SecurityRealms portlet

2005-11-10 Thread Matt Hogstrom (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1108?page=all ] Matt Hogstrom closed GERONIMO-1108: --- Resolution: Fixed Sendingapplications/console-standard/src/webapp/WEB-INF/web.xml Transmitting file data . Committed revision 332440.

[jira] Updated: (GERONIMO-282) servlet calls ejb: class not found at deployment and run time

2005-11-10 Thread Matt Hogstrom (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-282?page=all ] Matt Hogstrom updated GERONIMO-282: --- Fix Version: 1.x (was: 1.0) Moving to 1.x as its not clear this is still a problem. Perhaps Tony can comment on this JIRA as I'd

[jira] Closed: (GERONIMO-287) Control-C termination overwrites log files created with log4j.xml

2005-11-10 Thread Matt Hogstrom (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-287?page=all ] Matt Hogstrom closed GERONIMO-287: -- Resolution: Fixed Added comments to log4j properties files to alert customers to potential loss of log data if the value is changed. Sending

[jira] Updated: (GERONIMO-289) Interface classes for an ejb-ref in a war cannot be loaded from war libs or classes

2005-11-10 Thread Matt Hogstrom (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-289?page=all ] Matt Hogstrom updated GERONIMO-289: --- Fix Version: 1.x (was: 1.0) This JIRA has been opened for quite some time and is related to GERONIMO-282. Dain, can you comment

[jira] Updated: (GERONIMO-348) Invalid module path or references in plan should result in failed deployment or warning

2005-11-10 Thread Matt Hogstrom (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-348?page=all ] Matt Hogstrom updated GERONIMO-348: --- Fix Version: 1.1 (was: 1.0) Moving to 1.1 for a resolution. Given the time to get 1.0 out I don't think this is on the critical

[jira] Commented: (GERONIMO-383) xmlbeans magic allows us to accept some invalid deployment descriptors

2005-11-10 Thread Matt Hogstrom (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-383?page=comments#action_12357352 ] Matt Hogstrom commented on GERONIMO-383: David, is this still an issue since the conversion to XMLBeans 2? xmlbeans magic allows us to accept some invalid

[jira] Closed: (GERONIMO-386) openejb cmp attempt to modify identity columns

2005-11-10 Thread Matt Hogstrom (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-386?page=all ] Matt Hogstrom closed GERONIMO-386: -- Resolution: Fixed Closing per comments from Gianny that this is no longer an issue. openejb cmp attempt to modify identity columns

[jira] Updated: (GERONIMO-396) Transient failure to install configuration on WinXP/JDK1.5

2005-11-10 Thread Matt Hogstrom (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-396?page=all ] Matt Hogstrom updated GERONIMO-396: --- Fix Version: 1.x (was: 1.0) Moving to 1.x for when Geronimo supports Java 5.0 Transient failure to install configuration on

[jira] Commented: (GERONIMO-1156) Explicit support for uploading/downloading JDBC driver

2005-11-10 Thread Aaron Mulder (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1156?page=comments#action_12357355 ] Aaron Mulder commented on GERONIMO-1156: Download ability added in revision 332454. Explicit support for uploading/downloading JDBC driver

[jira] Updated: (GERONIMO-1152) Connector portlet does not display all WebConnectors

2005-11-10 Thread Vamsavardhana Reddy (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1152?page=all ] Vamsavardhana Reddy updated GERONIMO-1152: -- Attachment: connector-withdeleteconfirmation.patch connector-withdeleteconfirmation.patch: Asks for user confirmation before deleting a

[jira] Updated: (GERONIMO-436) JSR-88: Targets Ignored

2005-11-10 Thread Matt Hogstrom (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-436?page=all ] Matt Hogstrom updated GERONIMO-436: --- Fix Version: 1.x (was: 1.0) Retargetting for 1.x from 1.0. Is this an improvement or a bug? JSR-88: Targets Ignored

Updated Database Pool Portlet -- Now Featuring Downloading!

2005-11-10 Thread Aaron Mulder
So now the new database pool portlet can download drivers into the repository for you. If you select Add a new database pool then pick a name and product and hit Next, and then select Download a Driver it'll give you a list of the some of the drivers I found to be directly downloadable. If you

[jira] Commented: (GERONIMO-436) JSR-88: Targets Ignored

2005-11-10 Thread Aaron Mulder (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-436?page=comments#action_12357359 ] Aaron Mulder commented on GERONIMO-436: --- It's technically a bug, but it's not relevent until we have multiple config stores (such as, a cluster where one management

[jira] Updated: (GERONIMO-470) Online deployer locks module file

2005-11-10 Thread Matt Hogstrom (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-470?page=all ] Matt Hogstrom updated GERONIMO-470: --- Fix Version: 1.1 (was: 1.0) Moved to 1.1 for final fix. Online deployer locks module file -

Re: Updated Database Pool Portlet -- Now Featuring Downloading!

2005-11-10 Thread Bruce Snyder
On 11/10/05, Aaron Mulder [EMAIL PROTECTED] wrote: So now the new database pool portlet can download drivers into the repository for you. If you select Add a new database pool then pick a name and product and hit Next, and then select Download a Driver it'll give you a list of the some of the

[jira] Updated: (GERONIMO-526) Default domain not added to object names

2005-11-10 Thread Matt Hogstrom (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-526?page=all ] Matt Hogstrom updated GERONIMO-526: --- Fix Version: 1.1 (was: 1.0) Dain, can you confirm this is still an issue or close this out ? Default domain not added to object

[jira] Created: (GERONIMO-1159) New LF for Console: Fix Header

2005-11-10 Thread Aaron Mulder (JIRA)
New LF for Console: Fix Header --- Key: GERONIMO-1159 URL: http://issues.apache.org/jira/browse/GERONIMO-1159 Project: Geronimo Type: Bug Components: console Versions: 1.0-M5 Reporter: Aaron Mulder Fix For: 1.0 The

[jira] Updated: (GERONIMO-1159) New LF for Console: Fix Header

2005-11-10 Thread Aaron Mulder (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1159?page=all ] Aaron Mulder updated GERONIMO-1159: --- Attachment: console.png New LF for Console: Fix Header --- Key: GERONIMO-1159 URL:

[jira] Updated: (GERONIMO-1159) New LF for Console: Fix Header

2005-11-10 Thread Matt Hogstrom (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1159?page=all ] Matt Hogstrom updated GERONIMO-1159: Attachment: console.png New LF for Console: Fix Header --- Key: GERONIMO-1159 URL:

[jira] Updated: (GERONIMO-609) geronimo.log can be closed whilst distributing an EAR if the application uses log4j

2005-11-10 Thread Matt Hogstrom (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-609?page=all ] Matt Hogstrom updated GERONIMO-609: --- Fix Version: 1.1 (was: 1.0) Assign To: John Sisson John will review geronimo.log can be closed whilst distributing an EAR

[jira] Commented: (GERONIMO-383) xmlbeans magic allows us to accept some invalid deployment descriptors

2005-11-10 Thread David Jencks (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-383?page=comments#action_12357365 ] David Jencks commented on GERONIMO-383: --- yes, this area needs a thorough review to make sure we are validating pre-j2ee 1.4 descriptors properly before converting

Re: WARN [SilentStartupMonitor] Unable to start ... (starting) - SOLVED

2005-11-10 Thread David Jencks
On Nov 10, 2005, at 4:16 PM, Jacek Laskowski wrote: David Jencks wrote: I think you have an unsatisfied reference in your generic security realm. Thanks Dave! It took me additional 2 days when I finally figured out that a wrong GBean is looked up. I had to use the following reference