http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/ajax/switch.jsp ---------------------------------------------------------------------- diff --git a/juddi-gui/src/main/webapp/ajax/switch.jsp b/juddi-gui/src/main/webapp/ajax/switch.jsp index c4d3c2b..b8a25c2 100644 --- a/juddi-gui/src/main/webapp/ajax/switch.jsp +++ b/juddi-gui/src/main/webapp/ajax/switch.jsp @@ -1,7 +1,22 @@ <%-- - Document : switch + Document : switch, switches the ui instance to another node Created on : Jan 21, 2014, 4:23:25 PM Author : Alex O'Ree +/* + * Copyright 2001-2008 The Apache Software Foundation. + * + * Licensed 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. + */ --%> <%@page import="org.apache.commons.lang.StringEscapeUtils"%>
http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/ajax/tmodel.jsp ---------------------------------------------------------------------- diff --git a/juddi-gui/src/main/webapp/ajax/tmodel.jsp b/juddi-gui/src/main/webapp/ajax/tmodel.jsp index b81d273..51fcd26 100644 --- a/juddi-gui/src/main/webapp/ajax/tmodel.jsp +++ b/juddi-gui/src/main/webapp/ajax/tmodel.jsp @@ -2,6 +2,21 @@ Document : addKeyGenerator Created on : Feb 28, 2013, 8:10:10 AM Author : Alex O'Ree +/* + * Copyright 2001-2008 The Apache Software Foundation. + * + * Licensed 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. + */ --%> <%@page import="org.apache.juddi.webconsole.resources.ResourceLoader"%> http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/ajax/tmodelsearch.jsp ---------------------------------------------------------------------- diff --git a/juddi-gui/src/main/webapp/ajax/tmodelsearch.jsp b/juddi-gui/src/main/webapp/ajax/tmodelsearch.jsp index 870858f..70886da 100644 --- a/juddi-gui/src/main/webapp/ajax/tmodelsearch.jsp +++ b/juddi-gui/src/main/webapp/ajax/tmodelsearch.jsp @@ -2,6 +2,21 @@ Document : tmodelsearch Created on : Mar 13, 2013, 8:54:47 PM Author : Alex O'Ree +/* + * Copyright 2001-2008 The Apache Software Foundation. + * + * Licensed 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. + */ --%> <%@page import="org.apache.juddi.webconsole.resources.ResourceLoader"%> http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/ajax/toXML.jsp ---------------------------------------------------------------------- diff --git a/juddi-gui/src/main/webapp/ajax/toXML.jsp b/juddi-gui/src/main/webapp/ajax/toXML.jsp index e36c0de..6744ee2 100644 --- a/juddi-gui/src/main/webapp/ajax/toXML.jsp +++ b/juddi-gui/src/main/webapp/ajax/toXML.jsp @@ -2,6 +2,21 @@ Document : toXML Created on : Mar 14, 2013, 9:17:21 PM Author : Alex O'Ree +/* + * Copyright 2001-2008 The Apache Software Foundation. + * + * Licensed 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. + */ --%><%@page import="javax.xml.bind.JAXB"%><%@page import="org.apache.juddi.webconsole.resources.ResourceLoader"%><%@page import="org.apache.juddi.jaxb.JAXBMarshaller"%><%@page import="org.apache.juddi.jaxb.EntityCreator"%><%@page import="org.apache.juddi.webconsole.hub.UddiHub"%><%@page import="org.apache.juddi.jaxb.PrintUDDI"%><%@page contentType="text/html" pageEncoding="UTF-8"%><% //do we need cross site request forgery project here? probably but it's left out due to adding additional end lines http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/ajax/validateSignature.jsp ---------------------------------------------------------------------- diff --git a/juddi-gui/src/main/webapp/ajax/validateSignature.jsp b/juddi-gui/src/main/webapp/ajax/validateSignature.jsp index 1992888..07da8df 100644 --- a/juddi-gui/src/main/webapp/ajax/validateSignature.jsp +++ b/juddi-gui/src/main/webapp/ajax/validateSignature.jsp @@ -2,6 +2,21 @@ Document : validateSignature Created on : Apr 10, 2013, 10:14:19 PM Author : Alex O'Ree +/* + * Copyright 2001-2008 The Apache Software Foundation. + * + * Licensed 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. + */ --%> <%@page import="java.util.Iterator"%> <%@page import="java.util.Map.Entry"%> http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/assertions.jsp ---------------------------------------------------------------------- diff --git a/juddi-gui/src/main/webapp/assertions.jsp b/juddi-gui/src/main/webapp/assertions.jsp index d526f02..ce1b43c 100644 --- a/juddi-gui/src/main/webapp/assertions.jsp +++ b/juddi-gui/src/main/webapp/assertions.jsp @@ -2,6 +2,21 @@ Document : assertions Created on : April 13, 2013, 9:14:01 AM Author : Alex O'Ree +/* + * Copyright 2001-2008 The Apache Software Foundation. + * + * Licensed 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. + */ --%> <%@page import="org.apache.juddi.webconsole.hub.UddiHub"%> http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/autoLogoutModal.jsp ---------------------------------------------------------------------- diff --git a/juddi-gui/src/main/webapp/autoLogoutModal.jsp b/juddi-gui/src/main/webapp/autoLogoutModal.jsp index 6a4e1af..4182833 100644 --- a/juddi-gui/src/main/webapp/autoLogoutModal.jsp +++ b/juddi-gui/src/main/webapp/autoLogoutModal.jsp @@ -2,6 +2,21 @@ Document : autoLogoutModal Created on : Nov 5, 2013, 6:25:56 PM Author : Alex O'Ree +/* + * Copyright 2001-2008 The Apache Software Foundation. + * + * Licensed 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. + */ --%> <%@page import="org.apache.juddi.webconsole.hub.UddiHub"%> http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/bindingChooser.jsp ---------------------------------------------------------------------- diff --git a/juddi-gui/src/main/webapp/bindingChooser.jsp b/juddi-gui/src/main/webapp/bindingChooser.jsp index 33d1899..f448675 100644 --- a/juddi-gui/src/main/webapp/bindingChooser.jsp +++ b/juddi-gui/src/main/webapp/bindingChooser.jsp @@ -3,6 +3,21 @@ Created on : Apr 24, 2013, 6:25:00 PM Author : Alex O'Ree this page is meant to be included via jsp:include +/* + * Copyright 2001-2008 The Apache Software Foundation. + * + * Licensed 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. + */ --%> <%@page import="org.apache.juddi.webconsole.resources.ResourceLoader"%> http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/businessBrowse.jsp ---------------------------------------------------------------------- diff --git a/juddi-gui/src/main/webapp/businessBrowse.jsp b/juddi-gui/src/main/webapp/businessBrowse.jsp index 4eb1881..c59957b 100644 --- a/juddi-gui/src/main/webapp/businessBrowse.jsp +++ b/juddi-gui/src/main/webapp/businessBrowse.jsp @@ -2,6 +2,21 @@ Document : browse Created on : Feb 24, 2013, 9:14:01 AM Author : Alex O'Ree +/* + * Copyright 2001-2008 The Apache Software Foundation. + * + * Licensed 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. + */ --%> <%@page import="org.apache.juddi.webconsole.hub.UddiHub"%> http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/businessChooser.jsp ---------------------------------------------------------------------- diff --git a/juddi-gui/src/main/webapp/businessChooser.jsp b/juddi-gui/src/main/webapp/businessChooser.jsp index 6ed7854..0ef967d 100644 --- a/juddi-gui/src/main/webapp/businessChooser.jsp +++ b/juddi-gui/src/main/webapp/businessChooser.jsp @@ -3,6 +3,21 @@ Created on : Apr 24, 2013, 6:25:00 PM Author : Alex O'Ree this page is meant to be included via jsp:include +/* + * Copyright 2001-2008 The Apache Software Foundation. + * + * Licensed 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. + */ --%> <%@page import="org.apache.juddi.webconsole.resources.ResourceLoader"%> http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/businessEditor2.jsp ---------------------------------------------------------------------- diff --git a/juddi-gui/src/main/webapp/businessEditor2.jsp b/juddi-gui/src/main/webapp/businessEditor2.jsp index f2159e5..47e459d 100644 --- a/juddi-gui/src/main/webapp/businessEditor2.jsp +++ b/juddi-gui/src/main/webapp/businessEditor2.jsp @@ -2,6 +2,21 @@ Document : businesseditor Created on : Feb 24, 2013, 3:31:39 PM Author : Alex O'Ree +/* + * Copyright 2001-2008 The Apache Software Foundation. + * + * Licensed 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. + */ --%> <%@page import="java.net.URLEncoder"%> http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/csrf.jsp ---------------------------------------------------------------------- diff --git a/juddi-gui/src/main/webapp/csrf.jsp b/juddi-gui/src/main/webapp/csrf.jsp index 0ae7f88..b20c123 100644 --- a/juddi-gui/src/main/webapp/csrf.jsp +++ b/juddi-gui/src/main/webapp/csrf.jsp @@ -2,6 +2,21 @@ Document : csrf Provides basic Cross site request forgery protection Created on : Feb 27, 2013, 8:42:07 PM Author : Alex O'Ree +/* + * Copyright 2001-2008 The Apache Software Foundation. + * + * Licensed 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. + */ --%> <%@page import="org.apache.juddi.webconsole.CrossSiteRequestForgeryException"%> http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/header-bottom.jsp ---------------------------------------------------------------------- diff --git a/juddi-gui/src/main/webapp/header-bottom.jsp b/juddi-gui/src/main/webapp/header-bottom.jsp index fe54bb1..444980e 100644 --- a/juddi-gui/src/main/webapp/header-bottom.jsp +++ b/juddi-gui/src/main/webapp/header-bottom.jsp @@ -2,6 +2,21 @@ Document : header-bottom Created on : Feb 24, 2013, 9:08:18 AM Author : Alex O'Ree +/* + * Copyright 2001-2008 The Apache Software Foundation. + * + * Licensed 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. + */ --%> <%@page import="org.apache.juddi.webconsole.hub.UddiHub"%> http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/home.jsp ---------------------------------------------------------------------- diff --git a/juddi-gui/src/main/webapp/home.jsp b/juddi-gui/src/main/webapp/home.jsp index be7e2e7..33bc934 100644 --- a/juddi-gui/src/main/webapp/home.jsp +++ b/juddi-gui/src/main/webapp/home.jsp @@ -2,6 +2,21 @@ Document : index Created on : Feb 23, 2013, 2:05:35 PM Author : Alex O'Ree +/* + * Copyright 2001-2008 The Apache Software Foundation. + * + * Licensed 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. + */ --%> <%@page import="org.apache.juddi.webconsole.resources.ResourceLoader"%> http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/importFromWadl.jsp ---------------------------------------------------------------------- diff --git a/juddi-gui/src/main/webapp/importFromWadl.jsp b/juddi-gui/src/main/webapp/importFromWadl.jsp index cd5e991..52d6546 100644 --- a/juddi-gui/src/main/webapp/importFromWadl.jsp +++ b/juddi-gui/src/main/webapp/importFromWadl.jsp @@ -2,6 +2,21 @@ Document : importFromWadl Created on : July 11, 2013, 6:52:05 PM Author : Alex O'Ree +/* + * Copyright 2001-2008 The Apache Software Foundation. + * + * Licensed 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. + */ --%> <%@page import="java.util.ArrayList"%> http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/importFromWsdl.jsp ---------------------------------------------------------------------- diff --git a/juddi-gui/src/main/webapp/importFromWsdl.jsp b/juddi-gui/src/main/webapp/importFromWsdl.jsp index 1a49fd4..8bbe8b9 100644 --- a/juddi-gui/src/main/webapp/importFromWsdl.jsp +++ b/juddi-gui/src/main/webapp/importFromWsdl.jsp @@ -2,6 +2,21 @@ Document : importFromWsdl Created on : July 11, 2013, 6:52:05 PM Author : Alex O'Ree +/* + * Copyright 2001-2008 The Apache Software Foundation. + * + * Licensed 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. + */ --%> <%@page import="java.util.ArrayList"%> http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/js/bindingChooser.js ---------------------------------------------------------------------- diff --git a/juddi-gui/src/main/webapp/js/bindingChooser.js b/juddi-gui/src/main/webapp/js/bindingChooser.js index 99ab129..301e92b 100644 --- a/juddi-gui/src/main/webapp/js/bindingChooser.js +++ b/juddi-gui/src/main/webapp/js/bindingChooser.js @@ -1,3 +1,18 @@ +/* + * Copyright 2001-2008 The Apache Software Foundation. + * + * Licensed 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. + */ /* * source http://stackoverflow.com/questions/6049687/jquery-ui-dialog-box-need-to-return-value-when-user-presses-button-but-not-wor * http://stackoverflow.com/questions/3560872/returning-value-from-confirmation-dialog-using-jquery-ui-dialog http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/js/bindingeditor.js ---------------------------------------------------------------------- diff --git a/juddi-gui/src/main/webapp/js/bindingeditor.js b/juddi-gui/src/main/webapp/js/bindingeditor.js index b7b8db1..7ddc822 100644 --- a/juddi-gui/src/main/webapp/js/bindingeditor.js +++ b/juddi-gui/src/main/webapp/js/bindingeditor.js @@ -1,3 +1,18 @@ +/* + * Copyright 2001-2008 The Apache Software Foundation. + * + * Licensed 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. + */ /* * Copyright 2014 The Apache Software Foundation. * http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/js/businessChooser.js ---------------------------------------------------------------------- diff --git a/juddi-gui/src/main/webapp/js/businessChooser.js b/juddi-gui/src/main/webapp/js/businessChooser.js index c7faad1..61ef144 100644 --- a/juddi-gui/src/main/webapp/js/businessChooser.js +++ b/juddi-gui/src/main/webapp/js/businessChooser.js @@ -1,3 +1,18 @@ +/* + * Copyright 2001-2008 The Apache Software Foundation. + * + * Licensed 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. + */ /* * source http://stackoverflow.com/questions/6049687/jquery-ui-dialog-box-need-to-return-value-when-user-presses-button-but-not-wor * http://stackoverflow.com/questions/3560872/returning-value-from-confirmation-dialog-using-jquery-ui-dialog http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/js/serviceChooser.js ---------------------------------------------------------------------- diff --git a/juddi-gui/src/main/webapp/js/serviceChooser.js b/juddi-gui/src/main/webapp/js/serviceChooser.js index c60b5b2..d527970 100644 --- a/juddi-gui/src/main/webapp/js/serviceChooser.js +++ b/juddi-gui/src/main/webapp/js/serviceChooser.js @@ -1,3 +1,18 @@ +/* + * Copyright 2001-2008 The Apache Software Foundation. + * + * Licensed 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. + */ /* * source http://stackoverflow.com/questions/6049687/jquery-ui-dialog-box-need-to-return-value-when-user-presses-button-but-not-wor * http://stackoverflow.com/questions/3560872/returning-value-from-confirmation-dialog-using-jquery-ui-dialog http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/js/tmodelChooser.js ---------------------------------------------------------------------- diff --git a/juddi-gui/src/main/webapp/js/tmodelChooser.js b/juddi-gui/src/main/webapp/js/tmodelChooser.js index d8bc6a8..055a3b3 100644 --- a/juddi-gui/src/main/webapp/js/tmodelChooser.js +++ b/juddi-gui/src/main/webapp/js/tmodelChooser.js @@ -1,3 +1,18 @@ +/* + * Copyright 2001-2008 The Apache Software Foundation. + * + * Licensed 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. + */ /* * source http://stackoverflow.com/questions/6049687/jquery-ui-dialog-box-need-to-return-value-when-user-presses-button-but-not-wor * http://stackoverflow.com/questions/3560872/returning-value-from-confirmation-dialog-using-jquery-ui-dialog http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/js/tmodelsearch.js ---------------------------------------------------------------------- diff --git a/juddi-gui/src/main/webapp/js/tmodelsearch.js b/juddi-gui/src/main/webapp/js/tmodelsearch.js index c89db45..cd37327 100644 --- a/juddi-gui/src/main/webapp/js/tmodelsearch.js +++ b/juddi-gui/src/main/webapp/js/tmodelsearch.js @@ -1,4 +1,18 @@ - +/* + * Copyright 2001-2008 The Apache Software Foundation. + * + * Licensed 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. + */ var offset=0; //start at the begining var maxrecords=10; //record 20 at a time var lang="en"; //langauge english http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/keyHelpModal.jsp ---------------------------------------------------------------------- diff --git a/juddi-gui/src/main/webapp/keyHelpModal.jsp b/juddi-gui/src/main/webapp/keyHelpModal.jsp index facfd99..8236168 100644 --- a/juddi-gui/src/main/webapp/keyHelpModal.jsp +++ b/juddi-gui/src/main/webapp/keyHelpModal.jsp @@ -2,6 +2,21 @@ Document : keyHelpModal.jsp Created on : Nov 5, 2013, 7:29:53 AM Author : Alex O'Ree +/* + * Copyright 2001-2008 The Apache Software Foundation. + * + * Licensed 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. + */ --%> <%@page import="org.apache.juddi.webconsole.resources.ResourceLoader"%> <script type="text/javascript"> http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/login.jsp ---------------------------------------------------------------------- diff --git a/juddi-gui/src/main/webapp/login.jsp b/juddi-gui/src/main/webapp/login.jsp index 3e5a57d..d1b7745 100644 --- a/juddi-gui/src/main/webapp/login.jsp +++ b/juddi-gui/src/main/webapp/login.jsp @@ -2,6 +2,21 @@ Document : login Created on : Feb 24, 2013, 9:08:02 AM Author : Alex O'Ree +/* + * Copyright 2001-2008 The Apache Software Foundation. + * + * Licensed 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. + */ --%> <%@page import="org.apache.juddi.webconsole.hub.UddiHub"%> http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/logout.jsp ---------------------------------------------------------------------- diff --git a/juddi-gui/src/main/webapp/logout.jsp b/juddi-gui/src/main/webapp/logout.jsp index 260ecdd..475eaa3 100644 --- a/juddi-gui/src/main/webapp/logout.jsp +++ b/juddi-gui/src/main/webapp/logout.jsp @@ -2,6 +2,21 @@ Document : logout page Created on : Feb 25, 2013, 10:25:48 PM Author : Alex O'Ree +/* + * Copyright 2001-2008 The Apache Software Foundation. + * + * Licensed 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. + */ --%> <%@page import="org.apache.juddi.webconsole.hub.UddiHub"%> http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/logoutredir.jsp ---------------------------------------------------------------------- diff --git a/juddi-gui/src/main/webapp/logoutredir.jsp b/juddi-gui/src/main/webapp/logoutredir.jsp index f2276dc..5b9843a 100644 --- a/juddi-gui/src/main/webapp/logoutredir.jsp +++ b/juddi-gui/src/main/webapp/logoutredir.jsp @@ -2,6 +2,21 @@ Document : logout page Created on : Feb 25, 2013, 10:25:48 PM Author : Alex O'Ree +/* + * Copyright 2001-2008 The Apache Software Foundation. + * + * Licensed 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. + */ --%> <%@page import="org.apache.juddi.webconsole.hub.UddiHub"%> http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/quickref_catbag.jsp ---------------------------------------------------------------------- diff --git a/juddi-gui/src/main/webapp/quickref_catbag.jsp b/juddi-gui/src/main/webapp/quickref_catbag.jsp index e75e436..d7224a7 100644 --- a/juddi-gui/src/main/webapp/quickref_catbag.jsp +++ b/juddi-gui/src/main/webapp/quickref_catbag.jsp @@ -2,6 +2,21 @@ Document : quickref_catbag Created on : Feb 9, 2014, 3:17:25 PM Author : Alex O'Ree +/* + * Copyright 2001-2008 The Apache Software Foundation. + * + * Licensed 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. + */ --%> <%@page import="org.apache.juddi.webconsole.resources.ResourceLoader"%> http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/quickref_ident.jsp ---------------------------------------------------------------------- diff --git a/juddi-gui/src/main/webapp/quickref_ident.jsp b/juddi-gui/src/main/webapp/quickref_ident.jsp index 94991d5..7e1e603 100644 --- a/juddi-gui/src/main/webapp/quickref_ident.jsp +++ b/juddi-gui/src/main/webapp/quickref_ident.jsp @@ -2,6 +2,21 @@ Document : quickref_ident Created on : Feb 9, 2014, 3:18:24 PM Author : Alex O'Ree +/* + * Copyright 2001-2008 The Apache Software Foundation. + * + * Licensed 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. + */ --%> <%@page contentType="text/html" pageEncoding="UTF-8"%> http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/quickref_krgrp.jsp ---------------------------------------------------------------------- diff --git a/juddi-gui/src/main/webapp/quickref_krgrp.jsp b/juddi-gui/src/main/webapp/quickref_krgrp.jsp index efb899f..b2d3d8b 100644 --- a/juddi-gui/src/main/webapp/quickref_krgrp.jsp +++ b/juddi-gui/src/main/webapp/quickref_krgrp.jsp @@ -2,6 +2,21 @@ Document : quickref_krgrp Created on : Feb 9, 2014, 3:18:43 PM Author : Alex O'Ree +/* + * Copyright 2001-2008 The Apache Software Foundation. + * + * Licensed 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. + */ --%> <%@page contentType="text/html" pageEncoding="UTF-8"%> http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/quickref_tmodelinstance.jsp ---------------------------------------------------------------------- diff --git a/juddi-gui/src/main/webapp/quickref_tmodelinstance.jsp b/juddi-gui/src/main/webapp/quickref_tmodelinstance.jsp index df96c85..1856dd1 100644 --- a/juddi-gui/src/main/webapp/quickref_tmodelinstance.jsp +++ b/juddi-gui/src/main/webapp/quickref_tmodelinstance.jsp @@ -2,6 +2,21 @@ Document : quickref_tmodelinstance Created on : Feb 9, 2014, 3:19:10 PM Author : Alex O'Ree +/* + * Copyright 2001-2008 The Apache Software Foundation. + * + * Licensed 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. + */ --%> <%@page contentType="text/html" pageEncoding="UTF-8"%> http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/reginfo.jsp ---------------------------------------------------------------------- diff --git a/juddi-gui/src/main/webapp/reginfo.jsp b/juddi-gui/src/main/webapp/reginfo.jsp index bbff199..d38ec0c 100644 --- a/juddi-gui/src/main/webapp/reginfo.jsp +++ b/juddi-gui/src/main/webapp/reginfo.jsp @@ -2,6 +2,21 @@ Document : settings Created on : Feb 23, 2013, 2:05:35 PM Author : Alex O'Ree +/* + * Copyright 2001-2008 The Apache Software Foundation. + * + * Licensed 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. + */ --%> <%@page import="java.util.concurrent.atomic.AtomicReference"%> http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/search.jsp ---------------------------------------------------------------------- diff --git a/juddi-gui/src/main/webapp/search.jsp b/juddi-gui/src/main/webapp/search.jsp index e563d70..fe7175f 100644 --- a/juddi-gui/src/main/webapp/search.jsp +++ b/juddi-gui/src/main/webapp/search.jsp @@ -2,6 +2,21 @@ Document : search Created on : Feb 24, 2013, 9:14:01 AM Author : Alex O'Ree +/* + * Copyright 2001-2008 The Apache Software Foundation. + * + * Licensed 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. + */ --%> <%@page import="org.apache.juddi.v3.client.UDDIConstants"%> http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/serviceBrowse.jsp ---------------------------------------------------------------------- diff --git a/juddi-gui/src/main/webapp/serviceBrowse.jsp b/juddi-gui/src/main/webapp/serviceBrowse.jsp index d5bff52..7da8bb6 100644 --- a/juddi-gui/src/main/webapp/serviceBrowse.jsp +++ b/juddi-gui/src/main/webapp/serviceBrowse.jsp @@ -2,6 +2,21 @@ Document : Service Browser Created on : Feb 24, 2013, 9:14:01 AM Author : Alex O'Ree +/* + * Copyright 2001-2008 The Apache Software Foundation. + * + * Licensed 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. + */ --%> <%@page import="org.apache.juddi.webconsole.hub.UddiHub"%> http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/serviceChooser.jsp ---------------------------------------------------------------------- diff --git a/juddi-gui/src/main/webapp/serviceChooser.jsp b/juddi-gui/src/main/webapp/serviceChooser.jsp index 3e34188..3c597fe 100644 --- a/juddi-gui/src/main/webapp/serviceChooser.jsp +++ b/juddi-gui/src/main/webapp/serviceChooser.jsp @@ -2,6 +2,21 @@ Document : serviceChooser Created on : Apr 28, 2013, 7:11:19 PM Author : Alex O'Ree +/* + * Copyright 2001-2008 The Apache Software Foundation. + * + * Licensed 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. + */ --%> http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/settings.jsp ---------------------------------------------------------------------- diff --git a/juddi-gui/src/main/webapp/settings.jsp b/juddi-gui/src/main/webapp/settings.jsp index 9f7e047..d582f92 100644 --- a/juddi-gui/src/main/webapp/settings.jsp +++ b/juddi-gui/src/main/webapp/settings.jsp @@ -2,6 +2,21 @@ Document : settings Created on : Feb 23, 2013, 2:05:35 PM Author : Alex O'Ree +/* + * Copyright 2001-2008 The Apache Software Foundation. + * + * Licensed 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. + */ --%> <%@page import="org.apache.juddi.v3.client.config.ClientConfig"%> http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/signer.jsp ---------------------------------------------------------------------- diff --git a/juddi-gui/src/main/webapp/signer.jsp b/juddi-gui/src/main/webapp/signer.jsp index 87fe963..84acf46 100644 --- a/juddi-gui/src/main/webapp/signer.jsp +++ b/juddi-gui/src/main/webapp/signer.jsp @@ -2,6 +2,21 @@ Document : signer Created on : Mar 24, 2013, 8:23:30 AM Author : Alex O'Ree +/* + * Copyright 2001-2008 The Apache Software Foundation. + * + * Licensed 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. + */ --%> <%@page contentType="text/html" pageEncoding="UTF-8"%> http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/subscriptionFeed.jsp ---------------------------------------------------------------------- diff --git a/juddi-gui/src/main/webapp/subscriptionFeed.jsp b/juddi-gui/src/main/webapp/subscriptionFeed.jsp index 491c371..550a3de 100644 --- a/juddi-gui/src/main/webapp/subscriptionFeed.jsp +++ b/juddi-gui/src/main/webapp/subscriptionFeed.jsp @@ -2,6 +2,21 @@ Document : subscriptionFeed Created on : Apr 14, 2013, 7:45:24 PM Author : Alex O'Ree +/* + * Copyright 2001-2008 The Apache Software Foundation. + * + * Licensed 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. + */ --%> http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/tmodelBrowse.jsp ---------------------------------------------------------------------- diff --git a/juddi-gui/src/main/webapp/tmodelBrowse.jsp b/juddi-gui/src/main/webapp/tmodelBrowse.jsp index ee92eda..fc86cf1 100644 --- a/juddi-gui/src/main/webapp/tmodelBrowse.jsp +++ b/juddi-gui/src/main/webapp/tmodelBrowse.jsp @@ -2,6 +2,21 @@ Document : tmodel browser Created on : Feb 24, 2013, 9:14:01 AM Author : Alex O'Ree +/* + * Copyright 2001-2008 The Apache Software Foundation. + * + * Licensed 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. + */ --%> <%@page import="org.apache.juddi.webconsole.hub.UddiHub"%> http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/tmodelChooser.jsp ---------------------------------------------------------------------- diff --git a/juddi-gui/src/main/webapp/tmodelChooser.jsp b/juddi-gui/src/main/webapp/tmodelChooser.jsp index 4a6630f..0e5bb88 100644 --- a/juddi-gui/src/main/webapp/tmodelChooser.jsp +++ b/juddi-gui/src/main/webapp/tmodelChooser.jsp @@ -3,6 +3,21 @@ Created on : Apr 17, 2013, 6:25:00 PM Author : Alex O'Ree this page is meant to be included via jsp:include +/* + * Copyright 2001-2008 The Apache Software Foundation. + * + * Licensed 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. + */ --%> <%@page import="org.apache.juddi.webconsole.resources.ResourceLoader"%> http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/tmodelPartitions.jsp ---------------------------------------------------------------------- diff --git a/juddi-gui/src/main/webapp/tmodelPartitions.jsp b/juddi-gui/src/main/webapp/tmodelPartitions.jsp index 40c6051..89a3d45 100644 --- a/juddi-gui/src/main/webapp/tmodelPartitions.jsp +++ b/juddi-gui/src/main/webapp/tmodelPartitions.jsp @@ -2,6 +2,21 @@ Document : tmodelPartitions Created on : Feb 28, 2013, 8:21:25 AM Author : Alex O'Ree +/* + * Copyright 2001-2008 The Apache Software Foundation. + * + * Licensed 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. + */ --%> http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/transfer.jsp ---------------------------------------------------------------------- diff --git a/juddi-gui/src/main/webapp/transfer.jsp b/juddi-gui/src/main/webapp/transfer.jsp index e74ca75..f6522e3 100644 --- a/juddi-gui/src/main/webapp/transfer.jsp +++ b/juddi-gui/src/main/webapp/transfer.jsp @@ -2,6 +2,21 @@ Document : transfer Created on : Apr 27, 2013, 8:52:12 AM Author : Alex O'Ree +/* + * Copyright 2001-2008 The Apache Software Foundation. + * + * Licensed 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. + */ --%> <%@page import="java.util.ArrayList"%> http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/user/banner.jsp ---------------------------------------------------------------------- diff --git a/juddi-gui/src/main/webapp/user/banner.jsp b/juddi-gui/src/main/webapp/user/banner.jsp index 28715c1..c70cf87 100644 --- a/juddi-gui/src/main/webapp/user/banner.jsp +++ b/juddi-gui/src/main/webapp/user/banner.jsp @@ -2,6 +2,21 @@ Document : banner Created on : Nov 5, 2013, 6:08:15 PM Author : Alex O'Ree +/* + * Copyright 2001-2008 The Apache Software Foundation. + * + * Licensed 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. + */ Hello World! http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/user/demo.jsp ---------------------------------------------------------------------- diff --git a/juddi-gui/src/main/webapp/user/demo.jsp b/juddi-gui/src/main/webapp/user/demo.jsp index 640015f..babc025 100644 --- a/juddi-gui/src/main/webapp/user/demo.jsp +++ b/juddi-gui/src/main/webapp/user/demo.jsp @@ -4,7 +4,21 @@ Author : Alex O'Ree This is used for the jUDDI demo instance - +/* + * Copyright 2001-2008 The Apache Software Foundation. + * + * Licensed 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. + */ --%> <%@page import="org.apache.juddi.webconsole.resources.ResourceLoader"%> http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-gui/src/main/webapp/user/warningbanner.jsp ---------------------------------------------------------------------- diff --git a/juddi-gui/src/main/webapp/user/warningbanner.jsp b/juddi-gui/src/main/webapp/user/warningbanner.jsp index d1261a8..a14a15d 100644 --- a/juddi-gui/src/main/webapp/user/warningbanner.jsp +++ b/juddi-gui/src/main/webapp/user/warningbanner.jsp @@ -2,7 +2,21 @@ Document : banner Created on : Jan 14 2014, 6:08:15 PM Author : Alex O'Ree - +/* + * Copyright 2001-2008 The Apache Software Foundation. + * + * Licensed 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. + */ Here's an example of an always on top banner, similar to what's used by government agencies --%> http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-rest-cxf/src/test/resources/META-INF/orm.xml ---------------------------------------------------------------------- diff --git a/juddi-rest-cxf/src/test/resources/META-INF/orm.xml b/juddi-rest-cxf/src/test/resources/META-INF/orm.xml index a214e85..547a301 100644 --- a/juddi-rest-cxf/src/test/resources/META-INF/orm.xml +++ b/juddi-rest-cxf/src/test/resources/META-INF/orm.xml @@ -1,3 +1,19 @@ +<!-- +* Copyright 2001-2009 The Apache Software Foundation. +* +* Licensed 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. +* +*/ --> <entity-mappings xmlns="http://java.sun.com/xml/ns/persistence/orm" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-rest-cxf/src/test/resources/META-INF/persistence.xml ---------------------------------------------------------------------- diff --git a/juddi-rest-cxf/src/test/resources/META-INF/persistence.xml b/juddi-rest-cxf/src/test/resources/META-INF/persistence.xml index 36f93b9..64a8a26 100644 --- a/juddi-rest-cxf/src/test/resources/META-INF/persistence.xml +++ b/juddi-rest-cxf/src/test/resources/META-INF/persistence.xml @@ -1,4 +1,20 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- +* Copyright 2001-2009 The Apache Software Foundation. +* +* Licensed 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. +* +*/ --> <persistence xmlns="http://java.sun.com/xml/ns/persistence" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd" http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-rest-cxf/src/test/resources/META-INF/uddi.xml ---------------------------------------------------------------------- diff --git a/juddi-rest-cxf/src/test/resources/META-INF/uddi.xml b/juddi-rest-cxf/src/test/resources/META-INF/uddi.xml index d747357..f315e49 100644 --- a/juddi-rest-cxf/src/test/resources/META-INF/uddi.xml +++ b/juddi-rest-cxf/src/test/resources/META-INF/uddi.xml @@ -1,4 +1,20 @@ <?xml version="1.0" encoding="ISO-8859-1" ?> +<!-- +* Copyright 2001-2009 The Apache Software Foundation. +* +* Licensed 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. +* +*/ --> <uddi xmlns="urn:juddi-apache-org:v3_client" xsi:schemaLocation="classpath:/xsd/uddi-client.xsd"> <reloadDelay>5000</reloadDelay> <client name="juddi-core-unittest-client"> http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-rest-cxf/src/test/resources/juddiv3.xml ---------------------------------------------------------------------- diff --git a/juddi-rest-cxf/src/test/resources/juddiv3.xml b/juddi-rest-cxf/src/test/resources/juddiv3.xml index a69993a..e0b23dd 100644 --- a/juddi-rest-cxf/src/test/resources/juddiv3.xml +++ b/juddi-rest-cxf/src/test/resources/juddiv3.xml @@ -1,5 +1,21 @@ <?xml version="1.0" encoding="UTF-8" ?> <!-- +* Copyright 2001-2009 The Apache Software Foundation. +* +* Licensed 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. +* +*/ --> +<!-- ################################################################ # jUDDI-v3.0 configuration. # ################################################################ http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-tomcat/assembly.xml ---------------------------------------------------------------------- diff --git a/juddi-tomcat/assembly.xml b/juddi-tomcat/assembly.xml index 04c24fb..d9000e3 100644 --- a/juddi-tomcat/assembly.xml +++ b/juddi-tomcat/assembly.xml @@ -1,3 +1,20 @@ +<!-- +/* + * Copyright 2001-2008 The Apache Software Foundation. + * + * Licensed 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. + */ + --> <assembly> <id></id> <formats> http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-tomcat/bootstrap/assembly.xml ---------------------------------------------------------------------- diff --git a/juddi-tomcat/bootstrap/assembly.xml b/juddi-tomcat/bootstrap/assembly.xml index ca0f298..7e3b3e6 100644 --- a/juddi-tomcat/bootstrap/assembly.xml +++ b/juddi-tomcat/bootstrap/assembly.xml @@ -1,3 +1,20 @@ +<!-- +/* + * Copyright 2001-2008 The Apache Software Foundation. + * + * Licensed 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. + */ + --> <assembly> <id></id> <formats> http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-tomcat/build.xml ---------------------------------------------------------------------- diff --git a/juddi-tomcat/build.xml b/juddi-tomcat/build.xml index 325634f..823b894 100644 --- a/juddi-tomcat/build.xml +++ b/juddi-tomcat/build.xml @@ -1,3 +1,20 @@ +<!-- +/* + * Copyright 2001-2008 The Apache Software Foundation. + * + * Licensed 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. + */ + --> <project name="juddi-tomcat" default="package-tomcat" basedir="."> <property file="package.properties"/> <property name="lib.dir" value="${basedir}/target/tomcat/apache-tomcat-${apache.tomcat.version}/lib"/> http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-tomcat/context.xml ---------------------------------------------------------------------- diff --git a/juddi-tomcat/context.xml b/juddi-tomcat/context.xml index c1313d3..6bfc484 100644 --- a/juddi-tomcat/context.xml +++ b/juddi-tomcat/context.xml @@ -1,5 +1,21 @@ <?xml version="1.0" encoding="UTF-8"?> - +<!-- +/* + * Copyright 2001-2008 The Apache Software Foundation. + * + * Licensed 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. + */ + --> <Context> <WatchedResource>WEB-INF/web.xml</WatchedResource> <!-- --> http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-tomcat/index.html ---------------------------------------------------------------------- diff --git a/juddi-tomcat/index.html b/juddi-tomcat/index.html index c38ff51..fbc0e11 100644 --- a/juddi-tomcat/index.html +++ b/juddi-tomcat/index.html @@ -1,4 +1,21 @@ -<html> +<!-- +/* + * Copyright 2001-2008 The Apache Software Foundation. + * + * Licensed 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. + */ + --> + <html> <head> <title>Apache jUDDI Registry</title> <style type="text/css"> http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-tomcat/juddiv3Node2.xml ---------------------------------------------------------------------- diff --git a/juddi-tomcat/juddiv3Node2.xml b/juddi-tomcat/juddiv3Node2.xml index ceaa7e7..1efb830 100644 --- a/juddi-tomcat/juddiv3Node2.xml +++ b/juddi-tomcat/juddiv3Node2.xml @@ -1,4 +1,21 @@ <?xml version="1.0" encoding="UTF-8" ?> +<!-- +/* + * Copyright 2001-2008 The Apache Software Foundation. + * + * Licensed 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. + */ + --> <!-- ################################################################ # jUDDI-v3.0 configuration. # http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddi-tomcat/uddiNode2.xml ---------------------------------------------------------------------- diff --git a/juddi-tomcat/uddiNode2.xml b/juddi-tomcat/uddiNode2.xml index 71c865a..2eb7e9f 100644 --- a/juddi-tomcat/uddiNode2.xml +++ b/juddi-tomcat/uddiNode2.xml @@ -1,5 +1,22 @@ <?xml version="1.0" encoding="ISO-8859-1" ?> <!-- +/* + * Copyright 2001-2008 The Apache Software Foundation. + * + * Licensed 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 config is for the juddi-gui. It currently does not use the ValueSet, jUDDI, Replication, or REST APIs http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddiv3-war/JPA/Hibernate-JBoss/WEB-INF/classes/META-INF/orm.xml.example ---------------------------------------------------------------------- diff --git a/juddiv3-war/JPA/Hibernate-JBoss/WEB-INF/classes/META-INF/orm.xml.example b/juddiv3-war/JPA/Hibernate-JBoss/WEB-INF/classes/META-INF/orm.xml.example index cb9c92a..660655e 100644 --- a/juddiv3-war/JPA/Hibernate-JBoss/WEB-INF/classes/META-INF/orm.xml.example +++ b/juddiv3-war/JPA/Hibernate-JBoss/WEB-INF/classes/META-INF/orm.xml.example @@ -1,4 +1,21 @@ -<entity-mappings +<!-- +/* + * Copyright 2001-2008 The Apache Software Foundation. + * + * Licensed 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. + * + */ + --><entity-mappings xmlns="http://java.sun.com/xml/ns/persistence/orm" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/persistence/orm classpath:schemas/orm_1_0.xsd" http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddiv3-war/JPA/Hibernate-JBoss/WEB-INF/classes/META-INF/persistence.xml ---------------------------------------------------------------------- diff --git a/juddiv3-war/JPA/Hibernate-JBoss/WEB-INF/classes/META-INF/persistence.xml b/juddiv3-war/JPA/Hibernate-JBoss/WEB-INF/classes/META-INF/persistence.xml index 5b2cdb0..2480261 100644 --- a/juddiv3-war/JPA/Hibernate-JBoss/WEB-INF/classes/META-INF/persistence.xml +++ b/juddiv3-war/JPA/Hibernate-JBoss/WEB-INF/classes/META-INF/persistence.xml @@ -1,4 +1,22 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + /* + * Copyright 2001-2008 The Apache Software Foundation. + * + * Licensed 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. + * + */ +--> <persistence xmlns="http://java.sun.com/xml/ns/persistence" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/persistence classpath:schemas/persistence_1_0.xsd" http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddiv3-war/JPA/Hibernate-JBoss/WEB-INF/index.jsp ---------------------------------------------------------------------- diff --git a/juddiv3-war/JPA/Hibernate-JBoss/WEB-INF/index.jsp b/juddiv3-war/JPA/Hibernate-JBoss/WEB-INF/index.jsp index 4dca117..3908cde 100644 --- a/juddiv3-war/JPA/Hibernate-JBoss/WEB-INF/index.jsp +++ b/juddiv3-war/JPA/Hibernate-JBoss/WEB-INF/index.jsp @@ -1,4 +1,22 @@ <%@ page session="false" %> +<% +/* + * Copyright 2001-2008 The Apache Software Foundation. + * + * Licensed 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. + * + */ + %> <%@ page import="java.util.List, org.apache.juddi.config.Install, javax.xml.bind.JAXBException, http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddiv3-war/JPA/Hibernate-JBoss/WEB-INF/jboss-web.xml ---------------------------------------------------------------------- diff --git a/juddiv3-war/JPA/Hibernate-JBoss/WEB-INF/jboss-web.xml b/juddiv3-war/JPA/Hibernate-JBoss/WEB-INF/jboss-web.xml index aea1b89..3f356a0 100644 --- a/juddiv3-war/JPA/Hibernate-JBoss/WEB-INF/jboss-web.xml +++ b/juddiv3-war/JPA/Hibernate-JBoss/WEB-INF/jboss-web.xml @@ -1,5 +1,22 @@ <?xml version="1.0" encoding="UTF-8"?> - +<!-- + /* + * Copyright 2001-2008 The Apache Software Foundation. + * + * Licensed 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. + * + */ +--> <!DOCTYPE jboss-web PUBLIC "-//JBoss//DTD Web Application 2.3V2//EN" "http://www.jboss.org/j2ee/dtd/jboss-web_3_2.dtd"> http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddiv3-war/JPA/Hibernate-JBossAS7Up/WEB-INF/classes/META-INF/orm.xml.example ---------------------------------------------------------------------- diff --git a/juddiv3-war/JPA/Hibernate-JBossAS7Up/WEB-INF/classes/META-INF/orm.xml.example b/juddiv3-war/JPA/Hibernate-JBossAS7Up/WEB-INF/classes/META-INF/orm.xml.example index cb9c92a..deb90a2 100644 --- a/juddiv3-war/JPA/Hibernate-JBossAS7Up/WEB-INF/classes/META-INF/orm.xml.example +++ b/juddiv3-war/JPA/Hibernate-JBossAS7Up/WEB-INF/classes/META-INF/orm.xml.example @@ -1,3 +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. +--> <entity-mappings xmlns="http://java.sun.com/xml/ns/persistence/orm" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddiv3-war/JPA/Hibernate-JBossAS7Up/WEB-INF/classes/META-INF/persistence.xml ---------------------------------------------------------------------- diff --git a/juddiv3-war/JPA/Hibernate-JBossAS7Up/WEB-INF/classes/META-INF/persistence.xml b/juddiv3-war/JPA/Hibernate-JBossAS7Up/WEB-INF/classes/META-INF/persistence.xml index d310f35..433defb 100644 --- a/juddiv3-war/JPA/Hibernate-JBossAS7Up/WEB-INF/classes/META-INF/persistence.xml +++ b/juddiv3-war/JPA/Hibernate-JBossAS7Up/WEB-INF/classes/META-INF/persistence.xml @@ -1,4 +1,22 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- +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. +--> <persistence version="2.1" xmlns="http://xmlns.jcp.org/xml/ns/persistence" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/persistence http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddiv3-war/JPA/Hibernate-JBossAS7Up/WEB-INF/jboss-web.xml ---------------------------------------------------------------------- diff --git a/juddiv3-war/JPA/Hibernate-JBossAS7Up/WEB-INF/jboss-web.xml b/juddiv3-war/JPA/Hibernate-JBossAS7Up/WEB-INF/jboss-web.xml index a3cba11..108b011 100644 --- a/juddiv3-war/JPA/Hibernate-JBossAS7Up/WEB-INF/jboss-web.xml +++ b/juddiv3-war/JPA/Hibernate-JBossAS7Up/WEB-INF/jboss-web.xml @@ -1,3 +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. +--> <jboss-web> <context-root>juddiv3</context-root> http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddiv3-war/JPA/Hibernate/WEB-INF/classes/META-INF/orm.xml.example ---------------------------------------------------------------------- diff --git a/juddiv3-war/JPA/Hibernate/WEB-INF/classes/META-INF/orm.xml.example b/juddiv3-war/JPA/Hibernate/WEB-INF/classes/META-INF/orm.xml.example index cb9c92a..2aed627 100644 --- a/juddiv3-war/JPA/Hibernate/WEB-INF/classes/META-INF/orm.xml.example +++ b/juddiv3-war/JPA/Hibernate/WEB-INF/classes/META-INF/orm.xml.example @@ -1,4 +1,22 @@ -<entity-mappings +<!-- +/* + * Copyright 2001-2008 The Apache Software Foundation. + * + * Licensed 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. + * + */ + --> + <entity-mappings xmlns="http://java.sun.com/xml/ns/persistence/orm" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/persistence/orm classpath:schemas/orm_1_0.xsd" http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddiv3-war/JPA/Hibernate/WEB-INF/classes/META-INF/persistence.xml ---------------------------------------------------------------------- diff --git a/juddiv3-war/JPA/Hibernate/WEB-INF/classes/META-INF/persistence.xml b/juddiv3-war/JPA/Hibernate/WEB-INF/classes/META-INF/persistence.xml index 5cb247d..b6d91ab 100644 --- a/juddiv3-war/JPA/Hibernate/WEB-INF/classes/META-INF/persistence.xml +++ b/juddiv3-war/JPA/Hibernate/WEB-INF/classes/META-INF/persistence.xml @@ -1,4 +1,22 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + /* + * Copyright 2001-2008 The Apache Software Foundation. + * + * Licensed 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. + * + */ +--> <persistence xmlns="http://java.sun.com/xml/ns/persistence" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/persistence classpath:schemas/persistence_1_0.xsd" http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddiv3-war/JPA/Hibernate/WEB-INF/classes/log4j.properties ---------------------------------------------------------------------- diff --git a/juddiv3-war/JPA/Hibernate/WEB-INF/classes/log4j.properties b/juddiv3-war/JPA/Hibernate/WEB-INF/classes/log4j.properties index b37c93a..5d85a79 100644 --- a/juddiv3-war/JPA/Hibernate/WEB-INF/classes/log4j.properties +++ b/juddiv3-war/JPA/Hibernate/WEB-INF/classes/log4j.properties @@ -1,4 +1,16 @@ - +# Copyright 2001-2008 The Apache Software Foundation. +# * +# * Licensed 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. log4j.rootLogger=INFO, logfile # in case any output is given to stdout, format it http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddiv3-war/JPA/OpenJPA/WEB-INF/classes/META-INF/orm.xml.example ---------------------------------------------------------------------- diff --git a/juddiv3-war/JPA/OpenJPA/WEB-INF/classes/META-INF/orm.xml.example b/juddiv3-war/JPA/OpenJPA/WEB-INF/classes/META-INF/orm.xml.example index cb9c92a..deb90a2 100644 --- a/juddiv3-war/JPA/OpenJPA/WEB-INF/classes/META-INF/orm.xml.example +++ b/juddiv3-war/JPA/OpenJPA/WEB-INF/classes/META-INF/orm.xml.example @@ -1,3 +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. +--> <entity-mappings xmlns="http://java.sun.com/xml/ns/persistence/orm" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddiv3-war/JPA/OpenJPA/WEB-INF/classes/META-INF/persistence.xml ---------------------------------------------------------------------- diff --git a/juddiv3-war/JPA/OpenJPA/WEB-INF/classes/META-INF/persistence.xml b/juddiv3-war/JPA/OpenJPA/WEB-INF/classes/META-INF/persistence.xml index 9594254..2e1cf93 100644 --- a/juddiv3-war/JPA/OpenJPA/WEB-INF/classes/META-INF/persistence.xml +++ b/juddiv3-war/JPA/OpenJPA/WEB-INF/classes/META-INF/persistence.xml @@ -1,4 +1,22 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- +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. +--> <persistence xmlns="http://java.sun.com/xml/ns/persistence" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/persistence classpath:schemas/persistence_1_0.xsd" http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddiv3-war/JPA/OpenJPA/WEB-INF/classes/log4j.properties ---------------------------------------------------------------------- diff --git a/juddiv3-war/JPA/OpenJPA/WEB-INF/classes/log4j.properties b/juddiv3-war/JPA/OpenJPA/WEB-INF/classes/log4j.properties index b37c93a..7e5e4e0 100644 --- a/juddiv3-war/JPA/OpenJPA/WEB-INF/classes/log4j.properties +++ b/juddiv3-war/JPA/OpenJPA/WEB-INF/classes/log4j.properties @@ -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. log4j.rootLogger=INFO, logfile http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddiv3-war/src/main/java/org/apache/juddi/adminconsole/PostBackConstants.java ---------------------------------------------------------------------- diff --git a/juddiv3-war/src/main/java/org/apache/juddi/adminconsole/PostBackConstants.java b/juddiv3-war/src/main/java/org/apache/juddi/adminconsole/PostBackConstants.java index 1c68b50..88cf1ee 100644 --- a/juddiv3-war/src/main/java/org/apache/juddi/adminconsole/PostBackConstants.java +++ b/juddiv3-war/src/main/java/org/apache/juddi/adminconsole/PostBackConstants.java @@ -1,6 +1,18 @@ /* - * To change this template, choose Tools | Templates - * and open the template in the editor. + * Copyright 2001-2008 The Apache Software Foundation. + * + * Licensed 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.juddi.adminconsole; http://git-wip-us.apache.org/repos/asf/juddi/blob/0833b028/juddiv3-war/src/main/java/org/apache/juddi/adminconsole/StartupServlet.java ---------------------------------------------------------------------- diff --git a/juddiv3-war/src/main/java/org/apache/juddi/adminconsole/StartupServlet.java b/juddiv3-war/src/main/java/org/apache/juddi/adminconsole/StartupServlet.java index 281f988..9cbb028 100644 --- a/juddiv3-war/src/main/java/org/apache/juddi/adminconsole/StartupServlet.java +++ b/juddiv3-war/src/main/java/org/apache/juddi/adminconsole/StartupServlet.java @@ -1,6 +1,18 @@ /* - * To change this template, choose Tools | Templates - * and open the template in the editor. + * Copyright 2001-2008 The Apache Software Foundation. + * + * Licensed 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.juddi.adminconsole; --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
