<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<body link="#355491" alink="#4262a1" vlink="#355491" style="background: #e2e2e2; margin: 0; padding: 20px;">

<div>
        <table cellpadding="0" bgcolor="#FFFFFF" border="0" cellspacing="0" style="border: 1px solid #dadada; margin-bottom: 30px; width: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
                <tbody>
                        <tr>

                                <td>

                                        <table border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" style="border: solid 2px #ccc; background: #dadada; width: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
                                                <tbody>
                                                        <tr>
                                                                <td bgcolor="#000000" valign="middle" height="58px" style="border-bottom: 1px solid #ccc; padding: 20px; -moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 5px; -webkit-border-top-left-radius: 5px;">
                                                                        <h1 style="color: #333333; font: bold 22px Arial, Helvetica, sans-serif; margin: 0; display: block !important;">
                                                                        <!-- To have a header image/logo replace the name below with your img tag -->
                                                                        <!-- Email clients will render the images when the message is read so any image -->
                                                                        <!-- must be made available on a public server, so that all recipients can load the image. -->
                                                                        <a href="http://community.jboss.org/index.jspa" style="text-decoration: none; color: #E1E1E1">JBoss Community</a></h1>
                                                                </td>

                                                        </tr>
                                                        <tr>
                                                                <td bgcolor="#FFFFFF" style="font: normal 12px Arial, Helvetica, sans-serif; color:#333333; padding: 20px;  -moz-border-radius-bottomleft: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px;"><h3 style="margin: 10px 0 5px; font-size: 17px; font-weight: normal;">
    bookings example authenticator precedence conflict
</h3>
<span style="margin-bottom: 10px;">
    created by <a href="http://community.jboss.org/people/lynnf">Lynn Ford</a> in <i>JBoss Tools</i> - <a href="http://community.jboss.org/message/550886#550886">View the full discussion</a>
</span>
<hr style="margin: 20px 0; border: none; background-color: #dadada; height: 1px;">

