couldn't download the ode-1.3.4

2011-03-15 Thread Jeff Yu
Hi all, Not sure if it is just my own issue, or it is the server problem, but I just simply couldn't download the apache-ode-war-1.3.4.zip, I've tried a lot of mirror sites, seems all of them went to 404. any thoughts? Regards Jeff -- Cheers, Jeff Yu blog: http://jeff.familyy

Re: ODE roadmap

2011-03-15 Thread Jeff Yu
Hi Tammo, I am ok with it. Regards Jeff On Wed, Mar 16, 2011 at 12:23 AM, Tammo van Lessen wrote: > Hi guys, > > sorry for the delay. Getting a working internet connection took longer > than expected, also the move is not yet fully survived ;) > > To give more notice, I propose to schedule the

Re: ODE roadmap

2011-03-15 Thread Milinda Pathirage
Hi Tammo, I am ok with proposed time. Thanks Milinda On Tue, Mar 15, 2011 at 7:49 PM, Tammo van Lessen wrote: > Hi, > > yes, I know, but since we're that spread across time zones, it is > difficult to find a date that is convenient for everybody. > > An alternative could be 14:00 or 14:00 UTC.

Re: ODE roadmap

2011-03-15 Thread Tammo van Lessen
Hi, yes, I know, but since we're that spread across time zones, it is difficult to find a date that is convenient for everybody. An alternative could be 14:00 or 14:00 UTC. Please find a doodle poll at http://www.doodle.com/6cse53fh9cs2z8c8 Best, Tammo On 15.03.2011 14:50, Gary Brown wrote:

Re: ODE roadmap

2011-03-15 Thread Gary Brown
Should be ok for me - but no earlier in the day :) Regards Gary On Tue, Mar 15, 2011 at 1:42 PM, Bob Brodt wrote: > Wow...that's 1:00 AM on a Tuesday morning for me... > I think I'll wait for the movie ;) > > ___ > Robert ("Bob") Brodt > Senior Software Engine

Re: ODE roadmap

2011-03-15 Thread Bob Brodt
Wow...that's 1:00 AM on a Tuesday morning for me... I think I'll wait for the movie ;) ___ Robert ("Bob") Brodt Senior Software Engineer, JBoss Riftsaw JBoss by Red Hat - Original Message - > Hi guys, > > sorry for the delay. Getting a working internet

Re: ODE roadmap

2011-03-15 Thread Tammo van Lessen
Hi guys, sorry for the delay. Getting a working internet connection took longer than expected, also the move is not yet fully survived ;) To give more notice, I propose to schedule the call for next Tuesday, March 22, 7:00 UTC. An intermediary agenda can be found at https://docs.google.com/prese

Re: Searching for a method

2011-03-15 Thread Tammo van Lessen
Hi Mariem, please look for org.apache.ode.axis2.SoapExternalService in the axis2 module and org.apache.ode.runtime.INVOKE in the bpel-runtime module. HTH, Tammo On 15.03.2011 10:36, Mariem Mlouka wrote: > Hello, > > I am looking for the class that contains the method that invokes the > web se

Re: Correct way to build Apache ODE

2011-03-15 Thread Tammo van Lessen
Hi Sajith, buildr clean cleans up your working copy, basically removes the target directories. buildr package compiles and packages all artifacts buildr install invokes buildr package first and then "installs" all artifacts to your local maven repository. Regarding your segmentation fault: I re

Re: ODE 1.3.5 - Eclipse compilation issue - (import com.sun.mirror cannot be resolved)

2011-03-15 Thread Tammo van Lessen
Hi Sajith, actually, if you tell Eclipse to use the JDK and not the JRE, everything should work fine. If I'm not mistaken, the metadata generated by buildr eclipse is using eclipse-relative paths. Manually adding tools.jar as suggested by Jeff should help nevertheless. HTH, Tammo On 13.03.201

Searching for a method

2011-03-15 Thread Mariem Mlouka
Hello, I am looking for the class that contains the method that invokes the web services in Apache. I have to modify it to be able to invoke whether web services or Ejb. Is it possible?? Thanks in advance.