Modified: openejb/branches/openejb-4.0.0-beta-2/examples/dynamic-proxy-to-access-mbean/src/test/java/org/superbiz/dynamic/mbean/simple/Simple.java URL: http://svn.apache.org/viewvc/openejb/branches/openejb-4.0.0-beta-2/examples/dynamic-proxy-to-access-mbean/src/test/java/org/superbiz/dynamic/mbean/simple/Simple.java?rev=1227807&r1=1227806&r2=1227807&view=diff ============================================================================== --- openejb/branches/openejb-4.0.0-beta-2/examples/dynamic-proxy-to-access-mbean/src/test/java/org/superbiz/dynamic/mbean/simple/Simple.java (original) +++ openejb/branches/openejb-4.0.0-beta-2/examples/dynamic-proxy-to-access-mbean/src/test/java/org/superbiz/dynamic/mbean/simple/Simple.java Thu Jan 5 20:08:34 2012 @@ -1,3 +1,20 @@ +/** + * 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.superbiz.dynamic.mbean.simple; public class Simple implements SimpleMBean {
Modified: openejb/branches/openejb-4.0.0-beta-2/examples/dynamic-proxy-to-access-mbean/src/test/java/org/superbiz/dynamic/mbean/simple/SimpleMBean.java URL: http://svn.apache.org/viewvc/openejb/branches/openejb-4.0.0-beta-2/examples/dynamic-proxy-to-access-mbean/src/test/java/org/superbiz/dynamic/mbean/simple/SimpleMBean.java?rev=1227807&r1=1227806&r2=1227807&view=diff ============================================================================== --- openejb/branches/openejb-4.0.0-beta-2/examples/dynamic-proxy-to-access-mbean/src/test/java/org/superbiz/dynamic/mbean/simple/SimpleMBean.java (original) +++ openejb/branches/openejb-4.0.0-beta-2/examples/dynamic-proxy-to-access-mbean/src/test/java/org/superbiz/dynamic/mbean/simple/SimpleMBean.java Thu Jan 5 20:08:34 2012 @@ -1,3 +1,20 @@ +/** + * 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.superbiz.dynamic.mbean.simple; public interface SimpleMBean { Modified: openejb/branches/openejb-4.0.0-beta-2/examples/index.md URL: http://svn.apache.org/viewvc/openejb/branches/openejb-4.0.0-beta-2/examples/index.md?rev=1227807&r1=1227806&r2=1227807&view=diff ============================================================================== --- openejb/branches/openejb-4.0.0-beta-2/examples/index.md (original) +++ openejb/branches/openejb-4.0.0-beta-2/examples/index.md Thu Jan 5 20:08:34 2012 @@ -1,3 +1,20 @@ +<!--- + + 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. +--> {row {span-one-third Modified: openejb/branches/openejb-4.0.0-beta-2/examples/reload-persistence-unit-properties/src/main/java/org/superbiz/reloadable/pu/Person.java URL: http://svn.apache.org/viewvc/openejb/branches/openejb-4.0.0-beta-2/examples/reload-persistence-unit-properties/src/main/java/org/superbiz/reloadable/pu/Person.java?rev=1227807&r1=1227806&r2=1227807&view=diff ============================================================================== --- openejb/branches/openejb-4.0.0-beta-2/examples/reload-persistence-unit-properties/src/main/java/org/superbiz/reloadable/pu/Person.java (original) +++ openejb/branches/openejb-4.0.0-beta-2/examples/reload-persistence-unit-properties/src/main/java/org/superbiz/reloadable/pu/Person.java Thu Jan 5 20:08:34 2012 @@ -1,3 +1,20 @@ +/** + * 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.superbiz.reloadable.pu; import javax.persistence.Entity; Modified: openejb/branches/openejb-4.0.0-beta-2/examples/reload-persistence-unit-properties/src/main/java/org/superbiz/reloadable/pu/PersonManager.java URL: http://svn.apache.org/viewvc/openejb/branches/openejb-4.0.0-beta-2/examples/reload-persistence-unit-properties/src/main/java/org/superbiz/reloadable/pu/PersonManager.java?rev=1227807&r1=1227806&r2=1227807&view=diff ============================================================================== --- openejb/branches/openejb-4.0.0-beta-2/examples/reload-persistence-unit-properties/src/main/java/org/superbiz/reloadable/pu/PersonManager.java (original) +++ openejb/branches/openejb-4.0.0-beta-2/examples/reload-persistence-unit-properties/src/main/java/org/superbiz/reloadable/pu/PersonManager.java Thu Jan 5 20:08:34 2012 @@ -1,3 +1,20 @@ +/** + * 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.superbiz.reloadable.pu; import javax.ejb.Singleton; Modified: openejb/branches/openejb-4.0.0-beta-2/examples/reload-persistence-unit-properties/src/test/java/org/superbiz/reloadable/pu/CacheActivationTest.java URL: http://svn.apache.org/viewvc/openejb/branches/openejb-4.0.0-beta-2/examples/reload-persistence-unit-properties/src/test/java/org/superbiz/reloadable/pu/CacheActivationTest.java?rev=1227807&r1=1227806&r2=1227807&view=diff ============================================================================== --- openejb/branches/openejb-4.0.0-beta-2/examples/reload-persistence-unit-properties/src/test/java/org/superbiz/reloadable/pu/CacheActivationTest.java (original) +++ openejb/branches/openejb-4.0.0-beta-2/examples/reload-persistence-unit-properties/src/test/java/org/superbiz/reloadable/pu/CacheActivationTest.java Thu Jan 5 20:08:34 2012 @@ -1,3 +1,20 @@ +/** + * 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.superbiz.reloadable.pu; import org.apache.log4j.ConsoleAppender; Modified: openejb/branches/openejb-4.0.0-beta-2/examples/simple-mdb-and-cdi/src/main/java/org/superbiz/mdb/ChatRespondCreator.java URL: http://svn.apache.org/viewvc/openejb/branches/openejb-4.0.0-beta-2/examples/simple-mdb-and-cdi/src/main/java/org/superbiz/mdb/ChatRespondCreator.java?rev=1227807&r1=1227806&r2=1227807&view=diff ============================================================================== --- openejb/branches/openejb-4.0.0-beta-2/examples/simple-mdb-and-cdi/src/main/java/org/superbiz/mdb/ChatRespondCreator.java (original) +++ openejb/branches/openejb-4.0.0-beta-2/examples/simple-mdb-and-cdi/src/main/java/org/superbiz/mdb/ChatRespondCreator.java Thu Jan 5 20:08:34 2012 @@ -1,3 +1,20 @@ +/** + * 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.superbiz.mdb; public class ChatRespondCreator { Modified: openejb/branches/openejb-4.0.0-beta-2/examples/simple-mdb-and-cdi/src/main/resources/META-INF/beans.xml URL: http://svn.apache.org/viewvc/openejb/branches/openejb-4.0.0-beta-2/examples/simple-mdb-and-cdi/src/main/resources/META-INF/beans.xml?rev=1227807&r1=1227806&r2=1227807&view=diff ============================================================================== --- openejb/branches/openejb-4.0.0-beta-2/examples/simple-mdb-and-cdi/src/main/resources/META-INF/beans.xml (original) +++ openejb/branches/openejb-4.0.0-beta-2/examples/simple-mdb-and-cdi/src/main/resources/META-INF/beans.xml Thu Jan 5 20:08:34 2012 @@ -1 +1,18 @@ +<!-- + + 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. +--> + <beans /> Modified: openejb/branches/openejb-4.0.0-beta-2/osgi/openejb-core-osgi/src/main/java/org/apache/openejb/core/osgi/impl/OpenEJBBundleContextHolder.java URL: http://svn.apache.org/viewvc/openejb/branches/openejb-4.0.0-beta-2/osgi/openejb-core-osgi/src/main/java/org/apache/openejb/core/osgi/impl/OpenEJBBundleContextHolder.java?rev=1227807&r1=1227806&r2=1227807&view=diff ============================================================================== --- openejb/branches/openejb-4.0.0-beta-2/osgi/openejb-core-osgi/src/main/java/org/apache/openejb/core/osgi/impl/OpenEJBBundleContextHolder.java (original) +++ openejb/branches/openejb-4.0.0-beta-2/osgi/openejb-core-osgi/src/main/java/org/apache/openejb/core/osgi/impl/OpenEJBBundleContextHolder.java Thu Jan 5 20:08:34 2012 @@ -1,3 +1,20 @@ +/** + * 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.openejb.core.osgi.impl; import org.osgi.framework.BundleContext; Modified: openejb/branches/openejb-4.0.0-beta-2/osgi/openejb-core-osgi/src/main/java/org/apache/openejb/core/osgi/impl/RegisterOSGIServicesExtension.java URL: http://svn.apache.org/viewvc/openejb/branches/openejb-4.0.0-beta-2/osgi/openejb-core-osgi/src/main/java/org/apache/openejb/core/osgi/impl/RegisterOSGIServicesExtension.java?rev=1227807&r1=1227806&r2=1227807&view=diff ============================================================================== --- openejb/branches/openejb-4.0.0-beta-2/osgi/openejb-core-osgi/src/main/java/org/apache/openejb/core/osgi/impl/RegisterOSGIServicesExtension.java (original) +++ openejb/branches/openejb-4.0.0-beta-2/osgi/openejb-core-osgi/src/main/java/org/apache/openejb/core/osgi/impl/RegisterOSGIServicesExtension.java Thu Jan 5 20:08:34 2012 @@ -1,3 +1,20 @@ +/** + * 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.openejb.core.osgi.impl; import org.osgi.framework.Bundle; Modified: openejb/branches/openejb-4.0.0-beta-2/osgi/openejb-core-osgi/src/main/resources/META-INF/services/javax.enterprise.inject.spi.Extension URL: http://svn.apache.org/viewvc/openejb/branches/openejb-4.0.0-beta-2/osgi/openejb-core-osgi/src/main/resources/META-INF/services/javax.enterprise.inject.spi.Extension?rev=1227807&r1=1227806&r2=1227807&view=diff ============================================================================== --- openejb/branches/openejb-4.0.0-beta-2/osgi/openejb-core-osgi/src/main/resources/META-INF/services/javax.enterprise.inject.spi.Extension (original) +++ openejb/branches/openejb-4.0.0-beta-2/osgi/openejb-core-osgi/src/main/resources/META-INF/services/javax.enterprise.inject.spi.Extension Thu Jan 5 20:08:34 2012 @@ -1 +1,18 @@ +/** + * 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. + */ + org.apache.openejb.core.osgi.impl.RegisterOSGIServicesExtension Modified: openejb/branches/openejb-4.0.0-beta-2/osgi/pom.xml URL: http://svn.apache.org/viewvc/openejb/branches/openejb-4.0.0-beta-2/osgi/pom.xml?rev=1227807&r1=1227806&r2=1227807&view=diff ============================================================================== --- openejb/branches/openejb-4.0.0-beta-2/osgi/pom.xml (original) +++ openejb/branches/openejb-4.0.0-beta-2/osgi/pom.xml Thu Jan 5 20:08:34 2012 @@ -1,3 +1,20 @@ +<!-- + + 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. +--> + <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Modified: openejb/branches/openejb-4.0.0-beta-2/server/openejb-cxf-rs/src/main/java/org/apache/openejb/server/cxf/rs/OpenEJBRuntimeDelegateImpl.java URL: http://svn.apache.org/viewvc/openejb/branches/openejb-4.0.0-beta-2/server/openejb-cxf-rs/src/main/java/org/apache/openejb/server/cxf/rs/OpenEJBRuntimeDelegateImpl.java?rev=1227807&r1=1227806&r2=1227807&view=diff ============================================================================== --- openejb/branches/openejb-4.0.0-beta-2/server/openejb-cxf-rs/src/main/java/org/apache/openejb/server/cxf/rs/OpenEJBRuntimeDelegateImpl.java (original) +++ openejb/branches/openejb-4.0.0-beta-2/server/openejb-cxf-rs/src/main/java/org/apache/openejb/server/cxf/rs/OpenEJBRuntimeDelegateImpl.java Thu Jan 5 20:08:34 2012 @@ -1,3 +1,20 @@ +/** + * 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.openejb.server.cxf.rs; import org.apache.cxf.jaxrs.impl.RuntimeDelegateImpl; Modified: openejb/branches/openejb-4.0.0-beta-2/server/openejb-cxf-rs/src/main/resources/META-INF/services/javax.ws.rs.ext.RuntimeDelegate URL: http://svn.apache.org/viewvc/openejb/branches/openejb-4.0.0-beta-2/server/openejb-cxf-rs/src/main/resources/META-INF/services/javax.ws.rs.ext.RuntimeDelegate?rev=1227807&r1=1227806&r2=1227807&view=diff ============================================================================== --- openejb/branches/openejb-4.0.0-beta-2/server/openejb-cxf-rs/src/main/resources/META-INF/services/javax.ws.rs.ext.RuntimeDelegate (original) +++ openejb/branches/openejb-4.0.0-beta-2/server/openejb-cxf-rs/src/main/resources/META-INF/services/javax.ws.rs.ext.RuntimeDelegate Thu Jan 5 20:08:34 2012 @@ -1 +1,18 @@ +/** + * 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. + */ + org.apache.openejb.server.cxf.rs.OpenEJBRuntimeDelegateImpl Modified: openejb/branches/openejb-4.0.0-beta-2/server/openejb-cxf-rs/src/test/java/org/apache/openejb/server/cxf/rs/CustomProviderTest.java URL: http://svn.apache.org/viewvc/openejb/branches/openejb-4.0.0-beta-2/server/openejb-cxf-rs/src/test/java/org/apache/openejb/server/cxf/rs/CustomProviderTest.java?rev=1227807&r1=1227806&r2=1227807&view=diff ============================================================================== --- openejb/branches/openejb-4.0.0-beta-2/server/openejb-cxf-rs/src/test/java/org/apache/openejb/server/cxf/rs/CustomProviderTest.java (original) +++ openejb/branches/openejb-4.0.0-beta-2/server/openejb-cxf-rs/src/test/java/org/apache/openejb/server/cxf/rs/CustomProviderTest.java Thu Jan 5 20:08:34 2012 @@ -1,3 +1,20 @@ +/** + * 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.openejb.server.cxf.rs; import org.apache.cxf.jaxrs.client.WebClient; Modified: openejb/branches/openejb-4.0.0-beta-2/server/openejb-cxf/src/test/java/org/apache/openejb/server/cxf/WebServiceWithAnUserInterceptorTest.java URL: http://svn.apache.org/viewvc/openejb/branches/openejb-4.0.0-beta-2/server/openejb-cxf/src/test/java/org/apache/openejb/server/cxf/WebServiceWithAnUserInterceptorTest.java?rev=1227807&r1=1227806&r2=1227807&view=diff ============================================================================== --- openejb/branches/openejb-4.0.0-beta-2/server/openejb-cxf/src/test/java/org/apache/openejb/server/cxf/WebServiceWithAnUserInterceptorTest.java (original) +++ openejb/branches/openejb-4.0.0-beta-2/server/openejb-cxf/src/test/java/org/apache/openejb/server/cxf/WebServiceWithAnUserInterceptorTest.java Thu Jan 5 20:08:34 2012 @@ -1,3 +1,20 @@ +/** + * 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.openejb.server.cxf; import org.apache.openejb.OpenEjbContainer; Modified: openejb/branches/openejb-4.0.0-beta-2/tomee/tomee-catalina/src/main/java/org/apache/tomee/catalina/DeploymentExceptionManager.java URL: http://svn.apache.org/viewvc/openejb/branches/openejb-4.0.0-beta-2/tomee/tomee-catalina/src/main/java/org/apache/tomee/catalina/DeploymentExceptionManager.java?rev=1227807&r1=1227806&r2=1227807&view=diff ============================================================================== --- openejb/branches/openejb-4.0.0-beta-2/tomee/tomee-catalina/src/main/java/org/apache/tomee/catalina/DeploymentExceptionManager.java (original) +++ openejb/branches/openejb-4.0.0-beta-2/tomee/tomee-catalina/src/main/java/org/apache/tomee/catalina/DeploymentExceptionManager.java Thu Jan 5 20:08:34 2012 @@ -1,3 +1,20 @@ +/** + * 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.tomee.catalina; import org.apache.openejb.assembler.classic.AppInfo; Modified: openejb/branches/openejb-4.0.0-beta-2/tomee/tomee-catalina/src/main/java/org/apache/tomee/catalina/TomEERuntimeException.java URL: http://svn.apache.org/viewvc/openejb/branches/openejb-4.0.0-beta-2/tomee/tomee-catalina/src/main/java/org/apache/tomee/catalina/TomEERuntimeException.java?rev=1227807&r1=1227806&r2=1227807&view=diff ============================================================================== --- openejb/branches/openejb-4.0.0-beta-2/tomee/tomee-catalina/src/main/java/org/apache/tomee/catalina/TomEERuntimeException.java (original) +++ openejb/branches/openejb-4.0.0-beta-2/tomee/tomee-catalina/src/main/java/org/apache/tomee/catalina/TomEERuntimeException.java Thu Jan 5 20:08:34 2012 @@ -1,3 +1,20 @@ +/** + * 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.tomee.catalina; public class TomEERuntimeException extends RuntimeException { Modified: openejb/branches/openejb-4.0.0-beta-2/tomee/tomee-catalina/src/main/java/org/apache/tomee/catalina/TomEEWebappLoader.java URL: http://svn.apache.org/viewvc/openejb/branches/openejb-4.0.0-beta-2/tomee/tomee-catalina/src/main/java/org/apache/tomee/catalina/TomEEWebappLoader.java?rev=1227807&r1=1227806&r2=1227807&view=diff ============================================================================== --- openejb/branches/openejb-4.0.0-beta-2/tomee/tomee-catalina/src/main/java/org/apache/tomee/catalina/TomEEWebappLoader.java (original) +++ openejb/branches/openejb-4.0.0-beta-2/tomee/tomee-catalina/src/main/java/org/apache/tomee/catalina/TomEEWebappLoader.java Thu Jan 5 20:08:34 2012 @@ -1,3 +1,20 @@ +/** + * 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.tomee.catalina; import org.apache.catalina.LifecycleException; Modified: openejb/branches/openejb-4.0.0-beta-2/tomee/tomee-catalina/src/main/resources/META-INF/org.apache.tomee/ServerClassLoader URL: http://svn.apache.org/viewvc/openejb/branches/openejb-4.0.0-beta-2/tomee/tomee-catalina/src/main/resources/META-INF/org.apache.tomee/ServerClassLoader?rev=1227807&r1=1227806&r2=1227807&view=diff ============================================================================== --- openejb/branches/openejb-4.0.0-beta-2/tomee/tomee-catalina/src/main/resources/META-INF/org.apache.tomee/ServerClassLoader (original) +++ openejb/branches/openejb-4.0.0-beta-2/tomee/tomee-catalina/src/main/resources/META-INF/org.apache.tomee/ServerClassLoader Thu Jan 5 20:08:34 2012 @@ -1 +1,20 @@ -This file causes the jar containing it to be loaded into the Tomcat server classloader rather than the commom classloader \ No newline at end of file +################################################################################ +# +# 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. +# +################################################################################ +This file causes the jar containing it to be loaded into the Tomcat server classloader rather than the commom classloader + Modified: openejb/branches/openejb-4.0.0-beta-2/tomee/tomee-embedded/src/main/java/org/apache/tomee/embedded/EmbeddedTomEEContainer.java URL: http://svn.apache.org/viewvc/openejb/branches/openejb-4.0.0-beta-2/tomee/tomee-embedded/src/main/java/org/apache/tomee/embedded/EmbeddedTomEEContainer.java?rev=1227807&r1=1227806&r2=1227807&view=diff ============================================================================== --- openejb/branches/openejb-4.0.0-beta-2/tomee/tomee-embedded/src/main/java/org/apache/tomee/embedded/EmbeddedTomEEContainer.java (original) +++ openejb/branches/openejb-4.0.0-beta-2/tomee/tomee-embedded/src/main/java/org/apache/tomee/embedded/EmbeddedTomEEContainer.java Thu Jan 5 20:08:34 2012 @@ -1,3 +1,20 @@ +/** + * 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.tomee.embedded; import org.apache.geronimo.osgi.locator.ProviderLocator; Modified: openejb/branches/openejb-4.0.0-beta-2/tomee/tomee-embedded/src/main/resources/META-INF/services/javax.ejb.spi.EJBContainerProvider URL: http://svn.apache.org/viewvc/openejb/branches/openejb-4.0.0-beta-2/tomee/tomee-embedded/src/main/resources/META-INF/services/javax.ejb.spi.EJBContainerProvider?rev=1227807&r1=1227806&r2=1227807&view=diff ============================================================================== --- openejb/branches/openejb-4.0.0-beta-2/tomee/tomee-embedded/src/main/resources/META-INF/services/javax.ejb.spi.EJBContainerProvider (original) +++ openejb/branches/openejb-4.0.0-beta-2/tomee/tomee-embedded/src/main/resources/META-INF/services/javax.ejb.spi.EJBContainerProvider Thu Jan 5 20:08:34 2012 @@ -1 +1,18 @@ +/** + * 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. + */ + org.apache.tomee.embedded.EmbeddedTomEEContainer$EmbeddedTomEEContainerProvider Modified: openejb/branches/openejb-4.0.0-beta-2/tomee/tomee-embedded/src/main/resources/META-INF/services/org.apache.webbeans.spi.plugins.OpenWebBeansPlugin URL: http://svn.apache.org/viewvc/openejb/branches/openejb-4.0.0-beta-2/tomee/tomee-embedded/src/main/resources/META-INF/services/org.apache.webbeans.spi.plugins.OpenWebBeansPlugin?rev=1227807&r1=1227806&r2=1227807&view=diff ============================================================================== --- openejb/branches/openejb-4.0.0-beta-2/tomee/tomee-embedded/src/main/resources/META-INF/services/org.apache.webbeans.spi.plugins.OpenWebBeansPlugin (original) +++ openejb/branches/openejb-4.0.0-beta-2/tomee/tomee-embedded/src/main/resources/META-INF/services/org.apache.webbeans.spi.plugins.OpenWebBeansPlugin Thu Jan 5 20:08:34 2012 @@ -1,2 +1,21 @@ +################################################################################ +# +# 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. +# +################################################################################ org.apache.webbeans.jsf.plugin.OpenWebBeansJsfPlugin org.apache.openejb.cdi.CdiPlugin + Modified: openejb/branches/openejb-4.0.0-beta-2/tomee/tomee-embedded/src/test/java/org/apache/tomee/embedded/EmbeddedTomEEContainerTest.java URL: http://svn.apache.org/viewvc/openejb/branches/openejb-4.0.0-beta-2/tomee/tomee-embedded/src/test/java/org/apache/tomee/embedded/EmbeddedTomEEContainerTest.java?rev=1227807&r1=1227806&r2=1227807&view=diff ============================================================================== --- openejb/branches/openejb-4.0.0-beta-2/tomee/tomee-embedded/src/test/java/org/apache/tomee/embedded/EmbeddedTomEEContainerTest.java (original) +++ openejb/branches/openejb-4.0.0-beta-2/tomee/tomee-embedded/src/test/java/org/apache/tomee/embedded/EmbeddedTomEEContainerTest.java Thu Jan 5 20:08:34 2012 @@ -1,3 +1,20 @@ +/** + * 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.tomee.embedded; import org.apache.commons.io.FileUtils; Modified: openejb/branches/openejb-4.0.0-beta-2/utils/openejb-spring/src/test/resources/META-INF/ejb-jar.xml URL: http://svn.apache.org/viewvc/openejb/branches/openejb-4.0.0-beta-2/utils/openejb-spring/src/test/resources/META-INF/ejb-jar.xml?rev=1227807&r1=1227806&r2=1227807&view=diff ============================================================================== --- openejb/branches/openejb-4.0.0-beta-2/utils/openejb-spring/src/test/resources/META-INF/ejb-jar.xml (original) +++ openejb/branches/openejb-4.0.0-beta-2/utils/openejb-spring/src/test/resources/META-INF/ejb-jar.xml Thu Jan 5 20:08:34 2012 @@ -1,2 +1,19 @@ +<!-- + + 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. +--> + <!-- this is here so the ejbs in the test code are discovered and deployed --> <ejb-jar/> \ No newline at end of file Modified: openejb/branches/openejb-4.0.0-beta-2/utils/webdeployer/src/main/java/org/apache/tomee/catalina/facade/ExceptionManagerFacade.java URL: http://svn.apache.org/viewvc/openejb/branches/openejb-4.0.0-beta-2/utils/webdeployer/src/main/java/org/apache/tomee/catalina/facade/ExceptionManagerFacade.java?rev=1227807&r1=1227806&r2=1227807&view=diff ============================================================================== --- openejb/branches/openejb-4.0.0-beta-2/utils/webdeployer/src/main/java/org/apache/tomee/catalina/facade/ExceptionManagerFacade.java (original) +++ openejb/branches/openejb-4.0.0-beta-2/utils/webdeployer/src/main/java/org/apache/tomee/catalina/facade/ExceptionManagerFacade.java Thu Jan 5 20:08:34 2012 @@ -1,3 +1,20 @@ +/** + * 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.tomee.catalina.facade; import javax.ejb.Remote; Modified: openejb/branches/openejb-4.0.0-beta-2/utils/webdeployer/src/main/java/org/apache/tomee/catalina/facade/ExceptionManagerFacadeBean.java URL: http://svn.apache.org/viewvc/openejb/branches/openejb-4.0.0-beta-2/utils/webdeployer/src/main/java/org/apache/tomee/catalina/facade/ExceptionManagerFacadeBean.java?rev=1227807&r1=1227806&r2=1227807&view=diff ============================================================================== --- openejb/branches/openejb-4.0.0-beta-2/utils/webdeployer/src/main/java/org/apache/tomee/catalina/facade/ExceptionManagerFacadeBean.java (original) +++ openejb/branches/openejb-4.0.0-beta-2/utils/webdeployer/src/main/java/org/apache/tomee/catalina/facade/ExceptionManagerFacadeBean.java Thu Jan 5 20:08:34 2012 @@ -1,3 +1,20 @@ +/** + * 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.tomee.catalina.facade; import org.apache.openejb.loader.SystemInstance;
