mff-uk / odcs

ODCleanStore
1 stars 11 forks source link

DPU configuration issue #1290

Closed jakubklimek closed 10 years ago

jakubklimek commented 10 years ago

When I click save on configuration that looks like this: image

In the log I get:


2014-03-04 15:38:35,817 [http-bio-8080-exec-360] DEBUG org.eclipse.persistence.logging.sql - 2014-03-04 15:38:35.817--ClientSession(719707410)--Connection(1494539966)--UPDATE dpu_template SET configuration = ? WHERE (ID = ?)
        bind => [<object-stream>
  <cz.opendata.linked.metadata.form.ExtractorConfig>
    <datasetURI>http://linked.opendata.cz/resource/dataset/</datasetURI>
    <creator>http://purl.org/klimek#me</creator>
    <publisher>http://opendata.cz</publisher>
    <licenses/>
    <sparqlEndpoint>http://linked.opendata.cz/sparql</sparqlEndpoint>
    <dataDump>http://linked.opendata.cz/dump/</dataDump>
    <exampleResources/>
    <modified>2014-03-04 14:38:35.811 UTC</modified>
  </cz.opendata.linked.metadata.form.ExtractorConfig>
</object-stream>, 750]

Where did the data come from? It is in the config constructor, but it is not what is in the fields of the dialog...

skodapetr commented 10 years ago

It's for Metadata adder on ODCS?

jakubklimek commented 10 years ago

Yes

jakubklimek commented 10 years ago

This was caused by various Vaadin exceptions. It works now.