You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by Vidas Simkus <vi...@simkus.org> on 2004/11/12 01:44:20 UTC

Village dependency

In reference to this:
http://db.apache.org/torque/dependencies.html

It states that Torque requires '2.0-dev-20030825', yet there's no 
reference to that particular version anywhere on the Village site.  I 
checked out the latest version for their CVS...and the build.xml has 
'2.0-dev' as the version property.  Is this the correct version of 
Village to use?

Thanks

-- 
My favorite animal is steak.
-Fran Lebowitz


---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org


Re: Village dependency

Posted by Vidas Simkus <vi...@simkus.org>.
<snip>

> I've been using village-2.0-dev-20030825 (shipping with either torque 
> 3.1 and torque-gen 3.1, I think) for months without problem on a given 
> project, until I encountered a problem handling Peer objects of a 
> table containing a 'Blob'.
> I thought the problem was because my RDBMS is not officialy supported 
> (FrontBase), but actually, the point was that this version of village 
> didn't support 'NULL' Blobs.
> I got the latest version from the CVS, did a slight patch in 
> com.workingdogs.village.Value and everything runs fine now.
>
> So I would say that as long as the '2.0-dev-20030825' is just somehow 
> a 'stable dev' release, you shoudn't have problem with a later '2.0-dev'.
> Yet, I haven't used my modified version to re-generated my OM (that 
> is, using Ant and the build.xml) since.
>
> Regards

<snip>

Thanks guys.
I'm in the process of reading Torque's documentation (i.e. the source) 
and wanted to make sure that I'm looking that the right version(s).

Thanks again.

-- 
My favorite animal is steak.
-Fran Lebowitz


---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org


Re: Village dependency

Posted by Richard Bayet <ba...@enseirb.fr>.
Vidas Simkus wrote:
> In reference to this:
> http://db.apache.org/torque/dependencies.html
> 
> It states that Torque requires '2.0-dev-20030825', yet there's no 
> reference to that particular version anywhere on the Village site.  I 
> checked out the latest version for their CVS...and the build.xml has 
> '2.0-dev' as the version property.  Is this the correct version of 
> Village to use?
> 
> Thanks
> 
I've been using village-2.0-dev-20030825 (shipping with either torque 
3.1 and torque-gen 3.1, I think) for months without problem on a given 
project, until I encountered a problem handling Peer objects of a table 
containing a 'Blob'.
I thought the problem was because my RDBMS is not officialy supported 
(FrontBase), but actually, the point was that this version of village 
didn't support 'NULL' Blobs.
I got the latest version from the CVS, did a slight patch in 
com.workingdogs.village.Value and everything runs fine now.

So I would say that as long as the '2.0-dev-20030825' is just somehow a 
'stable dev' release, you shoudn't have problem with a later '2.0-dev'.
Yet, I haven't used my modified version to re-generated my OM (that is, 
using Ant and the build.xml) since.

Regards

---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org


Re: Village dependency

Posted by Carl Ludewig <ca...@cjsoftware.net>.
I believe that village was originally written by Jon Stevens, but I'm 
not sure of his current email address.

Carl

On Nov 14, 2004, at 11:59 AM, Henning P. Schmiedehausen wrote:

