This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/Library/Java/JavaVirtualMachines/jdk1.8.0_112.jdk/Contents/Home/bin/java -Dapple.awt.UIElement=true -Xmx4096m -XX:MaxPermSize=1024m -Xms1024m -XX:PermSize=1024m -Dorg.uberfire.nio.git.dir=/tmp/drools-wb-tmp -Derrai.jboss.home=/Users/tiagobento/redhat/uberfire/uberfire-showcase/uberfire-webapp/target/wildfly-10.1.0.Final -Didea.launcher.port=7536 "-Didea.launcher.bin.path=/Applications/IntelliJ IDEA.app/Contents/bin" -Dfile.encoding=UTF-8 -classpath "/Users/tiagobento/.m2/repository/com/google/gwt/gwt-codeserver/2.8.0/gwt-codeserver-2.8.0.jar:/Users/tiagobento/redhat/uberfire/uberfire-showcase/uberfire-webapp/src/main/java:/Users/tiagobento/redhat/uberfire/uberfire-showcase/uberfire-webapp/src/main/resources:/Users/tiagobento/redhat/uberfire/uberfire-showcase/uberfire-webapp/target/generated-sources/annotations:/Users/tiagobento/redhat/uberfire/uberfire-backend/uberfire-backend-api/src/main/java:/Users/tiagobento/redhat/uberfire/uberfire-backend/uberfire-backend-api/src/main/resources:/Users/tiagobento/redhat |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Unable to start embedded HTTP server | |
java.lang.IllegalStateException: Could not deploy ROOT.war: | |
Input: | |
{ | |
"operation" : "deploy", | |
"address" : [{ | |
"deployment" : "ROOT.war" | |
}] | |
} | |
Output: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/Library/Java/JavaVirtualMachines/jdk1.8.0_131.jdk/Contents/Home/bin/java -ea "-Dgwt.args=-gen \"/Users/tiagobento/Library/Caches/IntelliJIdea2017.2/gwt/errai-parent.f9c4ea0f/errai-jaxrs-client.8aea40dc/test/gen\" -war \"/Users/tiagobento/Library/Caches/IntelliJIdea2017.2/gwt/errai-parent.f9c4ea0f/errai-jaxrs-client.8aea40dc/test/www\"" -Didea.test.cyclic.buffer.size=1048576 "-javaagent:/Users/tiagobento/Library/Application Support/JetBrains/Toolbox/apps/IDEA-U/ch-0/172.3317.76/IntelliJ IDEA.app/Contents/lib/idea_rt.jar=50047:/Users/tiagobento/Library/Application Support/JetBrains/Toolbox/apps/IDEA-U/ch-0/172.3317.76/IntelliJ IDEA.app/Contents/bin" -Dfile.encoding=UTF-8 -classpath "/gwt-dev.jar:/Users/tiagobento/redhat/errai/errai-jaxrs/errai-jaxrs-provider/src/main/java:/Users/tiagobento/redhat/errai/errai-javax-enterprise/src/main/java:/Users/tiagobento/redhat/errai/errai-ioc/src/main/java:/Users/tiagobento/redhat/errai/errai-codegen-gwt/src/main/java:/Users/tiagobento/redhat/errai/errai-codegen/src/main/ja |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@ClientMarshaller(CustomMarshallerServicePojo.class) | |
@ServerMarshaller(CustomMarshallerServicePojo.class) | |
public class CustomMarshallerServicePojoMarshaller implements Marshaller<CustomMarshallerServicePojo> { | |
@Override | |
public CustomMarshallerServicePojo demarshall(EJValue o, MarshallingSession ctx) { | |
String[] split = o.isObject().get(SerializationParts.QUALIFIED_VALUE).isString().stringValue().split(","); | |
return new CustomMarshallerServicePojo(split[0], split[1]); | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@ClientMarshaller(CustomMarshallerServicePojo.class) | |
@ServerMarshaller(CustomMarshallerServicePojo.class) | |
public class CustomMarshallerServicePojoMarshaller implements Marshaller<CustomMarshallerServicePojo> { | |
@Override | |
public CustomMarshallerServicePojo demarshall(EJValue o, MarshallingSession ctx) { | |
String[] split = o.isString().stringValue().split(","); | |
return new CustomMarshallerServicePojo(split[0], split[1]); | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@ClientMarshaller(CustomMarshallerServicePojo.class) | |
@ServerMarshaller(CustomMarshallerServicePojo.class) | |
public class CustomMarshallerServicePojoMarshaller implements Marshaller<CustomMarshallerServicePojo> { | |
@Override | |
public CustomMarshallerServicePojo demarshall(EJValue o, MarshallingSession ctx) { | |
String[] split = o.isString().stringValue().split(","); | |
return new CustomMarshallerServicePojo(split[0], split[1]); | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
java.lang.RuntimeException: error generating method call for: get([department]) | |
at org.jboss.errai.codegen.builder.callstack.MethodCall.handleCall(MethodCall.java:126) | |
at org.jboss.errai.codegen.builder.callstack.AbstractCallElement.nextOrReturn(AbstractCallElement.java:47) | |
at org.jboss.errai.codegen.builder.callstack.LoadField.handleCall(LoadField.java:90) | |
at org.jboss.errai.codegen.builder.callstack.AbstractCallElement.nextOrReturn(AbstractCallElement.java:47) | |
at org.jboss.errai.codegen.builder.callstack.LoadVariable.handleCall(LoadVariable.java:121) | |
at org.jboss.errai.codegen.builder.callstack.AbstractCallElement.nextOrReturn(AbstractCallElement.java:47) | |
at org.jboss.errai.codegen.builder.callstack.ResetCallElement.handleCall(ResetCallElement.java:29) | |
at org.jboss.errai.codegen.builder.impl.AbstractStatementBuilder.generate(AbstractStatementBuilder.java:61) | |
at org.jboss.errai.codegen.Cast.generate(Cast.java:58) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package org.jboss.errai.ioc.client; | |
import com.google.gwt.core.client.GWT; | |
import com.google.gwt.user.client.ui.RootPanel; | |
import com.google.gwt.user.client.ui.TextBox; | |
import org.jboss.errai.common.client.api.Caller; | |
import org.jboss.errai.ioc.client.api.Disposer; | |
import org.jboss.errai.ioc.client.api.InitBallot; | |
import org.jboss.errai.ioc.client.api.ManagedInstance; | |
import org.jboss.errai.ioc.client.api.builtin.CallerProvider; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[INFO] Building Kie Workbench - Common - Compiler - OffProcess - Classpath 7.16.0-SNAPSHOT [80/223] | |
[INFO] --------------------------------[ jar ]--------------------------------- | |
[INFO] | |
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ kie-wb-common-compiler-offprocess-classpath --- | |
[INFO] Deleting /Users/tiagobento/redhat/kiegroup-all/kie-wb-common/kie-wb-common-services/kie-wb-common-compiler/kie-wb-common-compiler-offprocess-classpath/target | |
[INFO] Deleting /Users/tiagobento/redhat/kiegroup-all/kie-wb-common/kie-wb-common-services/kie-wb-common-compiler/kie-wb-common-compiler-offprocess-classpath (includes = [repository/**, .niogit/**, .index/**, .security/**], excludes = []) | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce-plugin-versions) @ kie-wb-common-compiler-offprocess-classpath --- | |
[INFO] Skipping Rule Enforcement. | |
[INFO] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl 'https://www.webjars.org/deploy?webJarType=npm&nameOrUrlish=appformer-js-workbench-screens&version=0.0.2-ALPHA' -H 'DNT: 1' -H 'Accept-Encoding: gzip, deflate, br' -H 'Accept-Language: en-US,en;q=0.9,pt;q=0.8,de;q=0.7' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_ | |
data: Got package info for org.webjars.npm appformer-js-workbench-screens 0.0.2-ALPHA | |
data: Determining dependency graph | |
data: Deploying these dependencies: react-dom#16.8.0-alpha.0 loose-envify#1.4.0 csstype#2.6.0 react#16.8.0-alpha.0 @types/react-dom#16.0.11 prop-types#15.6.2 scheduler#0.13.0-alpha.0 js-tokens#4.0.0 bignumber.js#7.2.1 object-assign#4.1.1 @types/prop-types#15.5.8 @types/react#16.7.18 | |
data: |
OlderNewer