You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ojb-dev@db.apache.org by Jakob Braeuchi <jb...@gmx.ch> on 2003/12/10 22:15:16 UTC

cannot find class DMapImpl_2

hi all,

in reository_internal there's a class definition for 
org.apache.ojb.odmg.collections.DMapImpl_2 but this class is not available ?

jakob


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


Re: cannot find class DMapImpl_2

Posted by Jakob Braeuchi <jb...@gmx.ch>.
thank you and good night

jakob

Armin Waibel wrote:

> oh sorry my fault, I started locally writing such a
> class. Should be fixed now.
> 
> servilely,
> Armin
> 
> Jakob Braeuchi wrote:
> 
>> hi all,
>>
>> in reository_internal there's a class definition for 
>> org.apache.ojb.odmg.collections.DMapImpl_2 but this class is not 
>> available ?
>>
>> jakob
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: ojb-dev-unsubscribe@db.apache.org
>> For additional commands, e-mail: ojb-dev-help@db.apache.org
>>
>>
>>
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: ojb-dev-unsubscribe@db.apache.org
> For additional commands, e-mail: ojb-dev-help@db.apache.org
> 
> 


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


Re: [PATCH] Boolean and Redundant Cast Fixes

Posted by "Robert S. Sfeir" <ro...@codepuccino.com>.
Thanks!

I'll check out the code again, and now clean up the system debug calls 
and turn them into cleaned up ifDebugEnabled... calls...  couple of days.

R

Thomas Mahler wrote:

> Hi Robert,
>
> thanks for the patch. It's now applied to CVS.
> I did not apply the changes to the generated OQL parser code.
> won't make much sense to change it as it will be overwritten by the 
> next run of the parser generator...
>
> cheers,
> Thomas
>
> Robert S. Sfeir wrote:
>
>> Would one of the commiters be so kind and check in the patches from 
>> the link below?
>>
>> http://www.codepuccino.com/patches.txt
>>
>> I think this time I did the patching right.  Hopefuly this can make 
>> it in,
>> and I can submit more later.  The file is big because some of the 
>> changes to 2 files required removing
>> an import, which shifted all the lines up.  Sorry if I wasn't 
>> supposed to do that.
>>
>> R
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: ojb-dev-unsubscribe@db.apache.org
> For additional commands, e-mail: ojb-dev-help@db.apache.org



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


Re: [PATCH] Boolean and Redundant Cast Fixes

Posted by Thomas Mahler <th...@web.de>.
Hi Robert,

thanks for the patch. It's now applied to CVS.
I did not apply the changes to the generated OQL parser code.
won't make much sense to change it as it will be overwritten by the next 
run of the parser generator...

cheers,
Thomas

Robert S. Sfeir wrote:
> Would one of the commiters be so kind and check in the patches from the link below?
> 
> http://www.codepuccino.com/patches.txt
> 
> I think this time I did the patching right.  Hopefuly this can make it in,
> and I can submit more later.  The file is big because some of the changes to 2 files required removing
> an import, which shifted all the lines up.  Sorry if I wasn't supposed to do that.
> 
> R



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


[PATCH] Boolean and Redundant Cast Fixes

Posted by "Robert S. Sfeir" <ro...@codepuccino.com>.
Would one of the commiters be so kind and check in the patches from the link below?

http://www.codepuccino.com/patches.txt

I think this time I did the patching right.  Hopefuly this can make it in,
and I can submit more later.  The file is big because some of the changes to 2 files required removing
an import, which shifted all the lines up.  Sorry if I wasn't supposed to do that.

R

Re: cannot find class DMapImpl_2

Posted by Thomas Mahler <th...@web.de>.
Hi Armin,

after doing a CVS sync this morning I get only 2 failures in PB and no 
other failures or errors.

testTimestampLock
Failure
If an object which use optimistic locking was deleted two times, OJB 
should not throw an optimistic locking exception: Object has been 
modified by someone else

and

testJCSPerClassObjectCacheImplementation
Failure
N/A

junit.framework.AssertionFailedError


everything else is fine.

cheers,
Thomas

