[jira] Commented: (AMQ-639) Broker is not re-connecting to a network of brokers after going down and then being brought back up

2006-04-25 Thread Hiram Chirino (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-639?page=comments#action_36071 ] Hiram Chirino commented on AMQ-639: --- I've tried to setup a similar scenario. And I do see some message loss but when the broker is taken down but that can be expected since

RE: openwire-cpp question

2006-04-25 Thread Dhawan, Vikram \(LNG-DAY\)
Hey Hiram, I made some updates to the STOMP C implementation, which will let it build on Solaris Sun Workshop 6 and above compilers. Please let me know where you want me to post that client code. Once Openwire C++ client and CMS are stabilized I will try to do the same with those too.

Re: ServiceMix and security

2006-04-25 Thread Guillaume Nodet
The main problem of using a JBI component to provide security is that when you use a clustered ServiceMix, JBI exchanges may go to the security component using a clustered flow. In such a case, the exchange will be sent on the wire in an unsecured / unauthenticated way. I have always thought

[jira] Closed: (GERONIMO-1278) Upgrade to XML Beans 2.1.0 from 2.0.0

2006-04-25 Thread Matt Hogstrom (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1278?page=all ] Matt Hogstrom closed GERONIMO-1278: --- Resolution: Fixed Will open a global package change JIRA for 1.2. Upgrade to XML Beans 2.1.0 from 2.0.0 -

[jira] Closed: (GERONIMO-1307) JMX connector doesn't shut down cleanly

2006-04-25 Thread Matt Hogstrom (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1307?page=all ] Matt Hogstrom closed GERONIMO-1307: --- Resolution: Fixed Can't recreate JMX connector doesn't shut down cleanly --- Key: GERONIMO-1307

Re: [announce] Welcome Apache Geronimo's newest committer - Rick McGuire

2006-04-25 Thread Jacek Laskowski
On 4/21/06, Geir Magnusson Jr [EMAIL PROTECTED] wrote: In recognition of his contributions and participation in the Apache Geronimo community, the Geronimo PMC is proud to announce the committership of Rick McGuire. At last! ;) Not that I couldn't manage the traffic of his patches, but it's

[jira] Created: (GERONIMO-1908) Error in executing list-modules after application failure in Geronimo

2006-04-25 Thread Matt Hogstrom (JIRA)
Error in executing list-modules after application failure in Geronimo - Key: GERONIMO-1908 URL: http://issues.apache.org/jira/browse/GERONIMO-1908 Project: Geronimo Type: Bug Security: public

[jira] Closed: (GERONIMO-1908) Error in executing list-modules after application failure in Geronimo

2006-04-25 Thread Matt Hogstrom (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1908?page=all ] Matt Hogstrom closed GERONIMO-1908: --- Resolution: Fixed Operator error. I was using a 1.0 deployer.jar Error in executing list-modules after application failure in Geronimo

[jira] Resolved: (SM-406) Email component should support attachment (multipart MIME email)

2006-04-25 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/activemq/browse/SM-406?page=all ] Guillaume Nodet resolved SM-406: Fix Version: 3.0-M2 Resolution: Fixed Assign To: Guillaume Nodet Author: gnodet Date: Tue Apr 25 00:52:10 2006 New Revision: 396805 URL:

Re: [announce] Welcome Apache Geronimo's newest committer - Rick McGuire

2006-04-25 Thread John Sisson
Congratulations Rick! Regards, John Geir Magnusson Jr wrote: In recognition of his contributions and participation in the Apache Geronimo community, the Geronimo PMC is proud to announce the committership of Rick McGuire. Rick has contributed in many places, and is a pleasure to work

[jira] Created: (GERONIMO-1909) Errors in JMS Server portlet

2006-04-25 Thread Vamsavardhana Reddy (JIRA)
Errors in JMS Server portlet Key: GERONIMO-1909 URL: http://issues.apache.org/jira/browse/GERONIMO-1909 Project: Geronimo Type: Bug Security: public (Regular issues) Components: console Versions: 1.1 Environment: Win

[jira] Created: (SM-409) Do not assume that first part of multi mime message is xml

2006-04-25 Thread stefan klinger (JIRA)
Do not assume that first part of multi mime message is xml --- Key: SM-409 URL: https://issues.apache.org/activemq/browse/SM-409 Project: ServiceMix Type: Improvement Components: servicemix-soap

