You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ojb-user@db.apache.org by Brian McCallister <mc...@forthillcompany.com> on 2004/09/10 14:30:26 UTC

OJB 1.0.1

The OJB team would like to announce the release of the OJB 1.0.1. This 
is primarily a bug fix release with a couple performance improvements 
and the addition of one service api element.

Full release notes: http://db.apache.org/ojb/release-notes.txt

Binary and source downloads: 
http://www.apache.org/dyn/closer.cgi/db/ojb/db-ojb-1.0.1/

-OJB Team



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


Re: OJB 1.0.1

Posted by Brian McCallister <mc...@forthillcompany.com>.
Nope, this was exactly the right place, thank you!

-Brian

On Sep 10, 2004, at 10:25 AM, David Durham wrote:

> Brian McCallister wrote:
>
>> The OJB team would like to announce the release of the OJB 1.0.1. This
>> is primarily a bug fix release with a couple performance improvements
>> and the addition of one service api element.
>>
>> Full release notes: http://db.apache.org/ojb/release-notes.txt
>>
>> Binary and source downloads:
>> http://www.apache.org/dyn/closer.cgi/db/ojb/db-ojb-1.0.1/
>>
>> -OJB Team
>
> The torque-build.xml file contains:
>
>    <property name="torque.jar" value="torque-3.0.1.jar"/>
>
> But OJB is still shipped with torque-3.0.2
>
> It still works because at the bottom of the torque-classpath is:
>
>          <include name="**/*.jar"/>
>
>
> Anyway, is this something to report to the torque list?
>
>
> - Dave
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: ojb-user-unsubscribe@db.apache.org
> For additional commands, e-mail: ojb-user-help@db.apache.org
>
>



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


Re: OJB 1.0.1

Posted by David Durham <da...@scott.af.mil>.
Brian McCallister wrote:

> The OJB team would like to announce the release of the OJB 1.0.1. This
> is primarily a bug fix release with a couple performance improvements
> and the addition of one service api element.
>
> Full release notes: http://db.apache.org/ojb/release-notes.txt
>
> Binary and source downloads:
> http://www.apache.org/dyn/closer.cgi/db/ojb/db-ojb-1.0.1/
>
> -OJB Team

The torque-build.xml file contains:

    <property name="torque.jar" value="torque-3.0.1.jar"/>

But OJB is still shipped with torque-3.0.2

It still works because at the bottom of the torque-classpath is:

          <include name="**/*.jar"/>


Anyway, is this something to report to the torque list?


- Dave

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


Re: Build problem with OJB1.0.1 / JDK 1.3

Posted by Brian McCallister <mc...@forthillcompany.com>.
On Sep 15, 2004, at 5:12 AM, Thomas Dudziak wrote:
> (my guess is that OJB 1.0.1 simply wasn't tested on JDK 1.3 prior to 
> releasing it).

