Re: building an internal Maven repo for archive purposes?

2008-02-04 Thread toby cabot
On Tue, Jan 29, 2008 at 05:16:37PM -0500, Donald Woods wrote: > > maven-proxy > Mirror of all required maven repos > http:///maven-proxy/repository > * > I just noticed something odd. There's a "repository" directory in the Geronimo source tree (at least the 2.0.

Re: building an internal Maven repo for archive purposes?

2008-01-31 Thread toby cabot
Thanks Donald, Your (and Iain's) tip about settings.xml was on the money - it appears that it's the only way to get Maven to *not* pull things from repo1.maven.org. It's a shame that it's a user-level setting as I'd like to be able to track some projects (such as the Geronimo trunk) online, and k

Re: deploy vs redeploy

2008-01-30 Thread toby cabot
On Wed, Jan 30, 2008 at 02:53:36AM -0800, MarcoLaponder wrote: > In my autmatated build script is use the deploer jar to deploy my EAR, but as > I am not aware if my ear is already loaded I would like to a deploy if it > not present or a redeploy if it is already present. What is the best way to >

Re: building an internal Maven repo for archive purposes?

2008-01-29 Thread toby cabot
On Tue, Jan 29, 2008 at 08:13:08AM +, iain starks wrote: > I expect you want to look in settings.xml which can be in a number of > places but yours is likely in ${MAVEN_HOME}/conf Thanks Iain, that's a good tip. I have such a file but it's all comments and no file in the $MAVEN_HOME tree con

building an internal Maven repo for archive purposes?

2008-01-28 Thread toby cabot
Hi Folks, I've been told that it's a "best practice" to build a Maven repo on the corporate intranet and use that for building copies of Geronimo that I might want to build months (or years) from now. Seems reasonable, so I'm trying, but it's a challenge to get Maven to use my internal repo and n

Re: "Browse Space" wiki link broken?

2006-10-27 Thread toby cabot
Hi Hernan, Thanks for the info, server migrations are always challenging. The link is http://cwiki.apache.org/confluence/pages/listpages.action?key=geronimo but it's no big deal, I'll try again on Monday. Thanks, Toby

"Browse Space" wiki link broken?

2006-10-27 Thread toby cabot
Hi Folks, I'm getting back into Geronimo after a long absence (which means that 1.0 is working well for us) so I'm coming up to speed with the many changes, including infrastructure. When I try to follow the "Browse Space" link on the wiki I get: > HTTP Status 404 - /confluence/pages/listpages.a

Re: stress test performance issue

2006-07-14 Thread toby cabot
On Fri, Jul 14, 2006 at 01:01:11PM +0200, [EMAIL PROTECTED] wrote: > I was thinking that could be a possibility. Is there any way of confirming > this ? You could try running under a profiler, but those tend to be pretty intrusive so I'd start by playing around with the command-line params that af

does 1.1 support manifest classpath entries?

2006-05-30 Thread toby cabot
Hi Folks, I'm fooling around with a 1.1 build and trying to get my little "hello, world" application to deploy and run. It mostly does (much thanks to the plan conversion utility) but one feature doesn't seem to work as it used to. My EAR has (among other stuff) a webapp in a war, and a jar with

Re: User Feedback Request -- this means you!

2006-04-05 Thread toby cabot
Hi David! On Tue, Mar 28, 2006 at 12:00:35PM -0800, David Blevins wrote: > So this is the first of what I think should be a quarterly event. > Geronimo is ultimately your project and we committers are but your > humble servants. To serve you best, we need some critical high level > feedbac

Re: jetty transport-guarantee behavior?

2006-01-31 Thread toby cabot
Hi David, On Mon, Jan 30, 2006 at 03:35:52PM -0800, David Jencks wrote: > On the other hand I couldn't convince myself that the spec required > a redirect. I agree - sending a 403 appears to be spec-compliant. Sending a redirect also appears to meet the spec and is way more user- and developer-f

jetty transport-guarantee behavior?

2006-01-30 Thread toby cabot
Hi Folks, I've got an application that I'm running over HTTPS and I'd like to make it so that users can't connect to it over plain old HTTP. I think that the web.xml user-data-constraint/transport-guarantee element is what I'm after but I have a question about its behavior. When I set it to CONFI

Re: list-targets command

2005-12-05 Thread toby cabot
Thanks Aaron and David, I've modified o.a.g.client.builder.AppClientModuleBuilder and o.a.g.deployment.Deployer to accept multiple ConfigurationStore references, so now Geronimo will run with two ConfigurationStores specified in system-plan.xml. As you guys expected, you can pass a Target to the

Re: list-targets command

2005-12-02 Thread toby cabot
On Mon, Nov 21, 2005 at 02:24:48PM -0500, Aaron Mulder wrote: > You could in theory have multiple config-stores, for example one > read-only containing some core modules that are never supposed to > change and one read-write for new deployments. However we haven't > tested that adequately and I'm

Re: packaging a custom LoginModule?

2005-12-01 Thread toby cabot
> You should be able to construct a jar including your class, and get it > into the application classloader using a > toby/jars/cabot-security-1.0.jar > element. I think I actually tested something like this when I added > support for it :-) Thanks! That's the ticket. Works great.

