]> git.aero2k.de Git - tmp/jakarta-migration.git/commit
CSPACE-14, created new resource - Identifier. service providers use jaxb as well...
authorSanjay Dalal <sanjay.dalal@berkeley.edu>
Thu, 5 Mar 2009 23:31:21 +0000 (23:31 +0000)
committerSanjay Dalal <sanjay.dalal@berkeley.edu>
Thu, 5 Mar 2009 23:31:21 +0000 (23:31 +0000)
commit81d5bd7a97075084bb866c3a8e8534f33ee56d55
treec8798b4cf6a7cb0b5fc7a87d7e2089aca382ae5b
parent58ddfc4dea984f5e686bd4e026affec7d5515ebf
CSPACE-14,  created new resource - Identifier. service providers use jaxb as well. fixed maven dependencies. xml schema has namespace. same xsd contains schema for both Person and Identifier resources. un/marshalling works with namespace - XmlRootElement is generated.
19 files changed:
sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldClient/pom.xml
sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldClient/src/main/java/org/collectionspace/hello/client/IdentifierClient.java [new file with mode: 0644]
sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldClient/src/main/java/org/collectionspace/hello/client/IdentifierProxy.java [new file with mode: 0644]
sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldClient/src/main/java/org/collectionspace/hello/client/PersonClient.java
sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldClient/src/main/java/org/collectionspace/hello/client/PersonProxy.java
sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldClient/src/test/java/org/collectionspace/hello/client/test/IdentifierServiceTest.java [new file with mode: 0644]
sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldClient/src/test/java/org/collectionspace/hello/client/test/PersonServiceTest.java [moved from sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldClient/src/test/java/org/collectionspace/hello/client/PersonServiceTest.java with 89% similarity]
sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldJaxb/pom.xml
sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldJaxb/src/main/resources/hello.xsd [new file with mode: 0644]
sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldJaxb/src/main/resources/person.xsd [deleted file]
sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldService/nbactions.xml
sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldService/pom.xml
sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldService/src/main/java/org/collectionspace/hello/entity/Person.java [deleted file]
sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldService/src/main/java/org/collectionspace/hello/services/HelloworldApplication.java
sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldService/src/main/java/org/collectionspace/hello/services/IdentifierResource.java [new file with mode: 0644]
sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldService/src/main/java/org/collectionspace/hello/services/PersonResource.java
sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldService/src/test/java/org/collectionspace/hello/test/IdentifierResourceTest.java [new file with mode: 0644]
sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldService/src/test/java/org/collectionspace/hello/test/PersonResourceTest.java
sandbox/sanjay/prototypes/restws/HelloWorld/pom.xml