Re: Confluence admin rights for Apache ODE space

2010-06-11 Thread Guillaume Nodet
Sending to dev@ as this does not really have to be private. Here is the template: IIRC, the macro renderPage need to be changed. I'll try to fix it with the one from another template and reexport the space on monday (ping me if I forget). ## #macro (renderPage $title) #set($

Hudson build is still unstable: ODE-trunk-jdk6 #284

2010-06-11 Thread Apache Hudson Server
See

Hudson build is still unstable: ODE-trunk #293

2010-06-11 Thread Apache Hudson Server
See

Hudson build is unstable: ODE-1.3.4.X-maven2 #62

2010-06-11 Thread Apache Hudson Server
See

Hudson build is back to normal : ODE-1.3.4.X-m aven2 » ODE :: Axis2 Based Web Application #62

2010-06-11 Thread Apache Hudson Server
See

Hudson build is still unstable: ODE-1 .3.4.X-maven2 » ODE :: BPEL Tests #62

2010-06-11 Thread Apache Hudson Server
See

Re: ODE trunk build

2010-06-11 Thread Milinda Pathirage
Hi Rafal, I forgot to mention, this issue comes when creating InstanceManagementService at line 176 of ODEAxisService.java. Code snippet: AxisService axisService = serviceBuilder.populateService(); I'll debug Axis2 and let you know. Thanks Milinda On Fri, Jun 11, 2010 at 5:47 PM, Rafal Rusin

Re: ODE trunk build

2010-06-11 Thread Rafal Rusin
I didn't get this. Could you file this bug with reproduction steps (attached process)? On Fri, Jun 11, 2010 at 2:02 PM, Milinda Pathirage < milinda.pathir...@gmail.com> wrote: > When I tested WAR package with Axis2 1.5, I got following error. > > 15:53:41,667 ERROR [WSDL11ToAxisServiceBuilder] Th

Re: ODE trunk build

2010-06-11 Thread Milinda Pathirage
When I tested WAR package with Axis2 1.5, I got following error. 15:53:41,667 ERROR [WSDL11ToAxisServiceBuilder] The prefix ns11 is not bound. java.lang.IllegalStateException: The prefix ns11 is not bound. at org.apache.ws.commons.schema.SchemaBuilder.getRefQName(SchemaBuilder.java:593) at org.apa

Re: ODE trunk build

2010-06-11 Thread Rafal Rusin
Right. I applied axis2 upgrade to trunk and tested it only on buildr test cases. Maven2 build was skipped in this case. On Fri, Jun 11, 2010 at 9:38 AM, Milinda Pathirage < milinda.pathir...@gmail.com> wrote: > Hi Rafal, > > I think WAR packaging was broken because of Axis2 version change. In 1.3

Re: Changing roadmap for JPA refactoring

2010-06-11 Thread Rafal Rusin
OK, guys. I'm with you for JPA 1.0 and 2.0 support (+1). +1 also for small migration SQL scripts from dao-hib. Something to include here in future: https://cwiki.apache.org/confluence/display/ODExSITE/Upgrading+ODE On Fri, Jun 11, 2010 at 6:19 AM, Milinda Pathirage < milinda.pathir...@gmail.com> w

Re: ODE trunk build

2010-06-11 Thread Milinda Pathirage
Hi Rafal, I think WAR packaging was broken because of Axis2 version change. In 1.3.4 release, Axis2 version is 1.3. But in the trunk Axis2 version is 1.5. There were some changes to module names and some of the axis2-transport implementations are not there in Axis2 from version 1.5. That's why tho