packaging a custom LoginModule?

2005-11-29 Thread toby cabot
Hi Folks, I need to authenticate users of a webapp running in Geronimo, but the creds come from a proprietary XML format file. My first thought was to write a quick hack in my webapp, but then I thought that I'd try it the J2EE way. So I started poking around in the guts of Geronimo's security c

Re: Instructions on building geronimo from svn?

2005-11-26 Thread toby cabot
On Sat, Nov 26, 2005 at 09:26:36AM -0500, Brian Bonner wrote: > I'm not exactly sure which modules I should be checking out and > building. If someone could point me to a page describing this it > would be great. Two pages on the wiki should help you get started. http://wiki.apache.org/geronimo/G

Re: The state of Geronimo

2005-10-20 Thread toby cabot
On Wed, Oct 19, 2005 at 03:23:28PM -0700, [EMAIL PROTECTED] wrote: > Why use Geronimo? That's the $64,000 question. At this point Geronimo is more "raw" than its commercial and open-source alternatives, so part of deciding to use Geronimo is being willing to deal with a few cuts and bruises. Pret

Re: Security app--demo app in source tree

2005-10-13 Thread toby cabot
On Thu, Oct 13, 2005 at 12:24:09PM -0700, [EMAIL PROTECTED] wrote: > ok, I'm looking at the demo app. I can find the user > name passwords, etc. So I've got it up and running on > localhost, but I always get the error page. > > I'm sure this is a simple error, or something I > haven't come across

Re: Security app

2005-10-12 Thread toby cabot
On Wed, Oct 12, 2005 at 02:41:35PM -0700, [EMAIL PROTECTED] wrote: > I'm looking into building a simple application that > implements the security features of Geronimo that can > later be built upon. You'll probably want to take a look at the demo application in the applications/demo directory of

Re: proposal for new site

2005-06-08 Thread toby cabot
> Ok. Will do that. Want to keep helping? :) Sure!

Re: proposal for new site

2005-06-08 Thread toby cabot
> We've been talking about new site content for a while, so I threw > together a quick, simple site that uses velocity and simple xml-based > documents for content. Looks much better than the old site! Based on discussion on the -user list in February I submitted bug 575 which was an attempt to s

Re: When can we expect geronimo 1.0?

2005-05-17 Thread toby cabot
On Tue, May 17, 2005 at 10:58:32AM -0400, Geir Magnusson Jr. wrote: > > On May 12, 2005, at 6:25 PM, toby cabot wrote: > > >On Thu, May 12, 2005 at 05:24:55PM -0400, Geir Magnusson Jr. wrote: > > > >>You are right. Our website is awful. THanks for volunteerin

