how much runtime over head for hot redeployment

2010-01-26 Thread Dapeng
i place a unpacked application /images/ at [geronimo-home]/deploy/ contains several gb data(jpg, png), this folder will be actively updated via ftp (to drop in more images) is it the correct way to deploy the app?

OSGi features on Admin Console

2010-01-26 Thread chi runhua
Hi all, With the progress of OSGi implementation for G3.0, I think we can start thinking about which features we will provide to users via Admin Console. IMHO, there would be 2 options to present the new features: 1. Use an independent section for OSGi part and keep Java EE parts as is. 2.

Re: rfc66 update

2010-01-26 Thread Delos
Thanks for your reply! I still have a concern about lazy activated bundle in current implementation. In BundleTrackerCustomizer, a lazy activated bundle will be deployed twice(deployed-undeployed-deployed), because of the state transition of the bundle. To avoid this, I suggest to create a

Re: how much runtime over head for hot redeployment

2010-01-26 Thread chi runhua
Looks like you are using a super huge WAR with DB access. You might want to paste your deployment plan here for analysis. However, we'd like to recommend you to use Admin Console or deploy command for application deployment instead of hot-deploy. Refer to [1] for more options for deploying

Re: how much runtime over head for hot redeployment

2010-01-26 Thread Ivan
I would suggest to use in place deployment style, for the deploy directory, it is used for hot-deploy, which means once the folder is changed, a redeploy will be triggered. 2010/1/26 chi runhua chirun...@gmail.com Looks like you are using a super huge WAR with DB access. You might want to

Re: failover demo in sandbox

2010-01-26 Thread David Blevins
On Jan 21, 2010, at 8:21 PM, David Blevins wrote: On Jan 21, 2010, at 7:49 PM, David Blevins wrote: On Jan 20, 2010, at 12:15 AM, Kevan Miller wrote: 3) Geronimo currently requires multicast for the failover scenario. This is great. However, we should also offer unicast- based support,

Re: OSGi features on Admin Console

2010-01-26 Thread Juergen Weber
Hi, people who'd use Geronimo as a JEE application server (the vast majority, as I see it) might not want to be bothered by OSGI dialogues. So, I'd vote for 3. hide all OSGI features from the console until the user explicitely wants to see them by [x] show OSGI features Juergen RunHua Chi

Re: [VOTE]- Geronimo Samples 2.2

2010-01-26 Thread Delos
Hope PMC members can take a look at this.Thanks! 2010/1/25 Delos dait...@gmail.com Hi All, Forrest and I work together and prepared a release candidate of Geronimo Samples 2.2 for your review and vote. This is the second independent release of samples for Geronimo. Besides some bug

Re: [VOTE]- Geronimo Eclipse Plugins 2.2 - RC3 (3rd try)

2010-01-26 Thread Delos
Hope PMC members can take a look at this.Thanks! 2010/1/25 Delos dait...@gmail.com Hi everyone, Please review and vote on the release of the Geronimo Eclipse Plugin 2.2 * RC3*. Compared to RC2, RC3 contains source code packages, checksum and signature files for you to review. You can

Re: Web Annotation and web fragment support in Geronimo 3.0

2010-01-26 Thread David Jencks
On Jan 25, 2010, at 9:15 PM, Jarek Gawor wrote: IMHO, I don't think we should worry about the JAXB conversion now unless there is no other way to fix the given problem. It might help things in long long term but right now I think it is important to get things running first. I especially don't

Re: rfc66 update

2010-01-26 Thread Jarek Gawor
Delos, Why do you think a lazy bundle will be deployed twice? I did not test the code with lazy bundles so It's possible I missed something but I think the code is right. Once lazy activated WAB is detected, it will be tracked by the BundleTracker (by returning non-null value in addingBundle()).

Anyone else seeing these startup errors?

2010-01-26 Thread David Jencks
I've been seeing errors like this the first time I start any server containing transaction-1_6. If I try again the server starts OK. .. 2010-01-24 13:58:29,038 INFO [DependencyManager] did not find geronimo-plugin.xml for bundle org.apache.geronimo.modules.geronimo- connector-1_6 [81]

[jira] Updated: (GERONIMO-4858) Geronimo 2.2 doesn't add correct connector attributes to server.xml

