summaryrefslogtreecommitdiffstats
path: root/java/sca/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix the binding.rmi dependency and remove the dead coderfeng2009-01-062-91/+2
* Added Eclipse RegisterBuddy policyedwardsmj2008-12-181-1/+1
* Adjusted version numbers on dependenciesedwardsmj2008-12-181-3/+4
* Remove version for javax.xml.namespace importrfeng2008-12-121-1/+1
* Remove version for javax.xml.namespace importrfeng2008-12-121-1/+1
* Remove version for javax.xml.stream importrfeng2008-12-121-1/+1
* Remove version for javax.xml.namespace importrfeng2008-12-121-1/+1
* Pass the DocumentBuilderFactory around to work with OSGirfeng2008-12-1210-151/+58
* Removed an import statement that referred to an old package not present in th...edwardsmj2008-12-111-1/+0
* Removed an import statement that referred to an old package not present in th...edwardsmj2008-12-111-1/+0
* Additions to POM and Manifest for XSD-XML to enable compilationedwardsmj2008-12-112-0/+10
* Fix Import-Packagerfeng2008-12-101-1/+10
* Add common-xml module to contain xml utilitiesrfeng2008-12-1027-0/+6673
* Adjust classpathrfeng2008-12-092-1/+14
* Fix the access violation to EndpointReferenceImplrfeng2008-12-092-3/+37
* Remove o.a.t.s.core.work.impl from the import/exportrfeng2008-12-091-3/+1
* Adjust the package names and move test cases aroundrfeng2008-12-0920-34/+44
* Remove unused importrfeng2008-12-091-1/+0
* Fixed generics raw type compiler warningsmcombellack2008-12-092-12/+12
* Removed unused importsmcombellack2008-12-091-3/+0
* Fixed generics raw type compiler warningsmcombellack2008-12-091-5/+5
* Add a "ws" maven profile to include the binding.ws related modules into the b...rfeng2008-12-091-98/+6
* Fix OSGi access violations and package importsrfeng2008-12-0920-98/+189
* Adding factory for common java artifacts model objectslresende2008-12-095-15/+182
* Start tidying the builders. No function change. First remove anything from th...slaws2008-12-0811-2605/+2643
* Updated all the test composite files to include a target namespace - the targ...edwardsmj2008-12-0822-3/+25
* Updated code that converts a String to a long to use Long.parseLong(String) r...mcombellack2008-12-081-2/+2
* Further cleanup for ComponentContext, CompositeContextrfeng2008-12-0514-397/+553
* Changes to make policy-security work in 2.0.edwardsmj2008-12-055-5/+6
* Made the private static logger field final as it does not changemcombellack2008-12-051-1/+1
* Made class final as the only constructor has private modifiermcombellack2008-12-051-1/+1
* Models for common java artifacts and their implementationslresende2008-12-058-0/+576
* Updated FileTransferMTOMTestCase to reflect new interfaces for starting Nodes...edwardsmj2008-12-051-5/+38
* Changes to match new 2.0 core interfaces, plus adding back the contents of t...edwardsmj2008-12-0511-37/+662
* Updated binding-ws-wsdlgen POM to point to binding-ws-axis2-policy moduleedwardsmj2008-12-051-94/+94
* Adding implementation-pojo as placeholder for common pojo/java related artifactslresende2008-12-054-0/+318
* Make sure we honor @target over autowirerfeng2008-12-051-1/+1
* Refine the CallableReferenceExtrfeng2008-12-054-54/+55
* Java implementation clean up in preparation for some refactoringlresende2008-12-0414-511/+509
* Made the constants finalmcombellack2008-12-041-2/+2
* Made class final as the only construvtor is private. Also Fixed a spelling mi...mcombellack2008-12-042-4/+4
* Marked class as final since the only Constructor is private. Fixed spelling m...mcombellack2008-12-041-2/+2
* Wrong parameter being output as part of the Exception message - should use st...mcombellack2008-12-041-1/+1
* Fixed a couple of spelling mistakesmcombellack2008-12-041-2/+2
* Corrected order of modifiers so that it matches the recommendations from the ...mcombellack2008-12-041-1/+1
* Removed redundant public modifier from interfacemcombellack2008-12-041-1/+1
* Removed redundant public modifier from interfacemcombellack2008-12-041-1/+1
* Removed unused importsmcombellack2008-12-042-4/+3
* Removed redundant static modifier from interfacemcombellack2008-12-041-2/+2
* Removed redundant public modifier from interface and corrected a minor spelli...mcombellack2008-12-041-7/+7