[JBoss JIRA] (FORGE-985) Get error when using switchyard.bean facet
by Robb Greathouse (JIRA)
[ https://issues.jboss.org/browse/FORGE-985?page=com.atlassian.jira.plugin.... ]
Robb Greathouse commented on FORGE-985:
---------------------------------------
This is the error I get when following the example and using Switchyard.bean facet
Last login: Fri Jun 28 21:39:01 on ttys000
Robbs-MacBook-Pro:~ robbgreathouse$ rm -rf .forge
Robbs-MacBook-Pro:~ robbgreathouse$ cd Documents/redhat/projects/migration/SOA-Migration/
Robbs-MacBook-Pro:SOA-Migration robbgreathouse$ ls
jboss-esb new-project syApp
Robbs-MacBook-Pro:SOA-Migration robbgreathouse$ rm -rf syApp
Robbs-MacBook-Pro:SOA-Migration robbgreathouse$ forge
_____
| ___|__ _ __ __ _ ___
| |_ / _ \| `__/ _` |/ _ \ \\
| _| (_) | | | (_| | __/ //
|_| \___/|_| \__, |\___|
|___/
JBoss Forge, version [ 1.3.2.Final ] - JBoss, by Red Hat, Inc. [ http://forge.jboss.org ]
? Will you allow the Forge team to receive anonymous usage statistics for this instance of JBoss Forge? [y/N] Y
[no project] SOA-Migration $ new-project --named migApp --topLevelPackage com.jboss.mig.soa
? Use [/Users/robbgreathouse/Documents/redhat/projects/migration/SOA-Migration/migApp] as project directory? [Y/n] Y
***SUCCESS*** Created project [migApp] in new working directory [/Users/robbgreathouse/Documents/redhat/projects/migration/SOA-Migration/migApp]
Wrote /Users/robbgreathouse/Documents/redhat/projects/migration/SOA-Migration/migApp
Wrote /Users/robbgreathouse/Documents/redhat/projects/migration/SOA-Migration/migApp/pom.xml
Wrote /Users/robbgreathouse/Documents/redhat/projects/migration/SOA-Migration/migApp/src/main/java
Wrote /Users/robbgreathouse/Documents/redhat/projects/migration/SOA-Migration/migApp/src/test/java
Wrote /Users/robbgreathouse/Documents/redhat/projects/migration/SOA-Migration/migApp/src/main/resources
Wrote /Users/robbgreathouse/Documents/redhat/projects/migration/SOA-Migration/migApp/src/test/resources
Wrote /Users/robbgreathouse/Documents/redhat/projects/migration/SOA-Migration/migApp/src/main/java/com/jboss/mig/soa
[migApp] migApp $ cd ..
[no project] SOA-Migration $ forge find-plugin switchyard
Connecting to remote repository [https://raw.github.com/forge/plugin-repository/master/repository.yaml]... connected!
- switchyard (org.switchyard.forge:switchyard-forge-plugin:::1.0.0-SNAPSHOT)
Author: Keith Babo <kbabo(a)redhat.com>
Website: http://www.jboss.org/switchyard
Location: https://github.com/forge/plugin-switchyard.git
Tags: esb, jboss, redhat, switchyard
Description: Plugin to create/configure SwitchYard applications.
Wrote /Users/robbgreathouse/.forge/httpsrawgithubcomforgepluginrepositorymasterrepositoryyaml.yaml
[no project] SOA-Migration $ forge install-plugin switchyard
***INFO*** Preparing to install plugin: switchyard
***INFO*** Checking out plugin source files to [/var/folders/zz/z7cjr_zd3xqfp6m4gjwwfd1r0000gn/T/forgetemp6364338730736330013] via 'git'
***INFO*** Switching to branch/tag [refs/heads/master]
***WARNING*** Plugin has a dependency on internal Forge API [org.jboss.forge:forge-project-model-maven:jar::] - this is not allowed and may cause failures.
***INFO*** Invoking build with underlying build system.
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building switchyard-forge-plugin 1.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ switchyard-forge-plugin ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ switchyard-forge-plugin ---
[WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 14 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ switchyard-forge-plugin ---
[INFO] Compiling 18 source files to /private/var/folders/zz/z7cjr_zd3xqfp6m4gjwwfd1r0000gn/T/forgetemp6364338730736330013/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ switchyard-forge-plugin ---
[WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ switchyard-forge-plugin ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ switchyard-forge-plugin ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ switchyard-forge-plugin ---
[INFO] Building jar: /private/var/folders/zz/z7cjr_zd3xqfp6m4gjwwfd1r0000gn/T/forgetemp6364338730736330013/target/switchyard-forge-plugin.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5.923s
[INFO] Finished at: Sat Jun 29 20:03:44 MDT 2013
[INFO] Final Memory: 28M/81M
[INFO] ------------------------------------------------------------------------
***INFO*** Installing plugin artifact.
***INFO*** Cleaning up temp workspace [/var/folders/zz/z7cjr_zd3xqfp6m4gjwwfd1r0000gn/T/forgetemp6364338730736330013]
***SUCCESS*** Installed from [https://github.com/forge/plugin-switchyard.git] successfully.
Wrote /Users/robbgreathouse/.forge/plugins/org
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/switchyard-forge-plugin.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/module.xml
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/activation-1.1.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/mail-1.4.4.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/hibernate-jpa-2.0-api-1.0.1.Final.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/slf4j-api-1.5.10.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/log4j-1.2.16.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/mvel2-2.1.Beta7.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/commons-collections-3.2.1.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/commons-lang-2.6.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/commons-logging-1.1.1.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/commons-codec-1.3.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/switchyard-component-bean-0.5.0.Final.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/switchyard-runtime-0.5.0.Final.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/switchyard-common-0.5.0.Final.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/switchyard-api-0.5.0.Final.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/jta-1.1.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/protostuff-api-1.0.4.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/protostuff-core-1.0.4.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/protostuff-collectionschema-1.0.4.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/protostuff-runtime-1.0.4.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/protostuff-json-1.0.4.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/jackson-core-asl-1.7.9.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/protostuff-xml-1.0.4.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/switchyard-config-0.5.0.Final.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/xmlunit-1.1.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/switchyard-deploy-0.5.0.Final.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/switchyard-extensions-wsdl-0.5.0.Final.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/switchyard-transform-0.5.0.Final.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/milyn-smooks-all-1.5.1.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/xstream-1.4.1.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/xmlpull-1.1.3.1.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/xpp3_min-1.1.4c.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/freemarker-2.3.15.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/ow2-bundles-externals-opencsv-1.0.23.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/opencsv-2.1.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/jackson-mapper-asl-1.9.2.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/switchyard-validate-0.5.0.Final.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/switchyard-component-bpm-0.5.0.Final.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/switchyard-component-common-rules-0.5.0.Final.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/antlr-runtime-3.3.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/stringtemplate-3.2.1.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/drools-core-5.4.0.Final.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/drools-compiler-5.4.0.Final.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/antlr-3.3.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/antlr-2.7.7.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/drools-persistence-jpa-5.4.0.Final.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/knowledge-api-5.4.0.Final.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/knowledge-internal-api-5.4.0.Final.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/jbpm-bpmn2-5.3.0.Final.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/jbpm-flow-5.3.0.Final.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/protobuf-java-2.4.1.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/jbpm-flow-builder-5.3.0.Final.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/jbpm-human-task-core-5.3.0.Final.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/dom4j-1.6.1.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/javassist-3.14.0-GA.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/jbpm-human-task-mina-5.3.0.Final.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/mina-core-2.0.0-RC1.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/jbpm-persistence-jpa-5.3.0.Final.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/hibernate-core-3.3.2.GA.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/trove4j-3.0.2.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/jbpm-workitems-5.3.0.Final.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/commons-io-1.4.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/commons-compress-1.0.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/commons-exec-1.0.1.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/smack-3.0.4.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/rome-0.9.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/commons-net-2.0.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/jdom-1.0.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/switchyard-component-camel-0.5.0.Final.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/switchyard-component-common-composer-0.5.0.Final.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/switchyard-component-camel-as7-0.5.0.Final.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/camel-core-2.9.2.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/camel-cxf-2.9.2.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/camel-cxf-transport-2.9.2.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/cxf-rt-frontend-jaxrs-2.5.2.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/cxf-common-utilities-2.5.2.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/xmlschema-core-2.0.1.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/woodstox-core-asl-4.1.1.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/stax2-api-3.1.1.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/cxf-api-2.5.2.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/neethi-3.0.1.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/wsdl4j-1.6.2.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/jsr311-api-1.1.1.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/cxf-rt-bindings-xml-2.5.2.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/cxf-rt-transports-http-2.5.2.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/cxf-rt-transports-common-2.5.2.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/spring-web-3.0.6.RELEASE.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/jettison-1.3.1.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/spring-core-3.0.7.RELEASE.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/spring-asm-3.0.7.RELEASE.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/spring-beans-3.0.7.RELEASE.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/spring-context-3.0.7.RELEASE.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/spring-expression-3.0.7.RELEASE.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/camel-blueprint-2.9.2.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/camel-core-xml-2.9.2.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/camel-core-osgi-2.9.2.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/jaxb-api-2.1.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/stax-api-1.0-2.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/org.apache.aries.blueprint-0.3.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/org.apache.aries.util-0.3.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/org.apache.aries.testsupport.unit-0.3.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/org.apache.aries.proxy.api-0.3.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/cxf-rt-bindings-soap-2.5.2.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/cxf-tools-common-2.5.2.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/jaxb-impl-2.2.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/cxf-rt-databinding-jaxb-2.5.2.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/camel-spring-2.9.2.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/spring-aop-3.0.7.RELEASE.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/aopalliance-1.0.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/spring-tx-3.0.7.RELEASE.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/camel-jms-2.9.2.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/spring-jms-3.0.7.RELEASE.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/camel-ftp-2.9.2.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/jsch-0.1.44-1.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/camel-quartz-2.9.2.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/quartz-1.8.5.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/camel-sql-2.9.2.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/spring-jdbc-3.0.7.RELEASE.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/camel-netty-2.9.2.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/camel-atom-2.9.2.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/abdera-core-1.1.2.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/abdera-i18n-1.1.2.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/abdera-parser-1.1.2.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/geronimo-stax-api_1.0_spec-1.0.1.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/jaxen-1.1.1.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/axiom-api-1.2.10.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/geronimo-activation_1.1_spec-1.0.2.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/geronimo-javamail_1.4_spec-1.6.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/axiom-impl-1.2.10.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/switchyard-component-clojure-0.5.0.Final.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/clojure-1.3.0-alpha5.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/switchyard-component-rules-0.5.0.Final.jar
Wrote /Users/robbgreathouse/.forge/plugins/org/switchyard/forge/switchyard-forge-plugin/dependencies/1.0.0-SNAPSHOT-a2d8d10d-fb3b-4588-95c4-86efccd5d01d/module.xml
Deleted /var/folders/zz/z7cjr_zd3xqfp6m4gjwwfd1r0000gn/T/forgetemp6364338730736330013
_____
| ___|__ _ __ __ _ ___
| |_ / _ \| `__/ _` |/ _ \ \\
| _| (_) | | | (_| | __/ //
|_| \___/|_| \__, |\___|
|___/
JBoss Forge, version [ 1.3.2.Final ] - JBoss, by Red Hat, Inc. [ http://forge.jboss.org ]
The following plugins have been activated: [bean-reference, bean-service, bpm-service, camel-binding, camel-service, clojure-service, rules-service, switchyard]
[no project] SOA-Migration $ cd migApp/
[migApp] migApp $ project install-facet switchyard
switchyard.rules switchyard.camel switchyard.clojure switchyard.bpm switchyard.bean switchyard
[migApp] migApp $ project install-facet switchyard
? Application name (e.g. myApp) mvn package
Error while saving SwitchYard configuration: javax.xml.transform.TransformerConfigurationException: Translet class loaded, but unable to create translet instance.
***SUCCESS*** Installed [switchyard] successfully.
Wrote /Users/robbgreathouse/Documents/redhat/projects/migration/SOA-Migration/migApp/pom.xml
Wrote /Users/robbgreathouse/Documents/redhat/projects/migration/SOA-Migration/migApp/src/main/resources/META-INF
[migApp] migApp $ project install-facet switchyard.b
switchyard.bpm switchyard.bean
[migApp] migApp $ project install-facet switchyard.bean
***SUCCESS*** Installed [switchyard.bean] successfully.
Wrote /Users/robbgreathouse/Documents/redhat/projects/migration/SOA-Migration/migApp/pom.xml
Wrote /Users/robbgreathouse/Documents/redhat/projects/migration/SOA-Migration/migApp/src/main/resources/META-INF/beans.xml
[migApp] migApp $ bean
beans bean-service bean-reference
[migApp] migApp $ bean-service create --serviceName MyExampleService
Created service interface [MyExampleService.java]
Created service implementation [MyExampleServiceBean.java]
NOTE: Run 'mvn package' to make MyExampleService visible to SwitchYard shell.
Wrote /Users/robbgreathouse/Documents/redhat/projects/migration/SOA-Migration/migApp/src/main/resources/../../main/java/com/jboss/mig/soa/MyExampleService.java
Wrote /Users/robbgreathouse/Documents/redhat/projects/migration/SOA-Migration/migApp/src/main/resources/../../main/java/com/jboss/mig/soa/MyExampleServiceBean.java
[migApp] migApp $ mvn package
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building migApp 1.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: http://repository.jboss.org/nexus/content/groups/public/com/github/fungal...
Downloading: http://repo1.maven.org/maven2/com/github/fungal/fungal/0.10.0.RC2/fungal-...
[WARNING] The POM for com.github.fungal:fungal:jar:0.10.0.RC2 is missing, no dependency information available
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ migApp ---
[WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ migApp ---
[INFO] Compiling 2 source files to /Users/robbgreathouse/Documents/redhat/projects/migration/SOA-Migration/migApp/target/classes
[INFO]
[INFO] --- switchyard-plugin:0.5.0.Final:configure (default) @ migApp ---
[INFO] SwitchYard plugin scanning: [file:/Users/robbgreathouse/Documents/redhat/projects/migration/SOA-Migration/migApp/target/classes/]
[Fatal Error] :1:1: Premature end of file.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 9.003s
[INFO] Finished at: Sun Jun 30 11:35:56 MDT 2013
[INFO] Final Memory: 28M/81M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.switchyard:switchyard-plugin:0.5.0.Final:configure (default) on project migApp: org.xml.sax.SAXParseException: Premature end of file. -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[migApp] migApp $
> Get error when using switchyard.bean facet
> ------------------------------------------
>
> Key: FORGE-985
> URL: https://issues.jboss.org/browse/FORGE-985
> Project: Forge
> Issue Type: Feature Request
> Reporter: Robb Greathouse
>
--
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, 6 months
[JBoss JIRA] (FORGE-983) Get error when installing switchyard facet
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-983?page=com.atlassian.jira.plugin.... ]
George Gastaldi commented on FORGE-983:
---------------------------------------
This is most likely a Switchyard plugin issue. I committed a change on it to not re-define services/javax.xml.transform.TransformerFactory
Please remove the switchyard plugin from your repo and re-install it again.
> Get error when installing switchyard facet
> ------------------------------------------
>
> Key: FORGE-983
> URL: https://issues.jboss.org/browse/FORGE-983
> Project: Forge
> Issue Type: Bug
> Components: Blessed Plugins
> Affects Versions: 1.3.2.Final
> Environment: MAC 10.8
> Reporter: Robb Greathouse
> Priority: Minor
>
> After successfully installing Switchyard plugin to forge I followed the directions on https://community.jboss.org/wiki/ForgingSwitchYardApps
> And I get the following error when I install the facet to the project.
> Error while saving SwitchYard configuration: javax.xml.transform.TransformerConfigurationException: Translet class loaded, but unable to create translet instance.
> This prevents it from creating a working Switchyard project.
--
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, 6 months
[JBoss JIRA] (FORGE-983) Get error when installing switchyard facet
by Robb Greathouse (JIRA)
Robb Greathouse created FORGE-983:
-------------------------------------
Summary: Get error when installing switchyard facet
Key: FORGE-983
URL: https://issues.jboss.org/browse/FORGE-983
Project: Forge
Issue Type: Bug
Components: Blessed Plugins
Affects Versions: 1.3.2.Final
Environment: MAC 10.8
Reporter: Robb Greathouse
Priority: Minor
After successfully installing Switchyard plugin to forge I followed the directions on https://community.jboss.org/wiki/ForgingSwitchYardApps
And I get the following error when I install the facet to the project.
Error while saving SwitchYard configuration: javax.xml.transform.TransformerConfigurationException: Translet class loaded, but unable to create translet instance.
This prevents it from creating a working Switchyard project.
--
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, 6 months
[JBoss JIRA] (FORGE-910) In View Beans, Search predicate for boolean fields is not supported
by Vineet Reynolds (JIRA)
[ https://issues.jboss.org/browse/FORGE-910?page=com.atlassian.jira.plugin.... ]
Vineet Reynolds edited comment on FORGE-910 at 6/29/13 2:05 PM:
----------------------------------------------------------------
[~hanynowsky],
I've taken a shot at implementing this and have run into a problem that possibly resulted in Boolean search predicates not supported. The Query By Example pattern implemented here uses the JPA entity for encapsulating the search criteria. For boolean fields (note the use of the primitive), this would mean that only search results matching false (the default for boolean members according to the JLS) would be returned if no search criteria were supplied, instead of the expected set of all entities.
This QBE feature needs to be re-designed for supporting boolean fields, so that null and false are distinguishable.
was (Author: vineet.reynolds):
[~hanynowsky],
I've taken a shot at implementing this and have run into a problem that possibly resulted in Boolean search predicates not supported. The Query By Example pattern implemented here uses the JPA entity for encapsulating the search criteria. For boolean fields (not the use of the primitive), this would mean that only search results matching false (the default for boolean members according to the JLS) would be returned if no search criteria were supplied, instead of the expected set of all entities.
This QBE feature needs to be re-designed for supporting boolean fields, so that null and false are distinguishable.
> In View Beans, Search predicate for boolean fields is not supported
> -------------------------------------------------------------------
>
> Key: FORGE-910
> URL: https://issues.jboss.org/browse/FORGE-910
> Project: Forge
> Issue Type: Feature Request
> Components: Scaffold
> Affects Versions: 1.2.3.Final
> Environment: Linux 3.8, Firefox.
> Reporter: Hanine Hanynowsky
> Priority: Minor
> Fix For: 1.x Future
>
>
> In View Beans, Search predicate for boolean fields is not supported.
>
> Jboss Forge generates the View Bean with search support using JPA criteria expressions for fields of type String and Entity objects but it does not for boolean fields.
> Is this not supported? A bug? A feature request? Or simply that it's not possible to use boolean fields with JPA predicate isLike & equ
--
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, 6 months
[JBoss JIRA] (FORGE-910) In View Beans, Search predicate for boolean fields is not supported
by Vineet Reynolds (JIRA)
[ https://issues.jboss.org/browse/FORGE-910?page=com.atlassian.jira.plugin.... ]
Vineet Reynolds commented on FORGE-910:
---------------------------------------
[~hanynowsky],
I've taken a shot at implementing this and have run into a problem that possibly resulted in Boolean search predicates not supported. The Query By Example pattern implemented here uses the JPA entity for encapsulating the search criteria. For boolean fields (not the use of the primitive), this would mean that only search results matching false (the default for boolean members according to the JLS) would be returned if no search criteria were supplied, instead of the expected set of all entities.
This QBE feature needs to be re-designed for supporting boolean fields, so that null and false are distinguishable.
> In View Beans, Search predicate for boolean fields is not supported
> -------------------------------------------------------------------
>
> Key: FORGE-910
> URL: https://issues.jboss.org/browse/FORGE-910
> Project: Forge
> Issue Type: Feature Request
> Components: Scaffold
> Affects Versions: 1.2.3.Final
> Environment: Linux 3.8, Firefox.
> Reporter: Hanine Hanynowsky
> Priority: Minor
> Fix For: 1.x Future
>
>
> In View Beans, Search predicate for boolean fields is not supported.
>
> Jboss Forge generates the View Bean with search support using JPA criteria expressions for fields of type String and Entity objects but it does not for boolean fields.
> Is this not supported? A bug? A feature request? Or simply that it's not possible to use boolean fields with JPA predicate isLike & equ
--
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, 6 months