Citation Tag structre for deegree csw 2.2

5 messages Options
Embed this post
Permalink
bipin

Citation Tag structre for deegree csw 2.2

Reply Threaded More More options
Print post
Permalink
Hi guys
 Whem iam inser my matadata i.e,. an .xml file in ISO19139 FILE FORMAT  it give me error

Performing Transaction request failed: Feature "" is not a valid instance of type "app:MD_Identification (app=http://www.deegree.org/app)" mandatory property "app:citation (app=http://www.deegree.org/app)" is not present (or at the wrong position).

but i compared my file with file from deegree which inserts sucessuly the tag structure of the citation tag are excatly same.

what the other problem do u know about above error please let me know.


waiting for your kind replies.........
Judit Mays

Re: Citation problem

Reply Threaded More More options
Print post
Permalink
Dear Bipin,

could you please provide some more detail:

1. Which deegree version [2.1, 2.2, 2.3-pre (trunk), 3-alpha] are you
working with?

2. Do you use the war file from deegree download pages, or did you build
the CSW yourself?

3. Which CSW version [2.0.0, 2.0.1, 2.0.2] are you working with?
4. Could you please provide the request that is failing?
5. Could you please provide the stack trace?

Thank you.
Judit Mays


bipin schrieb:

> Hi guys
>  Whem iam inser my matadata i.e,. an .xml file in ISO19139 FILE FORMAT  it
> give me error
>
> Performing Transaction request failed: Feature "" is not a valid instance of
> type "app:MD_Identification (app=http://www.deegree.org/app)" mandatory
> property "app:citation (app=http://www.deegree.org/app)" is not present (or
> at the wrong position).
>
> but i compared my file with file from deegree which inserts sucessuly the
> tag structure of the citation tag are excatly same.
>
> what the other problem do u know about above error please let me know.
>
>
> waiting for your kind replies.........


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
deegree-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/deegree-users

signature.asc (268 bytes) Download Attachment
bipin

Re: Citation problem

Reply Threaded More More options
Print post
Permalink

Judit Mays wrote:
Dear Bipin,

could you please provide some more detail:

1. Which deegree version [2.1, 2.2, 2.3-pre (trunk), 3-alpha] are you
working with?

2. Do you use the war file from deegree download pages, or did you build
the CSW yourself?

3. Which CSW version [2.0.0, 2.0.1, 2.0.2] are you working with?
4. Could you please provide the request that is failing?
5. Could you please provide the stack trace?

Thank you.
Judit Mays


bipin schrieb:
> Hi guys
>  Whem iam inser my matadata i.e,. an .xml file in ISO19139 FILE FORMAT  it
> give me error
>
> Performing Transaction request failed: Feature "" is not a valid instance of
> type "app:MD_Identification (app=http://www.deegree.org/app)" mandatory
> property "app:citation (app=http://www.deegree.org/app)" is not present (or
> at the wrong position).
>
> but i compared my file with file from deegree which inserts sucessuly the
> tag structure of the citation tag are excatly same.
>
> what the other problem do u know about above error please let me know.
>
>
> waiting for your kind replies.........


 
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
deegree-users mailing list
deegree-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/deegree-users
_______________________________________________________________________________________
Firsly Thanks Judit Mays
Iam using deegree 2.2 client for Inserting ISO 19139 format metadata  into deegree 2.2

my tag structure is  as mentioned below.