<div class="jive-rendered-content"><p>I need some help w/ the bookings example. I'm running into the same precedence issue whether I use the downloaded one or the one that comes w/ seam.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>JBoss Tools 3.1, Eclipse 3.5.2</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>Any help would be appreciated. All the startup messages look fine except the deployment related the authenticator. I'm not sure how to resolve this. Excerpt below (full listing attached):</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p><span style="font-size: 10pt;"><p align="left">14:20:02,018 INFO [ServletContextListener] Welcome to Seam 2.2.1.CR1</p><p align="left">14:20:03,159 INFO [Initialization] reading /WEB-INF/components.xml</p><p align="left">14:20:03,205 INFO [Initialization] reading properties from: /seam.properties</p><p align="left">14:20:03,205 INFO [Initialization] reading properties from: /jndi.properties</p><p align="left">14:20:03,221 INFO [Component] Component: org.jboss.seam.core.init, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Init</p><p align="left">14:20:03,221 INFO [Initialization] two components with same name, higher precedence wins: org.jboss.seam.core.resourceLoader</p><p align="left">14:20:03,221 INFO [Initialization] two components with same name, higher precedence wins: org.jboss.seam.jms.topicConnection</p><p align="left">14:20:03,221 INFO [Initialization] two components with same name, higher precedence wins: authenticator</p><p align="left">14:20:03,221 ERROR [[/seam-booking]] Exception sending context initialized event to listener instance of class org.jboss.seam.servlet.SeamListener:</p><p align="left"><span style="text-decoration: underline;"><span style="color: #000080; font-size: 10pt; ">java.lang.IllegalStateException</span><span style="font-size: 10pt;">: Two components with the same name and precedence - component name: authenticator, component classes: org.jboss.seam.example.booking.AuthenticatorAction, org.domain.booking.session.Authenticator</span><span style="font-size: 10pt;"><p align="left">at org.jboss.seam.init.Initialization.addComponentDescriptor(</p><p align="left"><span style="text-decoration: underline;"><span style="color: #000080; font-size: 10pt; ">Initialization.java:607</span><span style="font-size: 10pt;">)</span><span style="font-size: 10pt;"><p align="left">at org.jboss.seam.init.Initialization.installScannedComponentAndRoles(</p><p align="left"><span style="text-decoration: underline;"><span style="color: #000080; font-size: 10pt; ">Initialization.java:957</span><span style="font-size: 10pt;">)</span><span style="font-size: 10pt;"><p align="left">at org.jboss.seam.init.Initialization.scanForComponents(</p><p align="left"><span style="text-decoration: underline;"><span style="color: #000080; font-size: 10pt; ">Initialization.java:897</span><span style="font-size: 10pt;">)</span><span style="font-size: 10pt;"><p align="left">at org.jboss.seam.init.Initialization.init(</p><p align="left"><span style="text-decoration: underline;"><span style="color: #000080; font-size: 10pt; ">Initialization.java:713</span><span style="font-size: 10pt;">)</span><span style="font-size: 10pt;"><p align="left">at org.jboss.seam.servlet.SeamListener.contextInitialized(</p><p align="left"><span style="text-decoration: underline;"><span style="color: #000080; font-size: 10pt; ">SeamListener.java:36</span><span style="font-size: 10pt;">)</span><span style="font-size: 10pt;"><p align="left">at org.apache.catalina.core.StandardContext.contextListenerStart(</p><p align="left"><span style="text-decoration: underline;"><span style="color: #000080; font-size: 10pt; ">StandardContext.java:3926</span><span style="font-size: 10pt;">)</span><span style="font-size: 10pt;"><p align="left">at org.apache.catalina.core.StandardContext.start(</p><p align="left"><span style="text-decoration: underline;"><span style="color: #000080; font-size: 10pt; ">StandardContext.java:4447</span><span style="font-size: 10pt;">)</span><span style="font-size: 10pt;"><p align="left">at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeployInternal(</p><p align="left"><span style="text-decoration: underline;"><span style="color: #000080; font-size: 10pt; ">TomcatDeployment.java:315</span><span style="font-size: 10pt;">)</span><span style="font-size: 10pt;"><p align="left">at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeploy(</p><p align="left"><span style="text-decoration: underline;"><span style="color: #000080; font-size: 10pt; ">TomcatDeployment.java:145</span><span style="font-size: 10pt;">)</span><span style="font-size: 10pt;"><p align="left">at org.jboss.web.deployers.AbstractWarDeployment.start(</p><p align="left"><span style="text-decoration: underline;"><span style="color: #000080; font-size: 10pt; ">AbstractWarDeployment.java:462</span><span style="font-size: 10pt;">)</span><span style="font-size: 10pt;"><p align="left">at org.jboss.web.deployers.WebModule.startModule(</p><p align="left"><span style="text-decoration: underline;"><span style="color: #000080; font-size: 10pt; ">WebModule.java:116</span><span style="font-size: 10pt;">)</span><span style="font-size: 10pt;"><p align="left">at org.jboss.web.deployers.WebModule.start(</p><p align="left"><span style="text-decoration: underline;"><span style="color: #000080; font-size: 10pt; ">WebModule.java:95</span><span style="font-size: 10pt;">)</span><span style="font-size: 10pt;"><p align="left">at sun.reflect.NativeMethodAccessorImpl.invoke0(</p><p align="left"><span style="text-decoration: underline;"><span style="color: #000080; font-size: 10pt; ">Native Method</span><span style="font-size: 10pt;">)</span><span style="font-size: 10pt;"><p align="left">at sun.reflect.NativeMethodAccessorImpl.invoke(</p><p align="left"><span style="text-decoration: underline;"><span style="color: #000080; font-size: 10pt; ">NativeMethodAccessorImpl.java:39</span><span style="font-size: 10pt;">)</span><span style="font-size: 10pt;"><p align="left">at sun.reflect.DelegatingMethodAccessorImpl.invoke(</p><p align="left"><span style="text-decoration: underline;"><span style="color: #000080; font-size: 10pt; ">DelegatingMethodAccessorImpl.java:25</span><span style="font-size: 10pt;">)</span><span style="font-size: 10pt;"><p align="left">at java.lang.reflect.Method.invoke(</p><p align="left"><span style="text-decoration: underline;"><span style="color: #000080; font-size: 10pt; ">Method.java:597</span><span style="font-size: 10pt;">)</span><span style="font-size: 10pt;"><p align="left">at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(</p><p align="left"><span style="text-decoration: underline;"><span style="color: #000080; font-size: 10pt; ">ReflectedDispatcher.java:157</span><span style="font-size: 10pt;">)</span><span style="font-size: 10pt;"><p align="left">at org.jboss.mx.server.Invocation.dispatch(</p><p align="left"><span style="text-decoration: underline;"><span style="color: #000080; font-size: 10pt; ">Invocation.java:96</span><span style="font-size: 10pt;">)</span><span style="font-size: 10pt;"><p align="left">at org.jboss.mx.server.Invocation.invoke(</p><p align="left"><span style="text-decoration: underline;"><span style="color: #000080; font-size: 10pt; ">Invocation.java:88</span><span style="font-size: 10pt;">)</span><span style="font-size: 10pt;"><p align="left">at org.jboss.mx.server.AbstractMBeanInvoker.invoke(</p><p align="left"><span style="text-decoration: underline;"><span style="color: #000080; font-size: 10pt; ">AbstractMBeanInvoker.java:271</span><span style="font-size: 10pt;">)</span><span style="font-size: 10pt;"><p align="left">at org.jboss.mx.server.MBeanServerImpl.invoke(</p><p align="left"><span style="text-decoration: underline;"><span style="color: #000080; font-size: 10pt; ">MBeanServerImpl.java:670</span><span style="font-size: 10pt;">)</span><span style="font-size: 10pt;"><p align="left">at org.jboss.system.microcontainer.ServiceProxy.invoke(</p><p align="left"><span style="text-decoration: underline;"><span style="color: #000080; font-size: 10pt; ">ServiceProxy.java:206</span><span style="font-size: 10pt;">)</span><span style="font-size: 10pt;"><p align="left">at $Proxy41.start(Unknown Source)</p><p align="left">at org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(</p><p align="left"><span style="text-decoration: underline;"><span style="color: #000080; font-size: 10pt; ">StartStopLifecycleAction.java:53</span><span style="font-size: 10pt;">)</span><span style="font-size: 10pt;"><p align="left">at org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(</p><p align="left"><span style="text-decoration: underline;"><span style="color: #000080; font-size: 10pt; ">StartStopLifecycleAction.java:41</span><span style="font-size: 10pt;">)</span><span style="font-size: 10pt;"><p align="left">at org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(</p><p align="left"><span style="text-decoration: underline;"><span style="color: #000080; font-size: 10pt; ">SimpleControllerContextAction.java:62</span><span style="font-size: 10pt;">)</span><span style="font-size: 10pt;"><p align="left">at org.jboss.dependency.plugins.action.AccessControllerContextAction.install(</p><p align="left"><span style="text-decoration: underline;"><span style="color: #000080; font-size: 10pt; ">AccessControllerContextAction.java:71</span><span style="font-size: 10pt;">)</span><span style="font-size: 10pt;"><p align="left">at org.jboss.dependency.plugins.AbstractControllerContextActions.install(</p><p align="left"><span style="text-decoration: underline;"><span style="color: #000080; font-size: 10pt; ">AbstractControllerContextActions.java:51</span><span style="font-size: 10pt;">)</span><span style="font-size: 10pt;"><p align="left">at org.jboss.dependency.plugins.AbstractControllerContext.install(</p><p align="left"><span style="text-decoration: underline;"><span style="color: #000080; font-size: 10pt; ">AbstractControllerContext.java:378</span><span style="font-size: 10pt;">)</span><span style="font-size: 10pt;"><p align="left">at org.jboss.system.microcontainer.ServiceControllerContext.install(</p><p align="left"><span style="text-decoration: underline;"><span style="color: #000080; font-size: 10pt; ">ServiceControllerContext.java:301</span><span style="font-size: 10pt;">)</span><span style="font-size: 10pt;"><p align="left">at org.jboss.dependency.plugins.AbstractController.install(</p><p align="left"><span style="text-decoration: underline;"><span style="color: #000080; font-size: 10pt; ">AbstractController.java:2029</span><span style="font-size: 10pt;">)</span><span style="font-size: 10pt;"><p align="left">at org.jboss.dependency.plugins.AbstractController.incrementState(</p><p align="left"><span style="text-decoration: underline;"><span style="color: #000080; font-size: 10pt; ">AbstractController.java:1050</span><span style="font-size: 10pt;">)</span><span style="font-size: 10pt;"><p align="left">at org.jboss.dependency.plugins.AbstractController.executeOrIncrementStateDirectly(</p><p align="left"><span style="text-decoration: underline;"><span style="color: #000080; font-size: 10pt; ">AbstractController.java:1289</span><span style="font-size: 10pt;">)</span><span style="font-size: 10pt;"><p align="left">at org.jboss.dependency.plugins.AbstractController.resolveContexts(</p><p align="left"><span style="text-decoration: underline;"><span style="color: #000080; font-size: 10pt; ">AbstractController.java:1213</span><span style="font-size: 10pt;">)</span><span style="font-size: 10pt;"><p align="left">at org.jboss.dependency.plugins.AbstractController.resolveContexts(</p><p align="left"><span style="text-decoration: underline;"><span style="color: #000080; font-size: 10pt; ">AbstractController.java:1107</span><span style="font-size: 10pt;">)</span><span style="font-size: 10pt;"><p align="left">at org.jboss.dependency.plugins.AbstractController.change(</p><p align="left"><span style="text-decoration: underline;"><span style="color: #000080; font-size: 10pt; ">AbstractController.java:918</span><span style="font-size: 10pt;">)</span><span style="font-size: 10pt;"><p align="left">at org.jboss.dependency.plugins.AbstractController.change(</p><p align="left"><span style="text-decoration: underline;"><span style="color: #000080; font-size: 10pt; ">AbstractController.java:633</span><span style="font-size: 10pt;">)</span><span style="font-size: 10pt;"><p align="left">at org.jboss.system.ServiceController.doChange(</p><p align="left"><span style="text-decoration: underline;"><span style="color: #000080; font-size: 10pt; ">ServiceController.java:671</span><span style="font-size: 10pt;">)</span><span style="font-size: 10pt;"><p align="left">at org.jboss.system.ServiceController.start(</p><p align="left"><span style="text-decoration: underline;"><span style="color: #000080; font-size: 10pt; ">ServiceController.java:443</span><span style="font-size: 10pt;">)</span><span style="font-size: 10pt;"><p align="left">at org.jboss.system.deployers.ServiceDeployer.start(</p><p align="left"><span style="text-decoration: underline;"><span style="color: #000080; font-size: 10pt; ">ServiceDeployer.java:189</span><span style="font-size: 10pt;">)</span><span style="font-size: 10pt;"><p align="left">at org.jboss.system.deployers.ServiceDeployer.deploy(</p><p align="left"><span style="text-decoration: underline;"><span style="color: #000080; font-size: 10pt; ">ServiceDeployer.java:102</span><span style="font-size: 10pt;">)</span><span style="font-size: 10pt;"><p align="left">at org.jboss.system.deployers.ServiceDeployer.deploy(</p><p align="left"><span style="text-decoration: underline;"><span style="color: #000080; font-size: 10pt; ">ServiceDeployer.java:49</span><span style="font-size: 10pt;">)</span><span style="font-size: 10pt;"><p align="left">at org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer.internalDeploy(</p><p align="left"><span style="text-decoration: underline;"><span style="color: #000080; font-size: 10pt; ">AbstractSimpleRealDeployer.java:62</span><span style="font-size: 10pt;">)</span><span style="font-size: 10pt;"><p align="left">at org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.deploy(</p><p align="left"><span style="text-decoration: underline;"><span style="color: #000080; font-size: 10pt; ">AbstractRealDeployer.java:55</span><span style="font-size: 10pt;">)</span><span style="font-size: 10pt;"><p align="left">at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(</p><p align="left"><span style="text-decoration: underline;"><span style="color: #000080; font-size: 10pt; ">DeployerWrapper.java:179</span><span style="font-size: 10pt;">)</span><span style="font-size: 10pt;"><p align="left">at org.jboss.deployers.plugins.deployers.DeployersImpl.doDeploy(</p><p align="left"><span style="text-decoration: underline;"><span style="color: #000080; font-size: 10pt; ">DeployersImpl.java:1660</span><span style="font-size: 10pt;">)</span><span style="font-size: 10pt;"><p align="left">at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(</p><p align="left"><span style="text-decoration: underline;"><span style="color: #000080; font-size: 10pt; ">DeployersImpl.java:1378</span><span style="font-size: 10pt;">)</span><span style="font-size: 10pt;"><p align="left">at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(</p><p align="left"><span style="text-decoration: underline;"><span style="color: #000080; font-size: 10pt; ">DeployersImpl.java:1399</span><span style="font-size: 10pt;">)</span><span style="font-size: 10pt;"><p align="left">at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(</p><p align="left"><span style="text-decoration: underline;"><span style="color: #000080; font-size: 10pt; ">DeployersImpl.java:1431</span><span style="font-size: 10pt;">)</span><span style="font-size: 10pt;"><p align="left">at org.jboss.deployers.plugins.deployers.DeployersImpl.install(</p><p align="left"><span style="text-decoration: underline;"><span style="color: #000080; font-size: 10pt; ">DeployersImpl.java:1319</span><span style="font-size: 10pt;">)</span><span style="font-size: 10pt;"><p align="left">at org.jboss.dependency.plugins.AbstractControllerContext.install(</p><p align="left"><span style="text-decoration: underline;"><span style="color: #000080; font-size: 10pt; ">AbstractControllerContext.java:378</span><span style="font-size: 10pt;">)</span><span style="font-size: 10pt;"><p align="left">at org.jboss.dependency.plugins.AbstractController.install(</p><p align="left"><span style="text-decoration: underline;"><span style="color: #000080; font-size: 10pt; ">AbstractController.java:2029</span><span style="font-size: 10pt;">)</span><span style="font-size: 10pt;"><p align="left">at org.jboss.dependency.plugins.AbstractController.incrementState(</p><p align="left"><span style="text-decoration: underline;"><span style="color: #000080; font-size: 10pt; ">AbstractController.java:1050</span><span style="font-size: 10pt;">)</span><span style="font-size: 10pt;"><p align="left">at org.jboss.dependency.plugins.AbstractController.executeOrIncrementStateDirectly(</p><p align="left"><span style="text-decoration: underline;"><span style="color: #000080; font-size: 10pt; ">AbstractController.java:1289</span><span style="font-size: 10pt;">)</span><span style="font-size: 10pt;"><p align="left">at org.jboss.dependency.plugins.AbstractController.resolveContexts(</p><p align="left"><span style="text-decoration: underline;"><span style="color: #000080; font-size: 10pt; ">AbstractController.java:1213</span><span style="font-size: 10pt;">)</span><span style="font-size: 10pt;"><p align="left">at org.jboss.dependency.plugins.AbstractController.resolveContexts(</p><p align="left"><span style="text-decoration: underline;"><span style="color: #000080; font-size: 10pt; ">AbstractController.java:1107</span><span style="font-size: 10pt;">)</span><span style="font-size: 10pt;"><p align="left">at org.jboss.dependency.plugins.AbstractController.change(</p><p align="left"><span style="text-decoration: underline;"><span style="color: #000080; font-size: 10pt; ">AbstractController.java:918</span><span style="font-size: 10pt;">)</span><span style="font-size: 10pt;"><p align="left">at org.jboss.dependency.plugins.AbstractController.change(</p><p align="left"><span style="text-decoration: underline;"><span style="color: #000080; font-size: 10pt; ">AbstractController.java:633</span><span style="font-size: 10pt;">)</span><span style="font-size: 10pt;"><p align="left">at org.jboss.deployers.plugins.deployers.DeployersImpl.process(</p><p align="left"><span style="text-decoration: underline;"><span style="color: #000080; font-size: 10pt; ">DeployersImpl.java:898</span><span style="font-size: 10pt;">)</span><span style="font-size: 10pt;"><p align="left">at org.jboss.deployers.plugins.main.MainDeployerImpl.process(</p><p align="left"><span style="text-decoration: underline;"><span style="color: #000080; font-size: 10pt; ">MainDeployerImpl.java:677</span><span style="font-size: 10pt;">)</span><span style="font-size: 10pt;"><p align="left">at org.jboss.system.server.profileservice.repository.MainDeployerAdapter.process(</p><p align="left"><span style="text-decoration: underline;"><span style="color: #000080; font-size: 10pt; ">MainDeployerAdapter.java:117</span><span style="font-size: 10pt;">)</span><span style="font-size: 10pt;"><p align="left">at org.jboss.system.server.profileservice.repository.ProfileDeployAction.install(</p><p align="left"><span style="text-decoration: underline;"><span style="color: #000080; font-size: 10pt; ">ProfileDeployAction.java:70</span><span style="font-size: 10pt;">)</span><span style="font-size: 10pt;"><p align="left">at org.jboss.system.server.profileservice.repository.AbstractProfileAction.install(</p><p align="left"><span style="text-decoration: underline;"><span style="color: #000080; font-size: 10pt; ">AbstractProfileAction.java:53</span><span style="font-size: 10pt;">)</span><span style="font-size: 10pt;"><p align="left">at org.jboss.system.server.profileservice.repository.AbstractProfileService.install(</p><p align="left"><span style="text-decoration: underline;"><span style="color: #000080; font-size: 10pt; ">AbstractProfileService.java:403</span><span style="font-size: 10pt;">)</span><span style="font-size: 10pt;"><p align="left">at org.jboss.dependency.plugins.AbstractControllerContext.install(</p><p align="left"><span style="text-decoration: underline;"><span style="color: #000080; font-size: 10pt; ">AbstractControllerContext.java:378</span><span style="font-size: 10pt;">)</span><span style="font-size: 10pt;"><p align="left">at org.jboss.dependency.plugins.AbstractController.install(</p><p align="left"><span style="text-decoration: underline;"><span style="color: #000080; font-size: 10pt; ">AbstractController.java:2029</span><span style="font-size: 10pt;">)</span><span style="font-size: 10pt;"><p align="left">at org.jboss.dependency.plugins.AbstractController.incrementState(</p><p align="left"><span style="text-decoration: underline;"><span style="color: #000080; font-size: 10pt; ">AbstractController.java:1050</span><span style="font-size: 10pt;">)</span><span style="font-size: 10pt;"><p align="left">at org.jboss.dependency.plugins.AbstractController.executeOrIncrementStateDirectly(</p><p align="left"><span style="text-decoration: underline;"><span style="color: #000080; font-size: 10pt; ">AbstractController.java:1289</span><span style="font-size: 10pt;">)</span><span style="font-size: 10pt;"><p align="left">at org.jboss.dependency.plugins.AbstractController.resolveContexts(</p><p align="left"><span style="text-decoration: underline;"><span style="color: #000080; font-size: 10pt; ">AbstractController.java:1213</span><span style="font-size: 10pt;">)</span><span style="font-size: 10pt;"><p align="left">at org.jboss.dependency.plugins.AbstractController.resolveContexts(</p><p align="left"><span style="text-decoration: underline;"><span style="color: #000080; font-size: 10pt; ">AbstractController.java:1107</span><span style="font-size: 10pt;">)</span><span style="font-size: 10pt;"><p align="left">at org.jboss.dependency.plugins.AbstractController.install(</p><p align="left"><span style="text-decoration: underline;"><span style="color: #000080; font-size: 10pt; ">AbstractController.java:873</span><span style="font-size: 10pt;">)</span><span style="font-size: 10pt;"><p align="left">at org.jboss.dependency.plugins.AbstractController.install(</p><p align="left"><span style="text-decoration: underline;"><span style="color: #000080; font-size: 10pt; ">AbstractController.java:620</span><span style="font-size: 10pt;">)</span><span style="font-size: 10pt;"><p align="left">at org.jboss.system.server.profileservice.repository.AbstractProfileService.registerProfile(</p><p align="left"><span style="text-decoration: underline;"><span style="color: #000080; font-size: 10pt; ">AbstractProfileService.java:308</span><span style="font-size: 10pt;">)</span><span style="font-size: 10pt;"><p align="left">at org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(</p><p align="left"><span style="text-decoration: underline;"><span style="color: #000080; font-size: 10pt; ">ProfileServiceBootstrap.java:259</span><span style="font-size: 10pt;">)</span><span style="font-size: 10pt;"><p align="left">at org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(</p><p align="left"><span style="text-decoration: underline;"><span style="color: #000080; font-size: 10pt; ">ProfileServiceBootstrap.java:100</span><span style="font-size: 10pt;">)</span><span style="font-size: 10pt;"><p align="left">at org.jboss.bootstrap.impl.base.server.AbstractServer.startBootstraps(</p><p align="left"><span style="text-decoration: underline;"><span style="color: #000080; font-size: 10pt; ">AbstractServer.java:860</span><span style="font-size: 10pt;">)</span><span style="font-size: 10pt;"><p align="left">at org.jboss.bootstrap.impl.base.server.AbstractServer$StartServerTask.run(</p><p align="left"><span style="text-decoration: underline;"><span style="color: #000080; font-size: 10pt; ">AbstractServer.java:441</span><span style="font-size: 10pt;">)</span><span style="font-size: 10pt;"><p align="left">at java.lang.Thread.run(</p><p align="left"><span style="text-decoration: underline;"><span style="color: #000080; font-size: 10pt; ">Thread.java:619</span><span style="font-size: 10pt;">)</span></span></p></span></span></p></span></span></p></span></span></p></span></span></p></span></span></p></span></span></p></span></span></p></span></span></p></span></span></p></span></span></p></span></span></p></span></span></p></span></span></p></span></span></p></span></span></p></span></span></p></span></span></p></span></span></p></span></span></p></span></span></p></span></span></p></span></span></p></span></span></p></span></span></p></span></span></p></span></span></p></span></span></p></span></span></p></span></span></p></span></span></p></span></span></p></span></span></p></span></span></p></span></span></p></span></span></p></span></span></p></span></span></p></span></span></p></span></span></p></span></span></p></span></span></p></span></span></p></span></span></p></span></span></p></span></span></p></span></span></p></span></span></p></span></span></p></span></span></p></span></span></p></span></span></p></span></span></p></span></span></p></span></span></p></span></span></p></span></span></p></span></span></p></span></span></p></span></span></p></span></span></p></span></span></p></span></span></p></span></span></p></span></span></p></span></span></p></span></span></p></span></span></p></span></span></p></span></span></p></span></span></p></span></span></p></span></span></p></span></span></p></span></span></p></span></span></p></span></span></p></span></span></p></span></p></div>

<div style="background-color: #f4f4f4; padding: 10px; margin-top: 20px;">
    <p style="margin: 0;">Reply to this message by <a href="http://community.jboss.org/message/550886#550886">going to Community</a></p>
        <p style="margin: 0;">Start a new discussion in JBoss Tools at <a href="http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128">Community</a></p>
</div></td>
                        </tr>
                    </tbody>
                </table>


                </td>
            </tr>
        </tbody>
    </table>

</div>

</body>
</html>