Armin Waibel wrote:
> Hi Thomas,
> 
> when I run the junit tests against hsql I only get 2 failures (one in 
> PB, one in ODMG, no failures/errors in OTM). What are the 2 additional 
> failures in PB? Same as you list in a previous mail?
> 
> regards,
> Armin
> 
> Thomas Mahler wrote:
> 
>> Hi ARmin,
>>
>> thanks for fixing! Now the Junit results are mucho better:
>> junit-no-compile-no-prepare:
>>     [junit] Running org.apache.ojb.broker.AllTests
>>     [junit] Tests run: 292, Failures: 3, Errors: 0, Time elapsed: 
>> 34,944 sec
>>     [junit] TEST org.apache.ojb.broker.AllTests FAILED
>>     [junit] Running org.apache.ojb.odmg.AllTests
>>     [junit] [BOOT] INFO: OJB.properties: 
>> file:/home/tom/projekte/db-ojb/target/test/ojb/OJB.properties
>>     [junit] [BOOT] INFO: No value for key 'CollectionProxyClass'
>>     [junit] Tests run: 168, Failures: 1, Errors: 0, Time elapsed: 
>> 16,41 sec
>>     [junit] TEST org.apache.ojb.odmg.AllTests FAILED
>>     [junit] Running org.apache.ojb.soda.AllTests
>>     [junit] [BOOT] INFO: OJB.properties: 
>> file:/home/tom/projekte/db-ojb/target/test/ojb/OJB.properties
>>     [junit] [BOOT] INFO: No value for key 'CollectionProxyClass'
>>     [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 8,932 sec
>>     [junit] Running org.apache.ojb.otm.AllTests
>>     [junit] Tests run: 76, Failures: 0, Errors: 2, Time elapsed: 24,48 
>> sec
>>     [junit] TEST org.apache.ojb.otm.AllTests FAILED
>>
>>
>> cheers,
>> Thomas
>>
>>
>> Armin Waibel wrote:
>>
>>> oh sorry my fault, I started locally writing such a
>>> class. Should be fixed now.
>>>
>>> servilely,
>>> Armin
>>>
>>> Jakob Braeuchi wrote:
>>>
>>>> hi all,
>>>>
>>>> in reository_internal there's a class definition for 
>>>> org.apache.ojb.odmg.collections.DMapImpl_2 but this class is not 
>>>> available ?
>>>>
>>>> jakob
>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: ojb-dev-unsubscribe@db.apache.org
>>>> For additional commands, e-mail: ojb-dev-help@db.apache.org
>>>>
>>>>
>>>>
>>>
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: ojb-dev-unsubscribe@db.apache.org
>>> For additional commands, e-mail: ojb-dev-help@db.apache.org
>>>
>>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: ojb-dev-unsubscribe@db.apache.org
>> For additional commands, e-mail: ojb-dev-help@db.apache.org
>>
>>
>>
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: ojb-dev-unsubscribe@db.apache.org
> For additional commands, e-mail: ojb-dev-help@db.apache.org
> 
> 


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


Re: cannot find class DMapImpl_2

Posted by Armin Waibel <ar...@code-au-lait.de>.
Hi Thomas,

when I run the junit tests against hsql I only get 2 failures (one in 
PB, one in ODMG, no failures/errors in OTM). What are the 2 additional 
failures in PB? Same as you list in a previous mail?

regards,
Armin

Thomas Mahler wrote:
> Hi ARmin,
> 
> thanks for fixing! Now the Junit results are mucho better:
> junit-no-compile-no-prepare:
>     [junit] Running org.apache.ojb.broker.AllTests
>     [junit] Tests run: 292, Failures: 3, Errors: 0, Time elapsed: 34,944 
> sec
>     [junit] TEST org.apache.ojb.broker.AllTests FAILED
>     [junit] Running org.apache.ojb.odmg.AllTests
>     [junit] [BOOT] INFO: OJB.properties: 
> file:/home/tom/projekte/db-ojb/target/test/ojb/OJB.properties
>     [junit] [BOOT] INFO: No value for key 'CollectionProxyClass'
>     [junit] Tests run: 168, Failures: 1, Errors: 0, Time elapsed: 16,41 sec
>     [junit] TEST org.apache.ojb.odmg.AllTests FAILED
>     [junit] Running org.apache.ojb.soda.AllTests
>     [junit] [BOOT] INFO: OJB.properties: 
> file:/home/tom/projekte/db-ojb/target/test/ojb/OJB.properties
>     [junit] [BOOT] INFO: No value for key 'CollectionProxyClass'
>     [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 8,932 sec
>     [junit] Running org.apache.ojb.otm.AllTests
>     [junit] Tests run: 76, Failures: 0, Errors: 2, Time elapsed: 24,48 sec
>     [junit] TEST org.apache.ojb.otm.AllTests FAILED
> 
> 
> cheers,
> Thomas
> 
> 
> Armin Waibel wrote:
> 
>> oh sorry my fault, I started locally writing such a
>> class. Should be fixed now.
>>
>> servilely,
>> Armin
>>
>> Jakob Braeuchi wrote:
>>
>>> hi all,
>>>
>>> in reository_internal there's a class definition for 
>>> org.apache.ojb.odmg.collections.DMapImpl_2 but this class is not 
>>> available ?
>>>
>>> jakob
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: ojb-dev-unsubscribe@db.apache.org
>>> For additional commands, e-mail: ojb-dev-help@db.apache.org
>>>
>>>
>>>
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: ojb-dev-unsubscribe@db.apache.org
>> For additional commands, e-mail: ojb-dev-help@db.apache.org
>>
>>
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: ojb-dev-unsubscribe@db.apache.org
> For additional commands, e-mail: ojb-dev-help@db.apache.org
> 
> 
> 



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


Re: cannot find class DMapImpl_2

Posted by Thomas Mahler <th...@web.de>.
Hi ARmin,

thanks for fixing! Now the Junit results are mucho better:
junit-no-compile-no-prepare:
     [junit] Running org.apache.ojb.broker.AllTests
     [junit] Tests run: 292, Failures: 3, Errors: 0, Time elapsed: 
34,944 sec
     [junit] TEST org.apache.ojb.broker.AllTests FAILED
     [junit] Running org.apache.ojb.odmg.AllTests
     [junit] [BOOT] INFO: OJB.properties: 
file:/home/tom/projekte/db-ojb/target/test/ojb/OJB.properties
     [junit] [BOOT] INFO: No value for key 'CollectionProxyClass'
     [junit] Tests run: 168, Failures: 1, Errors: 0, Time elapsed: 16,41 sec
     [junit] TEST org.apache.ojb.odmg.AllTests FAILED
     [junit] Running org.apache.ojb.soda.AllTests
     [junit] [BOOT] INFO: OJB.properties: 
file:/home/tom/projekte/db-ojb/target/test/ojb/OJB.properties
     [junit] [BOOT] INFO: No value for key 'CollectionProxyClass'
     [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 8,932 sec
     [junit] Running org.apache.ojb.otm.AllTests
     [junit] Tests run: 76, Failures: 0, Errors: 2, Time elapsed: 24,48 sec
     [junit] TEST org.apache.ojb.otm.AllTests FAILED


cheers,
Thomas


Armin Waibel wrote:
> oh sorry my fault, I started locally writing such a
> class. Should be fixed now.
> 
> servilely,
> Armin
> 
> Jakob Braeuchi wrote:
> 
>> hi all,
>>
>> in reository_internal there's a class definition for 
>> org.apache.ojb.odmg.collections.DMapImpl_2 but this class is not 
>> available ?
>>
>> jakob
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: ojb-dev-unsubscribe@db.apache.org
>> For additional commands, e-mail: ojb-dev-help@db.apache.org
>>
>>
>>
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: ojb-dev-unsubscribe@db.apache.org
> For additional commands, e-mail: ojb-dev-help@db.apache.org
> 
> 


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


Re: cannot find class DMapImpl_2

Posted by Armin Waibel <ar...@code-au-lait.de>.
oh sorry my fault, I started locally writing such a
class. Should be fixed now.

servilely,
Armin

Jakob Braeuchi wrote:

> hi all,
> 
> in reository_internal there's a class definition for 
> org.apache.ojb.odmg.collections.DMapImpl_2 but this class is not 
> available ?
> 
> jakob
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: ojb-dev-unsubscribe@db.apache.org
> For additional commands, e-mail: ojb-dev-help@db.apache.org
> 
> 
> 



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