summaryrefslogtreecommitdiffstats
path: root/java/sca/itest/databindings (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Moving iTests that are not part of the main build to contriblresende2009-01-31310-23080/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739528 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2790 - Updated package names from org.osoa.sca to org.oasisopen.sca ↵mcombellack2009-01-2834-48/+48
| | | | | | | | | | | | | and from org.osoa.sca.annotations to org.oasisopen.sca.annotation to reflect the new package names in the OASIS Open SCA specifications. To do this, I: * Renamed the org.osoa.sca package to org.oasisopen.sca using Eclipse refactoring * Renamed the org.osoa.sca.annotations package to org.oasisopen.sca.annotation using Eclipse refactoring * Did a global search and replace for all remaining instances of the old org.osoa package names and replaced with the new org.oasisopen version Hopefully, I have not missed too many instances of the old package name git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738490 13f79535-47bb-0310-9956-ffa450edef68
* Merge itest changes from sca-equinox branch into trunkrfeng2008-12-043-21/+24
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723439 13f79535-47bb-0310-9956-ffa450edef68
* Change trunk version so it doesn't clash with the 1.4 branch version by ↵antelder2008-11-177-27/+27
| | | | | | bumping up to 2.0-SNAPSHOT as per the recent vote for 2.0 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718223 13f79535-47bb-0310-9956-ffa450edef68
* Implements some String instance optimizations.beckerdo2008-11-072-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@712271 13f79535-47bb-0310-9956-ffa450edef68
* Upgrade to Axis2 1.4.1 and its transitive dependencies such as XmlSchema and ↵rfeng2008-09-192-1/+5
| | | | | | Axiom based on the patches from Ram for TUSCANY-2606 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@696937 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-2398rfeng2008-08-271-2/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@689587 13f79535-47bb-0310-9956-ffa450edef68
* Add SCANodeFactory/SCANode and rename the artifact ids from node2-xxx to ↵rfeng2008-08-194-13/+13
| | | | | | node-xxx git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@686901 13f79535-47bb-0310-9956-ffa450edef68
* Move to SDO 1.1.1 releaserfeng2008-08-122-3/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@685285 13f79535-47bb-0310-9956-ffa450edef68
* Now that TUSCANY-2389 is fixed, removing @Ignore.vamsic0072008-08-012-4/+0
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681602 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-2389rfeng2008-07-311-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@681502 13f79535-47bb-0310-9956-ffa450edef68
* Databinding tests - JAXB Top Down tests for List and Mapvamsic0072008-07-225-47/+232
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@678733 13f79535-47bb-0310-9956-ffa450edef68
* Disable the failing test case which was checked in by mistakerfeng2008-07-211-5/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@678340 13f79535-47bb-0310-9956-ffa450edef68
* just a re-ordering of xml elements.vamsic0072008-07-181-25/+25
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@678002 13f79535-47bb-0310-9956-ffa450edef68
* Apply the patch from Wojtek for TUSCANY-2397 ↵rfeng2008-07-187-0/+361
| | | | | | (operations-mapping-jira-2357-15-july.patch) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@677993 13f79535-47bb-0310-9956-ffa450edef68
* Fix for TUSCANY-2409rfeng2008-07-093-18/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@675358 13f79535-47bb-0310-9956-ffa450edef68
* Databinding tests JAXB Top Down for String, String array and var args.vamsic0072008-07-037-0/+858
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673645 13f79535-47bb-0310-9956-ffa450edef68
* A byte[] must map to xs:base64Binary by default.vamsic0072008-07-031-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673594 13f79535-47bb-0310-9956-ffa450edef68
* Databinding tests - JAXB Top Down for standard types and array of standard ↵vamsic0072008-07-038-0/+3364
| | | | | | types. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673585 13f79535-47bb-0310-9956-ffa450edef68
* Databinding tests - JAXB Top Down for primitive types and arrays of ↵vamsic0072008-07-029-0/+2445
| | | | | | primitives types. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673368 13f79535-47bb-0310-9956-ffa450edef68
* Removing redundant jaxws annotations.vamsic0072008-06-204-172/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@670025 13f79535-47bb-0310-9956-ffa450edef68
* Move Tuscany from Incubator to top level.dims2008-06-17282-0/+16043
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@668359 13f79535-47bb-0310-9956-ffa450edef68