# ignite-164 : jboss-gridgain-aop.xml was deleted as unused
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/3920801b Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/3920801b Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/3920801b Branch: refs/heads/ignite-111 Commit: 3920801b55ce12b1233c326acf72503ad3ae192e Parents: 5ec80fd Author: Artem Shutak <[email protected]> Authored: Thu Feb 5 17:49:09 2015 +0300 Committer: Artem Shutak <[email protected]> Committed: Thu Feb 5 17:49:09 2015 +0300 ---------------------------------------------------------------------- .../config/aop/jboss/jboss-gridgain-aop.xml | 38 -------------------- 1 file changed, 38 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/3920801b/modules/aop/src/test/config/aop/jboss/jboss-gridgain-aop.xml ---------------------------------------------------------------------- diff --git a/modules/aop/src/test/config/aop/jboss/jboss-gridgain-aop.xml b/modules/aop/src/test/config/aop/jboss/jboss-gridgain-aop.xml deleted file mode 100644 index f0ff304..0000000 --- a/modules/aop/src/test/config/aop/jboss/jboss-gridgain-aop.xml +++ /dev/null @@ -1,38 +0,0 @@ -<?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. - --> - -<!DOCTYPE aop PUBLIC "-//JBoss//DTD JBOSS AOP 1.0//EN" "http://labs.jboss.com/portal/jbossaop/dtd/jboss-aop_1_0.dtd"> - -<!-- - Ignite aspect definition to be used with JBoss AS. Identical file called 'jboss-aop.xml' - is already included into ignite-x.x.x.sar JBoss archive that is shipped with Ignite. - However, when doing your own custom deployment, you will need to copy this file - into JBoss 'deploy' folder to enable AOP-based grid-enabling with @Gridify annotation. ---> -<aop> - <aspect class="org.gridgain.grid.compute.gridify.aop.jboss.GridifyJbossAspect" scope="PER_VM"/> - - <cflow-stack name="gridifyflow"> - <not-called expr="* $instanceof{org.gridgain.grid.GridJob}->*(..)" /> - </cflow-stack> - - <bind pointcut="execution(* *->@org.gridgain.grid.gridify.Gridify(..))" cflow="gridifyflow"> - <advice name="gridify" aspect="org.gridgain.grid.compute.gridify.aop.jboss.GridifyJbossAspect"/> - </bind> -</aop>
