Broken link

2005-09-07 Thread Jochen Wiedmann
Try the following: - Visit gump.apache.org - Click on Source - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Error in gump test

2005-09-07 Thread Jochen Wiedmann
Hi, I am attempting to set up gump3, following the instructions on http://wiki.apache.org/gump/Gump3Installation I am using a Fedora Core 4 system, the prerequisites should be installed. Additionally I have created a database gump and initialized it with the

Re: [GUMP] Next JAXME issues

2005-09-01 Thread Jochen Wiedmann
On 9/2/05, Stefan Bodewig [EMAIL PROTECTED] wrote: java.sql.SQLException: Wrong database file version That's strange. According to http://www.devdaily.com/java/jwarehouse/hsqldb/src/org/hsqldb/Trace.shtml this is the hsqldb error code WRONG_DATABASE_FILE_VERSION. And, according to

Re: [GUMP] Next JAXME issues

2005-08-30 Thread Jochen Wiedmann
Stefan Bodewig wrote: Testcase: testDefaults took 0.003 sec Caused an ERROR Failed to resolve resource jaxb.properties via path org.apache.ws.jaxme.test.misc.defaults and ClassLoader [EMAIL PROTECTED] javax.xml.bind.JAXBException: Failed to resolve resource jaxb.properties via path

Re: [GUMP] Details on JaxMe's test failure

2005-08-26 Thread Jochen Wiedmann
On 8/26/05, Stefan Bodewig [EMAIL PROTECTED] wrote: Doesn't look as if it worked, aren't we checking out the correct code? From http://vmgump.apache.org/gump/public/ws-jaxme/ws-jaxme/gump_work/build_ws-jaxme_ws-jaxme.html I quote the following:

Re: [GUMP] Details on JaxMe's test failure

2005-08-24 Thread Jochen Wiedmann
Stefan, thanks for the hint. I have disabled the failing test in the trunk. The problem is generally known and no actual failure, but a question of locking in hsqldb. The problem should be fixed in the short term. In the medium to long term, I have a more important question: Why is it,

Please verify: Updates beaver project descriptor

2004-10-10 Thread Jochen Wiedmann
/ license name=LICENSE/ nag from=Jochen Wiedmann lt;[EMAIL PROTECTED]gt; to=[EMAIL PROTECTED] regexp subject=Build Failure - beaver/ /nag /project /module - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: One step forward: ws-jaxme requires new jar file

2004-10-08 Thread Jochen Wiedmann
Stefan Bodewig wrote: xml-commons? Sorry, of course I meant xml-commons or jakarta-commons. Jochen -- http://lilypie.com/baby1/050423/1/5/1/+1 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: jaxme on gump (cont)

2004-10-08 Thread Jochen Wiedmann
Adam R. B. Jack wrote: No beaver.Make. Do we have a Beaver version issue? Seems so. JaxMe is currently using 0.9.2. We can upgrade the JaxMe version (probably tomorrow) or downgrade the gump version. Which way to go? Jochen -- http://lilypie.com/baby1/050423/1/5/1/+1

Re: jaxme on gump (cont)

2004-10-08 Thread Jochen Wiedmann
Adam R. B. Jack wrote: It is more Gump-like to move forward, but it is your choice. Tell you what, if you point me to a 0.9.2 I can install that for today. Ok, have upgraded to 0.9.3.4. Jochen -- http://lilypie.com/baby1/050423/1/5/1/+1

Re: How to run gump?

2004-10-08 Thread Jochen Wiedmann
Adam R. B. Jack wrote: Redoing this (with the latest SVN trunk) ought tell you if there is an XML error (file/line/char, I believe). Silly me! You are right! Indeed, the workspace.xml file hasn't been well formed. Now for the next: I can now invoke gump. However, it indicates that one of the

Re: One step forward: ws-jaxme requires new jar file

2004-10-07 Thread Jochen Wiedmann
Stefan Bodewig wrote: Hmm, no CVS repo hosting the sources? I have filed a bug report, see http://sourceforge.net/tracker/index.php?func=detailaid=1042208group_id=96950atid=616484 Regards, Jochen -- http://lilypie.com/baby1/050423/1/5/1/+1

Re: One step forward: ws-jaxme requires new jar file

2004-10-07 Thread Jochen Wiedmann
Stefano Mazzocchi wrote: I would suggest we just add the package, then. jaxme is holding up 134 projects, let's not add anymore potentially shaky dependencies for now. May I ask a silly question: How come the number 134? I can hardly imagine, that more than two or three of them are actually

Re: One step forward: ws-jaxme requires new jar file

2004-10-07 Thread Jochen Wiedmann
Stefan Bodewig wrote: dom4j does. jaxen depends on dom4j and an insane amount of projects depend on jaxen. I have just checked. Dom4j is dependent on jaxmeapi.jar. Most probably it depends only on the Java 5 XML classes like XMLConstants, QName, or NamespaceContext. We have long ago suggested,

Re: How to run gump?

2004-10-07 Thread Jochen Wiedmann
Hi, Adam, Yup. Please open up the workspace.xml and edit it to use the full gump profile, not the minimal one (which only includes up to Ant, and is mainly for testing). See the individual had placed it in there, and commented it? Once you get the full profile, that ought include ws-jaxme, so

How to run gump?

2004-10-06 Thread Jochen Wiedmann
Hi, sorry for asking again. My issue is still how to reproduce the ws-jaxme nagging. (See http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]msgNo=8679 ) After some days, I decided to check whether some update in the trunc has cured the original problem. However, I do get the following error

Re: ws-jaxme failure on Gump

2004-10-06 Thread Jochen Wiedmann
Hi, Adam, thanks for looking into this. Your diagnosis is mainly tight: The code generator (chainGenerator) ought to load the class AttributeSG in order to create a derived class. In the past, you had been completely right: The task required the *compiled* class AttributeSG. However, this is no

Re: How to reproduce a gump failure

2004-10-03 Thread Jochen Wiedmann
Hi, Adam, Since it is a class not found, my guess is you might need a new work entry: http://gump.apache.org/metadata/project.html#work I'll keep that in mind, thank you. Anyway, you ought be able to run: python gump.py -w metadata/gump.xml ws-jaxme --debug I tried that, but the

How to reproduce a gump failure

2004-10-01 Thread Jochen Wiedmann
Hi, being nagged by gump (see http://brutus.apache.org/gump/public/ws-jaxme/ws-jaxme/gump_work/build_ws-jaxme_ws-jaxme.html), I'd like to reproduce the problem, because I simply have no idea, why it fails in Gump, but works well without. Looking at the gump homepage, I find a description how to