karishma-tirthani / odata4j

Automatically exported from code.google.com/p/odata4j
0 stars 0 forks source link

guid implementation in OProperties.simple #38

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem:

ODataConsumer oDataConsumer = ODataConsumer.create(SERVICE_ROOT_URI);
OCreateRequest<OEntity> newEntity = oDataConsumer.createEntity(tableName);
..... (table doesn't need fill any atributes)
newEntity.execute();

Stack copy:
Thread [main] (Suspended (exception UnsupportedOperationException)) 
OProperties.simple(String, EdmType, T, boolean) line: 118   
Expression.literal(Object) line: 956    
OEntityKey.keyString(Object, boolean) line: 359 
OEntityKey.keyString(Object[]) line: 335    
OEntityKey.<init>(Object[]) line: 44    
OEntityKey.create(Object...) line: 75   
OEntityKey.create(Object...) line: 62   
OEntityKey.parse(String) line: 147  
AtomFeedFormatParser.parseAtomEntryId(String) line: 405 
AtomFeedFormatParser.entityFromAtomEntry(EdmDataServices, EdmEntitySet, 
AtomFeedFormatParser$DataServicesAtomEntry, FeedCustomizationMapping) line: 385 
AtomFeedFormatParser.parseEntry(XMLEventReader2, StartElement2) line: 303   
AtomFeedFormatParser.parseFeed(XMLEventReader2) line: 159   
AtomEntryFormatParser.parse(Reader) line: 25    
AtomEntryFormatParser.parse(Reader) line: 11    
OCreateRequestImpl<T>.execute() line: 65    
odata.main(String[]) line: 66   

What version of the product are you using? On what operating system:
odata4j-archive-0.4, Windows 7

It is possible make implementation of guid?

Original issue reported on code.google.com by frantise...@gmail.com on 23 May 2011 at 12:14

GoogleCodeExporter commented 8 years ago
This was fixed in r208.  It just missed inclusion in 0.4

Original comment by john.spurlock on 23 May 2011 at 10:53