<gmd:citation>
               <gmd:CI_Citation>
                  <gmd:title>
                     <gco:CharacterString> Some value</gco:CharacterString>
                  </gmd:title>
                  <gmd:date>
                     <gmd:CI_Date>
                        <gmd:date>
                           <gco:Date/>
                        </gmd:date>
                        <gmd:dateType>
                           <gmd:CI_DateTypeCode codeList="Some value" codeListValue=""/>
                        </gmd:dateType>
                     </gmd:CI_Date>
                  </gmd:date>
                  <alternateTitle>
                     <gco:CharacterString> Some value</gco:CharacterString>
                  </alternateTitle>
                  <gmd:date>
                     <gmd:CI_Date>
                        <gmd:date>
                           <gco:Date> Some value</gco:Date>
                        </gmd:date>
                        <gmd:dateType>
                           <gmd:CI_DateTypeCode codeList=" Some value" codeListValue=" Some value"/>
                        </gmd:dateType>
                     </gmd:CI_Date>
                  </gmd:date>
                  <gmd:date>
                     <gmd:CI_Date>
                        <gmd:date>
                           <gco:Date> Some value</gco:Date>
                        </gmd:date>
                        <gmd:dateType>
                           <gmd:CI_DateTypeCode codeList=" Some value" codeListValue=" Some value"/>
                        </gmd:dateType>
                     </gmd:CI_Date>
                  </gmd:date>
                  <gmd:date>
                     <gmd:CI_Date>
                        <gmd:date>
                           <gco:Date> Some value</gco:Date>
                        </gmd:date>
                        <gmd:dateType>
                           <gmd:CI_DateTypeCode codeList=" Some value" codeListValue=" Some value"/>
                        </gmd:dateType>
                     </gmd:CI_Date>
                  </gmd:date>
                  <gmd:edition>
                     <gco:CharacterString> Some value</gco:CharacterString>
                  </gmd:edition>
                  <gmd:identifier>
                     <gmd:RS_Identifier>
                        <gmd:code>
                           <gco:CharacterString>
         Some value
      </gco:CharacterString>
                        </gmd:code>
                     </gmd:RS_Identifier>
                  </gmd:identifier>
                  <gmd:citedResponsibleParty>
                     <gmd:CI_ResponsibleParty>
                        <gmd:individualName>
                           <gco:CharacterString> Some value</gco:CharacterString>
                        </gmd:individualName>
                        <gmd:organisationName>
                           <gco:CharacterString> Some value</gco:CharacterString>
                        </gmd:organisationName>
                        <gmd:contactInfo>
                           <gmd:CI_Contact>
                              <gmd:phone>
                                 <gmd:CI_Telephone>
                                    <gmd:voice>
                                       <gco:CharacterString> Some value</gco:CharacterString>
                                    </gmd:voice>
                                    <gmd:facsimile>
                                       <gco:CharacterString>
            </gco:CharacterString>
                                    </gmd:facsimile>
                                 </gmd:CI_Telephone>
                              </gmd:phone>
                              <gmd:address>
                                 <gmd:CI_Address>
                                    <gmd:deliveryPoint>
                                       <gco:CharacterString>
            </gco:CharacterString>
                                    </gmd:deliveryPoint>
                                    <gmd:city>
                                       <gco:CharacterString>
            </gco:CharacterString>
                                    </gmd:city>
                                    <gmd:postalCode>
                                       <gco:CharacterString>
            </gco:CharacterString>
                                    </gmd:postalCode>
                                    <gmd:country>
                                       <gco:CharacterString>
            </gco:CharacterString>
                                    </gmd:country>
                                    <gmd:electronicMailAddress>
                                       <gco:CharacterString> Some value</gco:CharacterString>
                                    </gmd:electronicMailAddress>
                                 </gmd:CI_Address>
                              </gmd:address>
                              <gmd:onlineResource>
                                 <gmd:CI_OnlineResource>
                                    <gmd:linkage>
                                       <gmd:URL>
            </gmd:URL>
                                    </gmd:linkage>
                                 </gmd:CI_OnlineResource>
                              </gmd:onlineResource>
                           </gmd:CI_Contact>
                        </gmd:contactInfo>
                        <gmd:role>
                           <gmd:CI_RoleCode codeList=" Some value" codeListValue=" Some value"/>
                        </gmd:role>
                     </gmd:CI_ResponsibleParty>
                  </gmd:citedResponsibleParty>
                  <gmd:citedResponsibleParty>
                     <gmd:CI_ResponsibleParty>
                        <gmd:individualName>
                           <gco:CharacterString> Some value</gco:CharacterString>
                        </gmd:individualName>
                        <gmd:organisationName>
                           <gco:CharacterString> Some value</gco:CharacterString>
                        </gmd:organisationName>
                        <gmd:contactInfo>
                           <gmd:CI_Contact>
                              <gmd:phone>
                                 <gmd:CI_Telephone>
                                    <gmd:voice>
                                       <gco:CharacterString> Some value</gco:CharacterString>
                                    </gmd:voice>
                                    <gmd:facsimile>
                                       <gco:CharacterString>
            </gco:CharacterString>
                                    </gmd:facsimile>
                                 </gmd:CI_Telephone>
                              </gmd:phone>
                              <gmd:address>
                                 <gmd:CI_Address>
                                    <gmd:deliveryPoint>
                                       <gco:CharacterString>
            </gco:CharacterString>
                                    </gmd:deliveryPoint>
                                    <gmd:city>
                                       <gco:CharacterString>
            </gco:CharacterString>
                                    </gmd:city>
                                    <gmd:postalCode>
                                       <gco:CharacterString>
            </gco:CharacterString>
                                    </gmd:postalCode>
                                    <gmd:country>
                                       <gco:CharacterString>
            </gco:CharacterString>
                                    </gmd:country>
                                    <gmd:electronicMailAddress>
                                       <gco:CharacterString> Some value</gco:CharacterString>
                                    </gmd:electronicMailAddress>
                                 </gmd:CI_Address>
                              </gmd:address>
                              <gmd:onlineResource>
                                 <gmd:CI_OnlineResource>
                                    <gmd:linkage>
                                       <gmd:URL>
            </gmd:URL>
                                    </gmd:linkage>
                                 </gmd:CI_OnlineResource>
                              </gmd:onlineResource>
                           </gmd:CI_Contact>
                        </gmd:contactInfo>
                        <gmd:role>
                           <gmd:CI_RoleCode codeList=" Some value" codeListValue=" Some value"/>
                        </gmd:role>
                     </gmd:CI_ResponsibleParty>
                  </gmd:citedResponsibleParty>
                  <presentationForm>
                     <CI_PresentationFormCode codeList=" Some value" codeListValue=" Some value"/>
                  </presentationForm>
               </gmd:CI_Citation>
            </gmd:citation>