1.1 Build failure

2006-04-25 Thread Rick McGuire
I'm getting a build failure that I don't seem to see anybody else getting. I'm doing fresh checkout and build, and the build fails with the following error: test:test: [echo] No tests to run. [touch] Creating C:\Geronimo\builds\1.1\applications\demo\target\test-report s\tstamp

Re: 1.1 Build failure

2006-04-25 Thread Gianny Damour
Hi Rick, I also faced this problem and just checked in a fix for it. Thanks, Gianny Rick McGuire wrote: I'm getting a build failure that I don't seem to see anybody else getting. I'm doing fresh checkout and build, and the build fails with the following error: test:test: [echo] No

Re: ServiceMix and security

2006-04-25 Thread Antoni Reus
I think that you are right with your example of a web container. JBI defines a container, just like a web container or a ejb container. En/na Guillaume Nodet ha escrit: The main problem of using a JBI component to provide security is that when you use a clustered ServiceMix, JBI exchanges

Re: Build failed

2006-04-25 Thread Rajith Attapattu
Hi, Yes, I am using IBM's jdk. I will apply your patch localy and run again. Thanks a lot, Rajith On 4/24/06, Udovichenko, Nellya [EMAIL PROTECTED] wrote: Hi, What JDK do you work on? It looks like internal Sun class com.sun.security.auth.login.ConfigFile isn't included in your JDK

Help!!! Problems using KernelManagementHelper got from getRemoteKernelManager()

2006-04-25 Thread Vamsavardhana Reddy
Hi, I am running the following piece of code. KernelManagementHelper mgr = KernelManagementHelper.getRemoteKernelManager(localhost, system, manager); J2EEDomain domain = mgr.getDomains()[0]; String[] servers = domain.getServers(); System.out.println(servers[0]); J2EEServer[]

Re: Help!!! Problems using KernelManagementHelper got from getRemoteKernelManager()

2006-04-25 Thread Aaron Mulder
I don't think there's going to be a fix for 1.1 -- if a method returns a GBean we don't have a way to serialize it to the client. For 1.2 I think we can work some magic in the proxies, and/or switch to a different protocol altogether. Thanks, Aaron On 4/25/06, Vamsavardhana Reddy [EMAIL

trunk Build failure - can't download a lot of files

2006-04-25 Thread argyn
when i try to build with maven new command, it fails to download a lot files. apparently, iy is able to download some files. here's an example of failed download: === Attempting to download geronimo-jmxremoting-1.2-SNAPSHOT.jar. Error retrieving artifact from

Re: Build Broken after change r396767

2006-04-25 Thread Aaron Mulder
We need an updated ActiveMQ snapshot to be published. In the mean time you can build ActiveMQ 3.2.4-SNAPSHOT locally and that should work. Thanks, Aaron On 4/25/06, Matt Hogstrom [EMAIL PROTECTED] wrote: I did an SVN update and started getting the error below when building the configs.

Re: Build Broken after change r396767

2006-04-25 Thread Aaron Mulder
Oops, Dain said he published the JARs, so try an online build. Thanks, Aaron On 4/25/06, Aaron Mulder [EMAIL PROTECTED] wrote: We need an updated ActiveMQ snapshot to be published. In the mean time you can build ActiveMQ 3.2.4-SNAPSHOT locally and that should work. Thanks, Aaron

Re: trunk Build failure - can't download a lot of files

2006-04-25 Thread David Blevins
On Apr 25, 2006, at 5:12 AM, argyn wrote: when i try to build with maven new command, it fails to download a lot files. apparently, iy is able to download some files. here's an example of failed download: === Attempting to download geronimo-jmxremoting-1.2-SNAPSHOT.jar. Error

[jira] Reopened: (GERONIMO-1884) Samples not installed properly in G1.1 - several issues

2006-04-25 Thread Sachin Patel (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1884?page=all ] Sachin Patel reopened GERONIMO-1884: Re-opening on behalf of David Cola Samples not installed properly in G1.1 - several issues

[jira] Commented: (GERONIMO-1884) Samples not installed properly in G1.1 - several issues

