Re: Dealing with maven transitive dependencies

2010-03-17 Thread Frédéric JECKER
Thanks for the advices, I followed Henrique's technique and checked all the frameworks to clean up their poms. I'm now done with the 42 frameworks, everything runs fine, tomorrow I will recycle an unused mini and turn it to an hudson build server. Finally the mavenization process didn't took me

Re: Dealing with maven transitive dependencies

2010-03-17 Thread Frédéric JECKER
Hi Henrique Thanks for the hint, dependency:analyze is exactly what I was looking for ! Regards Fred Le 17 mars 2010 à 17:48, Henrique Prange a écrit : > Hi Frédéric, > > You can use the Maven dependency plug-in to analyze your pom and check which > dependencies are required but not declared

Re: Dealing with maven transitive dependencies

2010-03-17 Thread Lachlan Deck
On 18/03/2010, at 3:48 AM, Henrique Prange wrote: > Hi Frédéric, > > You can use the Maven dependency plug-in to analyze your pom and check which > dependencies are required but not declared. Just run the following command: > > mvn clean dependency:analyze > > Cheers, > > Henrique > > On 17/

Re: http://maven.wocommunity.org

2010-03-17 Thread Lachlan Deck
On 18/03/2010, at 1:05 AM, Frédéric JECKER wrote: > I'm aware of this good practice but i'm actually pushing maven in our > organization. > I'm "mavenizing" a 10yo application (42 frameworks, and a lot of "satellite" > apps) before setting up automatic builds and deployment. Ah, good luck. I've

Re: Checking if an EC is a child editing context

2010-03-17 Thread Mike Schrag
there's only one time i've ever needed to know and that was to do something sketchy (which is in wonder -- "we're sketchy so you don't have to be") ms On Mar 17, 2010, at 4:54 PM, Miguel Arroz wrote: > Hi! > > That did the trick, thanks! > > (Strange as there's no isChild() method in EOEC..

Re: Checking if an EC is a child editing context

2010-03-17 Thread Miguel Arroz
Hi! That did the trick, thanks! (Strange as there's no isChild() method in EOEC... maybe we can add one to ERXEC) Yours Miguel Arroz On 2010/03/17, at 19:25, David LeBer wrote: > > On 2010-03-17, at 3:12 PM, Miguel Arroz wrote: > >> Hi! >> >> How can I check if some EC is a child EC

Re: Checking if an EC is a child editing context

2010-03-17 Thread David LeBer
On 2010-03-17, at 3:12 PM, Miguel Arroz wrote: > Hi! > > How can I check if some EC is a child EC in a reliable way? > > Yours I think this should work: (myEc.parentObjectStore() instanceof EOEditingContext) ;david -- David LeBer Codeferous Software 'co-def-er-ous' adj. Literally

Checking if an EC is a child editing context

2010-03-17 Thread Miguel Arroz
Hi! How can I check if some EC is a child EC in a reliable way? Yours Miguel Arroz smime.p7s Description: S/MIME cryptographic signature ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobje

Re: Browser handling a URL having .123. in the breadcrumb trail as a Lotus file

2010-03-17 Thread Chuck Hill
Hi Patrick, On Mar 17, 2010, at 10:30 AM, Patrick Middleton wrote: Anybody else seen this before? I'm supporting WO451 on MacOSX 10.4.11 with Apache 1.3.41. A sample URL generated is http:///cgi-bin/WebObjects///wo/ s3VxGNjQd5pK3HI1TuI1TEs8h2j/5.0.1.8.1.3.23.3.3.123.1.1 Packet burglary

Browser handling a URL having .123. in the breadcrumb trail as a Lotus file

2010-03-17 Thread Patrick Middleton
Anybody else seen this before? I'm supporting WO451 on MacOSX 10.4.11 with Apache 1.3.41. A sample URL generated is http:///cgi-bin/WebObjects///wo/ s3VxGNjQd5pK3HI1TuI1TEs8h2j/5.0.1.8.1.3.23.3.3.123.1.1 Packet burglary with tcpflow on port 80 and on the woapp's port shows that the insta

Re: Asynchronous HTTP Downloads

2010-03-17 Thread Mike Schrag
I would put this in a "doesn't really make sense" pile for a couple reasons: why are you making the process async if you're just going to block till it's done? you really don't want to block in your direct action or you're going to timeout your connection (assuming these downloads can be really

Re: Asynchronous HTTP Downloads

2010-03-17 Thread Hendrik Holtmann
Hi Mike, thanks for the hint. Thats works well. However during implementation/conception I ran into another problem. I want to start the asynchronous downloads from a DirectAction-Method and as soon as the Async-Downloads are all completed the same DirectAction-Method shall return data (aggreg

Re: Dealing with maven transitive dependencies

2010-03-17 Thread Henrique Prange
Hi Frédéric, You can use the Maven dependency plug-in to analyze your pom and check which dependencies are required but not declared. Just run the following command: mvn clean dependency:analyze Cheers, Henrique On 17/03/10 13:30, Frédéric JECKER wrote: Hi, Sorry for the little off-topic

Dealing with maven transitive dependencies

2010-03-17 Thread Frédéric JECKER
Hi, Sorry for the little off-topic post, but maybe if I'm lucky, someone on the list already solved the problem. So I'm mavenizing a huge app with a lot of frameworks. Some of them are core frameworks other frameworks rely on. i.e : Framework A depends on commons-lang Framework B depends on Fra

Re: http://maven.wocommunity.org

2010-03-17 Thread Frédéric JECKER
Hi, I'm aware of this good practice but i'm actually pushing maven in our organization. I'm "mavenizing" a 10yo application (42 frameworks, and a lot of "satellite" apps) before setting up automatic builds and deployment. By the way, thank to all the commiters for the awesome job they're doing o

Re: http://maven.wocommunity.org

2010-03-17 Thread Henrique Prange
Hi Frédéric, The WOCommunity repository is back. I'm really sorry for the inconvenience. As Lachlan said, I'm planning to move the repository to a more stable server. Anyway, it is always a good practice to have your own repository manager proxying the repositories you require, including the

Re: Asynchronous HTTP Downloads

2010-03-17 Thread Anjo Krank
Am 17.03.2010 um 12:44 schrieb Mike Schrag: > screw wohttpconnection ... Seconded. Cheers, Anjo ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Upda

Re: http://maven.wocommunity.org

2010-03-17 Thread Frédéric JECKER
Hi, I accidentally screwed up my local repo this morning and I tried to build the plugins manually. Maybe I was wrong but the mvn clean install from the woproject directory did nothing, and it seems that there are some version errors between the master pom and the sub project pom (the master p

Re: Asynchronous HTTP Downloads

2010-03-17 Thread Mike Schrag
screw wohttpconnection ... use Apache HTTPClient. as far as async vs sync, just run it in thread / executorservice On Mar 17, 2010, at 7:33 AM, Hendrik Holtmann wrote: > Hi, > > I have to download data from external sources in my WebObjects-Application. > As the download required several reque

Asynchronous HTTP Downloads

2010-03-17 Thread Hendrik Holtmann
Hi, I have to download data from external sources in my WebObjects-Application. As the download required several requests from different sources I would like to do this in an asynchronous manner. I looked into WOHTTPConnection and WORequest. I can implement the download using these classes, but