while Insertion iam getting the error? ows:ExceptionReport>

<ows:Exception locator="unknown+location">
Performing Transaction request failed: Feature "" is not a valid instance of type "app:MD_Identification (app=http://www.deegree.org/app)" mandatory property "app:citation (app=http://www.deegree.org/app)" is not present (or at the wrong position).
</ows:Exception>
</ows:ExceptionReport>


Thanks in advance.
Waiting for your kind reply.............


Andreas Poth

Re: Citation problem

Reply Threaded More More options
Print post
Permalink
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

could you please send your complete insert request. This will enable us
to reproduce your problem.

best regards

ANDREAS

bipin schrieb:

>
>
> Judit Mays wrote:
>> Dear Bipin,
>>
>> could you please provide some more detail:
>>
>> 1. Which deegree version [2.1, 2.2, 2.3-pre (trunk), 3-alpha] are you
>> working with?
>>
>> 2. Do you use the war file from deegree download pages, or did you build
>> the CSW yourself?
>>
>> 3. Which CSW version [2.0.0, 2.0.1, 2.0.2] are you working with?
>> 4. Could you please provide the request that is failing?
>> 5. Could you please provide the stack trace?
>>
>> Thank you.
>> Judit Mays
>>
>>
>> bipin schrieb:
>>> Hi guys
>>>  Whem iam inser my matadata i.e,. an .xml file in ISO19139 FILE FORMAT
>>> it
>>> give me error
>>>
>>> Performing Transaction request failed: Feature "" is not a valid instance
>>> of
>>> type "app:MD_Identification (app=http://www.deegree.org/app)" mandatory
>>> property "app:citation (app=http://www.deegree.org/app)" is not present
>>> (or
>>> at the wrong position).
>>>
>>> but i compared my file with file from deegree which inserts sucessuly the
>>> tag structure of the citation tag are excatly same.
>>>
>>> what the other problem do u know about above error please let me know.
>>>
>>>
>>> waiting for your kind replies.........
>>
>>  
>> ------------------------------------------------------------------------------
>> Let Crystal Reports handle the reporting - Free Crystal Reports 2008
>> 30-Day
>> trial. Simplify your report design, integration and deployment - and focus
>> on
>> what you do best, core application coding. Discover what's new with
>> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
>> _______________________________________________
>> deegree-users mailing list
>> [hidden email]
>> https://lists.sourceforge.net/lists/listinfo/deegree-users
>>
>>
>
> _______________________________________________________________________________________
> Firsly Thanks Judit Mays
> Iam using deegree 2.2 client for Inserting ISO 19139 format metadata  into
> deegree 2.2
>
> my tag structure is  as mentioned below.
>
> <gmd:citation>
>                <gmd:CI_Citation>
>                   <gmd:title>
>                      <gco:CharacterString> Some value</gco:CharacterString>
>                   </gmd:title>
>                   <gmd:date>
>                      <gmd:CI_Date>
>                         <gmd:date>
>                            <gco:Date/>
>                         </gmd:date>
>                         <gmd:dateType>
>                            <gmd:CI_DateTypeCode codeList="Some value"
> codeListValue=""/>
>                         </gmd:dateType>
>                      </gmd:CI_Date>
>                   </gmd:date>
>                   <alternateTitle>
>                      <gco:CharacterString> Some value</gco:CharacterString>
>                   </alternateTitle>
>                   <gmd:date>
>                      <gmd:CI_Date>
>                         <gmd:date>
>                            <gco:Date> Some value</gco:Date>
>                         </gmd:date>
>                         <gmd:dateType>
>                            <gmd:CI_DateTypeCode codeList=" Some value"
> codeListValue=" Some value"/>
>                         </gmd:dateType>
>                      </gmd:CI_Date>
>                   </gmd:date>
>                   <gmd:date>
>                      <gmd:CI_Date>
>                         <gmd:date>
>                            <gco:Date> Some value</gco:Date>
>                         </gmd:date>
>                         <gmd:dateType>
>                            <gmd:CI_DateTypeCode codeList=" Some value"
> codeListValue=" Some value"/>
>                         </gmd:dateType>
>                      </gmd:CI_Date>
>                   </gmd:date>
>                   <gmd:date>
>                      <gmd:CI_Date>
>                         <gmd:date>
>                            <gco:Date> Some value</gco:Date>
>                         </gmd:date>
>                         <gmd:dateType>
>                            <gmd:CI_DateTypeCode codeList=" Some value"
> codeListValue=" Some value"/>
>                         </gmd:dateType>
>                      </gmd:CI_Date>
>                   </gmd:date>
>                   <gmd:edition>
>                      <gco:CharacterString> Some value</gco:CharacterString>
>                   </gmd:edition>
>                   <gmd:identifier>
>                      <gmd:RS_Identifier>
>                         <gmd:code>
>                            <gco:CharacterString>
>          Some value
>       </gco:CharacterString>
>                         </gmd:code>
>                      </gmd:RS_Identifier>
>                   </gmd:identifier>
>                   <gmd:citedResponsibleParty>
>                      <gmd:CI_ResponsibleParty>
>                         <gmd:individualName>
>                            <gco:CharacterString> Some
> value</gco:CharacterString>
>                         </gmd:individualName>
>                         <gmd:organisationName>
>                            <gco:CharacterString> Some
> value</gco:CharacterString>
>                         </gmd:organisationName>
>                         <gmd:contactInfo>
>                            <gmd:CI_Contact>
>                               <gmd:phone>
>                                  <gmd:CI_Telephone>
>                                     <gmd:voice>
>                                        <gco:CharacterString> Some
> value</gco:CharacterString>
>                                     </gmd:voice>
>                                     <gmd:facsimile>
>                                        <gco:CharacterString>
>             </gco:CharacterString>
>                                     </gmd:facsimile>
>                                  </gmd:CI_Telephone>
>                               </gmd:phone>
>                               <gmd:address>
>                                  <gmd:CI_Address>
>                                     <gmd:deliveryPoint>
>                                        <gco:CharacterString>
>             </gco:CharacterString>
>                                     </gmd:deliveryPoint>
>                                     <gmd:city>
>                                        <gco:CharacterString>
>             </gco:CharacterString>
>                                     </gmd:city>
>                                     <gmd:postalCode>
>                                        <gco:CharacterString>
>             </gco:CharacterString>
>                                     </gmd:postalCode>
>                                     <gmd:country>
>                                        <gco:CharacterString>
>             </gco:CharacterString>
>                                     </gmd:country>
>                                     <gmd:electronicMailAddress>
>                                        <gco:CharacterString> Some
> value</gco:CharacterString>
>                                     </gmd:electronicMailAddress>
>                                  </gmd:CI_Address>
>                               </gmd:address>
>                               <gmd:onlineResource>
>                                  <gmd:CI_OnlineResource>
>                                     <gmd:linkage>
>                                        <gmd:URL>
>             </gmd:URL>
>                                     </gmd:linkage>
>                                  </gmd:CI_OnlineResource>
>                               </gmd:onlineResource>
>                            </gmd:CI_Contact>
>                         </gmd:contactInfo>
>                         <gmd:role>
>                            <gmd:CI_RoleCode codeList=" Some value"
> codeListValue=" Some value"/>
>                         </gmd:role>
>                      </gmd:CI_ResponsibleParty>
>                   </gmd:citedResponsibleParty>
>                   <gmd:citedResponsibleParty>
>                      <gmd:CI_ResponsibleParty>
>                         <gmd:individualName>
>                            <gco:CharacterString> Some
> value</gco:CharacterString>
>                         </gmd:individualName>
>                         <gmd:organisationName>
>                            <gco:CharacterString> Some
> value</gco:CharacterString>
>                         </gmd:organisationName>
>                         <gmd:contactInfo>
>                            <gmd:CI_Contact>
>                               <gmd:phone>
>                                  <gmd:CI_Telephone>
>                                     <gmd:voice>
>                                        <gco:CharacterString> Some
> value</gco:CharacterString>
>                                     </gmd:voice>
>                                     <gmd:facsimile>
>                                        <gco:CharacterString>
>             </gco:CharacterString>
>                                     </gmd:facsimile>
>                                  </gmd:CI_Telephone>
>                               </gmd:phone>
>                               <gmd:address>
>                                  <gmd:CI_Address>
>                                     <gmd:deliveryPoint>
>                                        <gco:CharacterString>
>             </gco:CharacterString>
>                                     </gmd:deliveryPoint>
>                                     <gmd:city>
>                                        <gco:CharacterString>
>             </gco:CharacterString>
>                                     </gmd:city>
>                                     <gmd:postalCode>
>                                        <gco:CharacterString>
>             </gco:CharacterString>
>                                     </gmd:postalCode>
>                                     <gmd:country>
>                                        <gco:CharacterString>
>             </gco:CharacterString>
>                                     </gmd:country>
>                                     <gmd:electronicMailAddress>
>                                        <gco:CharacterString> Some
> value</gco:CharacterString>
>                                     </gmd:electronicMailAddress>
>                                  </gmd:CI_Address>
>                               </gmd:address>
>                               <gmd:onlineResource>
>                                  <gmd:CI_OnlineResource>
>                                     <gmd:linkage>
>                                        <gmd:URL>
>             </gmd:URL>
>                                     </gmd:linkage>
>                                  </gmd:CI_OnlineResource>
>                               </gmd:onlineResource>
>                            </gmd:CI_Contact>
>                         </gmd:contactInfo>
>                         <gmd:role>
>                            <gmd:CI_RoleCode codeList=" Some value"
> codeListValue=" Some value"/>
>                         </gmd:role>
>                      </gmd:CI_ResponsibleParty>
>                   </gmd:citedResponsibleParty>
>                   <presentationForm>
>                      <CI_PresentationFormCode codeList=" Some value"
> codeListValue=" Some value"/>
>                   </presentationForm>
>                </gmd:CI_Citation>
>             </gmd:citation>
>
> while Insertion iam getting the error? ows:ExceptionReport>
> −
> <ows:Exception locator="unknown+location">
> Performing Transaction request failed: Feature "" is not a valid instance of
> type "app:MD_Identification (app=http://www.deegree.org/app)" mandatory
> property "app:citation (app=http://www.deegree.org/app)" is not present (or
> at the wrong position).
> </ows:Exception>
> </ows:ExceptionReport>
>
>
> Thanks in advance.
> Waiting for your kind reply.............
>
>
>