I didn't, and I released. Will move discussion to -dev about how to 
best fix. May be that we should stick with SCSL j2ee 1.3 jars for a 
while longer =( Ick.

-Brian



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


Re: Build problem with OJB1.0.1 / JDK 1.3

Posted by Thomas Dudziak <to...@first.fhg.de>.
lasse.lambrecht@allianz.de wrote:

> I tried to build the jars with JDK1.3 (1.3.1_12) which failed with the 
> following error
>
> BUILD FAILED
> D:\build\db-ojb-1.0.1\build.xml:421: Following error occured while 
> executing this line
> D:\build\db-ojb-1.0.1\build.xml:78: 
> java.lang.UnsupportedClassVersionError: javax/transaction/Transaction 
> (Unsupported major.minor version 48.0)
>
> after replacing the geronimo-spec-Files 
> (geronimo-spec-j2ee-1.4-rc2.jar sounds suspicious) with the old 
> j2ee.jar from former builds the build was successful again. Is JDK 1.3 
> no longer supported or am I just the only one who tried it with 1.3?
>

Though not officially mentioned anywhere within Geronimo, I think that - 
being an J2EE 1.4 implementation - it depends on J2SE 1.4. So you're 
right, using the Geronimo jars won't work with JDK 1.3, but rather one 
has to use the jars from J2EE 1.2/1.3. Other than that, AFAIK JDK 1.3 is 
supported and there are no plans otherwise (my guess is that OJB 1.0.1 
simply wasn't tested on JDK 1.3 prior to releasing it).

Tom


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


Re: Build problem with OJB1.0.1 / JDK 1.3

Posted by Thomas Dudziak <to...@first.fhg.de>.
Brian McCallister wrote:

> You are correct, it is the j2ee 1.4 jar which breaks it. Sorry about 
> that. We should include docs about building with earlier j2ee versions!

I've already added a note in the release notes of the stable branch, but 
a passus in the deployment doc wouldn't hurt, I guess :-)

Tom


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


Re: Build problem with OJB1.0.1 / JDK 1.3

Posted by Brian McCallister <mc...@forthillcompany.com>.
You are correct, it is the j2ee 1.4 jar which breaks it. Sorry about 
that. We should include docs about building with earlier j2ee versions!

We switched to the geronimo-spec jars to remove the build time 
annoyance of having to go get the jars from Sun.

-Brian

On Sep 15, 2004, at 4:59 AM, lasse.lambrecht@allianz.de wrote:

> Hi,
>
>  I tried to build the jars with JDK1.3 (1.3.1_12) which failed with 
> the following error
>
>  BUILD FAILED
>  D:\build\db-ojb-1.0.1\build.xml:421: Following error occured while 
> executing this line
>  D:\build\db-ojb-1.0.1\build.xml:78: 
> java.lang.UnsupportedClassVersionError: javax/transaction/Transaction 
> (Unsupported major.minor version 48.0)
>
>  after replacing the geronimo-spec-Files 
> (geronimo-spec-j2ee-1.4-rc2.jar sounds suspicious) with the old 
> j2ee.jar from former builds the build was successful again. Is JDK 1.3 
> no longer supported or am I just the only one who tried it with 1.3?
>
>  Regards
>  Lasse
>  ___
>
>  > Lasse Lambrecht
>  > Allianz Lebensversicherungs-AG
>  > IS-LF1 K6, Produktdatenbank
>  > +49 711 663 5412 # 1021-5412
>
>
> <image.tiff>Brian McCallister <mc...@forthillcompany.com>
>
>
>
>
> Brian McCallister <mc...@forthillcompany.com>
>
> 10/09/04 14:30
>
> Bitte antworten an
>  "OJB Users List" <oj...@db.apache.org>
>
> <image.tiff>
>
> An
> <image.tiff>
> OJB Users List <oj...@db.apache.org>
>
> <image.tiff>
>
> Kopie
> <image.tiff>
>
>
> <image.tiff>
>
> Thema
> <image.tiff>
> OJB 1.0.1
>
> <image.tiff><image.tiff>
> The OJB team would like to announce the release of the OJB 1.0.1. This
>  is primarily a bug fix release with a couple performance improvements
>  and the addition of one service api element.
>
>  Full release notes: http://db.apache.org/ojb/release-notes.txt
>
>  Binary and source downloads:
> http://www.apache.org/dyn/closer.cgi/db/ojb/db-ojb-1.0.1/
>
>  -OJB Team
>
>
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: ojb-user-unsubscribe@db.apache.org
>  For additional commands, e-mail: ojb-user-help@db.apache.org
>
>
>



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


Build problem with OJB1.0.1 / JDK 1.3

Posted by la...@allianz.de.




Hi,

I tried to build the jars with JDK1.3 (1.3.1_12) which failed with
the following error

BUILD FAILED
D:\build\db-ojb-1.0.1\build.xml:421: Following error occured while
executing this line
D:\build\db-ojb-1.0.1\build.xml:78:
java.lang.UnsupportedClassVersionError: javax/transaction/Transaction
(Unsupported major.minor version 48.0)

after replacing the geronimo-spec-Files
(geronimo-spec-j2ee-1.4-rc2.jar sounds suspicious) with the old
j2ee.jar from former builds the build was successful again. Is JDK
1.3 no longer supported or am I just the only one who tried it with
1.3?

Regards
Lasse
___

>  Lasse Lambrecht
>  Allianz Lebensversicherungs-AG
>  IS-LF1 K6, Produktdatenbank
>  +49 711 663 5412  #  1021-5412




                                                                     
             Brian                                                   
             McCallister                                             
             <mccallister@fo                                      An 
             rthillcompany.c          OJB Users List                 
             om>                      <oj...@db.apache.org>       
                                                               Kopie 
             10/09/04 14:30                                          
                                                               Thema 
                                      OJB 1.0.1                      
             Bitte antworten                                         
                   an                                                
               "OJB Users                                            
                  List"                                              
             <ojb-user@db.ap                                         
                ache.org>                                            
                                                                     
                                                                     




The OJB team would like to announce the release of the OJB 1.0.1.
This
is primarily a bug fix release with a couple performance improvements

and the addition of one service api element.

Full release notes: http://db.apache.org/ojb/release-notes.txt

Binary and source downloads:
http://www.apache.org/dyn/closer.cgi/db/ojb/db-ojb-1.0.1/

-OJB Team



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