2010-01-26 Thread David Jencks (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4858?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Jencks updated GERONIMO-4858: --- Component/s: (was: connector) Tomcat categorize correclty. Connector

Re: Where to find the Geronimo -ApacheDS plugin?

2010-01-26 Thread frapien
Hi David, i tried, but two jars are missing in the referenced repos. Any hints= Thnak Frank Missing: -- 1) org.apache.directory.daemon:daemon-bootstrappers:jar:1.1.2-SNAPSHOT Try downloading the file manually from the project website. Then, install it using the command: mvn

Re: Where to find the Geronimo -ApacheDS plugin?

2010-01-26 Thread David Jencks
Are you trying to update the geronimo plugin? It may not build any more as-is, since apache directory has advanced considerably since then. I would update the apacheds versions to their latest release and geronimo versions to 2.2 and try again. This should eliminate any missing snapshot

Re: G3.0 Plan and Status

2010-01-26 Thread chi runhua
And I think it's time to create a Wiki space for G3.0. Can anyone with the administrator privilege help with this request? Jeff C On Sat, Jan 23, 2010 at 11:34 PM, Jack Cai greensi...@gmail.com wrote: That's cool, Gurkan. I've added your name there. -Jack On Fri, Jan 22, 2010 at 3:48 PM,

[jira] Closed: (GERONIMO-4844) There is an error after undeploy the application and deploy the application again when configure WADI clustering,

2010-01-26 Thread David Jencks (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4844?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Jencks closed GERONIMO-4844. -- Resolution: Fixed Fix Version/s: 3.0 2.2.1 I had to stop using

Re: Anyone else seeing these startup errors?

2010-01-26 Thread chi runhua
I just built rev.903101 in trunk and started the server successfully. Didn't spot the warning you encountered... I can see everything is fine except the INFO like not find geronimo-plugin.xml for bundle blablaba. Hope this info helps. Jeff C On Wed, Jan 27, 2010 at 2:25 AM, David

Re: Anyone else seeing these startup errors?

2010-01-26 Thread Jarek Gawor
I see this type of exceptions too. Not sure what's going on. Jarek On Tue, Jan 26, 2010 at 1:25 PM, David Jencks david_jen...@yahoo.com wrote: I've been seeing errors like this the first time I start any server containing transaction-1_6.  If I try again the server starts OK. .. 2010-01-24

Re: Apply for editor access of geronimo docs

2010-01-26 Thread chi runhua
Could anyone with the administrator privilege help with this request? I am sure that the community welcomes all kinds of contribution and will need more for the coming G3.0~~! ^_^ Jeff On Tue, Nov 17, 2009 at 5:20 PM, chi runhua chirun...@gmail.com wrote: Could someone grant the access

Request for editor access of Geronimo doc

2010-01-26 Thread Di Hu
Hello, This is Di Hu. I've signed ICLA and my name is in Apache contributor list http://people.apache.org/~jim/committers.html. Could you please ask the admin of Geronimo doc to grant me *editor access to Geronimo doc*. Thank you! Di(Carol) Hu

Fwd: Request for editor access of Geronimo doc

2010-01-26 Thread Di Hu
Hello, My user name on Geronimo Wiki is: *carol h* I would like to use this account to edit Geronimo doc. Thank you! -- Forwarded message -- From: Di Hu zjuh...@gmail.com Date: Wed, Jan 27, 2010 at 1:09 PM Subject: Request for editor access of Geronimo doc To:

[jira] Closed: (GERONIMO-4895) Application items are not removed from config.xml on farm members after farm undeploy applications from master node

2010-01-26 Thread Ashish Jain (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4895?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashish Jain closed GERONIMO-4895. - Resolution: Fixed Assignee: Ashish Jain Fixed in GERONIMO-4844. Application items are

[jira] Closed: (GERONIMO-4951) Monitoring Geronimo

2010-01-26 Thread Ashish Jain (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4951?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashish Jain closed GERONIMO-4951. - Resolution: Fixed Closing as this feature is already available in g 2.1. Monitoring

Re: OSGi features on Admin Console

2010-01-26 Thread Delos
Since G 3.0 adopts OSGI framework, it's reasonable for user to know the bundle information if need. But for some users, they still want to only get the JEE module information, instead of OSGI bundle information. So I prefer 1. Use an independent section for OSGi part and keep Java EE parts as