> Vidas Simkus <vi...@simkus.org> writes:
>
>> In reference to this:
>> http://db.apache.org/torque/dependencies.html
>
>> It states that Torque requires '2.0-dev-20030825', yet there's no
>> reference to that particular version anywhere on the Village site.  I
>> checked out the latest version for their CVS...and the build.xml has
>> '2.0-dev' as the version property.  Is this the correct version of
>> Village to use?
>
>
> Ok folks, I will teel you the whole and dirty truth... :-)
>
> I tried to get the Village code donated to the ASF by whichever.com
> who developed the code. However, as far as I can see, this this will
> not happen.
>
> However, the code _is_ released under BSD license. So it will be
> possible to simply fork off it. While I consider it impolite without
> an explicit permission from the original author, I see no other chance
> to keep the base of Torque stable and add the various bug fixes that
> are floating around applied _and_ get a release from this.
>
> While many people (including the authors) do consider Village "ready"
> and there is no work going on on the Village code, there are some
> issues with database specific stuff (like the Oracle patches).
>
> This cannot happen under an ASF umbrella (so I don't expect to get
> org.apache.village which I really would have prefered) but it might
> happen under another name. In fact, I do have the village code base
> reorganized and building with maven right here; I cleaned up some of
> the PMD and findbugs issues (just minor stuff) and added a few unit
> tests with hsqldb (taking the TestMySQL class apart) here at the
> ApacheCon Hackathlon.
>
> I will just dump a source tarball at my home page @ apache as soon as
> I get a better network connection here at Apachecon.
>
> As Torque is probably the biggest generic Village user, we can discuss
> work on @ torque-dev. Feel free to send me patches to Village that you
> would like to see applied (diff -u please and a short description).
>
> 	Regards
> 		Henning
>
> -- 
> Dipl.-Inf. (Univ.) Henning P. Schmiedehausen          INTERMETA GmbH
> hps@intermeta.de        +49 9131 50 654 0   http://www.intermeta.de/
>
> RedHat Certified Engineer -- Jakarta Turbine Development  -- hero for 
> hire
>    Linux, Java, perl, Solaris -- Consulting, Training, Development
>
> What is more important to you...
>    [ ] Product Security
> or [ ] Quality of Sales and Marketing Support
>               -- actual question from a Microsoft customer survey
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
> For additional commands, e-mail: torque-dev-help@db.apache.org
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org


Re: Village dependency

Posted by "Henning P. Schmiedehausen" <hp...@intermeta.de>.
Vidas Simkus <vi...@simkus.org> writes:

>In reference to this:
>http://db.apache.org/torque/dependencies.html

>It states that Torque requires '2.0-dev-20030825', yet there's no 
>reference to that particular version anywhere on the Village site.  I 
>checked out the latest version for their CVS...and the build.xml has 
>'2.0-dev' as the version property.  Is this the correct version of 
>Village to use?


Ok folks, I will teel you the whole and dirty truth... :-)

I tried to get the Village code donated to the ASF by whichever.com
who developed the code. However, as far as I can see, this this will
not happen.

However, the code _is_ released under BSD license. So it will be
possible to simply fork off it. While I consider it impolite without
an explicit permission from the original author, I see no other chance
to keep the base of Torque stable and add the various bug fixes that
are floating around applied _and_ get a release from this.

While many people (including the authors) do consider Village "ready"
and there is no work going on on the Village code, there are some
issues with database specific stuff (like the Oracle patches).

This cannot happen under an ASF umbrella (so I don't expect to get
org.apache.village which I really would have prefered) but it might
happen under another name. In fact, I do have the village code base
reorganized and building with maven right here; I cleaned up some of
the PMD and findbugs issues (just minor stuff) and added a few unit
tests with hsqldb (taking the TestMySQL class apart) here at the
ApacheCon Hackathlon.

I will just dump a source tarball at my home page @ apache as soon as
I get a better network connection here at Apachecon.

As Torque is probably the biggest generic Village user, we can discuss
work on @ torque-dev. Feel free to send me patches to Village that you
would like to see applied (diff -u please and a short description).

	Regards
		Henning

-- 
Dipl.-Inf. (Univ.) Henning P. Schmiedehausen          INTERMETA GmbH
hps@intermeta.de        +49 9131 50 654 0   http://www.intermeta.de/

RedHat Certified Engineer -- Jakarta Turbine Development  -- hero for hire
   Linux, Java, perl, Solaris -- Consulting, Training, Development

What is more important to you...
   [ ] Product Security
or [ ] Quality of Sales and Marketing Support
              -- actual question from a Microsoft customer survey

---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org


Re: Village dependency

Posted by Thomas Fischer <Fi...@seitenbau.net>.




Hi,

it seems that village is not developed any more, so the current version
from their CVS is fine.
The correct jar can also be found in the binary distribution of torque.

     Thomas

Vidas Simkus <vi...@simkus.org> schrieb am 12.11.2004 01:44:20:

> In reference to this:
> http://db.apache.org/torque/dependencies.html
>
> It states that Torque requires '2.0-dev-20030825', yet there's no
> reference to that particular version anywhere on the Village site.  I
> checked out the latest version for their CVS...and the build.xml has
> '2.0-dev' as the version property.  Is this the correct version of
> Village to use?
>
> Thanks
>
> --
> My favorite animal is steak.
> -Fran Lebowitz
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
> For additional commands, e-mail: torque-dev-help@db.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org