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 Robert Sfeir <ro...@codepuccino.com> on 2004/06/13 19:32:03 UTC

Jakob missing patch

Hey Jakob.

Thanks for adding the patches.  I did an update and it seems that 
you're missing the ClassDescriptor and CollectionDescriptor patches 
which I sent as a separate email.  I don't know if you missed that or 
didn't have time.

Thanks
R


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


Re: Jakob missing patch

Posted by Robert Sfeir <ro...@codepuccino.com>.
Wo weird, it didn't do this here.

Thanks will look at it.

R

On Jun 13, 2004, at 2:13 PM, Jakob Braeuchi wrote:

> hi robert,
>
> i applied the patch ClassDescriptor and commited it this morning.
> the patched CollectionDescriptor fails in RepositoryPersistor:
>
> 1)  
> testStoreReadRepository(org.apache.ojb.broker.metadata.RepositoryPersis 
> torTest)org.xml.sax.SAXParseException: Element type  
> "collection-descriptor" must be followed by either attribute  
> specifications, ">" or "/>".
> 	at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
> 	at  
> org.apache.ojb.broker.metadata.RepositoryPersistor.readMetadataFromXML( 
> RepositoryPersistor.java:310)
> 	at  
> org.apache.ojb.broker.metadata.RepositoryPersistor.buildRepository(Repo 
> sitoryPersistor.java:265)
> 	at  
> org.apache.ojb.broker.metadata.RepositoryPersistor.readDescriptorReposi 
> tory(RepositoryPersistor.java:177)
> 	at  
> org.apache.ojb.broker.metadata.RepositoryPersistorTest.testStoreReadRep 
> ository(RepositoryPersistorTest.java:66)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at  
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.ja 
> va:39)
> 	at  
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccesso 
> rImpl.java:25)
> 	at org.apache.ojb.broker.AllTests.main(AllTests.java:32)
> 2)  
> testStoreReadConnectionRepository(org.apache.ojb.broker.metadata.Reposi 
> toryPersistorTest)org.xml.sax.SAXParseException: Element type  
> "collection-descriptor" must be followed by either attribute  
> specifications, ">" or "/>".
> 	at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
> 	at  
> org.apache.ojb.broker.metadata.RepositoryPersistor.readMetadataFromXML( 
> RepositoryPersistor.java:321)
> 	at  
> org.apache.ojb.broker.metadata.RepositoryPersistor.buildRepository(Repo 
> sitoryPersistor.java:265)
> 	at  
> org.apache.ojb.broker.metadata.RepositoryPersistor.readConnectionReposi 
> tory(RepositoryPersistor.java:200)
> 	at  
> org.apache.ojb.broker.metadata.RepositoryPersistorTest.testStoreReadCon 
> nectionRepository(RepositoryPersistorTest.java:91)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at  
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.ja 
> va:39)
> 	at  
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccesso 
> rImpl.java:25)
> 	at org.apache.ojb.broker.AllTests.main(AllTests.java:32)
>
> jakob
>
> Robert Sfeir wrote:
>
>> Hey Jakob.
>> Thanks for adding the patches.  I did an update and it seems that  
>> you're missing the ClassDescriptor and CollectionDescriptor patches  
>> which I sent as a separate email.  I don't know if you missed that or  
>> didn't have time.
>> Thanks
>> 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


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


Re: Jakob missing patch

Posted by Jakob Braeuchi <jb...@gmx.ch>.
hi robert,

i applied the patch ClassDescriptor and commited it this morning.
the patched CollectionDescriptor fails in RepositoryPersistor:

1) 
testStoreReadRepository(org.apache.ojb.broker.metadata.RepositoryPersistorTest)org.xml.sax.SAXParseException: 
Element type "collection-descriptor" must be followed by either attribute 
specifications, ">" or "/>".
	at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
	at 
org.apache.ojb.broker.metadata.RepositoryPersistor.readMetadataFromXML(RepositoryPersistor.java:310)
	at 
org.apache.ojb.broker.metadata.RepositoryPersistor.buildRepository(RepositoryPersistor.java:265)
	at 
org.apache.ojb.broker.metadata.RepositoryPersistor.readDescriptorRepository(RepositoryPersistor.java:177)
	at 
org.apache.ojb.broker.metadata.RepositoryPersistorTest.testStoreReadRepository(RepositoryPersistorTest.java:66)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at org.apache.ojb.broker.AllTests.main(AllTests.java:32)
2) 
testStoreReadConnectionRepository(org.apache.ojb.broker.metadata.RepositoryPersistorTest)org.xml.sax.SAXParseException: 
Element type "collection-descriptor" must be followed by either attribute 
specifications, ">" or "/>".
	at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
	at 
org.apache.ojb.broker.metadata.RepositoryPersistor.readMetadataFromXML(RepositoryPersistor.java:321)
	at 
org.apache.ojb.broker.metadata.RepositoryPersistor.buildRepository(RepositoryPersistor.java:265)
	at 
org.apache.ojb.broker.metadata.RepositoryPersistor.readConnectionRepository(RepositoryPersistor.java:200)
	at 
org.apache.ojb.broker.metadata.RepositoryPersistorTest.testStoreReadConnectionRepository(RepositoryPersistorTest.java:91)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at org.apache.ojb.broker.AllTests.main(AllTests.java:32)

jakob

Robert Sfeir wrote:

> Hey Jakob.
> 
> Thanks for adding the patches.  I did an update and it seems that you're 
> missing the ClassDescriptor and CollectionDescriptor patches which I 
> sent as a separate email.  I don't know if you missed that or didn't 
> have time.
> 
> Thanks
> 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