Return-Path: Delivered-To: apmail-incubator-cxf-commits-archive@locus.apache.org Received: (qmail 35768 invoked from network); 4 Jan 2008 15:49:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Jan 2008 15:49:30 -0000 Received: (qmail 46681 invoked by uid 500); 4 Jan 2008 15:49:19 -0000 Delivered-To: apmail-incubator-cxf-commits-archive@incubator.apache.org Received: (qmail 46626 invoked by uid 500); 4 Jan 2008 15:49:19 -0000 Mailing-List: contact cxf-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cxf-dev@incubator.apache.org Delivered-To: mailing list cxf-commits@incubator.apache.org Received: (qmail 46617 invoked by uid 99); 4 Jan 2008 15:49:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Jan 2008 07:49:19 -0800 X-ASF-Spam-Status: No, hits=-98.0 required=10.0 tests=ALL_TRUSTED,URIBL_BLACK,WHOIS_NETSOLPR X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Jan 2008 15:48:54 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 956811A984F; Fri, 4 Jan 2008 07:48:59 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r608894 [5/10] - in /incubator/cxf/trunk: ./ buildtools/src/main/resources/ common/schemas/src/main/resources/schemas/wsdl/ etc/eclipse/ maven-plugins/corba/ parent/ rt/bindings/corba/ rt/bindings/corba/src/main/java/org/apache/yoko/binding... Date: Fri, 04 Jan 2008 15:47:53 -0000 To: cxf-commits@incubator.apache.org From: dkulp@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080104154859.956811A984F@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Modified: incubator/cxf/trunk/rt/bindings/corba/src/test/java/org/apache/yoko/bindings/corba/runtime/CorbaDSIServantTest.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/bindings/corba/src/test/java/org/apache/yoko/bindings/corba/runtime/CorbaDSIServantTest.java?rev=608894&r1=608893&r2=608894&view=diff ============================================================================== --- incubator/cxf/trunk/rt/bindings/corba/src/test/java/org/apache/yoko/bindings/corba/runtime/CorbaDSIServantTest.java (original) +++ incubator/cxf/trunk/rt/bindings/corba/src/test/java/org/apache/yoko/bindings/corba/runtime/CorbaDSIServantTest.java Fri Jan 4 07:47:28 2008 @@ -1,18 +1,18 @@ /** * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file + * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file + * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at + * with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the + * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. */ @@ -45,7 +45,6 @@ public class CorbaDSIServantTest extends TestCase { protected static ORB orb; protected static Bus bus; - private static TestUtils testUtils; public CorbaDSIServantTest() { super(); @@ -61,13 +60,12 @@ protected void setUp() throws Exception { super.setUp(); - bus = BusFactory.newInstance().getDefaultBus(); + bus = BusFactory.getDefaultBus(); java.util.Properties props = System.getProperties(); props.put("org.omg.CORBA.ORBClass", "org.apache.yoko.orb.CORBA.ORB"); props.put("org.omg.CORBA.ORBSingletonClass", "org.apache.yoko.orb.CORBA.ORBSingleton"); props.put("yoko.orb.id", "Yoko-Server-Binding"); orb = ORB.init(new String[0], props); - testUtils = new TestUtils(); } @@ -113,7 +111,6 @@ CorbaDSIServant dsiServant = new CorbaDSIServant(); IMocksControl control = EasyMock.createNiceControl(); ServerRequest request = EasyMock.createMock(ServerRequest.class); - Message msg = EasyMock.createMock(Message.class); String opName = "greetMe"; EasyMock.expect(request.operation()).andReturn(opName); MessageObserver incomingObserver = new TestObserver(); Modified: incubator/cxf/trunk/rt/bindings/corba/src/test/java/org/apache/yoko/bindings/corba/runtime/CorbaObjectReaderTest.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/bindings/corba/src/test/java/org/apache/yoko/bindings/corba/runtime/CorbaObjectReaderTest.java?rev=608894&r1=608893&r2=608894&view=diff ============================================================================== --- incubator/cxf/trunk/rt/bindings/corba/src/test/java/org/apache/yoko/bindings/corba/runtime/CorbaObjectReaderTest.java (original) +++ incubator/cxf/trunk/rt/bindings/corba/src/test/java/org/apache/yoko/bindings/corba/runtime/CorbaObjectReaderTest.java Fri Jan 4 07:47:28 2008 @@ -1,18 +1,18 @@ /** * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file + * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file + * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at + * with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the + * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. */ Modified: incubator/cxf/trunk/rt/bindings/corba/src/test/java/org/apache/yoko/bindings/corba/runtime/CorbaObjectWriterTest.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/bindings/corba/src/test/java/org/apache/yoko/bindings/corba/runtime/CorbaObjectWriterTest.java?rev=608894&r1=608893&r2=608894&view=diff ============================================================================== --- incubator/cxf/trunk/rt/bindings/corba/src/test/java/org/apache/yoko/bindings/corba/runtime/CorbaObjectWriterTest.java (original) +++ incubator/cxf/trunk/rt/bindings/corba/src/test/java/org/apache/yoko/bindings/corba/runtime/CorbaObjectWriterTest.java Fri Jan 4 07:47:28 2008 @@ -1,18 +1,18 @@ /** * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file + * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file + * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at + * with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the + * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. */ Added: incubator/cxf/trunk/rt/bindings/corba/src/test/java/org/apache/yoko/bindings/corba/runtime/CorbaStreamReaderTest.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/bindings/corba/src/test/java/org/apache/yoko/bindings/corba/runtime/CorbaStreamReaderTest.java?rev=608894&view=auto ============================================================================== --- incubator/cxf/trunk/rt/bindings/corba/src/test/java/org/apache/yoko/bindings/corba/runtime/CorbaStreamReaderTest.java (added) +++ incubator/cxf/trunk/rt/bindings/corba/src/test/java/org/apache/yoko/bindings/corba/runtime/CorbaStreamReaderTest.java Fri Jan 4 07:47:28 2008 @@ -0,0 +1,83 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ +package org.apache.yoko.bindings.corba.runtime; + +import java.util.Arrays; +import javax.xml.namespace.QName; +import junit.framework.TestCase; + +import org.apache.yoko.bindings.corba.types.CorbaTypeEventProducer; +import org.easymock.classextension.EasyMock; + + +public class CorbaStreamReaderTest extends TestCase { + + private CorbaStreamReader reader; + private CorbaTypeEventProducer mock; + + public CorbaStreamReaderTest(String arg0) { + super(arg0); + + } + + public static void main(String[] args) { + junit.textui.TestRunner.run(CorbaStreamReaderTest.class); + } + + protected void setUp() throws Exception { + super.setUp(); + mock = EasyMock.createMock(CorbaTypeEventProducer.class); + reader = new CorbaStreamReader(mock); + } + + public void testGetName() throws Exception { + EasyMock.expect(mock.getName()).andReturn(new QName("http://foo.org", "test")); + EasyMock.replay(mock); + assertEquals("checking getName ", new QName("http://foo.org", "test"), reader.getName()); + } + + public void testGetLocalName() throws Exception { + EasyMock.expect(mock.getName()).andReturn(new QName("http://foo.org", "test")); + EasyMock.replay(mock); + assertEquals("checking localName ", "test", reader.getLocalName()); + } + + public void testGetNamespaceURI() throws Exception { + EasyMock.expect(mock.getName()).andReturn(new QName("http://foo.org", "test")); + EasyMock.replay(mock); + assertEquals("checking namespace ", "http://foo.org", reader.getNamespaceURI()); + } + + public void testGetText() throws Exception { + EasyMock.expect(mock.getText()).andReturn("abcdef"); + EasyMock.replay(mock); + assertEquals("checking getText", "abcdef", reader.getText()); + } + + + public void testGetTextCharacters() throws Exception { + EasyMock.expect(mock.getText()).andReturn("abcdef"); + EasyMock.replay(mock); + assertTrue("checking getTextCharacters", + Arrays.equals("abcdef".toCharArray(), reader.getTextCharacters())); + } + + + +} Propchange: incubator/cxf/trunk/rt/bindings/corba/src/test/java/org/apache/yoko/bindings/corba/runtime/CorbaStreamReaderTest.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: incubator/cxf/trunk/rt/bindings/corba/src/test/java/org/apache/yoko/bindings/corba/runtime/CorbaStreamReaderTest.java ------------------------------------------------------------------------------ svn:keywords = Rev Date Added: incubator/cxf/trunk/rt/bindings/corba/src/test/java/org/apache/yoko/bindings/corba/runtime/CorbaStreamWriterTest.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/bindings/corba/src/test/java/org/apache/yoko/bindings/corba/runtime/CorbaStreamWriterTest.java?rev=608894&view=auto ============================================================================== --- incubator/cxf/trunk/rt/bindings/corba/src/test/java/org/apache/yoko/bindings/corba/runtime/CorbaStreamWriterTest.java (added) +++ incubator/cxf/trunk/rt/bindings/corba/src/test/java/org/apache/yoko/bindings/corba/runtime/CorbaStreamWriterTest.java Fri Jan 4 07:47:28 2008 @@ -0,0 +1,53 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ +package org.apache.yoko.bindings.corba.runtime; + +import javax.xml.namespace.NamespaceContext; +import junit.framework.TestCase; + +import org.easymock.classextension.EasyMock; + +public class CorbaStreamWriterTest extends TestCase { + + private CorbaStreamWriter writer; + private NamespaceContext mock; + + public CorbaStreamWriterTest(String arg0) { + super(arg0); + + } + + public static void main(String[] args) { + junit.textui.TestRunner.run(CorbaStreamWriterTest.class); + } + + protected void setUp() throws Exception { + super.setUp(); + mock = EasyMock.createMock(NamespaceContext.class); + writer = new CorbaStreamWriter(null, null, null); + } + + public void testSetNamespaceContext() throws Exception { + writer.setNamespaceContext(mock); + assertSame("checking namespace context. ", mock, writer.getNamespaceContext()); + + } + + +} Propchange: incubator/cxf/trunk/rt/bindings/corba/src/test/java/org/apache/yoko/bindings/corba/runtime/CorbaStreamWriterTest.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: incubator/cxf/trunk/rt/bindings/corba/src/test/java/org/apache/yoko/bindings/corba/runtime/CorbaStreamWriterTest.java ------------------------------------------------------------------------------ svn:keywords = Rev Date Modified: incubator/cxf/trunk/rt/bindings/corba/src/test/java/org/apache/yoko/bindings/corba/runtime/CorbaStreamableTest.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/bindings/corba/src/test/java/org/apache/yoko/bindings/corba/runtime/CorbaStreamableTest.java?rev=608894&r1=608893&r2=608894&view=diff ============================================================================== --- incubator/cxf/trunk/rt/bindings/corba/src/test/java/org/apache/yoko/bindings/corba/runtime/CorbaStreamableTest.java (original) +++ incubator/cxf/trunk/rt/bindings/corba/src/test/java/org/apache/yoko/bindings/corba/runtime/CorbaStreamableTest.java Fri Jan 4 07:47:28 2008 @@ -1,18 +1,18 @@ /** * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file + * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file + * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at + * with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the + * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. */ Modified: incubator/cxf/trunk/rt/bindings/corba/src/test/java/org/apache/yoko/bindings/corba/types/CorbaAnyHandlerTest.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/bindings/corba/src/test/java/org/apache/yoko/bindings/corba/types/CorbaAnyHandlerTest.java?rev=608894&r1=608893&r2=608894&view=diff ============================================================================== --- incubator/cxf/trunk/rt/bindings/corba/src/test/java/org/apache/yoko/bindings/corba/types/CorbaAnyHandlerTest.java (original) +++ incubator/cxf/trunk/rt/bindings/corba/src/test/java/org/apache/yoko/bindings/corba/types/CorbaAnyHandlerTest.java Fri Jan 4 07:47:28 2008 @@ -1,18 +1,18 @@ /** * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file + * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file + * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at + * with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the + * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. */ Modified: incubator/cxf/trunk/rt/bindings/corba/src/test/java/org/apache/yoko/bindings/corba/types/CorbaArrayHandlerTest.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/bindings/corba/src/test/java/org/apache/yoko/bindings/corba/types/CorbaArrayHandlerTest.java?rev=608894&r1=608893&r2=608894&view=diff ============================================================================== --- incubator/cxf/trunk/rt/bindings/corba/src/test/java/org/apache/yoko/bindings/corba/types/CorbaArrayHandlerTest.java (original) +++ incubator/cxf/trunk/rt/bindings/corba/src/test/java/org/apache/yoko/bindings/corba/types/CorbaArrayHandlerTest.java Fri Jan 4 07:47:28 2008 @@ -1,18 +1,18 @@ /** * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file + * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file + * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at + * with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the + * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. */ Modified: incubator/cxf/trunk/rt/bindings/corba/src/test/java/org/apache/yoko/bindings/corba/types/CorbaEnumHandlerTest.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/bindings/corba/src/test/java/org/apache/yoko/bindings/corba/types/CorbaEnumHandlerTest.java?rev=608894&r1=608893&r2=608894&view=diff ============================================================================== --- incubator/cxf/trunk/rt/bindings/corba/src/test/java/org/apache/yoko/bindings/corba/types/CorbaEnumHandlerTest.java (original) +++ incubator/cxf/trunk/rt/bindings/corba/src/test/java/org/apache/yoko/bindings/corba/types/CorbaEnumHandlerTest.java Fri Jan 4 07:47:28 2008 @@ -1,18 +1,18 @@ /** * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file + * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file + * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at + * with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the + * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. */ Modified: incubator/cxf/trunk/rt/bindings/corba/src/test/java/org/apache/yoko/bindings/corba/types/CorbaFixedHandlerTest.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/bindings/corba/src/test/java/org/apache/yoko/bindings/corba/types/CorbaFixedHandlerTest.java?rev=608894&r1=608893&r2=608894&view=diff ============================================================================== --- incubator/cxf/trunk/rt/bindings/corba/src/test/java/org/apache/yoko/bindings/corba/types/CorbaFixedHandlerTest.java (original) +++ incubator/cxf/trunk/rt/bindings/corba/src/test/java/org/apache/yoko/bindings/corba/types/CorbaFixedHandlerTest.java Fri Jan 4 07:47:28 2008 @@ -1,18 +1,18 @@ /** * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file + * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file + * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at + * with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the + * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. */ Modified: incubator/cxf/trunk/rt/bindings/corba/src/test/java/org/apache/yoko/bindings/corba/types/CorbaHandlerUtilsTest.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/bindings/corba/src/test/java/org/apache/yoko/bindings/corba/types/CorbaHandlerUtilsTest.java?rev=608894&r1=608893&r2=608894&view=diff ============================================================================== --- incubator/cxf/trunk/rt/bindings/corba/src/test/java/org/apache/yoko/bindings/corba/types/CorbaHandlerUtilsTest.java (original) +++ incubator/cxf/trunk/rt/bindings/corba/src/test/java/org/apache/yoko/bindings/corba/types/CorbaHandlerUtilsTest.java Fri Jan 4 07:47:28 2008 @@ -1,18 +1,18 @@ /** * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file + * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file + * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at + * with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the + * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. */ @@ -72,7 +72,7 @@ protected void setUp() throws Exception { super.setUp(); - bus = BusFactory.newInstance().getDefaultBus(); + bus = BusFactory.getDefaultBus(); BindingFactoryManager bfm = bus.getExtension(BindingFactoryManager.class); factory = (BindingFactory)bfm.getBindingFactory("http://schemas.apache.org/yoko/bindings/corba"); bfm.registerBindingFactory(CorbaConstants.NU_WSDL_CORBA, factory); Modified: incubator/cxf/trunk/rt/bindings/corba/src/test/java/org/apache/yoko/bindings/corba/types/CorbaObjectHandlerTest.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/bindings/corba/src/test/java/org/apache/yoko/bindings/corba/types/CorbaObjectHandlerTest.java?rev=608894&r1=608893&r2=608894&view=diff ============================================================================== --- incubator/cxf/trunk/rt/bindings/corba/src/test/java/org/apache/yoko/bindings/corba/types/CorbaObjectHandlerTest.java (original) +++ incubator/cxf/trunk/rt/bindings/corba/src/test/java/org/apache/yoko/bindings/corba/types/CorbaObjectHandlerTest.java Fri Jan 4 07:47:28 2008 @@ -1,18 +1,18 @@ /** * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file + * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file + * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at + * with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the + * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. */ Modified: incubator/cxf/trunk/rt/bindings/corba/src/test/java/org/apache/yoko/bindings/corba/types/CorbaPrimitiveHandlerTest.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/bindings/corba/src/test/java/org/apache/yoko/bindings/corba/types/CorbaPrimitiveHandlerTest.java?rev=608894&r1=608893&r2=608894&view=diff ============================================================================== --- incubator/cxf/trunk/rt/bindings/corba/src/test/java/org/apache/yoko/bindings/corba/types/CorbaPrimitiveHandlerTest.java (original) +++ incubator/cxf/trunk/rt/bindings/corba/src/test/java/org/apache/yoko/bindings/corba/types/CorbaPrimitiveHandlerTest.java Fri Jan 4 07:47:28 2008 @@ -1,18 +1,18 @@ /** * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file + * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file + * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at + * with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the + * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. */ Modified: incubator/cxf/trunk/rt/bindings/corba/src/test/java/org/apache/yoko/bindings/corba/types/CorbaSequenceHandlerTest.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/bindings/corba/src/test/java/org/apache/yoko/bindings/corba/types/CorbaSequenceHandlerTest.java?rev=608894&r1=608893&r2=608894&view=diff ============================================================================== --- incubator/cxf/trunk/rt/bindings/corba/src/test/java/org/apache/yoko/bindings/corba/types/CorbaSequenceHandlerTest.java (original) +++ incubator/cxf/trunk/rt/bindings/corba/src/test/java/org/apache/yoko/bindings/corba/types/CorbaSequenceHandlerTest.java Fri Jan 4 07:47:28 2008 @@ -1,18 +1,18 @@ /** * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file + * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file + * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at + * with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the + * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. */ Modified: incubator/cxf/trunk/rt/bindings/corba/src/test/java/org/apache/yoko/bindings/corba/types/CorbaStructHandlerTest.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/bindings/corba/src/test/java/org/apache/yoko/bindings/corba/types/CorbaStructHandlerTest.java?rev=608894&r1=608893&r2=608894&view=diff ============================================================================== --- incubator/cxf/trunk/rt/bindings/corba/src/test/java/org/apache/yoko/bindings/corba/types/CorbaStructHandlerTest.java (original) +++ incubator/cxf/trunk/rt/bindings/corba/src/test/java/org/apache/yoko/bindings/corba/types/CorbaStructHandlerTest.java Fri Jan 4 07:47:28 2008 @@ -1,18 +1,18 @@ /** * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file + * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file + * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at + * with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the + * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. */ Modified: incubator/cxf/trunk/rt/bindings/corba/src/test/java/org/apache/yoko/bindings/corba/utils/CorbaUtilsTest.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/bindings/corba/src/test/java/org/apache/yoko/bindings/corba/utils/CorbaUtilsTest.java?rev=608894&r1=608893&r2=608894&view=diff ============================================================================== --- incubator/cxf/trunk/rt/bindings/corba/src/test/java/org/apache/yoko/bindings/corba/utils/CorbaUtilsTest.java (original) +++ incubator/cxf/trunk/rt/bindings/corba/src/test/java/org/apache/yoko/bindings/corba/utils/CorbaUtilsTest.java Fri Jan 4 07:47:28 2008 @@ -1,29 +1,34 @@ /** * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file + * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file + * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at + * with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the + * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. */ package org.apache.yoko.bindings.corba.utils; +import java.util.Stack; + import javax.xml.namespace.QName; import junit.framework.TestCase; import org.omg.CORBA.ORB; import org.omg.CORBA.TCKind; import org.omg.CORBA.TypeCode; +import org.apache.schemas.yoko.bindings.corba.CorbaType; +import org.apache.yoko.bindings.corba.CorbaBindingException; +import org.apache.yoko.bindings.corba.CorbaTypeMap; import org.apache.yoko.wsdl.CorbaConstants; public class CorbaUtilsTest extends TestCase { @@ -168,6 +173,36 @@ assertNotNull(tc); assertTrue(tc.kind().value() == TCKind._tk_wstring); assertTrue(CorbaUtils.isPrimitiveIdlType(type)); + } + + public void testErrorConditionNullTypeQName() { + try { + CorbaUtils.getTypeCode(orb, null, new CorbaTypeMap("dud:namespace")); + fail("expect exception on null type"); + } catch (CorbaBindingException expected) { + } + + CorbaTypeMap typeMap = new CorbaTypeMap("dud:namespace"); + QName seen = new QName("bla","Bla"); + Stack seenTypes = new Stack(); + seenTypes.add(seen); + try { + CorbaUtils.getTypeCode(orb, null, typeMap, seenTypes); + fail("expect exception on null type"); + } catch (CorbaBindingException expected) { + assertTrue("enclosed type is present", + expected.getMessage().indexOf(seen.toString()) != -1); + } + + CorbaType ctype = new CorbaType(); + try { + CorbaUtils.getTypeCode(orb, null, ctype, typeMap); + fail("expect exception on null type"); + } catch (CorbaBindingException expected) { + assertTrue("enclosed corba type is present", + expected.getMessage().indexOf(ctype.toString()) != -1); + } + } } Modified: incubator/cxf/trunk/rt/bindings/corba/src/test/java/org/apache/yoko/simple/Simple.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/bindings/corba/src/test/java/org/apache/yoko/simple/Simple.java?rev=608894&r1=608893&r2=608894&view=diff ============================================================================== --- incubator/cxf/trunk/rt/bindings/corba/src/test/java/org/apache/yoko/simple/Simple.java (original) +++ incubator/cxf/trunk/rt/bindings/corba/src/test/java/org/apache/yoko/simple/Simple.java Fri Jan 4 07:47:28 2008 @@ -1,18 +1,18 @@ /** * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file + * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file + * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at + * with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the + * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. */ Modified: incubator/cxf/trunk/rt/bindings/corba/src/test/java/org/apache/yoko/simple/SimpleCORBAService.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/bindings/corba/src/test/java/org/apache/yoko/simple/SimpleCORBAService.java?rev=608894&r1=608893&r2=608894&view=diff ============================================================================== --- incubator/cxf/trunk/rt/bindings/corba/src/test/java/org/apache/yoko/simple/SimpleCORBAService.java (original) +++ incubator/cxf/trunk/rt/bindings/corba/src/test/java/org/apache/yoko/simple/SimpleCORBAService.java Fri Jan 4 07:47:28 2008 @@ -1,18 +1,18 @@ /** * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file + * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file + * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at + * with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the + * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. */ Modified: incubator/cxf/trunk/rt/bindings/corba/src/test/java/org/apache/yoko/simple/types/ObjectFactory.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/bindings/corba/src/test/java/org/apache/yoko/simple/types/ObjectFactory.java?rev=608894&r1=608893&r2=608894&view=diff ============================================================================== --- incubator/cxf/trunk/rt/bindings/corba/src/test/java/org/apache/yoko/simple/types/ObjectFactory.java (original) +++ incubator/cxf/trunk/rt/bindings/corba/src/test/java/org/apache/yoko/simple/types/ObjectFactory.java Fri Jan 4 07:47:28 2008 @@ -1,18 +1,18 @@ /** * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file + * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file + * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at + * with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the + * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. */ Modified: incubator/cxf/trunk/rt/bindings/corba/src/test/java/org/apache/yoko/simple/types/TestSimpleMethod.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/bindings/corba/src/test/java/org/apache/yoko/simple/types/TestSimpleMethod.java?rev=608894&r1=608893&r2=608894&view=diff ============================================================================== --- incubator/cxf/trunk/rt/bindings/corba/src/test/java/org/apache/yoko/simple/types/TestSimpleMethod.java (original) +++ incubator/cxf/trunk/rt/bindings/corba/src/test/java/org/apache/yoko/simple/types/TestSimpleMethod.java Fri Jan 4 07:47:28 2008 @@ -1,18 +1,18 @@ /** * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file + * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file + * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at + * with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the + * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. */ Modified: incubator/cxf/trunk/rt/bindings/corba/src/test/java/org/apache/yoko/simple/types/TestSimpleMethodResult.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/bindings/corba/src/test/java/org/apache/yoko/simple/types/TestSimpleMethodResult.java?rev=608894&r1=608893&r2=608894&view=diff ============================================================================== --- incubator/cxf/trunk/rt/bindings/corba/src/test/java/org/apache/yoko/simple/types/TestSimpleMethodResult.java (original) +++ incubator/cxf/trunk/rt/bindings/corba/src/test/java/org/apache/yoko/simple/types/TestSimpleMethodResult.java Fri Jan 4 07:47:28 2008 @@ -1,18 +1,18 @@ /** * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file + * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file + * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at + * with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the + * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. */ Modified: incubator/cxf/trunk/rt/bindings/corba/src/test/java/org/apache/yoko/simple/types/package-info.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/bindings/corba/src/test/java/org/apache/yoko/simple/types/package-info.java?rev=608894&r1=608893&r2=608894&view=diff ============================================================================== --- incubator/cxf/trunk/rt/bindings/corba/src/test/java/org/apache/yoko/simple/types/package-info.java (original) +++ incubator/cxf/trunk/rt/bindings/corba/src/test/java/org/apache/yoko/simple/types/package-info.java Fri Jan 4 07:47:28 2008 @@ -1,18 +1,18 @@ /** * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file + * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file + * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at + * with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the + * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. */ Modified: incubator/cxf/trunk/tools/corba/pom.xml URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/corba/pom.xml?rev=608894&r1=608893&r2=608894&view=diff ============================================================================== --- incubator/cxf/trunk/tools/corba/pom.xml (original) +++ incubator/cxf/trunk/tools/corba/pom.xml Fri Jan 4 07:47:28 2008 @@ -19,14 +19,18 @@ --> 4.0.0 - yoko-tools + org.apache.cxf + cxf-tools-corba jar - Apache Yoko Command Line Tools + 2.1-incubator-SNAPSHOT + Apache CXF CORBA Command Line Tools + http://cwiki.apache.org/CXF - org.apache.yoko - yoko - 1.0-incubating-SNAPSHOT + org.apache.cxf + cxf-parent + 2.1-incubator-SNAPSHOT + ../../parent/pom.xml @@ -38,42 +42,45 @@ org.apache.cxf cxf-api + ${project.version} org.apache.cxf cxf-tools-common + ${project.version} org.apache.cxf cxf-tools-validator + ${project.version} - org.apache.yoko - yoko-api + org.apache.cxf + cxf-rt-bindings-corba + ${project.version} antlr antlr + 2.7.5 org.apache.ws.commons.schema XmlSchema - org.codehaus.woodstox - wstx-asl - ${stax.version} + org.codehaus.woodstox + wstx-asl wsdl4j wsdl4j - 1.6.1 - + org.apache.maven.plugins maven-antlr-plugin @@ -92,60 +99,7 @@ - - org.apache.maven.plugins - maven-checkstyle-plugin - - - - - - - - default-tools.jar - - - java.vendor - Sun Microsystems Inc. - - - - - sun.jdk - tools - 1.5.0 - system - ${java.home}/../lib/tools.jar - - - - - - - - - maven-checkstyle-plugin - - - maven-clover-plugin - - - maven-pmd-plugin - - - maven-project-info-reports-plugin - - - - - - scm:svn:http://svn.apache.org/repos/asf/incubator/yoko/trunk/tools - scm:svn:https://${maven.username}@svn.apache.org/repos/asf/incubator/yoko/trunk/tools - http://svn.apache.org/viewvc/incubator/yoko/trunk/tools - - + + Modified: incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/IDLToWSDL.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/IDLToWSDL.java?rev=608894&r1=608893&r2=608894&view=diff ============================================================================== --- incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/IDLToWSDL.java (original) +++ incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/IDLToWSDL.java Fri Jan 4 07:47:28 2008 @@ -15,7 +15,7 @@ * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. -*/ + */ package org.apache.yoko.tools; @@ -137,7 +137,25 @@ doc.getParameter(ToolCorbaConstants.CFG_IMPORTSCHEMA)); } - //need to add all the other options + if (env.optionSet(ToolCorbaConstants.CFG_MODULETONS)) { + env.put(ToolCorbaConstants.CFG_MODULETONS, + doc.getParameter(ToolCorbaConstants.CFG_MODULETONS)); + } + + if (env.optionSet(ToolCorbaConstants.CFG_INCLUDEDIR)) { + env.put(ToolCorbaConstants.CFG_INCLUDEDIR, + doc.getParameter(ToolCorbaConstants.CFG_INCLUDEDIR)); + } + if (env.optionSet(ToolCorbaConstants.CFG_WSDLOUTPUTFILE)) { + env.put(ToolCorbaConstants.CFG_WSDLOUTPUTFILE, + doc.getParameter(ToolCorbaConstants.CFG_WSDLOUTPUTFILE)); + } + + if (env.optionSet(ToolCorbaConstants.CFG_EXCLUDEMODULES)) { + env.put(ToolCorbaConstants.CFG_EXCLUDEMODULES, + doc.getParameter(ToolCorbaConstants.CFG_EXCLUDEMODULES)); + } + } public static void run(String[] arguments) throws Exception { @@ -177,6 +195,15 @@ && (doc.hasParameter(ToolCorbaConstants.CFG_IMPORTSCHEMA))) { errors.add(new ErrorVisitor.UserError("Options -n & -T cannot be used together")); } + + if ((doc.hasParameter(ToolCorbaConstants.CFG_MODULETONS)) + && ((doc.hasParameter(ToolCorbaConstants.CFG_LOGICAL)) + || (doc.hasParameter(ToolCorbaConstants.CFG_PHYSICAL)) + || (doc.hasParameter(ToolCorbaConstants.CFG_SCHEMA)) + || (doc.hasParameter(ToolCorbaConstants.CFG_IMPORTSCHEMA)))) { + errors.add(new ErrorVisitor.UserError("Options -mns and -L|-P|-T|-n cannot be use together")); + } + if (doc.hasParameter(ToolCorbaConstants.CFG_SEQUENCE_OCTET_TYPE)) { String sequenceOctetType = doc.getParameter(ToolCorbaConstants.CFG_SEQUENCE_OCTET_TYPE); if (sequenceOctetType != null) { Modified: incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/WSDLToIDL.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/WSDLToIDL.java?rev=608894&r1=608893&r2=608894&view=diff ============================================================================== --- incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/WSDLToIDL.java (original) +++ incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/WSDLToIDL.java Fri Jan 4 07:47:28 2008 @@ -15,7 +15,7 @@ * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. -*/ + */ package org.apache.yoko.tools; Modified: incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/CorbaPrimitiveMap.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/CorbaPrimitiveMap.java?rev=608894&r1=608893&r2=608894&view=diff ============================================================================== --- incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/CorbaPrimitiveMap.java (original) +++ incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/CorbaPrimitiveMap.java Fri Jan 4 07:47:28 2008 @@ -15,7 +15,7 @@ * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. -*/ + */ package org.apache.yoko.tools.common; Modified: incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/PrimitiveMapBase.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/PrimitiveMapBase.java?rev=608894&r1=608893&r2=608894&view=diff ============================================================================== --- incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/PrimitiveMapBase.java (original) +++ incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/PrimitiveMapBase.java Fri Jan 4 07:47:28 2008 @@ -15,7 +15,7 @@ * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. -*/ + */ package org.apache.yoko.tools.common; Added: incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/Processor.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/Processor.java?rev=608894&view=auto ============================================================================== --- incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/Processor.java (added) +++ incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/Processor.java Fri Jan 4 07:47:28 2008 @@ -0,0 +1,25 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ +package org.apache.yoko.tools.common; + +import org.apache.cxf.tools.common.ToolException; + +public interface Processor { + void process() throws ToolException; +} Propchange: incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/Processor.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/Processor.java ------------------------------------------------------------------------------ svn:keywords = Rev Date Modified: incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/ProcessorEnvironment.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/ProcessorEnvironment.java?rev=608894&r1=608893&r2=608894&view=diff ============================================================================== --- incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/ProcessorEnvironment.java (original) +++ incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/ProcessorEnvironment.java Fri Jan 4 07:47:28 2008 @@ -1,18 +1,18 @@ /** * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file + * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file + * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at + * with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the + * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. */ @@ -103,11 +103,7 @@ } public boolean isVerbose() { - if (get(ToolConstants.CFG_VERBOSE) == null) { - return false; - } else { - return get(ToolConstants.CFG_VERBOSE) == ToolConstants.CFG_VERBOSE; - } + return optionSet(ToolConstants.CFG_VERBOSE); } public void addNamespacePackageMap(String namespace, String pn) { Modified: incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/ReferenceConstants.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/ReferenceConstants.java?rev=608894&r1=608893&r2=608894&view=diff ============================================================================== --- incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/ReferenceConstants.java (original) +++ incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/ReferenceConstants.java Fri Jan 4 07:47:28 2008 @@ -15,7 +15,7 @@ * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. -*/ + */ package org.apache.yoko.tools.common; Modified: incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/SchemaFactory.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/SchemaFactory.java?rev=608894&r1=608893&r2=608894&view=diff ============================================================================== --- incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/SchemaFactory.java (original) +++ incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/SchemaFactory.java Fri Jan 4 07:47:28 2008 @@ -15,7 +15,7 @@ * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. -*/ + */ package org.apache.yoko.tools.common; Modified: incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/SchemaFactoryImpl.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/SchemaFactoryImpl.java?rev=608894&r1=608893&r2=608894&view=diff ============================================================================== --- incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/SchemaFactoryImpl.java (original) +++ incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/SchemaFactoryImpl.java Fri Jan 4 07:47:28 2008 @@ -15,7 +15,7 @@ * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. -*/ + */ package org.apache.yoko.tools.common; Modified: incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/SchemaWriterImpl.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/SchemaWriterImpl.java?rev=608894&r1=608893&r2=608894&view=diff ============================================================================== --- incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/SchemaWriterImpl.java (original) +++ incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/SchemaWriterImpl.java Fri Jan 4 07:47:28 2008 @@ -15,7 +15,7 @@ * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. -*/ + */ package org.apache.yoko.tools.common; Modified: incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/ToolCorbaConstants.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/ToolCorbaConstants.java?rev=608894&r1=608893&r2=608894&view=diff ============================================================================== --- incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/ToolCorbaConstants.java (original) +++ incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/ToolCorbaConstants.java Fri Jan 4 07:47:28 2008 @@ -15,7 +15,7 @@ * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. -*/ + */ package org.apache.yoko.tools.common; @@ -43,4 +43,12 @@ public static final String CFG_BOUNDEDSTRINGS = "boundedstrings"; public static final String CFG_LOGICAL = "logical"; public static final String CFG_PHYSICAL = "physical"; + public static final String CFG_MODULETONS = "moduletonamespace"; + public static final String CFG_QUALIFIED = "qualified"; + public static final String CFG_INCLUDEDIR = "includedir"; + public static final String CFG_EXCLUDEMODULES = "excludemodules"; + public static final String CFG_POLYMORPHIC_FACTORIES = "polymorphicfactories"; + + + public static final String MODULE_SEPARATOR = "::"; } Modified: incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/WSDLCorbaFactory.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/WSDLCorbaFactory.java?rev=608894&r1=608893&r2=608894&view=diff ============================================================================== --- incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/WSDLCorbaFactory.java (original) +++ incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/WSDLCorbaFactory.java Fri Jan 4 07:47:28 2008 @@ -15,7 +15,7 @@ * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. -*/ + */ package org.apache.yoko.tools.common; Modified: incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/WSDLCorbaFactoryImpl.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/WSDLCorbaFactoryImpl.java?rev=608894&r1=608893&r2=608894&view=diff ============================================================================== --- incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/WSDLCorbaFactoryImpl.java (original) +++ incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/WSDLCorbaFactoryImpl.java Fri Jan 4 07:47:28 2008 @@ -15,7 +15,7 @@ * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. -*/ + */ package org.apache.yoko.tools.common; Modified: incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/WSDLCorbaWriterImpl.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/WSDLCorbaWriterImpl.java?rev=608894&r1=608893&r2=608894&view=diff ============================================================================== --- incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/WSDLCorbaWriterImpl.java (original) +++ incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/WSDLCorbaWriterImpl.java Fri Jan 4 07:47:28 2008 @@ -15,7 +15,7 @@ * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. -*/ + */ package org.apache.yoko.tools.common; Modified: incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/WSDLUtils.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/WSDLUtils.java?rev=608894&r1=608893&r2=608894&view=diff ============================================================================== --- incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/WSDLUtils.java (original) +++ incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/WSDLUtils.java Fri Jan 4 07:47:28 2008 @@ -15,7 +15,7 @@ * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. -*/ + */ package org.apache.yoko.tools.common; @@ -45,7 +45,6 @@ public static boolean isElementFormQualified(List schemas, QName type) { if (type != null) { - String uri = type.getNamespaceURI(); for (int i = 0; i < schemas.size(); i++) { XmlSchema schema = schemas.get(i); if (isElementFormQualified(schema, type)) { Modified: incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/XmlSchemaPrimitiveMap.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/XmlSchemaPrimitiveMap.java?rev=608894&r1=608893&r2=608894&view=diff ============================================================================== --- incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/XmlSchemaPrimitiveMap.java (original) +++ incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/XmlSchemaPrimitiveMap.java Fri Jan 4 07:47:28 2008 @@ -15,7 +15,7 @@ * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. -*/ + */ package org.apache.yoko.tools.common; Modified: incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/idltypes/CorbaUtils.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/idltypes/CorbaUtils.java?rev=608894&r1=608893&r2=608894&view=diff ============================================================================== --- incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/idltypes/CorbaUtils.java (original) +++ incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/idltypes/CorbaUtils.java Fri Jan 4 07:47:28 2008 @@ -15,7 +15,7 @@ * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. -*/ + */ package org.apache.yoko.tools.common.idltypes; Modified: incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/idltypes/IdlAnonArray.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/idltypes/IdlAnonArray.java?rev=608894&r1=608893&r2=608894&view=diff ============================================================================== --- incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/idltypes/IdlAnonArray.java (original) +++ incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/idltypes/IdlAnonArray.java Fri Jan 4 07:47:28 2008 @@ -15,7 +15,7 @@ * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. -*/ + */ package org.apache.yoko.tools.common.idltypes; Modified: incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/idltypes/IdlAnonFixed.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/idltypes/IdlAnonFixed.java?rev=608894&r1=608893&r2=608894&view=diff ============================================================================== --- incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/idltypes/IdlAnonFixed.java (original) +++ incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/idltypes/IdlAnonFixed.java Fri Jan 4 07:47:28 2008 @@ -15,7 +15,7 @@ * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. -*/ + */ package org.apache.yoko.tools.common.idltypes; Modified: incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/idltypes/IdlAnonSequence.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/idltypes/IdlAnonSequence.java?rev=608894&r1=608893&r2=608894&view=diff ============================================================================== --- incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/idltypes/IdlAnonSequence.java (original) +++ incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/idltypes/IdlAnonSequence.java Fri Jan 4 07:47:28 2008 @@ -15,7 +15,7 @@ * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. -*/ + */ package org.apache.yoko.tools.common.idltypes; Modified: incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/idltypes/IdlArray.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/idltypes/IdlArray.java?rev=608894&r1=608893&r2=608894&view=diff ============================================================================== --- incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/idltypes/IdlArray.java (original) +++ incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/idltypes/IdlArray.java Fri Jan 4 07:47:28 2008 @@ -15,7 +15,7 @@ * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. -*/ + */ package org.apache.yoko.tools.common.idltypes; Modified: incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/idltypes/IdlArrayBase.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/idltypes/IdlArrayBase.java?rev=608894&r1=608893&r2=608894&view=diff ============================================================================== --- incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/idltypes/IdlArrayBase.java (original) +++ incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/idltypes/IdlArrayBase.java Fri Jan 4 07:47:28 2008 @@ -15,7 +15,7 @@ * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. -*/ + */ package org.apache.yoko.tools.common.idltypes; Modified: incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/idltypes/IdlAttribute.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/idltypes/IdlAttribute.java?rev=608894&r1=608893&r2=608894&view=diff ============================================================================== --- incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/idltypes/IdlAttribute.java (original) +++ incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/idltypes/IdlAttribute.java Fri Jan 4 07:47:28 2008 @@ -15,7 +15,7 @@ * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. -*/ + */ package org.apache.yoko.tools.common.idltypes; Modified: incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/idltypes/IdlConst.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/idltypes/IdlConst.java?rev=608894&r1=608893&r2=608894&view=diff ============================================================================== --- incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/idltypes/IdlConst.java (original) +++ incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/idltypes/IdlConst.java Fri Jan 4 07:47:28 2008 @@ -15,7 +15,7 @@ * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. -*/ + */ package org.apache.yoko.tools.common.idltypes; Modified: incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/idltypes/IdlDefn.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/idltypes/IdlDefn.java?rev=608894&r1=608893&r2=608894&view=diff ============================================================================== --- incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/idltypes/IdlDefn.java (original) +++ incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/idltypes/IdlDefn.java Fri Jan 4 07:47:28 2008 @@ -15,7 +15,7 @@ * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. -*/ + */ package org.apache.yoko.tools.common.idltypes; Modified: incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/idltypes/IdlDefnImplBase.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/idltypes/IdlDefnImplBase.java?rev=608894&r1=608893&r2=608894&view=diff ============================================================================== --- incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/idltypes/IdlDefnImplBase.java (original) +++ incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/idltypes/IdlDefnImplBase.java Fri Jan 4 07:47:28 2008 @@ -15,7 +15,7 @@ * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. -*/ + */ package org.apache.yoko.tools.common.idltypes; Modified: incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/idltypes/IdlEnum.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/idltypes/IdlEnum.java?rev=608894&r1=608893&r2=608894&view=diff ============================================================================== --- incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/idltypes/IdlEnum.java (original) +++ incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/idltypes/IdlEnum.java Fri Jan 4 07:47:28 2008 @@ -15,7 +15,7 @@ * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. -*/ + */ package org.apache.yoko.tools.common.idltypes; Modified: incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/idltypes/IdlEnumerator.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/idltypes/IdlEnumerator.java?rev=608894&r1=608893&r2=608894&view=diff ============================================================================== --- incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/idltypes/IdlEnumerator.java (original) +++ incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/idltypes/IdlEnumerator.java Fri Jan 4 07:47:28 2008 @@ -15,7 +15,7 @@ * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. -*/ + */ package org.apache.yoko.tools.common.idltypes; Modified: incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/idltypes/IdlException.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/idltypes/IdlException.java?rev=608894&r1=608893&r2=608894&view=diff ============================================================================== --- incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/idltypes/IdlException.java (original) +++ incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/idltypes/IdlException.java Fri Jan 4 07:47:28 2008 @@ -15,7 +15,7 @@ * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. -*/ + */ package org.apache.yoko.tools.common.idltypes; Modified: incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/idltypes/IdlField.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/idltypes/IdlField.java?rev=608894&r1=608893&r2=608894&view=diff ============================================================================== --- incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/idltypes/IdlField.java (original) +++ incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/idltypes/IdlField.java Fri Jan 4 07:47:28 2008 @@ -15,7 +15,7 @@ * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. -*/ + */ package org.apache.yoko.tools.common.idltypes; Modified: incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/idltypes/IdlFixed.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/idltypes/IdlFixed.java?rev=608894&r1=608893&r2=608894&view=diff ============================================================================== --- incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/idltypes/IdlFixed.java (original) +++ incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/idltypes/IdlFixed.java Fri Jan 4 07:47:28 2008 @@ -15,7 +15,7 @@ * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. -*/ + */ package org.apache.yoko.tools.common.idltypes; Modified: incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/idltypes/IdlFixedBase.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/idltypes/IdlFixedBase.java?rev=608894&r1=608893&r2=608894&view=diff ============================================================================== --- incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/idltypes/IdlFixedBase.java (original) +++ incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/idltypes/IdlFixedBase.java Fri Jan 4 07:47:28 2008 @@ -15,7 +15,7 @@ * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. -*/ + */ package org.apache.yoko.tools.common.idltypes; Modified: incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/idltypes/IdlInterface.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/idltypes/IdlInterface.java?rev=608894&r1=608893&r2=608894&view=diff ============================================================================== --- incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/idltypes/IdlInterface.java (original) +++ incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/idltypes/IdlInterface.java Fri Jan 4 07:47:28 2008 @@ -15,7 +15,7 @@ * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. -*/ + */ package org.apache.yoko.tools.common.idltypes; Modified: incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/idltypes/IdlModule.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/idltypes/IdlModule.java?rev=608894&r1=608893&r2=608894&view=diff ============================================================================== --- incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/idltypes/IdlModule.java (original) +++ incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/idltypes/IdlModule.java Fri Jan 4 07:47:28 2008 @@ -15,7 +15,7 @@ * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. -*/ + */ package org.apache.yoko.tools.common.idltypes; Modified: incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/idltypes/IdlOperation.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/idltypes/IdlOperation.java?rev=608894&r1=608893&r2=608894&view=diff ============================================================================== --- incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/idltypes/IdlOperation.java (original) +++ incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/idltypes/IdlOperation.java Fri Jan 4 07:47:28 2008 @@ -15,7 +15,7 @@ * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. -*/ + */ package org.apache.yoko.tools.common.idltypes; Modified: incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/idltypes/IdlParam.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/idltypes/IdlParam.java?rev=608894&r1=608893&r2=608894&view=diff ============================================================================== --- incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/idltypes/IdlParam.java (original) +++ incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/idltypes/IdlParam.java Fri Jan 4 07:47:28 2008 @@ -15,7 +15,7 @@ * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. -*/ + */ package org.apache.yoko.tools.common.idltypes; Modified: incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/idltypes/IdlPrimitive.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/idltypes/IdlPrimitive.java?rev=608894&r1=608893&r2=608894&view=diff ============================================================================== --- incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/idltypes/IdlPrimitive.java (original) +++ incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/idltypes/IdlPrimitive.java Fri Jan 4 07:47:28 2008 @@ -15,7 +15,7 @@ * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. -*/ + */ package org.apache.yoko.tools.common.idltypes; Modified: incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/idltypes/IdlRoot.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/idltypes/IdlRoot.java?rev=608894&r1=608893&r2=608894&view=diff ============================================================================== --- incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/idltypes/IdlRoot.java (original) +++ incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/idltypes/IdlRoot.java Fri Jan 4 07:47:28 2008 @@ -15,7 +15,7 @@ * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. -*/ + */ package org.apache.yoko.tools.common.idltypes; Modified: incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/idltypes/IdlScopeBase.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/idltypes/IdlScopeBase.java?rev=608894&r1=608893&r2=608894&view=diff ============================================================================== --- incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/idltypes/IdlScopeBase.java (original) +++ incubator/cxf/trunk/tools/corba/src/main/java/org/apache/yoko/tools/common/idltypes/IdlScopeBase.java Fri Jan 4 07:47:28 2008 @@ -15,7 +15,7 @@ * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. -*/ + */ package org.apache.yoko.tools.common.idltypes;