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
| org.jboss.weld.context.ContextNotActiveException: WELD-001303 No active contexts for scope type javax.enterprise.context.RequestScoped | |
| at org.jboss.weld.manager.BeanManagerImpl.getContext(BeanManagerImpl.java:608) ~[weld-core-1.1.23.Final.jar:2014-05-27 17:36] | |
| at org.jboss.weld.bean.proxy.ContextBeanInstance.getInstance(ContextBeanInstance.java:71) ~[weld-core-1.1.23.Final.jar:2014-05-27 17:36] | |
| at org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:104) ~[weld-core-1.1.23.Final.jar:2014-05-27 17:36] | |
| at org.jboss.weld.proxies.Serializable$User$817418034$Proxy$_$$_WeldClientProxy.getIdentifier(Serializable$User$817418034$Proxy$_$$_WeldClientProxy.java) ~[weld-core-1.1.23.Final.jar:na] | |
| at org.kie.workbench.common.services.backend.builder.BuildServiceImpl.build(BuildServiceImpl.java:85) ~[kie-wb-common-services-backend-6.3.0-SNAPSHOT.jar:6.3.0-SNAPSHOT] | |
| at org.kie.workbench.common.services.backend.builder.BuildServiceImpl$Proxy$_$$_WeldClientProxy.build(BuildServiceImpl$Proxy$_$$_Wel |
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
| <?xml version="1.0" encoding="UTF-8"?> | |
| <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" | |
| xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
| <modelVersion>4.0.0</modelVersion> | |
| <groupId>org.anstis</groupId> | |
| <artifactId>p0</artifactId> | |
| <version>0.1.1</version> | |
| <packaging>kjar</packaging> | |
| <name>p0</name> | |
| <build> |
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
| /* | |
| * Copyright 2013 JBoss by Red Hat. | |
| * | |
| * Licensed under the Apache License, Version 2.0 (the "License"); | |
| * you may not use this file except in compliance with the License. | |
| * You may obtain a copy of the License at | |
| * | |
| * http://www.apache.org/licenses/LICENSE-2.0 | |
| * | |
| * Unless required by applicable law or agreed to in writing, software |
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
| private void launchWorkbenchActivityInPanel( final PlaceRequest place, | |
| final WorkbenchActivity activity, | |
| final PartDefinition part, | |
| final PanelDefinition panel ) { | |
| visibleWorkbenchParts.put( place, part ); | |
| getPlaceHistoryHandler().onPlaceChange( place ); | |
| UIPart uiPart = new UIPart( activity.getTitle(), activity.getTitleDecoration(), activity.getWidget() ); |
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] Scanning for projects... | |
| [WARNING] | |
| [WARNING] Some problems were encountered while building the effective model for org.jbpm:jbpm-console-ng-showcase:war:6.2.0-SNAPSHOT | |
| [WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.jboss.resteasy:resteasy-jaxrs:jar -> duplicate declaration of version (?) @ line 548, column 17 | |
| [WARNING] | |
| [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. | |
| [WARNING] | |
| [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. | |
| [WARNING] | |
| [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
| [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.5.1:compile (default-compile) on project kie-uberfire-social-activities-backend: Compilation failure: Compilation failure: | |
| [ERROR] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". | |
| [ERROR] SLF4J: Defaulting to no-operation (NOP) logger implementation | |
| [ERROR] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. | |
| [ERROR] /home/manstis/workspaces/git/droolsjbpm/kie-uberfire-extensions/kie-uberfire-social-activities/kie-uberfire-social-activities-backend/src/main/java/org/kie/uberfire/social/activities/repository/SocialUserRepository.java:[8,29] error: package com.google.inject.name does not exist | |
| [ERROR] /home/manstis/workspaces/git/droolsjbpm/kie-uberfire-extensions/kie-uberfire-social-activities/kie-uberfire-social-activities-backend/src/main/java/org/kie/uberfire/social/activities/repository/SocialEventTypeRepository.java:[10,29] error: package com.google.inject.name does not exist | |
| [ERRO |
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
| testMoveDir(org.uberfire.java.nio.fs.jgit.JGitFileSystemProviderCpMvTest) Time elapsed: 0 sec <<< ERROR! | |
| java.lang.NoClassDefFoundError: Could not initialize class org.uberfire.java.nio.fs.jgit.JGitFileSystemProviderCpMvTest | |
| at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) | |
| at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) | |
| at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) | |
| at java.lang.reflect.Constructor.newInstance(Constructor.java:513) | |
| at org.junit.runners.BlockJUnit4ClassRunner.createTest(BlockJUnit4ClassRunner.java:195) | |
| at org.junit.runners.BlockJUnit4ClassRunner$1.runReflectiveCall(BlockJUnit4ClassRunner.java:244) | |
| at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) | |
| at org.junit.runners.BlockJUnit4ClassRunner.methodBlock(BlockJUnit4ClassRunner.java:241) |
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
| public class CommandLineLauncher { | |
| public static void main( String[] args ) throws ClassNotFoundException, | |
| NoSuchMethodException, | |
| InvocationTargetException, | |
| IllegalAccessException, | |
| IOException, | |
| InstantiationException { | |
| //Extract arguments |
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
| final TextColumn<RowDTO> col1 = new TextColumn<RowDTO>() { | |
| public String getValue( RowDTO row ) { | |
| return row.get(1).toString(); | |
| } | |
| }; | |
| dataGrid.addColumn( col1, | |
| "title" ); |
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
| class RowDTO { | |
| private List<Object> rowData; | |
| public RowDTO(final List<Object> rowData) { | |
| this.rowData = rowData; | |
| } | |
| Object getColumnValue(final int index) { | |
| return rowData.get(index); |