Vraptor 4 + IBM Websphere Application Server 8.5

Pessoal,

Estou tentando rodar um blank project do vraptor 4 no WAS 8.5 para começar uma migração de um projeto ja existente, porém ao rodar o blank encontro diversos erros que não sei se é um problema de compatibilidade ou não.

Alguém sabe me dizer se precisa de uma configuração no vraptor diferente para poder rodar no WAS 8.5?

É coisa de inicio mesmo, não tenho forte experiencia com servidor de aplicação, desde já agradeço

EDIT
Mudei um pouco a estratégia e estou fazendo o deploy da aplicação original para ir tentando resolver os problemas, e a exceção lançada ao iniciar a aplicação é essa:

			[23/10/18 16:03:39:989 BRT] 00000068 Bootstrap     Z org.j boss.weld.bootstrap.WeldStartup startContainer WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
			[23/10/18 16:03:40:334 BRT] 00000068 FfdcProvider  W com.ibm.ws.ffdc.impl.FfdcProvider logIncident FFDC1003I: Incidente de FFDC emitido em C:\Users\fattoria\Documents\Servers\IBM\Websphere8.5\profiles\dev\logs\ffdc\server1_c160acc3_18.10.23_16.03.40.3122315651883775527613.txt com.ibm.ws.webcontainer.webapp.WebApp.notifyServletContextCreated 1341
			[23/10/18 16:03:40:341 BRT] 00000068 webapp        E com.ibm.ws.webcontainer.webapp.WebApp notifyServletContextCreated SRVE0283E: Exceção capturada ao inicializar o contexto: {0}
											 java.lang.RuntimeException: Error instantiating class org.hibernate.validator.internal.cdi.ValidationExtension
				at org.jboss.weld.util.ServiceLoader.prepareInstance(ServiceLoader.java:245)
				at org.jboss.weld.util.ServiceLoader.loadService(ServiceLoader.java:214)
				at org.jboss.weld.util.ServiceLoader.loadServiceFile(ServiceLoader.java:182)
				at org.jboss.weld.util.ServiceLoader.reload(ServiceLoader.java:153)
				at org.jboss.weld.util.ServiceLoader.iterator(ServiceLoader.java:297)
				at org.jboss.weld.bootstrap.ExtensionBeanDeployer.addExtensions(ExtensionBeanDeployer.java:109)
				at org.jboss.weld.bootstrap.WeldStartup.startInitialization(WeldStartup.java:312)
				at org.jboss.weld.bootstrap.WeldBootstrap.startInitialization(WeldBootstrap.java:73)
				at org.jboss.weld.environment.servlet.Listener.contextInitialized(Listener.java:140)
				at com.ibm.ws.webcontainer.webapp.WebApp.notifyServletContextCreated(WebApp.java:1736)
				at com.ibm.ws.webcontainer.webapp.WebAppImpl.initialize(WebAppImpl.java:415)
				at com.ibm.ws.webcontainer.webapp.WebGroupImpl.addWebApplication(WebGroupImpl.java:88)
				at com.ibm.ws.webcontainer.VirtualHostImpl.addWebApplication(VirtualHostImpl.java:171)
				at com.ibm.ws.webcontainer.WSWebContainer.addWebApp(WSWebContainer.java:901)
				at com.ibm.ws.webcontainer.WSWebContainer.addWebApplication(WSWebContainer.java:789)
				at com.ibm.ws.webcontainer.component.WebContainerImpl.install(WebContainerImpl.java:427)
				at com.ibm.ws.webcontainer.component.WebContainerImpl.start(WebContainerImpl.java:719)
				at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:1211)
				at com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjectStart(DeployedApplicationImpl.java:1450)
				at com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl.java:639)
				at com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedApplicationImpl.java:1032)
				at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:795)
				at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplicationDynamically(ApplicationMgrImpl.java:1413)
				at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:2273)
				at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.start(CompositionUnitMgrImpl.java:436)
				at com.ibm.ws.runtime.component.CompositionUnitImpl.start(CompositionUnitImpl.java:123)
				at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.start(CompositionUnitMgrImpl.java:379)
				at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.access$500(CompositionUnitMgrImpl.java:127)
				at com.ibm.ws.runtime.component.CompositionUnitMgrImpl$1.run(CompositionUnitMgrImpl.java:654)
				at com.ibm.ws.security.auth.ContextManagerImpl.runAs(ContextManagerImpl.java:5572)
				at com.ibm.ws.security.auth.ContextManagerImpl.runAsSystem(ContextManagerImpl.java:5698)
				at com.ibm.ws.security.core.SecurityContext.runAsSystem(SecurityContext.java:255)
				at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.startCompositionUnit(CompositionUnitMgrImpl.java:668)
				at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.startCompositionUnit(CompositionUnitMgrImpl.java:612)
				at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:1303)
				at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
				at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:90)
				at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:55)
				at java.lang.reflect.Method.invoke(Method.java:508)
				at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:83)
				at sun.reflect.GeneratedMethodAccessor14.invoke(Unknown Source)
				at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:55)
				at java.lang.reflect.Method.invoke(Method.java:508)
				at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:287)
				at javax.management.modelmbean.RequiredModelMBean$4.run(RequiredModelMBean.java:1263)
				at java.security.AccessController.doPrivileged(AccessController.java:666)
				at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:91)
				at javax.management.modelmbean.RequiredModelMBean.invokeMethod(RequiredModelMBean.java:1257)
				at javax.management.modelmbean.RequiredModelMBean.invoke(RequiredModelMBean.java:1096)
				at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:831)
				at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:813)
				at com.ibm.ws.management.AdminServiceImpl$1.run(AdminServiceImpl.java:1350)
				at com.ibm.ws.security.util.AccessController.doPrivileged(AccessController.java:118)
				at com.ibm.ws.management.AdminServiceImpl.invoke(AdminServiceImpl.java:1243)
				at com.ibm.ws.management.commands.AdminServiceCommands$InvokeCmd.execute(AdminServiceCommands.java:251)
				at com.ibm.ws.console.core.mbean.MBeanHelper.invoke(MBeanHelper.java:246)
				at com.ibm.ws.console.appdeployment.ApplicationDeploymentCollectionAction.execute(ApplicationDeploymentCollectionAction.java:628)
				at org.apache.struts.action.RequestProcessor.processActionPerform(Unknown Source)
				at org.apache.struts.action.RequestProcessor.process(Unknown Source)
				at org.apache.struts.action.ActionServlet.process(Unknown Source)
				at org.apache.struts.action.ActionServlet.doPost(Unknown Source)
				at javax.servlet.http.HttpServlet.service(HttpServlet.java:595)
				at javax.servlet.http.HttpServlet.service(HttpServlet.java:668)
				at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1233)
				at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:782)
				at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:481)
				at com.ibm.ws.webcontainer.servlet.ServletWrapperImpl.handleRequest(ServletWrapperImpl.java:178)
				at com.ibm.ws.webcontainer.filter.WebAppFilterChain.invokeTarget(WebAppFilterChain.java:136)
				at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:79)
				at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:967)
				at com.ibm.ws.webcontainer.filter.WebAppFilterManager.invokeFilters(WebAppFilterManager.java:1107)
				at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.dispatch(WebAppRequestDispatcher.java:1404)
				at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java:196)
				at org.apache.struts.action.RequestProcessor.doForward(Unknown Source)
				at org.apache.struts.tiles.TilesRequestProcessor.doForward(Unknown Source)
				at org.apache.struts.action.RequestProcessor.processForwardConfig(Unknown Source)
				at org.apache.struts.tiles.TilesRequestProcessor.processForwardConfig(Unknown Source)
				at org.apache.struts.action.RequestProcessor.process(Unknown Source)
				at org.apache.struts.action.ActionServlet.process(Unknown Source)
				at org.apache.struts.action.ActionServlet.doPost(Unknown Source)
				at javax.servlet.http.HttpServlet.service(HttpServlet.java:595)
				at javax.servlet.http.HttpServlet.service(HttpServlet.java:668)
				at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1233)
				at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:782)
				at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:481)
				at com.ibm.ws.webcontainer.servlet.ServletWrapperImpl.handleRequest(ServletWrapperImpl.java:178)
				at com.ibm.ws.webcontainer.filter.WebAppFilterChain.invokeTarget(WebAppFilterChain.java:136)
				at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:97)
				at com.ibm.ws.console.core.servlet.WSCUrlFilter.setUpCommandAssistance(WSCUrlFilter.java:968)
				at com.ibm.ws.console.core.servlet.WSCUrlFilter.continueStoringTaskState(WSCUrlFilter.java:515)
				at com.ibm.ws.console.core.servlet.WSCUrlFilter.doFilter(WSCUrlFilter.java:336)
				at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:195)
				at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:91)
				at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:967)
				at com.ibm.ws.webcontainer.filter.WebAppFilterManager.invokeFilters(WebAppFilterManager.java:1107)
				at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:4047)
				at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:304)
				at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:1016)
				at com.ibm.ws.webcontainer.WSWebContainer.handleRequest(WSWebContainer.java:1817)
				at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:213)
				at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:463)
				at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewRequest(HttpInboundLink.java:530)
				at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.processRequest(HttpInboundLink.java:316)
				at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:88)
				at com.ibm.ws.ssl.channel.impl.SSLReadServiceContext$SSLReadCompletedCallback.complete(SSLReadServiceContext.java:1833)
				at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:175)
				at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217)
				at com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.java:161)
				at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:138)
				at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:204)
				at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:775)
				at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:905)
				at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1892)
			Caused by: java.lang.NoSuchMethodError: javax/validation/Configuration.getBootstrapConfiguration()Ljavax/validation/BootstrapConfiguration; (loaded from file:/C:/Users/fattoria/Documents/Servers/IBM/Websphere8.5/plugins/javax.j2ee.validation.jar by org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader@ec4e79a9) called from class org.hibernate.validator.internal.cdi.ValidationExtension (loaded from file:/C:/Users/fattoria/Documents/Servers/IBM/Websphere8.5/profiles/dev/installedApps/DESKTOP-O3FBODVNode01Cell/solucaoaquiv2_war.ear/solucaoaquiv2.war/WEB-INF/lib/hibernate-validator-cdi-5.0.1.Final.jar by 
			com.ibm.ws.classloader.CompoundClassLoader@fd23c048[war:solucaoaquiv2_war/solucaoaquiv2.war]
			   Local ClassPath: C:\Users\fattoria\Documents\Servers\IBM\Websphere8.5\profiles\dev\installedApps\DESKTOP-O3FBODVNode01Cell\solucaoaquiv2_war.ear\solucaoaquiv2.war\WEB-INF\classes;C:\Users\fattoria\Documents\Servers\IBM\Websphere8.5\profiles\dev\installedApps\DESKTOP-O3FBODVNode01Cell\solucaoaquiv2_war.ear\solucaoaquiv2.war\WEB-INF\lib\activation-1.1.jar;C:\Users\fattoria\Documents\Servers\IBM\Websphere8.5\profiles\dev\installedApps\DESKTOP-O3FBODVNode01Cell\solucaoaquiv2_war.ear\solucaoaquiv2.war\WEB-INF\lib\antlr-2.7.7.jar;C:\Users\fattoria\Documents\Servers\IBM\Websphere8.5\profiles\dev\installedApps\DESKTOP-O3FBODVNode01Cell\solucaoaquiv2_war.ear\solucaoaquiv2.war\WEB-INF\lib\aws-java-sdk-core-1.11.269.jar;C:\Users\fattoria\Documents\Servers\IBM\Websphere8.5\profiles\dev\installedApps\DESKTOP-O3FBODVNode01Cell\solucaoaquiv2_war.ear\solucaoaquiv2.war\WEB-INF\lib\aws-java-sdk-kms-1.11.269.jar;C:\Users\fattoria\Documents\Servers\IBM\Websphere8.5\profiles\dev\installedApps\DESKTOP-O3FBODVNode01Cell\solucaoaquiv2_war.ear\solucaoaquiv2.war\WEB-INF\lib\aws-java-sdk-s3-1.11.269.jar;C:\Users\fattoria\Documents\Servers\IBM\Websphere8.5\profiles\dev\installedApps\DESKTOP-O3FBODVNode01Cell\solucaoaquiv2_war.ear\solucaoaquiv2.war\WEB-INF\lib\axis-1.4.jar;C:\Users\fattoria\Documents\Servers\IBM\Websphere8.5\profiles\dev\installedApps\DESKTOP-O3FBODVNode01Cell\solucaoaquiv2_war.ear\solucaoaquiv2.war\WEB-INF\lib\c3p0-0.9.2.1.jar;C:\Users\fattoria\Documents\Servers\IBM\Websphere8.5\profiles\dev\installedApps\DESKTOP-O3FBODVNode01Cell\solucaoaquiv2_war.ear\solucaoaquiv2.war\WEB-INF\lib\classmate-1.1.0.jar;C:\Users\fattoria\Documents\Servers\IBM\Websphere8.5\profiles\dev\installedApps\DESKTOP-O3FBODVNode01Cell\solucaoaquiv2_war.ear\solucaoaquiv2.war\WEB-INF\lib\commons-codec-1.2.jar;C:\Users\fattoria\Documents\Servers\IBM\Websphere8.5\profiles\dev\installedApps\DESKTOP-O3FBODVNode01Cell\solucaoaquiv2_war.ear\solucaoaquiv2.war\WEB-INF\lib\commons-discovery-0.2.jar;C:\Users\fattoria\Documents\Servers\IBM\Websphere8.5\profiles\dev\installedApps\DESKTOP-O3FBODVNode01Cell\solucaoaquiv2_war.ear\solucaoaquiv2.war\WEB-INF\lib\commons-fileupload-1.2.jar;C:\Users\fattoria\Documents\Servers\IBM\Websphere8.5\profiles\dev\installedApps\DESKTOP-O3FBODVNode01Cell\solucaoaquiv2_war.ear\solucaoaquiv2.war\WEB-INF\lib\commons-httpclient-3.1.jar;C:\Users\fattoria\Documents\Servers\IBM\Websphere8.5\profiles\dev\installedApps\DESKTOP-O3FBODVNode01Cell\solucaoaquiv2_war.ear\solucaoaquiv2.war\WEB-INF\lib\commons-io-2.2.jar;C:\Users\fattoria\Documents\Servers\IBM\Websphere8.5\profiles\dev\installedApps\DESKTOP-O3FBODVNode01Cell\solucaoaquiv2_war.ear\solucaoaquiv2.war\WEB-INF\lib\commons-logging-1.0.3.jar;C:\Users\fattoria\Documents\Servers\IBM\Websphere8.5\profiles\dev\installedApps\DESKTOP-O3FBODVNode01Cell\solucaoaquiv2_war.ear\solucaoaquiv2.war\WEB-INF\lib\dom4j-1.6.1.jar;C:\Users\fattoria\Documents\Servers\IBM\Websphere8.5\profiles\dev\installedApps\DESKTOP-O3FBODVNode01Cell\solucaoaquiv2_war.ear\solucaoaquiv2.war\WEB-INF\lib\encoder-1.2.1.jar;C:\Users\fattoria\Documents\Servers\IBM\Websphere8.5\profiles\dev\installedApps\DESKTOP-O3FBODVNode01Cell\solucaoaquiv2_war.ear\solucaoaquiv2.war\WEB-INF\lib\gson-2.2.4.jar;C:\Users\fattoria\Documents\Servers\IBM\Websphere8.5\profiles\dev\installedApps\DESKTOP-O3FBODVNode01Cell\solucaoaquiv2_war.ear\solucaoaquiv2.war\WEB-INF\lib\guava-15.0.jar;C:\Users\fattoria\Documents\Servers\IBM\Websphere8.5\profiles\dev\installedApps\DESKTOP-O3FBODVNode01Cell\solucaoaquiv2_war.ear\solucaoaquiv2.war\WEB-INF\lib\hibernate-c3p0-4.3.8.Final.jar;C:\Users\fattoria\Documents\Servers\IBM\Websphere8.5\profiles\dev\installedApps\DESKTOP-O3FBODVNode01Cell\solucaoaquiv2_war.ear\solucaoaquiv2.war\WEB-INF\lib\hibernate-commons-annotations-4.0.5.Final.jar;C:\Users\fattoria\Documents\Servers\IBM\Websphere8.5\profiles\dev\installedApps\DESKTOP-O3FBODVNode01Cell\solucaoaquiv2_war.ear\solucaoaquiv2.war\WEB-INF\lib\hibernate-core-4.3.8.Final.jar;C:\Users\fattoria\Documents\Servers\IBM\Websphere8.5\profiles\dev\installedApps\DESKTOP-O3FBODVNode01Cell\solucaoaquiv2_war.ear\solucaoaquiv2.war\WEB-INF\lib\hibernate-entitymanager-4.3.8.Final.jar;C:\Users\fattoria\Documents\Servers\IBM\Websphere8.5\profiles\dev\installedApps\DESKTOP-O3FBODVNode01Cell\solucaoaquiv2_war.ear\solucaoaquiv2.war\WEB-INF\lib\hibernate-jpa-2.1-api-1.0.0.Final.jar;C:\Users\fattoria\Documents\Servers\IBM\Websphere8.5\profiles\dev\installedApps\DESKTOP-O3FBODVNode01Cell\solucaoaquiv2_war.ear\solucaoaquiv2.war\WEB-INF\lib\hibernate-validator-5.2.2.Final.jar;C:\Users\fattoria\Documents\Servers\IBM\Websphere8.5\profiles\dev\installedApps\DESKTOP-O3FBODVNode01Cell\solucaoaquiv2_war.ear\solucaoaquiv2.war\WEB-INF\lib\hibernate-validator-cdi-5.0.1.Final.jar;C:\Users\fattoria\Documents\Servers\IBM\Websphere8.5\profiles\dev\installedApps\DESKTOP-O3FBODVNode01Cell\solucaoaquiv2_war.ear\solucaoaquiv2.war\WEB-INF\lib\httpclient-4.5.2.jar;C:\Users\fattoria\Documents\Servers\IBM\Websphere8.5\profiles\dev\installedApps\DESKTOP-O3FBODVNode01Cell\solucaoaquiv2_war.ear\solucaoaquiv2.war\WEB-INF\lib\httpcore-4.4.4.jar;C:\Users\fattoria\Documents\Servers\IBM\Websphere8.5\profiles\dev\installedApps\DESKTOP-O3FBODVNode01Cell\solucaoaquiv2_war.ear\solucaoaquiv2.war\WEB-INF\lib\iogi-1.0.0.jar;C:\Users\fattoria\Documents\Servers\IBM\Websphere8.5\profiles\dev\installedApps\DESKTOP-O3FBODVNode01Cell\solucaoaquiv2_war.ear\solucaoaquiv2.war\WEB-INF\lib\ion-java-1.0.2.jar;C:\Users\fattoria\Documents\Servers\IBM\Websphere8.5\profiles\dev\installedApps\DESKTOP-O3FBODVNode01Cell\solucaoaquiv2_war.ear\solucaoaquiv2.war\WEB-INF\lib\jackson-annotations-2.6.0.jar;C:\Users\fattoria\Documents\Servers\IBM\Websphere8.5\profiles\dev\installedApps\DESKTOP-O3FBODVNode01Cell\solucaoaquiv2_war.ear\solucaoaquiv2.war\WEB-INF\lib\jackson-core-2.6.7.jar;C:\Users\fattoria\Documents\Servers\IBM\Websphere8.5\profiles\dev\installedApps\DESKTOP-O3FBODVNode01Cell\solucaoaquiv2_war.ear\solucaoaquiv2.war\WEB-INF\lib\jackson-databind-2.6.7.1.jar;C:\Users\fattoria\Documents\Servers\IBM\Websphere8.5\profiles\dev\installedApps\DESKTOP-O3FBODVNode01Cell\solucaoaquiv2_war.ear\solucaoaquiv2.war\WEB-INF\lib\jackson-dataformat-cbor-2.6.7.jar;C:\Users\fattoria\Documents\Servers\IBM\Websphere8.5\profiles\dev\installedApps\DESKTOP-O3FBODVNode01Cell\solucaoaquiv2_war.ear\solucaoaquiv2.war\WEB-INF\lib\jandex-1.1.0.Final.jar;C:\Users\fattoria\Documents\Servers\IBM\Websphere8.5\profiles\dev\installedApps\DESKTOP-O3FBODVNode01Cell\solucaoaquiv2_war.ear\solucaoaquiv2.war\WEB-INF\lib\javassist-3.18.1-GA.jar;C:\Users\fattoria\Documents\Servers\IBM\Websphere8.5\profiles\dev\installedApps\DESKTOP-O3FBODVNode01Cell\solucaoaquiv2_war.ear\solucaoaquiv2.war\WEB-INF\lib\javax.annotation-api-1.2.jar;C:\Users\fattoria\Documents\Servers\IBM\Websphere8.5\profiles\dev\installedApps\DESKTOP-O3FBODVNode01Cell\solucaoaquiv2_war.ear\solucaoaquiv2.war\WEB-INF\lib\javax.ejb-api-3.2.jar;C:\Users\fattoria\Documents\Servers\IBM\Websphere8.5\profiles\dev\installedApps\DESKTOP-O3FBODVNode01Cell\solucaoaquiv2_war.ear\solucaoaquiv2.war\WEB-INF\lib\javax.inject-1.jar;C:\Users\fattoria\Documents\Servers\IBM\Websphere8.5\profiles\dev\installedApps\DESKTOP-O3FBODVNode01Cell\solucaoaquiv2_war.ear\solucaoaquiv2.war\WEB-INF\lib\javax.interceptor-api-1.2.jar;C:\Users\fattoria\Documents\Servers\IBM\Websphere8.5\profiles\dev\installedApps\DESKTOP-O3FBODVNode01Cell\solucaoaquiv2_war.ear\solucaoaquiv2.war\WEB-INF\lib\javax.transaction-api-1.2.jar;C:\Users\fattoria\Documents\Servers\IBM\Websphere8.5\profiles\dev\installedApps\DESKTOP-O3FBODVNode01Cell\solucaoaquiv2_war.ear\solucaoaquiv2.war\WEB-INF\lib\jaxrpc-api-1.1.jar;C:\Users\fattoria\Documents\Servers\IBM\Websphere8.5\profiles\dev\installedApps\DESKTOP-O3FBODVNode01Cell\solucaoaquiv2_war.ear\solucaoaquiv2.war\WEB-INF\lib\jboss-logging-3.2.1.Final.jar;C:\Users\fattoria\Documents\Servers\IBM\Websphere8.5\profiles\dev\installedApps\DESKTOP-O3FBODVNode01Cell\solucaoaquiv2_war.ear\solucaoaquiv2.war\WEB-INF\lib\jboss-logging-annotations-1.2.0.Beta1.jar;C:\Users\fattoria\Documents\Servers\IBM\Websphere8.5\profiles\dev\installedApps\DESKTOP-O3FBODVNode01Cell\solucaoaquiv2_war.ear\solucaoaquiv2.war\WEB-INF\lib\jboss-transaction-api_1.2_spec-1.0.0.Final.jar;C:\Users\fattoria\Documents\Servers\IBM\Websphere8.5\profiles\dev\installedApps\DESKTOP-O3FBODVNode01Cell\solucaoaquiv2_war.ear\solucaoaquiv2.war\WEB-INF\lib\jmespath-java-1.11.269.jar;C:\Users\fattoria\Documents\Servers\IBM\Websphere8.5\profiles\dev\installedApps\DESKTOP-O3FBODVNode01Cell\solucaoaquiv2_war.ear\solucaoaquiv2.war\WEB-INF\lib\joda-time-2.8.1.jar;C:\Users\fattoria\Documents\Servers\IBM\Websphere8.5\profiles\dev\installedApps\DESKTOP-O3FBODVNode01Cell\solucaoaquiv2_war.ear\solucaoaquiv2.war\WEB-INF\lib\jstl-1.2.jar;C:\Users\fattoria\Documents\Servers\IBM\Websphere8.5\profiles\dev\installedApps\DESKTOP-O3FBODVNode01Cell\solucaoaquiv2_war.ear\solucaoaquiv2.war\WEB-INF\lib\mail-1.4.jar;C:\Users\fattoria\Documents\Servers\IBM\Websphere8.5\profiles\dev\installedApps\DESKTOP-O3FBODVNode01Cell\solucaoaquiv2_war.ear\solucaoaquiv2.war\WEB-INF\lib\mchange-commons-java-0.2.3.4.jar;C:\Users\fattoria\Documents\Servers\IBM\Websphere8.5\profiles\dev\installedApps\DESKTOP-O3FBODVNode01Cell\solucaoaquiv2_war.ear\solucaoaquiv2.war\WEB-INF\lib\mirror-1.6.1.jar;C:\Users\fattoria\Documents\Servers\IBM\Websphere8.5\profiles\dev\installedApps\DESKTOP-O3FBODVNode01Cell\solucaoaquiv2_war.ear\solucaoaquiv2.war\WEB-INF\lib\mysql-connector-java-5.1.34.jar;C:\Users\fattoria\Documents\Servers\IBM\Websphere8.5\profiles\dev\installedApps\DESKTOP-O3FBODVNode01Cell\solucaoaquiv2_war.ear\solucaoaquiv2.war\WEB-INF\lib\paranamer-2.7.jar;C:\Users\fattoria\Documents\Servers\IBM\Websphere8.5\profiles\dev\installedApps\DESKTOP-O3FBODVNode01Cell\solucaoaquiv2_war.ear\solucaoaquiv2.war\WEB-INF\lib\quartz-2.1.5.jar;C:\Users\fattoria\Documents\Servers\IBM\Websphere8.5\profiles\dev\installedApps\DESKTOP-O3FBODVNode01Cell\solucaoaquiv2_war.ear\solucaoaquiv2.war\WEB-INF\lib\slf4j-api-1.7.5.jar;C:\Users\fattoria\Documents\Servers\IBM\Websphere8.5\profiles\dev\installedApps\DESKTOP-O3FBODVNode01Cell\solucaoaquiv2_war.ear\solucaoaquiv2.war\WEB-INF\lib\validation-api-1.1.0.Final.jar;C:\Users\fattoria\Documents\Servers\IBM\Websphere8.5\profiles\dev\installedApps\DESKTOP-O3FBODVNode01Cell\solucaoaquiv2_war.ear\solucaoaquiv2.war\WEB-INF\lib\vraptor-4.2.0-RC3.jar;C:\Users\fattoria\Documents\Servers\IBM\Websphere8.5\profiles\dev\installedApps\DESKTOP-O3FBODVNode01Cell\solucaoaquiv2_war.ear\solucaoaquiv2.war\WEB-INF\lib\vraptor-jpa-4.0.2.jar;C:\Users\fattoria\Documents\Servers\IBM\Websphere8.5\profiles\dev\installedApps\DESKTOP-O3FBODVNode01Cell\solucaoaquiv2_war.ear\solucaoaquiv2.war\WEB-INF\lib\vraptor-quartzjob-4.0.6.jar;C:\Users\fattoria\Documents\Servers\IBM\Websphere8.5\profiles\dev\installedApps\DESKTOP-O3FBODVNode01Cell\solucaoaquiv2_war.ear\solucaoaquiv2.war\WEB-INF\lib\weld-core-2.1.2.Final.jar;C:\Users\fattoria\Documents\Servers\IBM\Websphere8.5\profiles\dev\installedApps\DESKTOP-O3FBODVNode01Cell\solucaoaquiv2_war.ear\solucaoaquiv2.war\WEB-INF\lib\weld-servlet-2.1.2.Final.jar;C:\Users\fattoria\Documents\Servers\IBM\Websphere8.5\profiles\dev\installedApps\DESKTOP-O3FBODVNode01Cell\solucaoaquiv2_war.ear\solucaoaquiv2.war\WEB-INF\lib\wsdl4j-1.6.3.jar;C:\Users\fattoria\Documents\Servers\IBM\Websphere8.5\profiles\dev\installedApps\DESKTOP-O3FBODVNode01Cell\solucaoaquiv2_war.ear\solucaoaquiv2.war\WEB-INF\lib\xml-apis-1.0.b2.jar;C:\Users\fattoria\Documents\Servers\IBM\Websphere8.5\profiles\dev\installedApps\DESKTOP-O3FBODVNode01Cell\solucaoaquiv2_war.ear\solucaoaquiv2.war\WEB-INF\lib\xmlpull-1.1.3.1.jar;C:\Users\fattoria\Documents\Servers\IBM\Websphere8.5\profiles\dev\installedApps\DESKTOP-O3FBODVNode01Cell\solucaoaquiv2_war.ear\solucaoaquiv2.war\WEB-INF\lib\xpp3_min-1.1.4c.jar;C:\Users\fattoria\Documents\Servers\IBM\Websphere8.5\profiles\dev\installedApps\DESKTOP-O3FBODVNode01Cell\solucaoaquiv2_war.ear\solucaoaquiv2.war\WEB-INF\lib\xstream-1.4.7.jar;C:\Users\fattoria\Documents\Servers\IBM\Websphere8.5\profiles\dev\installedApps\DESKTOP-O3FBODVNode01Cell\solucaoaquiv2_war.ear\solucaoaquiv2.war
			   Parent: com.ibm.ws.classloader.CompoundClassLoader@4757092[PF][app:solucaoaquiv2_war]
			   Delegation Mode: PARENT_FIRST).
				at org.hibernate.validator.internal.cdi.ValidationExtension.<init>(ValidationExtension.java:91)
				at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
				at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:83)
				at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:57)
				at java.lang.reflect.Constructor.newInstance(Constructor.java:437)
				at org.jboss.weld.util.ServiceLoader.prepareInstance(ServiceLoader.java:240)
				... 112 more