Re: When can we expect geronimo 1.0?

2005-05-12 Thread toby cabot
On Thu, May 12, 2005 at 05:24:55PM -0400, Geir Magnusson Jr. wrote: > You are right. Our website is awful. THanks for volunteering! :) The more the merrier, but please base your work on http://issues.apache.org/jira/browse/GERONIMO-575 so we don't re-do the same things. Cheers, Toby

Re: Nightly builds?

2005-04-19 Thread toby cabot
There was another discussion about the stale website a few weeks back. There's a refresh to the web site in the Jira queue: http://issues.apache.org/jira/browse/GERONIMO-575

Re: deploying minimal web app

2005-04-01 Thread toby cabot
On Thu, Mar 31, 2005 at 02:46:32PM -0800, Scott Anderson wrote: > Deployment failed > Server reports: No deployer present in kernel I use the "distribute" command to deploy my application and get this error if there's an instance of Geronimo running when I run the deployer. Not sure whether it

Re: ANN: Geronimo 1.0-M3 Release

2005-02-09 Thread toby cabot
Bruce, Geronimo Team, "What we've got here, is a failure to communicate." There's a difference between "progress" and "the appearance of progess" and both are important. There's a *lot* of progress happening, and you guys are justifiably proud of that progress, but the message that you're gettin

Re: JavaWorld Article and Certification Claims

2004-12-14 Thread toby cabot
Jboss is licensed under the LGPL, and the LGPL is an OSI certified license[1] as well as a Free Software license[2]. So while the term "open source" means different things to different people I'd claim that Jboss is "open source" using a very common definition of the term. regards, Toby P.S. Doe

Re: geronimo/jetty https?

2004-10-09 Thread toby cabot
Thanks Jeremy! I'm making good progress with your help. I've started a wiki page with my notes so far: http://wiki.apache.org/geronimo/JettySSL Regards, Toby

geronimo/jetty https?

2004-10-05 Thread toby cabot
Hi folks, I'd like to experiment with running Geronimo/Jetty with https. I can't find much info on the wiki or google, so here I am with hat in hand asking if anyone has some pointers. For example, does Geronimo come up with https enabled already? If not where should I start to look? Thanks, T

Re: Geronimo JNDI properties

2004-08-27 Thread toby cabot
On Wed, Aug 25, 2004 at 11:13:45AM +0200, Jacek Laskowski wrote: > Just saw the thread, and I'm concerned with the system properties and > the JNDI factories. Would you send me an example that proves it? Hi Jacek, Thanks for the help. Here's the story: If I set up a simple EJB (like the ones u

Re: Geronimo JNDI properties

2004-08-19 Thread toby cabot
On Wed, Aug 18, 2004 at 11:40:43PM +0530, Sai Arunachalam wrote: > Exception in thread "main" javax.naming.NoInitialContextException: > Cannot instantiate class: > org.openejb.client.RemoteInitialContextFactory [Root exception is > java.lang.ClassNotFoundException: > org.openejb.client.RemoteInitia

Re: Geronimo JNDI properties

2004-08-18 Thread toby cabot
On Wed, Aug 18, 2004 at 07:32:59PM +0530, Sai Arunachalam wrote: > Hi, > I am trying to run a stateless session HelloWorld example that > comes with MasteringEJB2 (it is meant for WebLogic 6.1) on Geronimo. My understanding is that at the moment OpenEJB uses its own JNDI provider so you can g

Re: Is geronimo compatible with resource adapters deployed in weblogic

2004-08-12 Thread toby cabot
On Thu, Aug 12, 2004 at 01:50:41PM +0530, Sai Arunachalam wrote: > Not sure. > I've found that this isn't needed - geronimo will load the values from the ra.xml config-property elements without needing an entry in geronimo-ra.xml, at least for resource adapters so it should work for connectio