2006-04-25 Thread Dave Colasurdo (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1884?page=comments#action_12376249 ] Dave Colasurdo commented on GERONIMO-1884: -- Reopened ...so that most recent comments won't get lost.. -Dave- Samples not installed properly in G1.1 - several

Re: ServiceMix and security

2006-04-25 Thread Guillaume Nodet
I do agree that we really need to separate 3 different security issues: * authentication / authorization * secure transport * integrity of the message In my previous mail, I was mainly talking about authentication / authorization. Such authorizations could be configured on the ServiceMix

[jira] Created: (GERONIMO-1910) NoSuchFieldError on deployment

2006-04-25 Thread Sachin Patel (JIRA)
NoSuchFieldError on deployment -- Key: GERONIMO-1910 URL: http://issues.apache.org/jira/browse/GERONIMO-1910 Project: Geronimo Type: Bug Security: public (Regular issues) Components: deployment Versions: 1.1 Reporter:

Re: DayTrader Update - 1.1 Release coming up

2006-04-25 Thread Prasad Kashyap
Matt, Here's a patch that precompiles the JSPs in the web module. Please give it a whirl. Cheers Prasad. On 4/24/06, Matt Hogstrom [EMAIL PROTECTED] wrote: I am in the process of moving DayTrader out of the 1.1 Geronimo branch. Since this is a performance and J2EE sample I expect we'll be

Re: svn commit: r396880 - in /geronimo/branches/1.1/modules: jetty/src/test/org/apache/geronimo/jetty/AbstractWebModuleTest.java tomcat/src/test/org/apache/geronimo/tomcat/AbstractWebModuleTest.java

2006-04-25 Thread Aaron Mulder
Oops, guess I forgot to run a full set of tests. :) Thanks! Aaron On 4/25/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Author: kevan Date: Tue Apr 25 06:26:04 2006 New Revision: 396880 URL: http://svn.apache.org/viewcvs?rev=396880view=rev Log: Fix test failures caused by revision

[jira] Commented: (GERONIMO-1883) Make sure all documentation is clearly marked as G 1.0 or G 1.1