Esse é o pom.xml

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>bradesco.solucaoaqui</groupId>
<artifactId>solucaoaquiv2</artifactId>
<version>0.0.1-SNAPSHOT</version>

<packaging>war</packaging>

<properties>
	<maven.compiler.source>1.7</maven.compiler.source>
	<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
	<maven.compiler.target>1.7</maven.compiler.target>
</properties>

<build>
	<finalName>
		${project.artifactId}
	</finalName>
	<plugins>
		<plugin>
			<artifactId>maven-war-plugin</artifactId>
			<version>2.4</version>
			<configuration>
				<failOnMissingWebXml>false</failOnMissingWebXml>
			</configuration>
		</plugin>
	</plugins>
</build>

<dependencies>
	<dependency>
		<groupId>javax.servlet</groupId>
		<artifactId>javax.servlet-api</artifactId>
		<version>3.1.0</version>
		<scope>provided</scope>
	</dependency>
	<dependency>
		<groupId>javax</groupId>
		<artifactId>javaee-api</artifactId>
		<version>7.0</version>
		<scope>provided</scope>
	</dependency>
	<dependency>
		<groupId>javax.enterprise</groupId>
		<artifactId>cdi-api</artifactId>
		<version>1.1</version>
		<scope>provided</scope>
	</dependency>
	<dependency>
		<groupId>org.jboss.weld</groupId>
		<artifactId>weld-core</artifactId>
		<version>2.1.2.Final</version>
		<scope>compile</scope>
	</dependency>
	<dependency>
		<groupId>org.jboss.weld.servlet</groupId>
		<artifactId>weld-servlet</artifactId>
		<version>2.1.2.Final</version>
		<scope>compile</scope>
	</dependency>
	<dependency>
		<groupId>br.com.caelum</groupId>
		<artifactId>vraptor</artifactId>
		<version>4.2.0-RC3</version>
		<scope>compile</scope>
	</dependency>
	<dependency>
		<groupId>javax.servlet</groupId>
		<artifactId>jstl</artifactId>
		<version>1.2</version>
		<scope>compile</scope>
	</dependency>
	<dependency>
		<groupId>javax.inject</groupId>
		<artifactId>javax.inject</artifactId>
		<version>1</version>
		<scope>compile</scope>
	</dependency>
	<dependency>
		<groupId>org.hibernate</groupId>
		<artifactId>hibernate-validator</artifactId>
		<version>5.2.2.Final</version>
		<scope>compile</scope>
	</dependency>
	<dependency>
		<groupId>org.hibernate</groupId>
		<artifactId>hibernate-validator-cdi</artifactId>
		<version>5.0.1.Final</version>
		<scope>compile</scope>
	</dependency>
	<dependency>
		<groupId>org.hibernate</groupId>
		<artifactId>hibernate-entitymanager</artifactId>
		<version>4.3.8.Final</version>
		<scope>compile</scope>
	</dependency>
	<dependency>
		<groupId>org.hibernate</groupId>
		<artifactId>hibernate-c3p0</artifactId>
		<version>4.3.8.Final</version>
		<scope>compile</scope>
	</dependency>
	<dependency>
		<groupId>br.com.caelum.vraptor</groupId>
		<artifactId>vraptor-jpa</artifactId>
		<version>4.0.2</version>
		<scope>compile</scope>
	</dependency>
	<dependency>
		<groupId>br.com.caelum.vraptor</groupId>
		<artifactId>vraptor-quartzjob</artifactId>
		<version>4.0.6</version>
		<exclusions>
			<exclusion>
				<groupId>c3p0</groupId>
				<artifactId>c3p0</artifactId>
			</exclusion>
		</exclusions>
	</dependency>
	<dependency>
		<groupId>mysql</groupId>
		<artifactId>mysql-connector-java</artifactId>
		<version>5.1.34</version>
		<scope>compile</scope>
	</dependency>
	<dependency>
		<groupId>javax.mail</groupId>
		<artifactId>mail</artifactId>
		<version>1.4</version>
		<scope>compile</scope>
	</dependency>
	<dependency>
	    <groupId>commons-fileupload</groupId>
	    <artifactId>commons-fileupload</artifactId>
	    <version>1.2</version>
	</dependency>
	<dependency>
	    <groupId>commons-io</groupId>
	    <artifactId>commons-io</artifactId>
	    <version>2.2</version>
	</dependency>
