[JBoss JIRA] (FORGE-1216) FacetNotFoundException, project can not find a facet that was just installed.
by R Searls (JIRA)
[ https://issues.jboss.org/browse/FORGE-1216?page=com.atlassian.jira.plugin... ]
R Searls updated FORGE-1216:
----------------------------
Attachment: facets-SwitchYardFacet.zip
> FacetNotFoundException, project can not find a facet that was just installed.
> -----------------------------------------------------------------------------
>
> Key: FORGE-1216
> URL: https://issues.jboss.org/browse/FORGE-1216
> Project: Forge
…
[View More]> Issue Type: Bug
> Components: Plugin API
> Environment: Fedora 16
> Java 1.7.0
> maven 3.1.0
> Reporter: R Searls
> Priority: Minor
> Attachments: facets-SwitchYardFacet.zip
>
>
> This is occurring in plugin-switchyard code.
> A project object can not find the SwitchYardFacet that was just installed using
> the FacetFactory. The following exception is thrown.
> org.jboss.forge.addon.facets.FacetNotFoundException: No Facet of type [class org.switchyard.tools.forge.plugin.SwitchYardFacet] is installed.
> at org.jboss.forge.addon.facets.AbstractFaceted.getFacet(AbstractFaceted.java:52)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:606)
> at org.jboss.forge.furnace.proxy.ClassLoaderAdapterCallback$1.call(ClassLoaderAdapterCallback.java:92)
> at org.jboss.forge.furnace.util.ClassLoaders.executeIn(ClassLoaders.java:34)
> at org.jboss.forge.furnace.proxy.ClassLoaderAdapterCallback.invoke(ClassLoaderAdapterCallback.java:68)
> at org.jboss.forge.addon.projects.AbstractProject_$$_javassist_8d868af7-af13-441c-a78b-4d421aa1e536.getFacet(AbstractProject_$$_javassist_8d868af7-af13-441c-a78b-4d421aa1e536.java)
> at org.jboss.forge.DemoApp.process(DemoApp.java:44)
> at org.jboss.forge.DemoApp.main(DemoApp.java:59)
> Caused by: org.jboss.forge.addon.facets.FacetNotFoundException: No Facet of type [class org.switchyard.tools.forge.plugin.SwitchYardFacet] is installed.
> ... 11 more
--
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
[View Less]
11 years, 6 months
[JBoss JIRA] (FORGE-1216) FacetNotFoundException, project can not find a facet that was just installed.
by R Searls (JIRA)
R Searls created FORGE-1216:
-------------------------------
Summary: FacetNotFoundException, project can not find a facet that was just installed.
Key: FORGE-1216
URL: https://issues.jboss.org/browse/FORGE-1216
Project: Forge
Issue Type: Bug
Components: Plugin API
Environment: Fedora 16
Java 1.7.0
maven 3.1.0
Reporter: R Searls
Priority: Minor
This is occurring in plugin-…
[View More]switchyard code.
A project object can not find the SwitchYardFacet that was just installed using
the FacetFactory. The following exception is thrown.
org.jboss.forge.addon.facets.FacetNotFoundException: No Facet of type [class org.switchyard.tools.forge.plugin.SwitchYardFacet] is installed.
at org.jboss.forge.addon.facets.AbstractFaceted.getFacet(AbstractFaceted.java:52)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.jboss.forge.furnace.proxy.ClassLoaderAdapterCallback$1.call(ClassLoaderAdapterCallback.java:92)
at org.jboss.forge.furnace.util.ClassLoaders.executeIn(ClassLoaders.java:34)
at org.jboss.forge.furnace.proxy.ClassLoaderAdapterCallback.invoke(ClassLoaderAdapterCallback.java:68)
at org.jboss.forge.addon.projects.AbstractProject_$$_javassist_8d868af7-af13-441c-a78b-4d421aa1e536.getFacet(AbstractProject_$$_javassist_8d868af7-af13-441c-a78b-4d421aa1e536.java)
at org.jboss.forge.DemoApp.process(DemoApp.java:44)
at org.jboss.forge.DemoApp.main(DemoApp.java:59)
Caused by: org.jboss.forge.addon.facets.FacetNotFoundException: No Facet of type [class org.switchyard.tools.forge.plugin.SwitchYardFacet] is installed.
... 11 more
--
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
[View Less]
11 years, 6 months
[JBoss JIRA] (FORGE-1215) Switchyard service promotion issues
by R Searls (JIRA)
[ https://issues.jboss.org/browse/FORGE-1215?page=com.atlassian.jira.plugin... ]
R Searls updated FORGE-1215:
----------------------------
Attachment: service-promotion.zip
> Switchyard service promotion issues
> -----------------------------------
>
> Key: FORGE-1215
> URL: https://issues.jboss.org/browse/FORGE-1215
> Project: Forge
> Issue Type: Bug
> Components: Plugin API
> Affects …
[View More]Versions: 2.0.0.Alpha12
> Environment: Fedora 16
> java 1.7.0
> maven 3.1.0
> Reporter: R Searls
> Attachments: service-promotion.zip
>
>
> This issue is in the plugin-switchyard code.
> A created service can not be promoted until the service classes are compiled.
> The underlying code does not see the service until it is compile. There is
> code in the generated switchyard maven project pom.xml to introspect class files.
> The generated XML in the switchyard.xml file of a promoted service is not
> correct. A service element as a direct child of composite element is required,
> but is not generated.
> ------- switchyard.xml contents that is generated for a promoted service -----------
> <?xml version="1.0" encoding="UTF-8"?>
> <switchyard xmlns="urn:switchyard-config:switchyard:1.0">
> <composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200912"
> name="myProject"
> targetNamespace="urn:switchyard:application:myProject">
> <component name="SimpleListener">
> <implementation.bean xmlns="urn:switchyard-component-bean:config:1.0"
> class="jbossesb.services.service.SimpleListenerBean"/>
> <service name="SimpleListener">
> <interface.java interface="jbossesb.services.service.SimpleListener"/>
> </service>
> </component>
> </composite>
> </switchyard>
> ------- switchyard.xml contents that is needed for a promoted service --------------
> <?xml version="1.0" encoding="UTF-8"?>
> <switchyard xmlns="urn:switchyard-config:switchyard:1.0">
> <composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200912"
> name="myProject"
> targetNamespace="urn:switchyard:application:myProject">
> <service name="SimpleListener" promote="SimpleListener">
> <binding.sca/>
> </service>
> <component name="SimpleListener">
> <implementation.bean xmlns="urn:switchyard-component-bean:config:1.0"
> class="jbossesb.services.service.SimpleListenerBean"/>
> <service name="SimpleListener">
> <interface.java interface="jbossesb.services.service.SimpleListener"/>
> </service>
> </component>
> </composite>
> </switchyard>
--
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
[View Less]
11 years, 6 months
[JBoss JIRA] (FORGE-1215) Switchyard service promotion issues
by R Searls (JIRA)
R Searls created FORGE-1215:
-------------------------------
Summary: Switchyard service promotion issues
Key: FORGE-1215
URL: https://issues.jboss.org/browse/FORGE-1215
Project: Forge
Issue Type: Bug
Components: Plugin API
Affects Versions: 2.0.0.Alpha12
Environment: Fedora 16
java 1.7.0
maven 3.1.0
Reporter: R Searls
Attachments: service-promotion.zip
This issue is in the …
[View More]plugin-switchyard code.
A created service can not be promoted until the service classes are compiled.
The underlying code does not see the service until it is compile. There is
code in the generated switchyard maven project pom.xml to introspect class files.
The generated XML in the switchyard.xml file of a promoted service is not
correct. A service element as a direct child of composite element is required,
but is not generated.
------- switchyard.xml contents that is generated for a promoted service -----------
<?xml version="1.0" encoding="UTF-8"?>
<switchyard xmlns="urn:switchyard-config:switchyard:1.0">
<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200912"
name="myProject"
targetNamespace="urn:switchyard:application:myProject">
<component name="SimpleListener">
<implementation.bean xmlns="urn:switchyard-component-bean:config:1.0"
class="jbossesb.services.service.SimpleListenerBean"/>
<service name="SimpleListener">
<interface.java interface="jbossesb.services.service.SimpleListener"/>
</service>
</component>
</composite>
</switchyard>
------- switchyard.xml contents that is needed for a promoted service --------------
<?xml version="1.0" encoding="UTF-8"?>
<switchyard xmlns="urn:switchyard-config:switchyard:1.0">
<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200912"
name="myProject"
targetNamespace="urn:switchyard:application:myProject">
<service name="SimpleListener" promote="SimpleListener">
<binding.sca/>
</service>
<component name="SimpleListener">
<implementation.bean xmlns="urn:switchyard-component-bean:config:1.0"
class="jbossesb.services.service.SimpleListenerBean"/>
<service name="SimpleListener">
<interface.java interface="jbossesb.services.service.SimpleListener"/>
</service>
</component>
</composite>
</switchyard>
--
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
[View Less]
11 years, 6 months
[JBoss JIRA] (FORGE-1214) FacetNotFoundException ... JavaSourceFacet on switchYardConfigurator.createServiceTest()
by R Searls (JIRA)
[ https://issues.jboss.org/browse/FORGE-1214?page=com.atlassian.jira.plugin... ]
R Searls updated FORGE-1214:
----------------------------
Priority: Minor (was: Major)
Steps to Reproduce:
See attached zip for app that reproduces this error.
- build the maven project
- run the script, "sh runit.sh"
was:
See attached zip for app that reproduces this error.
- build the maven project
- run the script, "sh runit.sh"
> FacetNotFoundException ... …
[View More]JavaSourceFacet on switchYardConfigurator.createServiceTest()
> -----------------------------------------------------------------------------------------
>
> Key: FORGE-1214
> URL: https://issues.jboss.org/browse/FORGE-1214
> Project: Forge
> Issue Type: Bug
> Components: Plugin API
> Affects Versions: 2.0.0.Alpha12
> Environment: Fedora 16
> Java 1.7.0_25
> maven 3.1.0
> Reporter: R Searls
> Priority: Minor
> Labels: FacetNotFoundException, JavaSourceFacet, createServiceTest, switchyard
> Attachments: facets-JavaSourceFacet.zip
>
>
> The offending method is in plugin-switchyard.
> A call to switchYardConfigurator.createServiceTest(project, className, packageName); produces the following exception below.
> org.jboss.forge.addon.facets.FacetNotFoundException: No Facet of type [interface org.jboss.forge.addon.parser.java.facets.JavaSourceFacet] is installed.
> at org.jboss.forge.addon.facets.AbstractFaceted.getFacet(AbstractFaceted.java:52)
> at org.switchyard.tools.forge.plugin.SwitchYardConfigurator.createServiceTest(SwitchYardConfigurator.java:210)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:606)
> at org.jboss.forge.furnace.proxy.ClassLoaderInterceptor$1.call(ClassLoaderInterceptor.java:52)
> at org.jboss.forge.furnace.util.ClassLoaders.executeIn(ClassLoaders.java:34)
> at org.jboss.forge.furnace.proxy.ClassLoaderInterceptor.invoke(ClassLoaderInterceptor.java:64)
> at org.switchyard.tools.forge.plugin.SwitchYardConfigurator_$$_javassist_f0558708-2813-450d-a3c3-25d5afb55590.createServiceTest(SwitchYardConfigurator_$$_javassist_f0558708-2813-450d-a3c3-25d5afb55590.java)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:606)
> at org.jboss.forge.furnace.proxy.ClassLoaderAdapterCallback$1.call(ClassLoaderAdapterCallback.java:92)
> at org.jboss.forge.furnace.util.ClassLoaders.executeIn(ClassLoaders.java:34)
> at org.jboss.forge.furnace.proxy.ClassLoaderAdapterCallback.invoke(ClassLoaderAdapterCallback.java:68)
> at org.switchyard.tools.forge.plugin.SwitchYardConfigurator_$$_javassist_c592178f-920d-4d68-962d-2bc6b4a52cde.createServiceTest(SwitchYardConfigurator_$$_javassist_c592178f-920d-4d68-962d-2bc6b4a52cde.java)
> at org.jboss.forge.DemoApp.createService(DemoApp.java:80)
> at org.jboss.forge.DemoApp.processActions(DemoApp.java:60)
> at org.jboss.forge.DemoApp.process(DemoApp.java:32)
> at org.jboss.forge.DemoApp.main(DemoApp.java:92)
> Caused by: org.jboss.forge.addon.facets.FacetNotFoundException: No Facet of type [interface org.jboss.forge.addon.parser.java.facets.JavaSourceFacet] is installed.
> ... 22 more
--
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
[View Less]
11 years, 6 months
[JBoss JIRA] (FORGE-1214) FacetNotFoundException ... JavaSourceFacet on switchYardConfigurator.createServiceTest()
by R Searls (JIRA)
[ https://issues.jboss.org/browse/FORGE-1214?page=com.atlassian.jira.plugin... ]
R Searls updated FORGE-1214:
----------------------------
Attachment: facets-JavaSourceFacet.zip
app that reproduces the exception
> FacetNotFoundException ... JavaSourceFacet on switchYardConfigurator.createServiceTest()
> -----------------------------------------------------------------------------------------
>
> Key: FORGE-1214
> URL: …
[View More]https://issues.jboss.org/browse/FORGE-1214
> Project: Forge
> Issue Type: Bug
> Components: Plugin API
> Affects Versions: 2.0.0.Alpha12
> Environment: Fedora 16
> Java 1.7.0_25
> maven 3.1.0
> Reporter: R Searls
> Labels: FacetNotFoundException, JavaSourceFacet, createServiceTest, switchyard
> Attachments: facets-JavaSourceFacet.zip
>
>
> The offending method is in plugin-switchyard.
> A call to switchYardConfigurator.createServiceTest(project, className, packageName); produces the following exception below.
> org.jboss.forge.addon.facets.FacetNotFoundException: No Facet of type [interface org.jboss.forge.addon.parser.java.facets.JavaSourceFacet] is installed.
> at org.jboss.forge.addon.facets.AbstractFaceted.getFacet(AbstractFaceted.java:52)
> at org.switchyard.tools.forge.plugin.SwitchYardConfigurator.createServiceTest(SwitchYardConfigurator.java:210)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:606)
> at org.jboss.forge.furnace.proxy.ClassLoaderInterceptor$1.call(ClassLoaderInterceptor.java:52)
> at org.jboss.forge.furnace.util.ClassLoaders.executeIn(ClassLoaders.java:34)
> at org.jboss.forge.furnace.proxy.ClassLoaderInterceptor.invoke(ClassLoaderInterceptor.java:64)
> at org.switchyard.tools.forge.plugin.SwitchYardConfigurator_$$_javassist_f0558708-2813-450d-a3c3-25d5afb55590.createServiceTest(SwitchYardConfigurator_$$_javassist_f0558708-2813-450d-a3c3-25d5afb55590.java)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:606)
> at org.jboss.forge.furnace.proxy.ClassLoaderAdapterCallback$1.call(ClassLoaderAdapterCallback.java:92)
> at org.jboss.forge.furnace.util.ClassLoaders.executeIn(ClassLoaders.java:34)
> at org.jboss.forge.furnace.proxy.ClassLoaderAdapterCallback.invoke(ClassLoaderAdapterCallback.java:68)
> at org.switchyard.tools.forge.plugin.SwitchYardConfigurator_$$_javassist_c592178f-920d-4d68-962d-2bc6b4a52cde.createServiceTest(SwitchYardConfigurator_$$_javassist_c592178f-920d-4d68-962d-2bc6b4a52cde.java)
> at org.jboss.forge.DemoApp.createService(DemoApp.java:80)
> at org.jboss.forge.DemoApp.processActions(DemoApp.java:60)
> at org.jboss.forge.DemoApp.process(DemoApp.java:32)
> at org.jboss.forge.DemoApp.main(DemoApp.java:92)
> Caused by: org.jboss.forge.addon.facets.FacetNotFoundException: No Facet of type [interface org.jboss.forge.addon.parser.java.facets.JavaSourceFacet] is installed.
> ... 22 more
--
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
[View Less]
11 years, 6 months
[JBoss JIRA] (FORGE-1214) FacetNotFoundException ... JavaSourceFacet on switchYardConfigurator.createServiceTest()
by R Searls (JIRA)
R Searls created FORGE-1214:
-------------------------------
Summary: FacetNotFoundException ... JavaSourceFacet on switchYardConfigurator.createServiceTest()
Key: FORGE-1214
URL: https://issues.jboss.org/browse/FORGE-1214
Project: Forge
Issue Type: Bug
Components: Plugin API
Affects Versions: 2.0.0.Alpha12
Environment: Fedora 16
Java 1.7.0_25
maven 3.1.0
Reporter: R Searls
The …
[View More]offending method is in plugin-switchyard.
A call to switchYardConfigurator.createServiceTest(project, className, packageName); produces the following exception below.
org.jboss.forge.addon.facets.FacetNotFoundException: No Facet of type [interface org.jboss.forge.addon.parser.java.facets.JavaSourceFacet] is installed.
at org.jboss.forge.addon.facets.AbstractFaceted.getFacet(AbstractFaceted.java:52)
at org.switchyard.tools.forge.plugin.SwitchYardConfigurator.createServiceTest(SwitchYardConfigurator.java:210)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.jboss.forge.furnace.proxy.ClassLoaderInterceptor$1.call(ClassLoaderInterceptor.java:52)
at org.jboss.forge.furnace.util.ClassLoaders.executeIn(ClassLoaders.java:34)
at org.jboss.forge.furnace.proxy.ClassLoaderInterceptor.invoke(ClassLoaderInterceptor.java:64)
at org.switchyard.tools.forge.plugin.SwitchYardConfigurator_$$_javassist_f0558708-2813-450d-a3c3-25d5afb55590.createServiceTest(SwitchYardConfigurator_$$_javassist_f0558708-2813-450d-a3c3-25d5afb55590.java)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.jboss.forge.furnace.proxy.ClassLoaderAdapterCallback$1.call(ClassLoaderAdapterCallback.java:92)
at org.jboss.forge.furnace.util.ClassLoaders.executeIn(ClassLoaders.java:34)
at org.jboss.forge.furnace.proxy.ClassLoaderAdapterCallback.invoke(ClassLoaderAdapterCallback.java:68)
at org.switchyard.tools.forge.plugin.SwitchYardConfigurator_$$_javassist_c592178f-920d-4d68-962d-2bc6b4a52cde.createServiceTest(SwitchYardConfigurator_$$_javassist_c592178f-920d-4d68-962d-2bc6b4a52cde.java)
at org.jboss.forge.DemoApp.createService(DemoApp.java:80)
at org.jboss.forge.DemoApp.processActions(DemoApp.java:60)
at org.jboss.forge.DemoApp.process(DemoApp.java:32)
at org.jboss.forge.DemoApp.main(DemoApp.java:92)
Caused by: org.jboss.forge.addon.facets.FacetNotFoundException: No Facet of type [interface org.jboss.forge.addon.parser.java.facets.JavaSourceFacet] is installed.
... 22 more
--
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
[View Less]
11 years, 6 months
[JBoss JIRA] (FORGE-1213) ConfigurableFacets could monitor the config file
by George Gastaldi (JIRA)
George Gastaldi created FORGE-1213:
--------------------------------------
Summary: ConfigurableFacets could monitor the config file
Key: FORGE-1213
URL: https://issues.jboss.org/browse/FORGE-1213
Project: Forge
Issue Type: Enhancement
Components: Brainstorming
Reporter: George Gastaldi
Priority: Minor
Fix For: 2.x Future
In JavaEE, most of the facets extend ConfigurableFacet, …
[View More]which provides a configuration file. This facet could monitor the configuration file changes to reload the model contents and perhaps even uninstall the facet if the configuration file is gone, for example.
--
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
[View Less]
11 years, 6 months