[JBoss JIRA] (JBIDE-18821) jboss-kitchensink-angularjs quickstart has angular related warnings
by Radim Hopp (JIRA)
Radim Hopp created JBIDE-18821:
----------------------------------
Summary: jboss-kitchensink-angularjs quickstart has angular related warnings
Key: JBIDE-18821
URL: https://issues.jboss.org/browse/JBIDE-18821
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: jsp/jsf/xml/html source editing, project-examples
Affects Versions: 4.2.1.CR1
Environment: JBDS 8.0.1.CR1
Reporter: Radim Hopp
jboss-kitchensink-angularjs example (imported from JBoss Central -> Web Applications -> kitchensink-angularjs) has ~18 warnings of Undefined attribute name (ng-app, ng-click, ng-hide, ng-model, ...) after importing.
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
11 years, 8 months
[JBoss JIRA] (JBIDE-16427) Set Wildfly 8 java web services runtime to JBossWS/CXF from JAXWS RI
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16427?page=com.atlassian.jira.plugi... ]
Marián Labuda closed JBIDE-16427.
---------------------------------
> Set Wildfly 8 java web services runtime to JBossWS/CXF from JAXWS RI
> --------------------------------------------------------------------
>
> Key: JBIDE-16427
> URL: https://issues.jboss.org/browse/JBIDE-16427
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: webservices
> Affects Versions: 4.1.1.Final
> Reporter: Joseph Hwang
> Assignee: Brian Fitzpatrick
> Fix For: 4.2.0.Final
>
> Attachments: wss-mvn.zip, WSSHelloWorld.zip
>
>
> I implement Java Web Services with wildfly 8 and eclipse kepler jboss tools with the reference site https://docs.jboss.org/author/display/JBWS/WS-Security .
> The deployment and generated client codes works well. But the the problem is web services runtime is JAXWS RI, not JBossWS/CXF. The eclipse console show the following message,
>
> INFO [org.apache.cxf.service.factory.ReflectionServiceFactoryBean] (default taskextensions/wssecurity}HelloWorldService from WSDL: http://localhost:8080/WSSHelloWorld/HelloWorld?wsdl
>
> org.apache.cxf.service.factory.ReflectionServiceFactoryBean class is involved in <WILDFLY_HOME>\modules\system\layers\base\org\apache\cxf\impl\main\cxf-rt-core-2.7.7.jar file of JAXWS RI.
> So the configuration of web services mentioned in above reference site are useless, does not work at all.
> But the same project works well with JBoss EAP 6.1.1 and eclipse kepler jboss tools.
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
11 years, 8 months
[JBoss JIRA] (JBIDE-18807) Invalid error message when @Target is missing on a custom Name Binding annotation
by Xavier Coulon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18807?page=com.atlassian.jira.plugi... ]
Xavier Coulon commented on JBIDE-18807:
---------------------------------------
Note that commit message shows JBIDE-18714 instead of JBIDE-18807. Oh, well...
> Invalid error message when @Target is missing on a custom Name Binding annotation
> ----------------------------------------------------------------------------------
>
> Key: JBIDE-18807
> URL: https://issues.jboss.org/browse/JBIDE-18807
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: webservices
> Affects Versions: 4.2.0.Final
> Reporter: Xavier Coulon
> Assignee: Xavier Coulon
> Fix For: 4.3.0.Alpha1
>
>
> With the following code:
> {code}
> @NameBinding
> @Retention(RetentionPolicy.RUNTIME)
> public @interface LoggingBinding {
> }
> {code}
> The error message is
> {quote}
> The Name Binding should have a @Target(ElementType.METHOD) annotation on its type.
> {quote}
> but it should be
> {quote}
> The Name Binding should have a @Target(\{ElementType.TYPE, ElementType.METHOD\}) annotation on its type.
> {quote}
> Note that the QuickFix adds the correct {{(a)Target(\{ElementType.TYPE, ElementType.METHOD\})}}, it's just that the initial error message was misleading
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
11 years, 8 months
[JBoss JIRA] (JBIDE-18807) Invalid error message when @Target is missing on a custom Name Binding annotation
by Xavier Coulon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18807?page=com.atlassian.jira.plugi... ]
Xavier Coulon resolved JBIDE-18807.
-----------------------------------
Resolution: Done
Cherry-picked from JBIDE-18714
> Invalid error message when @Target is missing on a custom Name Binding annotation
> ----------------------------------------------------------------------------------
>
> Key: JBIDE-18807
> URL: https://issues.jboss.org/browse/JBIDE-18807
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: webservices
> Affects Versions: 4.2.0.Final
> Reporter: Xavier Coulon
> Assignee: Xavier Coulon
> Fix For: 4.3.0.Alpha1
>
>
> With the following code:
> {code}
> @NameBinding
> @Retention(RetentionPolicy.RUNTIME)
> public @interface LoggingBinding {
> }
> {code}
> The error message is
> {quote}
> The Name Binding should have a @Target(ElementType.METHOD) annotation on its type.
> {quote}
> but it should be
> {quote}
> The Name Binding should have a @Target(\{ElementType.TYPE, ElementType.METHOD\}) annotation on its type.
> {quote}
> Note that the QuickFix adds the correct {{(a)Target(\{ElementType.TYPE, ElementType.METHOD\})}}, it's just that the initial error message was misleading
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
11 years, 8 months