<dependency>
	    <groupId>com.amazonaws</groupId>
	    <artifactId>aws-java-sdk-s3</artifactId>
	    <version>1.11.269</version>
	</dependency>
	<dependency>
	<!-- 	INTEGRACAO SOAP IMATEC -->
	    <groupId>org.apache.axis</groupId>
	    <artifactId>axis</artifactId>
	    <version>1.4</version>
	</dependency>
	<dependency>
		<groupId>javax.xml</groupId>
	    <artifactId>jaxrpc-api</artifactId>
	    <version>1.1</version>
	</dependency>
	<dependency>
	    <groupId>wsdl4j</groupId>
	    <artifactId>wsdl4j</artifactId>
	    <version>1.6.3</version>
	</dependency>
	<dependency>
	    <groupId>commons-discovery</groupId>
	    <artifactId>commons-discovery</artifactId>
	    <version>0.2</version>
	</dependency>
	<dependency>
		<groupId>org.owasp.encoder</groupId>
		<artifactId>encoder</artifactId>
		<version>1.2.1</version>
	</dependency>
	<dependency>
	    <groupId>junit</groupId>
	    <artifactId>junit</artifactId>
	    <version>4.12</version>
	    <scope>test</scope>
	</dependency>
</dependencies>

Você simplesmente fez o Deploy e apareceu esse erro ?

Sim, eu mudei um pouco o deploy, e agora está dando uma outra exceção, estou pesquisando…