- --
Dr. Andreas Poth

l a t / l o n  GmbH
Aennchenstrasse 19            53177 Bonn, Germany
phone ++49 +228 18496-0       fax ++49 +228 18496-29
http://www.lat-lon.de         http://www.deegree.org

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQEcBAEBAgAGBQJK8oFpAAoJEFkfq+114rKIFBsIALZcLwJFT6ZBbSuX2pTjG7c/
ov61wfhylz0zID14EyrFZa6GenGVNcawn086oFaayvfxtUpMNarNkLxirwYXWT8G
YpxqLv2Twf1D46HdFWdt9xlxbqZvOM0DwnrNBkdILiIArv5WcHIx5ZutcwQ4ew6z
GjzuAAiMSuP2LUsaVg+K7HV6B3DrwKDbZZXbXMsU1AGcPUkRzXeg/IYSDzYD+0HO
Trm6MGm7eF+yKOAW+rmSGG1pSd0LGF3hCFEd+GwnUtpihctkTLbKng+Cu7CPaP4J
ya+2YifGtra3EgL+zqQ0Mbm9dNVscmI0wXr9ee00+Q5SLpdx3Qg/cEskh84s2xM=
=UOrs
-----END PGP SIGNATURE-----

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
deegree-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/deegree-users
Andreas Poth

