JDK 1.3
by Steve Ebersole
JDK 1.3 has now begun its EOL process at Sun with the release of JDK 6.
Thus it is time to start (finally) thinking about dropping backwards
compatibility to JDK 1.3 and assuming JDK 1.4 or higher.
The question being whether we want to hold this off for the next major
release, or just do it.
18 years
RE: [hibernate-dev] hibernate-announce
by Steve Ebersole
I kept it simply because I am sure there are folks who do not want to
subscribe to the dev list but want notifications of releases. If there
is another way to do that, then fine (without relying on SF
capabilities).
-----Original Message-----
From: hibernate-dev-bounces(a)lists.jboss.org
[mailto:hibernate-dev-bounces@lists.jboss.org] On Behalf Of Emmanuel
Bernard
Sent: Wednesday, January 24, 2007 1:31 PM
To: hibernate
Subject: [hibernate-dev] hibernate-announce
Apparently, there is an hibernate-announce mailing list whose traffic is
approx 1 mail per month. I wasn't aware of it so I never pushed any
info, neither Max. As a matter of fact, only Steve uses it. Should we
keep it?
I'd rather see a script reusing the first post of every Announce we do
on Administrative News <http://forum.hibernate.org/viewforum.php?f=2>
_______________________________________________
hibernate-dev mailing list
hibernate-dev(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev
18 years
RE: [hibernate-dev] sybase
by Steve Ebersole
Also what is the exact Sybase product and version you are using?
-----Original Message-----
From: Aleksandar Kostadinov [mailto:akostadinov@jboss.org]
Sent: Wednesday, January 24, 2007 9:21 AM
To: Steve Ebersole
Cc: hibernate-dev(a)lists.jboss.org
Subject: Re: [hibernate-dev] sybase
Are you going to do something about sybase or leave it at least for now?
Thanks,
Aleksandar
---------------------------------------------
I cleaned up database again and ran the following command:
./build.sh
-Djar.driver=/opt/jdbc-drivers/jConnect-6_0/classes/jconn3.jar
-Dhibernate.test.validatefailureexpected=true junitreport
The testsuite locked on these testsuites:
org.hibernate.test.connections.SuppliedConnectionTest
org.hibernate.test.connections.ThreadLocalCurrentSessionTest
hibernate.properties contains:
hibernate.dialect org.hibernate.dialect.SybaseDialect
hibernate.connection.driver_class com.sybase.jdbc3.jdbc.SybDriver
hibernate.connection.username <user>
hibernate.connection.password <pass>
hibernate.connection.url jdbc:sybase:Tds:dev01:4100/<db>
btw. there were many failing tests
Aleksandar Kostadinov wrote:
> In the new year I could do more investigations about that. For now I
> can only tell there are more than one.
>
> Steve Ebersole wrote:
>
>>I do not have a local Sybase install against which to test. However,
>>that would not surprise me. Can you tell me the tests during which it
>>locks up?
>>
>>-----Original Message-----
>>From: Aleksandar Kostadinov [mailto:akostadinov@jboss.org]
>>Sent: Friday, December 22, 2006 1:13 PM
>>To: Steve Ebersole
>>Cc: hibernate-dev(a)lists.jboss.org
>>Subject: Re: [hibernate-dev] sybase
>>
>>Using either 6.05 or 5.5 results in locks.
>>Are you able to run the testsuite against sybase at all?
>>
>>Aleksandar Kostadinov wrote:
>>
>>
>>
>>>Should I use the latest jconnect6.05 for sybase tests?
>>>
>>>Thanks,
>>>Aleksandar
>>>_______________________________________________
>>>hibernate-dev mailing list
>>>hibernate-dev(a)lists.jboss.org
>>>https://lists.jboss.org/mailman/listinfo/hibernate-dev
>>>
>>>
>>>
>>>
>>
>>
>>
>-----------------------------------------------------------------------
-
>
>_______________________________________________
>hibernate-dev mailing list
>hibernate-dev(a)lists.jboss.org
>https://lists.jboss.org/mailman/listinfo/hibernate-dev
>
>
18 years
hibernate-announce
by Emmanuel Bernard
Apparently, there is an hibernate-announce mailing list whose traffic is
approx 1 mail per month. I wasn't aware of it so I never pushed any
info, neither Max. As a matter of fact, only Steve uses it. Should we
keep it?
I'd rather see a script reusing the first post of every Announce we do
on Administrative News <http://forum.hibernate.org/viewforum.php?f=2>
18 years
RE: [hibernate-dev] sybase
by Steve Ebersole
Which specific test methods in the two tests you mention fail with
locking issues?
-----Original Message-----
From: Aleksandar Kostadinov [mailto:akostadinov@jboss.org]
Sent: Wednesday, January 24, 2007 9:21 AM
To: Steve Ebersole
Cc: hibernate-dev(a)lists.jboss.org
Subject: Re: [hibernate-dev] sybase
Are you going to do something about sybase or leave it at least for now?
Thanks,
Aleksandar
---------------------------------------------
I cleaned up database again and ran the following command:
./build.sh
-Djar.driver=/opt/jdbc-drivers/jConnect-6_0/classes/jconn3.jar
-Dhibernate.test.validatefailureexpected=true junitreport
The testsuite locked on these testsuites:
org.hibernate.test.connections.SuppliedConnectionTest
org.hibernate.test.connections.ThreadLocalCurrentSessionTest
hibernate.properties contains:
hibernate.dialect org.hibernate.dialect.SybaseDialect
hibernate.connection.driver_class com.sybase.jdbc3.jdbc.SybDriver
hibernate.connection.username <user>
hibernate.connection.password <pass>
hibernate.connection.url jdbc:sybase:Tds:dev01:4100/<db>
btw. there were many failing tests
Aleksandar Kostadinov wrote:
> In the new year I could do more investigations about that. For now I
> can only tell there are more than one.
>
> Steve Ebersole wrote:
>
>>I do not have a local Sybase install against which to test. However,
>>that would not surprise me. Can you tell me the tests during which it
>>locks up?
>>
>>-----Original Message-----
>>From: Aleksandar Kostadinov [mailto:akostadinov@jboss.org]
>>Sent: Friday, December 22, 2006 1:13 PM
>>To: Steve Ebersole
>>Cc: hibernate-dev(a)lists.jboss.org
>>Subject: Re: [hibernate-dev] sybase
>>
>>Using either 6.05 or 5.5 results in locks.
>>Are you able to run the testsuite against sybase at all?
>>
>>Aleksandar Kostadinov wrote:
>>
>>
>>
>>>Should I use the latest jconnect6.05 for sybase tests?
>>>
>>>Thanks,
>>>Aleksandar
>>>_______________________________________________
>>>hibernate-dev mailing list
>>>hibernate-dev(a)lists.jboss.org
>>>https://lists.jboss.org/mailman/listinfo/hibernate-dev
>>>
>>>
>>>
>>>
>>
>>
>>
>-----------------------------------------------------------------------
-
>
>_______________________________________________
>hibernate-dev mailing list
>hibernate-dev(a)lists.jboss.org
>https://lists.jboss.org/mailman/listinfo/hibernate-dev
>
>
18 years