Skip to content

Instantly share code, notes, and snippets.

@lfryc
lfryc / accordion.java
Last active December 20, 2015 10:59 — forked from jhuska/accordion
package org.richfaces.tests.page.fragments.impl;
import org.jboss.arquillian.graphene.enricher.findby.FindBy;
import org.junit.Test;
import org.openqa.selenium.WebElement;
import org.richfaces.tests.page.fragments.impl.accordion.RichFacesAccordion;
public class TestCase {
@Test
@lfryc
lfryc / gist:5907247
Last active December 19, 2015 05:49
/dist/assets/richfaces -> META-INF/resources/org.richfaces/widgets (Because of livereload)
/dist/assets/jquery/ -> META-INF/resources/com.jquery/
/dist/assets/jquery-ui/ -> META-INF/resources/com.jqueryui/
/dist/assets/bootstrap -> META-INF/resources/bootstrap/
/dist/assets/font-awesome -> META-INF/resources/font-awesome
@lfryc
lfryc / gist:5886039
Last active December 19, 2015 02:49
currently:
richfaces
- framework/src/main/widgets == richfaces-widgets/dist/assets/ --> copy...
- framework/src/main/resources/META-INF/resources/ <-- ...here
next:
richfaces-widgets/dist/jsf-assets --> copy...
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<executions>
<execution>
<id>add-source</id>
<phase>process-resources</phase>
<goals>
<goal>add-source</goal>
</goals>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<executions>
<execution>
<id>add-source</id>
<phase>process-resources</phase>
<goals>
<goal>add-source</goal>
</goals>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<executions>
<execution>
<id>add-source</id>
<phase>process-resources</phase>
<goals>
<goal>add-source</goal>
</goals>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<executions>
<execution>
<id>add-source</id>
<phase>process-resources</phase>
<goals>
<goal>add-source</goal>
</goals>
@lfryc
lfryc / gist:5820718
Last active December 18, 2015 17:49
date author
2013-06-20
lfryc

Warp Alpha3 is a last stop to Beta releases which brings mainly enhancements and bug fixes, but also a pretty new documentation:

Documentation Draft

Even though a documentation draft isn’t published yet to the Arquillian site, it is already almost completed.

08:03:36,029 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/ITAutocompleteBehaviors].[FacesServlet]] (http-/127.0.0.1:8080-6) JBWEB000236: Servlet.service() for servlet FacesServlet threw exception: java.lang.IllegalStateException
at org.apache.catalina.connector.ResponseFacade.setBufferSize(ResponseFacade.java:225) [jbossweb-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1]
at com.sun.faces.context.ExternalContextImpl.setResponseBufferSize(ExternalContextImpl.java:854) [jsf-impl-2.1.19-redhat-1.jar:2.1.19-redhat-1]
at javax.faces.context.ExternalContextWrapper.setResponseBufferSize(ExternalContextWrapper.java:741) [jboss-jsf-api_2.1_spec-2.1.19.1.Final-redhat-1.jar:2.1.19.1.Final-redhat-1]
at com.sun.faces.application.resource.ResourceHandlerImpl.handleResourceRequest(ResourceHandlerImpl.java:268) [jsf-impl-2.1.19-redhat-1.jar:2.1.19-redhat-1]
at org.richfaces.resource.ResourceHandlerImpl.handleResourceRequest(ResourceHandlerImpl.java:264) [richfaces.jar:]
at javax.faces.webapp