[webbeans-commits] Webbeans SVN: r2880 - ri/trunk/jboss-tck-runner/src/test/java/org/jboss/webbeans/tck/jbossas.
webbeans-commits at lists.jboss.org
webbeans-commits at lists.jboss.org
Wed Jun 24 02:15:51 EDT 2009
Author: dan.j.allen
Date: 2009-06-24 02:15:51 -0400 (Wed, 24 Jun 2009)
New Revision: 2880
Modified:
ri/trunk/jboss-tck-runner/src/test/java/org/jboss/webbeans/tck/jbossas/WebBeansProfileServiceDeploymentExceptionTransformer.java
Log:
add note
Modified: ri/trunk/jboss-tck-runner/src/test/java/org/jboss/webbeans/tck/jbossas/WebBeansProfileServiceDeploymentExceptionTransformer.java
===================================================================
--- ri/trunk/jboss-tck-runner/src/test/java/org/jboss/webbeans/tck/jbossas/WebBeansProfileServiceDeploymentExceptionTransformer.java 2009-06-24 04:44:56 UTC (rev 2879)
+++ ri/trunk/jboss-tck-runner/src/test/java/org/jboss/webbeans/tck/jbossas/WebBeansProfileServiceDeploymentExceptionTransformer.java 2009-06-24 06:15:51 UTC (rev 2880)
@@ -9,7 +9,7 @@
* 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,
+ * 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.
@@ -24,10 +24,12 @@
/**
* An implementation which can transform deployment exceptions from JBoss AS
- * reported via the Profile Service
+ * reported via the Profile Service.
*
+ * Please note that if the deployment fails for a secondary reason, such as a NullPointerException in the init() method
+ * of a filter, to provide an example, then this translator will not be made aware of the bootstrap exception.
+ *
* @author Pete Muir
- *
*/
public class WebBeansProfileServiceDeploymentExceptionTransformer implements DeploymentExceptionTransformer
{
More information about the weld-commits
mailing list