2006-04-25 Thread Hernan Cunico (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1883?page=comments#action_12376263 ] Hernan Cunico commented on GERONIMO-1883: - I am working on a structure for the Geronimo v1.1 documentation update. This structure is in confluence, here is the

[jira] Resolved: (GERONIMO-1392) update additional samples redirect in geronimo website

2006-04-25 Thread Hernan Cunico (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1392?page=all ] Hernan Cunico resolved GERONIMO-1392: - Resolution: Fixed update additional samples redirect in geronimo website

[jira] Commented: (GERONIMO-1883) Make sure all documentation is clearly marked as G 1.0 or G 1.1

2006-04-25 Thread Aaron Mulder (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1883?page=comments#action_12376265 ] Aaron Mulder commented on GERONIMO-1883: First of all, I think the plan for 1.1 is a mistake. Since every deployment plan must change, I think we should copy

Re: openwire-cpp question

2006-04-25 Thread Hiram Chirino
Hi, Just post your patch as an attachment to a new issuse here: http://issues.apache.org/activemq/browse/AMQ Thanks! Hiram On 4/25/06, Dhawan, Vikram (LNG-DAY) [EMAIL PROTECTED] wrote: Hey Hiram, I made some updates to the STOMP C implementation, which will let it build on Solaris Sun

[jira] Commented: (GERONIMO-1884) Samples not installed properly in G1.1 - several issues

2006-04-25 Thread Aaron Mulder (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1884?page=comments#action_12376268 ] Aaron Mulder commented on GERONIMO-1884: We need geronimo-plugin.xml files for all the examples (including, for example, the LDAP example). Then they'll show up

Trunk build failure: Case-sensitive issue

2006-04-25 Thread Kuketayev, Argyn \(Contractor\)
I got this when building from the trunk: ear:ear: ear:generate-ear-descriptor: [echo] Generating L:\work\geronimo\geronimo\applications\console-ear/target/ application.xml [echo] Building EAR geronimo-console-1.2-SNAPSHOT with appxml L:\work\geron

[jira] Resolved: (GERONIMO-1910) NoSuchFieldError on deployment

2006-04-25 Thread Aaron Mulder (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1910?page=all ] Aaron Mulder resolved GERONIMO-1910: Resolution: Cannot Reproduce Assign To: Aaron Mulder I cna't reproduce this. A NoSuchFieldError indicates pretty clearly to me that you

Re: Implementing Global JNDI

2006-04-25 Thread Manu George
Hi, I have a question regarding one of the objects present in the current application local JNDI Context. What is the HandleDelegate entry for? Thanks Manu

Re: Implementing Global JNDI

2006-04-25 Thread Guillaume Nodet
I would be glad to help writing / testing this feature. Is the code available somewhere ? I also just have one question: when I was looking at how to use Geronimo JNDI implementation, i faced the problem that to access one of the proxy in the JNDI tree, Geronimo requires the main interface name

Re: Implementing Global JNDI

2006-04-25 Thread Guillaume Nodet
I would be glad to help writing / testing this feature. Is the code available somewhere ? I also just have one question: when I was looking at how to use Geronimo JNDI implementation, i faced the problem that to access one of the proxy in the JNDI tree, Geronimo requires the main interface name

Re: Verbiage: Change configuration to module?

2006-04-25 Thread Jason Dillon
There will always be maven "modules", more so as we move to m2 which actually refers to sub-projects as modules.  No reason why we can't reuse that term to describe g-specifics.Once we've finished the initial m2 conversion, the modules directory is likely to go away in favor of more descriptive

[jira] Created: (GERONIMO-1911) HTTPS algorithm=Default is not preserved after the server is started

2006-04-25 Thread Donald Woods (JIRA)
HTTPS algorithm=Default is not preserved after the server is started Key: GERONIMO-1911 URL: http://issues.apache.org/jira/browse/GERONIMO-1911 Project: Geronimo Type: Bug Security: public

[jira] Commented: (GERONIMO-1883) Make sure all documentation is clearly marked as G 1.0 or G 1.1

2006-04-25 Thread Hernan Cunico (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1883?page=comments#action_12376280 ] Hernan Cunico commented on GERONIMO-1883: - Not everything in the documentation is depending on the deployment plans. I think we should focus first on creating a

[jira] Commented: (SM-372) HTTPS support for the servicemix-http component

2006-04-25 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/activemq/browse/SM-372?page=comments#action_36072 ] Guillaume Nodet commented on SM-372: Author: gnodet Date: Tue Apr 25 08:52:01 2006 New Revision: 396901 URL: http://svn.apache.org/viewcvs?rev=396901view=rev Log: SM-372:

[jira] Updated: (GERONIMO-1911) HTTPS algorithm=Default is not preserved after the server is started

2006-04-25 Thread Donald Woods (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1911?page=all ] Donald Woods updated GERONIMO-1911: --- Attachment: Geronimo-1911.patch Created patch against 1.1 branch for modules/tomcat/src/java/org/apache/geronimo/tomcat/HttpsConnectorGBean.java

RE: CMS supports bytes messages

2006-04-25 Thread Mittler, Nathan
Hey Hiram, It's surprising that OS X doesn't support recursive locks - I thought they were a standard part of pthreads. Even more surprising is when you try to lock twice from the same thread, it deadlocks itself :) I am in total agreement about sprinkling #ifdefs around the code - it's ugly and

[jira] Assigned: (GERONIMO-1860) Tests of optional ConfigID components

2006-04-25 Thread Matt Hogstrom (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1860?page=all ] Matt Hogstrom reassigned GERONIMO-1860: --- Assign To: Paul McMahan Tests of optional ConfigID components - Key: GERONIMO-1860

[jira] Assigned: (GERONIMO-1889) Changing pooling parameters for connector does not persist to config.xml

2006-04-25 Thread Matt Hogstrom (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1889?page=all ] Matt Hogstrom reassigned GERONIMO-1889: --- Assign To: Paul McMahan Changing pooling parameters for connector does not persist to config.xml

[jira] Assigned: (GERONIMO-1491) ActiveMQ plan uses hardcoded obsolete org/apache/geronimo/ActiveMQ module name

2006-04-25 Thread Matt Hogstrom (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1491?page=all ] Matt Hogstrom reassigned GERONIMO-1491: --- Assign To: Aaron Mulder Is this issue resolved per your comit last night Aaron? ActiveMQ plan uses hardcoded obsolete

Geronimio v1.1 documentation

2006-04-25 Thread Hernan Cunico
Hi All, I'm working on the v1.1 documentation. I initially thought that it would be better to structure this documentation as an update to the existing 1.0, this is mainly focusing on the What's new for XYZ topics. There are some comments about this on GERONIMO-1883 I think we should

Re: CMS supports bytes messages

2006-04-25 Thread Hiram Chirino
On 4/25/06, Mittler, Nathan [EMAIL PROTECTED] wrote: Hey Hiram, It's surprising that OS X doesn't support recursive locks - I thought they were a standard part of pthreads. Even more surprising is when you try to lock twice from the same thread, it deadlocks itself :) Sorry I was not more

[jira] Created: (GERONIMO-1912) Small typos on installer CORBA Configuration panel

2006-04-25 Thread Rick McGuire (JIRA)
Small typos on installer CORBA Configuration panel -- Key: GERONIMO-1912 URL: http://issues.apache.org/jira/browse/GERONIMO-1912 Project: Geronimo Type: Bug Security: public (Regular issues) Components:

[jira] Commented: (GERONIMO-1904) Precompile JSPs for all apps by default

2006-04-25 Thread Prasad Kashyap (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1904?page=comments#action_12376294 ] Prasad Kashyap commented on GERONIMO-1904: -- Though the JIRA title talks about precompiling all apps by default, the apps that need their JSPs precompiled should

Openwire C Client.

2006-04-25 Thread srodrigues
I am fairly new to Unix based dev. so pardon me if I ask obvious questions. I am using ActiveMQ 3.1, but could upgrade it if required. We required a C Client for Unix Sun Solaris and I could not get correct documentation. I started at this location: http://stomp.codehaus.org/libstomp+Examples

[jira] Assigned: (GERONIMO-1417) [daytrader] daytrader/docs/tradeFAQ.html out of date

2006-04-25 Thread Matt Hogstrom (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1417?page=all ] Matt Hogstrom reassigned GERONIMO-1417: --- Assign To: Matt Hogstrom [daytrader] daytrader/docs/tradeFAQ.html out of date

[jira] Closed: (GERONIMO-1417) [daytrader] daytrader/docs/tradeFAQ.html out of date

2006-04-25 Thread Matt Hogstrom (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1417?page=all ] Matt Hogstrom closed GERONIMO-1417: --- Resolution: Fixed All FAQS and documentaiton have been updated in DayTrader 1.1. [daytrader] daytrader/docs/tradeFAQ.html out of date

[jira] Created: (GERONIMO-1913) Exception data presented when using installer to install Tomcat configurations

2006-04-25 Thread Rick McGuire (JIRA)
Exception data presented when using installer to install Tomcat configurations -- Key: GERONIMO-1913 URL: http://issues.apache.org/jira/browse/GERONIMO-1913 Project: Geronimo Type: Bug

[jira] Assigned: (GERONIMO-1893) Corba failures on startup

2006-04-25 Thread Matt Hogstrom (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1893?page=all ] Matt Hogstrom reassigned GERONIMO-1893: --- Assign To: Dain Sundstrom Corba failures on startup - Key: GERONIMO-1893 URL:

[jira] Commented: (GERONIMO-1860) Tests of optional ConfigID components

2006-04-25 Thread Aaron Mulder (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1860?page=comments#action_12376300 ] Aaron Mulder commented on GERONIMO-1860: I was just thinking... We're going to need a number of simple sample apps for this. I think we should check them all in

[jira] Commented: (GERONIMO-1508) 1.1 won't accept plans with 1.0 configIds in references, parents, imports, etc.

2006-04-25 Thread Matt Hogstrom (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1508?page=comments#action_12376302 ] Matt Hogstrom commented on GERONIMO-1508: - David, is this complete ? 1.1 won't accept plans with 1.0 configIds in references, parents, imports, etc.

[jira] Updated: (GERONIMO-1915) Geronimo server built by installer will not start

2006-04-25 Thread Rick McGuire (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1915?page=all ] Rick McGuire updated GERONIMO-1915: --- Attachment: G-installer.xml This is the installer generated script showing the options selected for building this server. Geronimo server built by

[jira] Created: (AMQ-693) STOMP C client ready for Sun Workshop 6 and above on Solaris

2006-04-25 Thread vik dhawan (JIRA)
STOMP C client ready for Sun Workshop 6 and above on Solaris Key: AMQ-693 URL: https://issues.apache.org/activemq/browse/AMQ-693 Project: ActiveMQ Type: Improvement Components: JMS client

RE: Openwire C Client.

2006-04-25 Thread Dhawan, Vikram \(LNG-DAY\)
Sunil, I posted the src code for C client on JIRA you can get to it from this link. http://issues.apache.org/activemq/browse/AMQ-693 For this you need to install APR on your solaris server if you don't already have apr on the box. You can get apr from http://apr.apache.org/. Good luck. Vik

[jira] Closed: (GERONIMO-1903) Add Spring to default class ignore list

2006-04-25 Thread Jeff Genender (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1903?page=all ] Jeff Genender closed GERONIMO-1903: --- Resolution: Fixed Added filters for spring and antlr (since this affects hibernate too) Sendingconfigs/jetty-deployer/src/plan/plan.xml

Re: trunk Build failure - can't download a lot of files

2006-04-25 Thread Argyn
-Original Message- From: David Blevins [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 25, 2006 8:37 AM To: dev@geronimo.apache.org Subject: Re: trunk Build failure - can't download a lot of files Something is preventing you from connecting to the public maven repositories and

Re: Apache Geronimo Principles Goals

2006-04-25 Thread Hiram Chirino
wow. nice post. +1 on all counts. On 4/23/06, Aaron Mulder [EMAIL PROTECTED] wrote: All, Here's a little something I've been assembling to help as we move past certification and look for what's next. I'd like to post this (or something like it) to the web site, ideally for the 1.1 release

[jira] Closed: (GERONIMO-1655) Daytrader MDBs do not start properly

2006-04-25 Thread Matt Hogstrom (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1655?page=all ] Matt Hogstrom closed GERONIMO-1655: --- Resolution: Fixed Currently DayTrader 1.1 starts successfully on 1.1 with no issues. Daytrader MDBs do not start properly

[jira] Updated: (GERONIMO-1802) Console breakage in 1.1 branch

2006-04-25 Thread Paul McMahan (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1802?page=all ] Paul McMahan updated GERONIMO-1802: --- Attachment: webserver-listeners.patch Attaching patch to fix the network listeners portlet in the Web Server item. This addresses the problem

[jira] Updated: (GERONIMO-1410) Configuration geronimo/jetty/1.0-SNAPSHOT/car defines Spring Framework - Hibernate based Web-app do not work

2006-04-25 Thread Matt Hogstrom (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1410?page=all ] Matt Hogstrom updated GERONIMO-1410: Fix Version: 1.2 (was: 1.1) I don't think this will make it into 1.2. Also, there is related JIRA (1772). I am closing 1772

[jira] Closed: (GERONIMO-1772) Application class loader should not see server classes

2006-04-25 Thread Matt Hogstrom (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1772?page=all ] Matt Hogstrom closed GERONIMO-1772: --- Resolution: Duplicate Closing as this is a duplicate request of 1410. I have moved 1410 to 1.2. Application class loader should not see server

[jira] Closed: (DAYTRADER-3) Precompile JSPs

2006-04-25 Thread Matt Hogstrom (JIRA)
[ http://issues.apache.org/jira/browse/DAYTRADER-3?page=all ] Matt Hogstrom closed DAYTRADER-3: - Resolution: Fixed Applied and tested. Thanks Prasad ! Sendingtrunk/modules/web/pom.xml Sending

[jira] Created: (GERONIMO-1916) Handle Delegate references can't be loaded without OpenEJB present

2006-04-25 Thread Joe Bohn (JIRA)
Handle Delegate references can't be loaded without OpenEJB present -- Key: GERONIMO-1916 URL: http://issues.apache.org/jira/browse/GERONIMO-1916 Project: Geronimo Type: Bug Security: public (Regular

[jira] Updated: (GERONIMO-1802) Console breakage in 1.1 branch

2006-04-25 Thread Paul McMahan (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1802?page=all ] Paul McMahan updated GERONIMO-1802: --- Attachment: dbinfo.patch attaching patch for DB Info portlet (dbinfo.patch) Console breakage in 1.1 branch --

[jira] Commented: (GERONIMO-1916) Handle Delegate references can't be loaded without OpenEJB present

2006-04-25 Thread David Jencks (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-1916?page=comments#action_12376349 ] David Jencks commented on GERONIMO-1916: this was fixed in trunk in rev 371145. Not sure of the openejb rev. Handle Delegate references can't be loaded without