[JBoss JIRA] (RF-12580) Guava versions in Errai and RichFaces are not compatible
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/RF-12580?page=com.atlassian.jira.plugin.s... ]
RH Bugzilla Integration commented on RF-12580:
----------------------------------------------
Marek Novotny <mnovotny(a)redhat.com> made a comment on [bug 870349|https://bugzilla.redhat.com/show_bug.cgi?id=870349]
Update: EAP 6.1 contains currently 13.0.1-redhat-1, so we will resolve this when our build runtime is switched to EAP 6.1
> Guava versions in Errai and RichFaces are not compatible
> --------------------------------------------------------
>
> Key: RF-12580
> URL: https://issues.jboss.org/browse/RF-12580
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 4.2.3.Final
> Reporter: Tomas Repel
>
> Description of problem:
> RichFaces 4.2.3.Final-redhat-1 depends on com.google.guava:guava:11.0.2. This particular version is not compatible with Errai framework that needs guava of version 12.0.
> Version-Release number of selected component (if applicable):
> RichFaces 4.2.3.Final-redhat-1
> Errai 2.1.0.Final-redhat-1
> How reproducible:
> Always.
> Steps to Reproduce:
> I discovered this when I tried to deploy Ticket Monster example (2.1.0.ER2 version) with administration pages generated by Forge 1.0.5.Final that uses Forge Richfaces plugin.
>
> Actual results:
> {noformat}
> [ERROR] java.lang.NoClassDefFoundError: com/google/common/reflect/TypeToken
> [ERROR] at org.jboss.errai.codegen.meta.impl.java.JavaReflectionMethod.getParameters(JavaReflectionMethod.java:62)
> [ERROR] at org.jboss.errai.codegen.meta.MetaClassFactory.cloneToBuildMetaClass(MetaClassFactory.java:325)
> [ERROR] at org.jboss.errai.codegen.meta.MetaClassFactory.parameterizedAs(MetaClassFactory.java:261)
> [ERROR] at org.jboss.errai.codegen.meta.MetaClassFactory.parameterizedAs(MetaClassFactory.java:257)
> [ERROR] at org.jboss.errai.codegen.meta.impl.java.JavaReflectionClass.getSuperClass(JavaReflectionClass.java:317)
> [ERROR] at org.jboss.errai.codegen.meta.MetaClassFactory.cloneToBuildMetaClass(MetaClassFactory.java:279)
> [ERROR] at org.jboss.errai.codegen.meta.MetaClassFactory.parameterizedAs(MetaClassFactory.java:261)
> [ERROR] at org.jboss.errai.codegen.meta.MetaClassFactory.parameterizedAs(MetaClassFactory.java:257)
> [ERROR] at org.jboss.errai.ioc.rebind.ioc.bootstrapper.QualifierEqualityFactoryGenerator.generateQualifierEqualityFactory(QualifierEqualityFactoryGenerator.java:99)
> [ERROR] at org.jboss.errai.ioc.rebind.ioc.bootstrapper.QualifierEqualityFactoryGenerator.generate(QualifierEqualityFactoryGenerator.java:65)
> [ERROR] at com.google.gwt.core.ext.GeneratorExtWrapper.generate(GeneratorExtWrapper.java:48)
> [ERROR] at com.google.gwt.core.ext.GeneratorExtWrapper.generateIncrementally(GeneratorExtWrapper.java:60)
> [ERROR] at com.google.gwt.dev.javac.StandardGeneratorContext.runGeneratorIncrementally(StandardGeneratorContext.java:647)
> [ERROR] at com.google.gwt.dev.cfg.RuleGenerateWith.realize(RuleGenerateWith.java:41)
> [ERROR] at com.google.gwt.dev.shell.StandardRebindOracle$Rebinder.rebind(StandardRebindOracle.java:78)
> [ERROR] at com.google.gwt.dev.shell.StandardRebindOracle.rebind(StandardRebindOracle.java:268)
> [ERROR] at com.google.gwt.dev.shell.StandardRebindOracle.rebind(StandardRebindOracle.java:257)
> [ERROR] at com.google.gwt.dev.DistillerRebindPermutationOracle.getAllPossibleRebindAnswers(DistillerRebindPermutationOracle.java:91)
> [ERROR] at com.google.gwt.dev.jdt.WebModeCompilerFrontEnd.doFindAdditionalTypesUsingRebinds(WebModeCompilerFrontEnd.java:96)
> [ERROR] at com.google.gwt.dev.jdt.AbstractCompiler$Sandbox$CompilerImpl.process(AbstractCompiler.java:254)
> [ERROR] at org.eclipse.jdt.internal.compiler.Compiler.compile(Compiler.java:444)
> [ERROR] at com.google.gwt.dev.jdt.AbstractCompiler$Sandbox$CompilerImpl.compile(AbstractCompiler.java:173)
> [ERROR] at com.google.gwt.dev.jdt.AbstractCompiler$Sandbox$CompilerImpl.compile(AbstractCompiler.java:288)
> [ERROR] at com.google.gwt.dev.jdt.AbstractCompiler$Sandbox$CompilerImpl.access$400(AbstractCompiler.java:139)
> [ERROR] at com.google.gwt.dev.jdt.AbstractCompiler.compile(AbstractCompiler.java:588)
> [ERROR] at com.google.gwt.dev.jdt.BasicWebModeCompiler.getCompilationUnitDeclarations(BasicWebModeCompiler.java:97)
> [ERROR] at com.google.gwt.dev.jdt.WebModeCompilerFrontEnd.getCompilationUnitDeclarations(WebModeCompilerFrontEnd.java:52)
> [ERROR] at com.google.gwt.dev.jjs.JavaToJavaScriptCompiler.precompile(JavaToJavaScriptCompiler.java:569)
> [ERROR] at com.google.gwt.dev.jjs.JavaScriptCompiler.precompile(JavaScriptCompiler.java:33)
> [ERROR] at com.google.gwt.dev.Precompile.precompile(Precompile.java:284)
> [ERROR] at com.google.gwt.dev.Precompile.precompile(Precompile.java:233)
> [ERROR] at com.google.gwt.dev.Precompile.precompile(Precompile.java:145)
> [ERROR] at com.google.gwt.dev.Compiler.run(Compiler.java:232)
> [ERROR] at com.google.gwt.dev.Compiler.run(Compiler.java:198)
> [ERROR] at com.google.gwt.dev.Compiler$1.run(Compiler.java:170)
> [ERROR] at com.google.gwt.dev.CompileTaskRunner.doRun(CompileTaskRunner.java:88)
> [ERROR] at com.google.gwt.dev.CompileTaskRunner.runWithAppropriateLogger(CompileTaskRunner.java:82)
> [ERROR] at com.google.gwt.dev.Compiler.main(Compiler.java:177)
> [ERROR] Caused by: java.lang.ClassNotFoundException: com.google.common.reflect.TypeToken
> [ERROR] at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
> [ERROR] at java.security.AccessController.doPrivileged(Native Method)
> [ERROR] at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
> [ERROR] at java.lang.ClassLoader.loadClass(ClassLoader.java:321)
> [ERROR] at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
> [ERROR] at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
> [ERROR] ... 38 more
> {noformat}
> Expected results:
> It deploys.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 9 months
[JBoss JIRA] (RF-12860) AccordionItem.js with error cause browser crash
by David Lee (JIRA)
[ https://issues.jboss.org/browse/RF-12860?page=com.atlassian.jira.plugin.s... ]
David Lee edited comment on RF-12860 at 3/25/13 10:05 PM:
----------------------------------------------------------
Hi Jan,
For the rich:extendedDataTable I'm using with some more stuff ...
<rich:extendedDataTable id="table" var="items"
sortMode="multi" value="#{tablePage.tableDataModel}"
rows="#{tablePage.height}" selection="#{tablePage.selection}"
rowKeyVar="row" selectionMode="multiple"
onready="selectToCheckbox();" onrowdblclick="onRowdblclick();"
onselectionchange="selectToCheckbox();"
tableState="#{tablePage.tableState}"
noDataLabel="#{messages['noDataLabel']}" ...>
Also with
<a4j:ajax execute="table_form" event="selectionchange"
listener="#{tablePage.takeSelection()}" render=":panelcontent" />
Will that be the problem come from?
Thanks
was (Author: dlee606):
Hi Jan,
For the rich:extendedDataTable I'm using with some more stuff ...
<rich:extendedDataTable id="table" var="items"
sortMode="multi" value="#{tablePage.tableDataModel}"
rows="#{tablePage.height}" selection="#{tablePage.selection}"
rowKeyVar="row" selectionMode="multiple"
onready="selectToCheckbox();" onrowdblclick="onRowdblclick();"
onselectionchange="selectToCheckbox();"
tableState="#{tablePage.tableState}"
noDataLabel="#{messages['noDataLabel']}" ...>
Also with
<a4j:ajax execute="table_form" event="selectionchange"
listener="#{tablePage.takeSelection()}" render=":panelcontent" />
Will that be the problem come from?
Thanks
> AccordionItem.js with error cause browser crash
> -----------------------------------------------
>
> Key: RF-12860
> URL: https://issues.jboss.org/browse/RF-12860
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-output
> Affects Versions: 4.3.0.Final
> Environment: JBOSS7/JSF2/FirefoxESR10 or Chrome25.0.1
> Reporter: David Lee
> Assignee: Jan Papousek
> Labels: javascript, rich:accordionItem
> Fix For: 4.3.2
>
>
> Put the rich:accordionItem and rich:extendedDataTable on same page,
> and just click on any column for sort.
> The firebug will show an error:
> items[i].__header is not a function
> [Break On This Error]
> h -= items[i].__header().outerHeight();
> Looks like accordionItem.js line48 been triggered when sort:
> $(document).one("javascriptServiceComplete", function () {
> item.__fitToHeight(item.getTogglePanel());
> });
> And after this happened, my whole thing crashed.
> Now more sortable or click for any action.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 9 months
[JBoss JIRA] (RF-12860) AccordionItem.js with error cause browser crash
by David Lee (JIRA)
[ https://issues.jboss.org/browse/RF-12860?page=com.atlassian.jira.plugin.s... ]
David Lee commented on RF-12860:
--------------------------------
Hi Jan,
For the rich:extendedDataTable I'm using with some more stuff ...
<rich:extendedDataTable id="table" var="items"
sortMode="multi" value="#{tablePage.tableDataModel}"
rows="#{tablePage.height}" selection="#{tablePage.selection}"
rowKeyVar="row" selectionMode="multiple"
onready="selectToCheckbox();" onrowdblclick="onRowdblclick();"
onselectionchange="selectToCheckbox();"
tableState="#{tablePage.tableState}"
noDataLabel="#{messages['noDataLabel']}" ...>
Also with
<a4j:ajax execute="table_form" event="selectionchange"
listener="#{tablePage.takeSelection()}" render=":panelcontent" />
Will that be the problem come from?
Thanks
> AccordionItem.js with error cause browser crash
> -----------------------------------------------
>
> Key: RF-12860
> URL: https://issues.jboss.org/browse/RF-12860
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-output
> Affects Versions: 4.3.0.Final
> Environment: JBOSS7/JSF2/FirefoxESR10 or Chrome25.0.1
> Reporter: David Lee
> Assignee: Jan Papousek
> Labels: javascript, rich:accordionItem
> Fix For: 4.3.2
>
>
> Put the rich:accordionItem and rich:extendedDataTable on same page,
> and just click on any column for sort.
> The firebug will show an error:
> items[i].__header is not a function
> [Break On This Error]
> h -= items[i].__header().outerHeight();
> Looks like accordionItem.js line48 been triggered when sort:
> $(document).one("javascriptServiceComplete", function () {
> item.__fitToHeight(item.getTogglePanel());
> });
> And after this happened, my whole thing crashed.
> Now more sortable or click for any action.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 9 months
[JBoss JIRA] (RF-12850) Popup panel: button's label is invisible in IE10
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-12850?page=com.atlassian.jira.plugin.s... ]
Brian Leathem commented on RF-12850:
------------------------------------
Comment from Ilia:
{quote}
I was able to locate the code which causes the issue. This bug was introduced by change [1] committed for RF-10758 [2]. RF 4.2.2 (WFK 2.0) doesn't have this problem. Hope this helps.
[1] https://github.com/richfaces/components/pull/33
[2] https://issues.jboss.org/browse/RF-10758
{quote}
> Popup panel: button's label is invisible in IE10
> ------------------------------------------------
>
> Key: RF-12850
> URL: https://issues.jboss.org/browse/RF-12850
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-panels-layout-themes
> Affects Versions: 4.2.3.Final, 4.3.0.Final, 4.3.1
> Environment: RichFaces 4.3.2-SNAPSHOT
> EAP 6.0.1, Tomcat 6.0.32, Tomcat 7.0.35
> Mojarra 2.1.7, 2.1.17, MyFaces 2.1.10
> Internet Explorer 9, 10
> Reporter: Pavol Pitonak
> Fix For: 4.3.2
>
> Attachments: buttonInPopupPanel.png
>
>
> {code:xml}
> <rich:popupPanel id="panel" show="true" header="xxx">
> <h:commandButton id="button" value="Submit" />
> </rich:popupPanel>
> {code}
> If a page with code snippet above is opened in IE9/IE10, the label "Submit" of button is not displayed until mouse over event.
> Since it appears in all JSF implementations and on all runtime containers and works in browsers different from IE, it looks like a bug in IE interpretation of CSS classes.
> Sample works fine when header of popup panel is not displayed (i.e. header attribute isn't set and no facet is defined).
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 9 months
[JBoss JIRA] (RF-12859) richfaces kitchensink archetype - errors during deployment on EAP 6.1.0.Alpha1
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-12859?page=com.atlassian.jira.plugin.s... ]
Brian Leathem resolved RF-12859.
--------------------------------
Resolution: Duplicate Issue
Closing this, as it is a known upstream AS7 issue.
Note the deployment is successful, and the application continues to run despite the hibernate errors.
> richfaces kitchensink archetype - errors during deployment on EAP 6.1.0.Alpha1
> ------------------------------------------------------------------------------
>
> Key: RF-12859
> URL: https://issues.jboss.org/browse/RF-12859
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Reporter: Jan Papousek
> Fix For: 4.3.2
>
>
> Richfaces Kitchensink Archetype 4.3.1.Final-1 generated by:
> {code}
> mvn -U archetype:generate \
> -Dbasedir=./ \
> -DarchetypeGroupId=org.richfaces.archetypes \
> -DarchetypeArtifactId=richfaces-archetype-kitchensink \
> -DarchetypeVersion=4.3.1.Final-1 \
> -DgroupId=org.richfaces.tests.archetypes \
> -DartifactId=richfaces-kitchensink \
> -Dversion=4.3.1.Final-1 \
> -Dpackage=org.richfaces.tests.archetypes.kitchensink \
> -DinteractiveMode=false
> -DarchetypeRepository=https://repository.jboss.org/nexus/content/repositories/jboss_releases_staging_profile-055/
> {code}
> There are some errors and warning during the deployment on EAP 6.1.0.Alpha1. Here is the log from console:
> {code}
> 11:20:26,030 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015876: Starting deployment of "richfaces-kitchensink.war" (runtime-name: "richfaces-kitchensink.war")
> 11:20:26,882 INFO [org.jboss.as.jpa] (MSC service thread 1-4) JBAS011401: Read persistence.xml for primary
> 11:20:27,140 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-1) JBAS010400: Bound data source [java:jboss/datasources/KitchensinkrfQuickstartDS]
> 11:20:27,444 INFO [org.jboss.weld.deployer] (MSC service thread 1-3) JBAS016002: Processing weld deployment richfaces-kitchensink.war
> 11:20:27,451 INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-3) JNDI bindings for session bean named MemberRegistration in deployment unit deployment "richfaces-kitchensink.war" are as follows:
> java:global/richfaces-kitchensink/MemberRegistration!org.richfaces.tests.archetypes.kitchensink.service.MemberRegistration
> java:app/richfaces-kitchensink/MemberRegistration!org.richfaces.tests.archetypes.kitchensink.service.MemberRegistration
> java:module/MemberRegistration!org.richfaces.tests.archetypes.kitchensink.service.MemberRegistration
> java:global/richfaces-kitchensink/MemberRegistration
> java:app/richfaces-kitchensink/MemberRegistration
> java:module/MemberRegistration
> 11:20:27,648 INFO [org.jboss.weld.deployer] (MSC service thread 1-4) JBAS016005: Starting Services for CDI deployment: richfaces-kitchensink.war
> 11:20:27,691 INFO [org.jboss.weld.Version] (MSC service thread 1-4) WELD-000900 1.1.10 (Final)
> 11:20:27,734 INFO [org.jboss.weld.deployer] (MSC service thread 1-7) JBAS016008: Starting weld service for deployment richfaces-kitchensink.war
> 11:20:27,735 INFO [org.jboss.as.jpa] (ServerService Thread Pool -- 23) JBAS011402: Starting Persistence Unit Service 'richfaces-kitchensink.war#primary'
> 11:20:27,868 INFO [org.hibernate.annotations.common.Version] (ServerService Thread Pool -- 23) HCANN000001: Hibernate Commons Annotations {4.0.1.Final}
> 11:20:27,874 INFO [org.hibernate.Version] (ServerService Thread Pool -- 23) HHH000412: Hibernate Core {4.2.0.CR1}
> 11:20:27,876 INFO [org.hibernate.cfg.Environment] (ServerService Thread Pool -- 23) HHH000206: hibernate.properties not found
> 11:20:27,878 INFO [org.hibernate.cfg.Environment] (ServerService Thread Pool -- 23) HHH000021: Bytecode provider name : javassist
> 11:20:27,897 INFO [org.hibernate.ejb.Ejb3Configuration] (ServerService Thread Pool -- 23) HHH000204: Processing PersistenceUnitInfo [
> name: primary
> ...]
> 11:20:28,125 INFO [org.hibernate.service.jdbc.connections.internal.ConnectionProviderInitiator] (ServerService Thread Pool -- 23) HHH000130: Instantiating explicit connection provider: org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider
> 11:20:28,297 INFO [org.hibernate.dialect.Dialect] (ServerService Thread Pool -- 23) HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
> 11:20:28,301 WARN [org.hibernate.dialect.H2Dialect] (ServerService Thread Pool -- 23) HHH000431: Unable to determine H2 database version, certain features may not work
> 11:20:28,303 INFO [org.hibernate.engine.jdbc.internal.LobCreatorBuilder] (ServerService Thread Pool -- 23) HHH000423: Disabling contextual LOB creation as JDBC driver reported JDBC version [3] less than 4
> 11:20:28,310 INFO [org.hibernate.engine.transaction.internal.TransactionFactoryInitiator] (ServerService Thread Pool -- 23) HHH000268: Transaction strategy: org.hibernate.engine.transaction.internal.jta.CMTTransactionFactory
> 11:20:28,313 INFO [org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory] (ServerService Thread Pool -- 23) HHH000397: Using ASTQueryTranslatorFactory
> 11:20:28,342 INFO [org.hibernate.validator.internal.util.Version] (ServerService Thread Pool -- 23) HV000001: Hibernate Validator 4.3.1.Final
> 11:20:28,551 INFO [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 23) HHH000227: Running hbm2ddl schema export
> 11:20:28,558 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 23) HHH000389: Unsuccessful: drop sequence hibernate_sequence
> 11:20:28,559 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 23) Sequence "HIBERNATE_SEQUENCE" not found; SQL statement:
> drop sequence hibernate_sequence [90036-168]
> 11:20:28,562 INFO [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 23) HHH000230: Schema export complete
> 11:20:28,963 INFO [org.jboss.web] (ServerService Thread Pool -- 10) JBAS018210: Register web context: /richfaces-kitchensink
> 11:20:29,027 INFO [javax.enterprise.resource.webcontainer.jsf.config] (ServerService Thread Pool -- 10) Initializing Mojarra 2.1.18-jbossorg-1 20130205-1414 for context '/richfaces-kitchensink'
> 11:20:30,427 INFO [org.richfaces.log.Cache] (ServerService Thread Pool -- 10) Selected fallback cache factory
> 11:20:30,428 INFO [org.richfaces.log.Cache] (ServerService Thread Pool -- 10) Creating LRUMap cache instance using parameters: {resteasy.scanned.resources=org.richfaces.tests.archetypes.kitchensink.rest.MemberResourceRESTService, org.richfaces.resourceOptimization.enabled=true, javax.ws.rs.Application=org.richfaces.tests.archetypes.kitchensink.rest.JaxRsActivator, resteasy.injector.factory=org.jboss.resteasy.cdi.CdiInjectorFactory, org.richfaces.skin=classic, javax.faces.PROJECT_STAGE=Production, resteasy.servlet.mapping.prefix=/rest, resteasy.unwrapped.exceptions=javax.ejb.EJBException}
> 11:20:30,433 INFO [org.richfaces.log.Cache] (ServerService Thread Pool -- 10) Creating LRUMap cache instance of 512 items capacity
> 11:20:30,444 INFO [org.richfaces.log.Application] (ServerService Thread Pool -- 10) RichFaces Core Implementation by JBoss by Red Hat, version 4.3.1.Final
> 11:20:30,463 WARNING [org.richfaces.log.Application] (ServerService Thread Pool -- 10) JMS API was found on the classpath; if you want to enable RichFaces Push JMS integration, set context-param 'org.richfaces.push.jms.enabled' in web.xml
> 11:20:30,478 INFO [org.ocpsoft.rewrite.servlet.RewriteFilter] (ServerService Thread Pool -- 10) RewriteFilter starting up...
> 11:20:30,488 INFO [org.ocpsoft.rewrite.servlet.RewriteFilter] (ServerService Thread Pool -- 10) Loaded [1] org.ocpsoft.rewrite.servlet.spi.RewriteLifecycleListener [org.ocpsoft.rewrite.cdi.bridge.RewriteLifecycleEventBridge<-100>]
> 11:20:30,488 INFO [org.ocpsoft.rewrite.servlet.RewriteFilter] (ServerService Thread Pool -- 10) Loaded [2] org.ocpsoft.rewrite.servlet.spi.RequestCycleWrapper [org.ocpsoft.rewrite.servlet.impl.HttpRewriteRequestCycleWrapper<0>, org.ocpsoft.rewrite.cdi.bridge.RequestCycleWrapperBridge<0>]
> 11:20:30,488 INFO [org.ocpsoft.rewrite.servlet.RewriteFilter] (ServerService Thread Pool -- 10) Loaded [2] org.ocpsoft.rewrite.spi.RewriteProvider [org.ocpsoft.rewrite.servlet.impl.DefaultHttpRewriteProvider<0>, org.ocpsoft.rewrite.cdi.bridge.RewriteProviderBridge<100>]
> 11:20:30,489 INFO [org.ocpsoft.rewrite.servlet.RewriteFilter] (ServerService Thread Pool -- 10) Loaded [1] org.ocpsoft.rewrite.servlet.spi.InboundRewriteProducer [org.ocpsoft.rewrite.servlet.impl.HttpInboundRewriteProducer<0>]
> 11:20:30,489 INFO [org.ocpsoft.rewrite.servlet.RewriteFilter] (ServerService Thread Pool -- 10) Loaded [1] org.ocpsoft.rewrite.servlet.spi.OutboundRewriteProducer [org.ocpsoft.rewrite.servlet.impl.HttpOutboundRewriteProducer<0>]
> 11:20:30,490 INFO [org.ocpsoft.rewrite.servlet.RewriteFilter] (ServerService Thread Pool -- 10) Loaded [0] org.ocpsoft.rewrite.servlet.spi.ContextListener []
> 11:20:30,492 INFO [org.ocpsoft.rewrite.servlet.RewriteFilter] (ServerService Thread Pool -- 10) Loaded [0] org.ocpsoft.rewrite.servlet.spi.RequestListener []
> 11:20:30,493 INFO [org.ocpsoft.rewrite.servlet.RewriteFilter] (ServerService Thread Pool -- 10) Loaded [0] org.ocpsoft.rewrite.servlet.spi.RequestParameterProvider []
> 11:20:30,509 INFO [org.ocpsoft.rewrite.servlet.RewriteFilter] (ServerService Thread Pool -- 10) Loaded [1] org.ocpsoft.rewrite.spi.ExpressionLanguageProvider [org.ocpsoft.rewrite.cdi.CdiExpressionLanguageProvider]
> 11:20:30,510 INFO [org.ocpsoft.rewrite.servlet.RewriteFilter] (ServerService Thread Pool -- 10) Loaded [0] org.ocpsoft.rewrite.spi.InvocationResultHandler []
> 11:20:30,512 INFO [org.ocpsoft.rewrite.servlet.RewriteFilter] (ServerService Thread Pool -- 10) Loaded [1] org.ocpsoft.common.spi.ServiceEnricher [org.ocpsoft.rewrite.cdi.CdiServiceEnricher]
> 11:20:30,514 INFO [org.ocpsoft.rewrite.servlet.RewriteFilter] (ServerService Thread Pool -- 10) Loaded [1] org.ocpsoft.rewrite.config.ConfigurationProvider [org.richfaces.tests.archetypes.kitchensink.util.RewriteConfigurationProvider<10>]
> 11:20:30,514 INFO [org.ocpsoft.rewrite.servlet.RewriteFilter] (ServerService Thread Pool -- 10) RewriteFilter initialized.
> 11:20:30,723 INFO [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS018559: Deployed "richfaces-kitchensink.war" (runtime-name : "richfaces-kitchensink.war")
> {code}
> It works correctly on EAP 6.0.1.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 9 months
[JBoss JIRA] (RF-12859) richfaces kitchensink archetype - errors during deployment on EAP 6.1.0.Alpha1
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-12859?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-12859:
-------------------------------
Fix Version/s: (was: 4.3.2)
> richfaces kitchensink archetype - errors during deployment on EAP 6.1.0.Alpha1
> ------------------------------------------------------------------------------
>
> Key: RF-12859
> URL: https://issues.jboss.org/browse/RF-12859
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Reporter: Jan Papousek
>
> Richfaces Kitchensink Archetype 4.3.1.Final-1 generated by:
> {code}
> mvn -U archetype:generate \
> -Dbasedir=./ \
> -DarchetypeGroupId=org.richfaces.archetypes \
> -DarchetypeArtifactId=richfaces-archetype-kitchensink \
> -DarchetypeVersion=4.3.1.Final-1 \
> -DgroupId=org.richfaces.tests.archetypes \
> -DartifactId=richfaces-kitchensink \
> -Dversion=4.3.1.Final-1 \
> -Dpackage=org.richfaces.tests.archetypes.kitchensink \
> -DinteractiveMode=false
> -DarchetypeRepository=https://repository.jboss.org/nexus/content/repositories/jboss_releases_staging_profile-055/
> {code}
> There are some errors and warning during the deployment on EAP 6.1.0.Alpha1. Here is the log from console:
> {code}
> 11:20:26,030 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015876: Starting deployment of "richfaces-kitchensink.war" (runtime-name: "richfaces-kitchensink.war")
> 11:20:26,882 INFO [org.jboss.as.jpa] (MSC service thread 1-4) JBAS011401: Read persistence.xml for primary
> 11:20:27,140 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-1) JBAS010400: Bound data source [java:jboss/datasources/KitchensinkrfQuickstartDS]
> 11:20:27,444 INFO [org.jboss.weld.deployer] (MSC service thread 1-3) JBAS016002: Processing weld deployment richfaces-kitchensink.war
> 11:20:27,451 INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-3) JNDI bindings for session bean named MemberRegistration in deployment unit deployment "richfaces-kitchensink.war" are as follows:
> java:global/richfaces-kitchensink/MemberRegistration!org.richfaces.tests.archetypes.kitchensink.service.MemberRegistration
> java:app/richfaces-kitchensink/MemberRegistration!org.richfaces.tests.archetypes.kitchensink.service.MemberRegistration
> java:module/MemberRegistration!org.richfaces.tests.archetypes.kitchensink.service.MemberRegistration
> java:global/richfaces-kitchensink/MemberRegistration
> java:app/richfaces-kitchensink/MemberRegistration
> java:module/MemberRegistration
> 11:20:27,648 INFO [org.jboss.weld.deployer] (MSC service thread 1-4) JBAS016005: Starting Services for CDI deployment: richfaces-kitchensink.war
> 11:20:27,691 INFO [org.jboss.weld.Version] (MSC service thread 1-4) WELD-000900 1.1.10 (Final)
> 11:20:27,734 INFO [org.jboss.weld.deployer] (MSC service thread 1-7) JBAS016008: Starting weld service for deployment richfaces-kitchensink.war
> 11:20:27,735 INFO [org.jboss.as.jpa] (ServerService Thread Pool -- 23) JBAS011402: Starting Persistence Unit Service 'richfaces-kitchensink.war#primary'
> 11:20:27,868 INFO [org.hibernate.annotations.common.Version] (ServerService Thread Pool -- 23) HCANN000001: Hibernate Commons Annotations {4.0.1.Final}
> 11:20:27,874 INFO [org.hibernate.Version] (ServerService Thread Pool -- 23) HHH000412: Hibernate Core {4.2.0.CR1}
> 11:20:27,876 INFO [org.hibernate.cfg.Environment] (ServerService Thread Pool -- 23) HHH000206: hibernate.properties not found
> 11:20:27,878 INFO [org.hibernate.cfg.Environment] (ServerService Thread Pool -- 23) HHH000021: Bytecode provider name : javassist
> 11:20:27,897 INFO [org.hibernate.ejb.Ejb3Configuration] (ServerService Thread Pool -- 23) HHH000204: Processing PersistenceUnitInfo [
> name: primary
> ...]
> 11:20:28,125 INFO [org.hibernate.service.jdbc.connections.internal.ConnectionProviderInitiator] (ServerService Thread Pool -- 23) HHH000130: Instantiating explicit connection provider: org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider
> 11:20:28,297 INFO [org.hibernate.dialect.Dialect] (ServerService Thread Pool -- 23) HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
> 11:20:28,301 WARN [org.hibernate.dialect.H2Dialect] (ServerService Thread Pool -- 23) HHH000431: Unable to determine H2 database version, certain features may not work
> 11:20:28,303 INFO [org.hibernate.engine.jdbc.internal.LobCreatorBuilder] (ServerService Thread Pool -- 23) HHH000423: Disabling contextual LOB creation as JDBC driver reported JDBC version [3] less than 4
> 11:20:28,310 INFO [org.hibernate.engine.transaction.internal.TransactionFactoryInitiator] (ServerService Thread Pool -- 23) HHH000268: Transaction strategy: org.hibernate.engine.transaction.internal.jta.CMTTransactionFactory
> 11:20:28,313 INFO [org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory] (ServerService Thread Pool -- 23) HHH000397: Using ASTQueryTranslatorFactory
> 11:20:28,342 INFO [org.hibernate.validator.internal.util.Version] (ServerService Thread Pool -- 23) HV000001: Hibernate Validator 4.3.1.Final
> 11:20:28,551 INFO [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 23) HHH000227: Running hbm2ddl schema export
> 11:20:28,558 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 23) HHH000389: Unsuccessful: drop sequence hibernate_sequence
> 11:20:28,559 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 23) Sequence "HIBERNATE_SEQUENCE" not found; SQL statement:
> drop sequence hibernate_sequence [90036-168]
> 11:20:28,562 INFO [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 23) HHH000230: Schema export complete
> 11:20:28,963 INFO [org.jboss.web] (ServerService Thread Pool -- 10) JBAS018210: Register web context: /richfaces-kitchensink
> 11:20:29,027 INFO [javax.enterprise.resource.webcontainer.jsf.config] (ServerService Thread Pool -- 10) Initializing Mojarra 2.1.18-jbossorg-1 20130205-1414 for context '/richfaces-kitchensink'
> 11:20:30,427 INFO [org.richfaces.log.Cache] (ServerService Thread Pool -- 10) Selected fallback cache factory
> 11:20:30,428 INFO [org.richfaces.log.Cache] (ServerService Thread Pool -- 10) Creating LRUMap cache instance using parameters: {resteasy.scanned.resources=org.richfaces.tests.archetypes.kitchensink.rest.MemberResourceRESTService, org.richfaces.resourceOptimization.enabled=true, javax.ws.rs.Application=org.richfaces.tests.archetypes.kitchensink.rest.JaxRsActivator, resteasy.injector.factory=org.jboss.resteasy.cdi.CdiInjectorFactory, org.richfaces.skin=classic, javax.faces.PROJECT_STAGE=Production, resteasy.servlet.mapping.prefix=/rest, resteasy.unwrapped.exceptions=javax.ejb.EJBException}
> 11:20:30,433 INFO [org.richfaces.log.Cache] (ServerService Thread Pool -- 10) Creating LRUMap cache instance of 512 items capacity
> 11:20:30,444 INFO [org.richfaces.log.Application] (ServerService Thread Pool -- 10) RichFaces Core Implementation by JBoss by Red Hat, version 4.3.1.Final
> 11:20:30,463 WARNING [org.richfaces.log.Application] (ServerService Thread Pool -- 10) JMS API was found on the classpath; if you want to enable RichFaces Push JMS integration, set context-param 'org.richfaces.push.jms.enabled' in web.xml
> 11:20:30,478 INFO [org.ocpsoft.rewrite.servlet.RewriteFilter] (ServerService Thread Pool -- 10) RewriteFilter starting up...
> 11:20:30,488 INFO [org.ocpsoft.rewrite.servlet.RewriteFilter] (ServerService Thread Pool -- 10) Loaded [1] org.ocpsoft.rewrite.servlet.spi.RewriteLifecycleListener [org.ocpsoft.rewrite.cdi.bridge.RewriteLifecycleEventBridge<-100>]
> 11:20:30,488 INFO [org.ocpsoft.rewrite.servlet.RewriteFilter] (ServerService Thread Pool -- 10) Loaded [2] org.ocpsoft.rewrite.servlet.spi.RequestCycleWrapper [org.ocpsoft.rewrite.servlet.impl.HttpRewriteRequestCycleWrapper<0>, org.ocpsoft.rewrite.cdi.bridge.RequestCycleWrapperBridge<0>]
> 11:20:30,488 INFO [org.ocpsoft.rewrite.servlet.RewriteFilter] (ServerService Thread Pool -- 10) Loaded [2] org.ocpsoft.rewrite.spi.RewriteProvider [org.ocpsoft.rewrite.servlet.impl.DefaultHttpRewriteProvider<0>, org.ocpsoft.rewrite.cdi.bridge.RewriteProviderBridge<100>]
> 11:20:30,489 INFO [org.ocpsoft.rewrite.servlet.RewriteFilter] (ServerService Thread Pool -- 10) Loaded [1] org.ocpsoft.rewrite.servlet.spi.InboundRewriteProducer [org.ocpsoft.rewrite.servlet.impl.HttpInboundRewriteProducer<0>]
> 11:20:30,489 INFO [org.ocpsoft.rewrite.servlet.RewriteFilter] (ServerService Thread Pool -- 10) Loaded [1] org.ocpsoft.rewrite.servlet.spi.OutboundRewriteProducer [org.ocpsoft.rewrite.servlet.impl.HttpOutboundRewriteProducer<0>]
> 11:20:30,490 INFO [org.ocpsoft.rewrite.servlet.RewriteFilter] (ServerService Thread Pool -- 10) Loaded [0] org.ocpsoft.rewrite.servlet.spi.ContextListener []
> 11:20:30,492 INFO [org.ocpsoft.rewrite.servlet.RewriteFilter] (ServerService Thread Pool -- 10) Loaded [0] org.ocpsoft.rewrite.servlet.spi.RequestListener []
> 11:20:30,493 INFO [org.ocpsoft.rewrite.servlet.RewriteFilter] (ServerService Thread Pool -- 10) Loaded [0] org.ocpsoft.rewrite.servlet.spi.RequestParameterProvider []
> 11:20:30,509 INFO [org.ocpsoft.rewrite.servlet.RewriteFilter] (ServerService Thread Pool -- 10) Loaded [1] org.ocpsoft.rewrite.spi.ExpressionLanguageProvider [org.ocpsoft.rewrite.cdi.CdiExpressionLanguageProvider]
> 11:20:30,510 INFO [org.ocpsoft.rewrite.servlet.RewriteFilter] (ServerService Thread Pool -- 10) Loaded [0] org.ocpsoft.rewrite.spi.InvocationResultHandler []
> 11:20:30,512 INFO [org.ocpsoft.rewrite.servlet.RewriteFilter] (ServerService Thread Pool -- 10) Loaded [1] org.ocpsoft.common.spi.ServiceEnricher [org.ocpsoft.rewrite.cdi.CdiServiceEnricher]
> 11:20:30,514 INFO [org.ocpsoft.rewrite.servlet.RewriteFilter] (ServerService Thread Pool -- 10) Loaded [1] org.ocpsoft.rewrite.config.ConfigurationProvider [org.richfaces.tests.archetypes.kitchensink.util.RewriteConfigurationProvider<10>]
> 11:20:30,514 INFO [org.ocpsoft.rewrite.servlet.RewriteFilter] (ServerService Thread Pool -- 10) RewriteFilter initialized.
> 11:20:30,723 INFO [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS018559: Deployed "richfaces-kitchensink.war" (runtime-name : "richfaces-kitchensink.war")
> {code}
> It works correctly on EAP 6.0.1.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 9 months