Re: Citation problem

Reply Threaded More More options
Print post
Permalink
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

I had a look at your metadata set. It contains a lot of errors (more
than I am able to analyse in detail). You can easyly check this by
validating the metadata record (not the complete Transaction) against
the referenecd schemas. For example:
- - <gco:DateTime>2007-03-22</gco:DateTime> is not valid because a
gco:DateTime element requires a time (e.g. 2007-03-22T12:00:00)
- - <gco:Date/> is not valid because gco:Date must not be empty
- -
<alternateTitle><gco:CharacterString>Kortnamn</gco:CharacterString></alternateTitle>
is not valid because alternateTitle is not bound to a namespace
etc.

Another problem is that you have a lot of empty characterString elements
like <gco:CharacterString>        </gco:CharacterString> or
<gco:CharacterString></gco:CharacterString>. This will be not excepted
by deegree if a not empty string expected like for
referenceSystemIdentifier.

best regards

ANDREAS


bipin schrieb:

>
>
> Andreas Poth wrote:
> Hi,
>
> could you please send your complete insert request. This will enable us
> to reproduce your problem.
>
> best regards
>
> ANDREAS
>
> bipin schrieb:
>>>>
>>>> Judit Mays wrote:
>>>>> Dear Bipin,
>>>>>
>>>>> could you please provide some more detail:
>>>>>
>>>>> 1. Which deegree version [2.1, 2.2, 2.3-pre (trunk), 3-alpha] are you
>>>>> working with?
>>>>>
>>>>> 2. Do you use the war file from deegree download pages, or did you build
>>>>> the CSW yourself?
>>>>>
>>>>> 3. Which CSW version [2.0.0, 2.0.1, 2.0.2] are you working with?
>>>>> 4. Could you please provide the request that is failing?
>>>>> 5. Could you please provide the stack trace?
>>>>>
>>>>> Thank you.
>>>>> Judit Mays
>>>>>
>>>>>
>>>>> bipin schrieb:
>>>>>> Hi guys
>>>>>>  Whem iam inser my matadata i.e,. an .xml file in ISO19139 FILE FORMAT
>>>>>> it
>>>>>> give me error
>>>>>>
>>>>>> Performing Transaction request failed: Feature "" is not a valid
>>>>>> instance
>>>>>> of
>>>>>> type "app:MD_Identification (app=http://www.deegree.org/app)" mandatory
>>>>>> property "app:citation (app=http://www.deegree.org/app)" is not present
>>>>>> (or
>>>>>> at the wrong position).
>>>>>>
>>>>>> but i compared my file with file from deegree which inserts sucessuly
>>>>>> the
>>>>>> tag structure of the citation tag are excatly same.
>>>>>>
>>>>>> what the other problem do u know about above error please let me know.
>>>>>>
>>>>>>
>>>>>> waiting for your kind replies.........
>>>>>  
>>>>> ------------------------------------------------------------------------------
>>>>> Let Crystal Reports handle the reporting - Free Crystal Reports 2008
>>>>> 30-Day
>>>>> trial. Simplify your report design, integration and deployment - and
>>>>> focus
>>>>> on
>>>>> what you do best, core application coding. Discover what's new with
>>>>> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
>>>>> _______________________________________________
>>>>> deegree-users mailing list
>>>>> [hidden email]
>>>>> https://lists.sourceforge.net/lists/listinfo/deegree-users
>>>>>
>>>>>
>>>> _______________________________________________________________________________________
>>>> Firsly Thanks Judit Mays
>>>> Iam using deegree 2.2 client for Inserting ISO 19139 format metadata
>>>> into
>>>> deegree 2.2
>>>>
>>>> my tag structure is  as mentioned below.
>>>>
>>>> <gmd:citation>
>>>>                <gmd:CI_Citation>
>>>>                   <gmd:title>
>>>>                      <gco:CharacterString> Some
>>>> value</gco:CharacterString>
>>>>                   </gmd:title>
>>>>                   <gmd:date>
>>>>                      <gmd:CI_Date>
>>>>                         <gmd:date>
>>>>                            <gco:Date/>
>>>>                         </gmd:date>
>>>>                         <gmd:dateType>
>>>>                            <gmd:CI_DateTypeCode codeList="Some value"
>>>> codeListValue=""/>
>>>>                         </gmd:dateType>
>>>>                      </gmd:CI_Date>
>>>>                   </gmd:date>
>>>>                   <alternateTitle>
>>>>                      <gco:CharacterString> Some
>>>> value</gco:CharacterString>
>>>>                   </alternateTitle>
>>>>                   <gmd:date>
>>>>                      <gmd:CI_Date>
>>>>                         <gmd:date>
>>>>                            <gco:Date> Some value</gco:Date>
>>>>                         </gmd:date>
>>>>                         <gmd:dateType>
>>>>                            <gmd:CI_DateTypeCode codeList=" Some value"
>>>> codeListValue=" Some value"/>
>>>>                         </gmd:dateType>
>>>>                      </gmd:CI_Date>
>>>>                   </gmd:date>
>>>>                   <gmd:date>
>>>>                      <gmd:CI_Date>
>>>>                         <gmd:date>
>>>>                            <gco:Date> Some value</gco:Date>
>>>>                         </gmd:date>
>>>>                         <gmd:dateType>
>>>>                            <gmd:CI_DateTypeCode codeList=" Some value"
>>>> codeListValue=" Some value"/>
>>>>                         </gmd:dateType>
>>>>                      </gmd:CI_Date>
>>>>                   </gmd:date>
>>>>                   <gmd:date>
>>>>                      <gmd:CI_Date>
>>>>                         <gmd:date>
>>>>                            <gco:Date> Some value</gco:Date>
>>>>                         </gmd:date>
>>>>                         <gmd:dateType>
>>>>                            <gmd:CI_DateTypeCode codeList=" Some value"
>>>> codeListValue=" Some value"/>
>>>>                         </gmd:dateType>
>>>>                      </gmd:CI_Date>
>>>>                   </gmd:date>
>>>>                   <gmd:edition>
>>>>                      <gco:CharacterString> Some
>>>> value</gco:CharacterString>
>>>>                   </gmd:edition>
>>>>                   <gmd:identifier>
>>>>                      <gmd:RS_Identifier>
>>>>                         <gmd:code>
>>>>                            <gco:CharacterString>
>>>>          Some value
>>>>       </gco:CharacterString>
>>>>                         </gmd:code>
>>>>                      </gmd:RS_Identifier>
>>>>                   </gmd:identifier>
>>>>                   <gmd:citedResponsibleParty>
>>>>                      <gmd:CI_ResponsibleParty>
>>>>                         <gmd:individualName>
>>>>                            <gco:CharacterString> Some
>>>> value</gco:CharacterString>
>>>>                         </gmd:individualName>
>>>>                         <gmd:organisationName>
>>>>                            <gco:CharacterString> Some
>>>> value</gco:CharacterString>
>>>>                         </gmd:organisationName>
>>>>                         <gmd:contactInfo>
>>>>                            <gmd:CI_Contact>
>>>>                               <gmd:phone>
>>>>                                  <gmd:CI_Telephone>
>>>>                                     <gmd:voice>
>>>>                                        <gco:CharacterString> Some
>>>> value</gco:CharacterString>
>>>>                                     </gmd:voice>
>>>>                                     <gmd:facsimile>
>>>>                                        <gco:CharacterString>
>>>>             </gco:CharacterString>
>>>>                                     </gmd:facsimile>
>>>>                                  </gmd:CI_Telephone>
>>>>                               </gmd:phone>
>>>>                               <gmd:address>
>>>>                                  <gmd:CI_Address>
>>>>                                     <gmd:deliveryPoint>
>>>>                                        <gco:CharacterString>
>>>>             </gco:CharacterString>
>>>>                                     </gmd:deliveryPoint>
>>>>                                     <gmd:city>
>>>>                                        <gco:CharacterString>
>>>>             </gco:CharacterString>
>>>>                                     </gmd:city>
>>>>                                     <gmd:postalCode>
>>>>                                        <gco:CharacterString>
>>>>             </gco:CharacterString>
>>>>                                     </gmd:postalCode>
>>>>                                     <gmd:country>
>>>>                                        <gco:CharacterString>
>>>>             </gco:CharacterString>
>>>>                                     </gmd:country>
>>>>                                     <gmd:electronicMailAddress>
>>>>                                        <gco:CharacterString> Some
>>>> value</gco:CharacterString>
>>>>                                     </gmd:electronicMailAddress>
>>>>                                  </gmd:CI_Address>
>>>>                               </gmd:address>
>>>>                               <gmd:onlineResource>
>>>>                                  <gmd:CI_OnlineResource>
>>>>                                     <gmd:linkage>
>>>>                                        <gmd:URL>
>>>>             </gmd:URL>
>>>>                                     </gmd:linkage>
>>>>                                  </gmd:CI_OnlineResource>
>>>>                               </gmd:onlineResource>
>>>>                            </gmd:CI_Contact>
>>>>                         </gmd:contactInfo>
>>>>                         <gmd:role>
>>>>                            <gmd:CI_RoleCode codeList=" Some value"
>>>> codeListValue=" Some value"/>
>>>>                         </gmd:role>
>>>>                      </gmd:CI_ResponsibleParty>
>>>>                   </gmd:citedResponsibleParty>
>>>>                   <gmd:citedResponsibleParty>
>>>>                      <gmd:CI_ResponsibleParty>
>>>>                         <gmd:individualName>
>>>>                            <gco:CharacterString> Some
>>>> value</gco:CharacterString>
>>>>                         </gmd:individualName>
>>>>                         <gmd:organisationName>
>>>>                            <gco:CharacterString> Some
>>>> value</gco:CharacterString>
>>>>                         </gmd:organisationName>
>>>>                         <gmd:contactInfo>
>>>>                            <gmd:CI_Contact>
>>>>                               <gmd:phone>
>>>>                                  <gmd:CI_Telephone>
>>>>                                     <gmd:voice>
>>>>                                        <gco:CharacterString> Some
>>>> value</gco:CharacterString>
>>>>                                     </gmd:voice>
>>>>                                     <gmd:facsimile>
>>>>                                        <gco:CharacterString>
>>>>             </gco:CharacterString>
>>>>                                     </gmd:facsimile>
>>>>                                  </gmd:CI_Telephone>
>>>>                               </gmd:phone>
>>>>                               <gmd:address>
>>>>                                  <gmd:CI_Address>
>>>>                                     <gmd:deliveryPoint>
>>>>                                        <gco:CharacterString>
>>>>             </gco:CharacterString>
>>>>                                     </gmd:deliveryPoint>
>>>>                                     <gmd:city>
>>>>                                        <gco:CharacterString>
>>>>             </gco:CharacterString>
>>>>                                     </gmd:city>
>>>>                                     <gmd:postalCode>
>>>>                                        <gco:CharacterString>
>>>>             </gco:CharacterString>
>>>>                                     </gmd:postalCode>
>>>>                                     <gmd:country>
>>>>                                        <gco:CharacterString>
>>>>             </gco:CharacterString>
>>>>                                     </gmd:country>
>>>>                                     <gmd:electronicMailAddress>
>>>>                                        <gco:CharacterString> Some
>>>> value</gco:CharacterString>
>>>>                                     </gmd:electronicMailAddress>
>>>>                                  </gmd:CI_Address>
>>>>                               </gmd:address>
>>>>                               <gmd:onlineResource>
>>>>                                  <gmd:CI_OnlineResource>
>>>>                                     <gmd:linkage>
>>>>                                        <gmd:URL>
>>>>             </gmd:URL>
>>>>                                     </gmd:linkage>
>>>>                                  </gmd:CI_OnlineResource>
>>>>                               </gmd:onlineResource>
>>>>                            </gmd:CI_Contact>
>>>>                         </gmd:contactInfo>
>>>>                         <gmd:role>
>>>>                            <gmd:CI_RoleCode codeList=" Some value"
>>>> codeListValue=" Some value"/>
>>>>                         </gmd:role>
>>>>                      </gmd:CI_ResponsibleParty>
>>>>                   </gmd:citedResponsibleParty>
>>>>                   <presentationForm>
>>>>                      <CI_PresentationFormCode codeList=" Some value"
>>>> codeListValue=" Some value"/>
>>>>                   </presentationForm>
>>>>                </gmd:CI_Citation>
>>>>             </gmd:citation>
>>>>
>>>> while Insertion iam getting the error? ows:ExceptionReport>
>>>> 
>>>> <ows:Exception locator="unknown+location">
>>>> Performing Transaction request failed: Feature "" is not a valid instance
>>>> of
>>>> type "app:MD_Identification (app=http://www.deegree.org/app)" mandatory
>>>> property "app:citation (app=http://www.deegree.org/app)" is not present
>>>> (or
>>>> at the wrong position).
>>>> </ows:Exception>
>>>> </ows:ExceptionReport>
>>>>
>>>>
>>>> Thanks in advance.
>>>> Waiting for your kind reply.............
>>>>
>>>>
>>>>
>
>>
-
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008
30-Day
trial. Simplify your report design, integration and deployment - and focus
on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
deegree-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/deegree-users
- --
Dr. Andreas Poth

l a t / l o n  GmbH
Aennchenstrasse 19            53177 Bonn, Germany
phone ++49 +228 18496-0       fax ++49 +228 18496-29
http://www.lat-lon.de         http://www.deegree.org

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQEcBAEBAgAGBQJK98tvAAoJEFkfq+114rKIxzMH+wZ28hlPCHvYh27qq8xvcDWv
OW9VAtWsQ0SGNudifht+1Go3McEYQlVoAQ+nWFaWJlJyQ2FCDpaYd1smBKFuTmcm
YdDcG+DXHoh+0VV6v5RwItIn3VNDwSxRXOFTXt2OnfJX7BFLePynBWEdiHvShkJw
QH9PP85E2tl/5Zr4XX0yMFtMKkR4cfMhnGeBOFsYNVVzRtXWmwq9165s2QU0hbuk
TSmll0L00d1zDtGC3EAAF3LmGxMy9a8Jurwx0XsMXIWgNhRzBMB8sy3hteun3slT
vu/2JkQTerRhqKnNQsrcptkPqENMqSuYxQb82nWUzLQD8JHCH4c5Q779BWXkllo=
=kVQT
-----END PGP SIGNATURE-----

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
deegree-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/deegree-users