[JBoss JIRA] (JBIDE-9881) Improve error messages in Seam config xml for unresolved nodes
by Viacheslav Kabanovich (Created) (JIRA)
Improve error messages in Seam config xml for unresolved nodes
--------------------------------------------------------------
Key: JBIDE-9881
URL: https://issues.jboss.org/browse/JBIDE-9881
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: CDI extensions
Affects Versions: 3.3.0.M3
Reporter: Viacheslav Kabanovich
Assignee: Viacheslav Kabanovich
Fix For: 3.3.0.M4
1. Do not use term 'member', wherever possible replace it with 'field' or 'method', otherwise use 'field or method'.
2. Make message more informative, mention name of class in which field or method is not found.
3. In messages about unresolved method or constructor, add parameter types to method name, e.g. action(String), otherwise message may be ambiguous, if for example method action(Integer) exists.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 10 months
[JBoss JIRA] Created: (JBIDE-7093) [Web Service wizard] Error creating web service top down
by Brian Fitzpatrick (JIRA)
[Web Service wizard] Error creating web service top down
--------------------------------------------------------
Key: JBIDE-7093
URL: https://jira.jboss.org/browse/JBIDE-7093
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Webservices
Affects Versions: 3.0.1.GA
Reporter: Brian Fitzpatrick
Assignee: Feng Qian
Attachments: BuscarExpedientePorPkWS.wsdl, jbosstools-diagnostics-20100917171023.zip
The steps the customer describes are: -
Hi,
I need to create a web service implementation from a given WSDL (attached). So, I created a dynamic web project and when using the create web service wizard using JBossWS, in the second step (after pressing 'next' twice) I got the following error:
Failed to generate implementation class
org.eclipse.core.runtime.CoreException: Failed to Generate Web Service
code, please check the log for more details
at
org.jboss.tools.ws.creation.core.commands.ImplementationClassCreationCommand.getCompilationUnitForInterface(ImplementationClassCreationCommand.java:447)
at
org.jboss.tools.ws.creation.core.commands.ImplementationClassCreationCommand.generateImplClass(ImplementationClassCreationCommand.java:133)
Darran tried both JBoss Enterprise AS 4.3.0CP06 & 5.0.1.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 10 months
[JBoss JIRA] Created: (JBIDE-9777) Seam config creates a duplicate bean
by Alexey Kazakov (JIRA)
Seam config creates a duplicate bean
------------------------------------
Key: JBIDE-9777
URL: https://issues.jboss.org/browse/JBIDE-9777
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: CDI extensions
Affects Versions: 3.3.0.M3
Reporter: Alexey Kazakov
Assignee: Viacheslav Kabanovich
Fix For: 3.3.0.M4
EXECUTE: Download/clone and install http://seamframework.org/Seam3/SecurityModule as an existing maven project. Make sure CDI support is enabled for the projects.
EXECUTE: Open /seam-security-example-openid-rp/src/main/resources/META-INF/seam-beans.xml
EXECUTE: Remove org.jboss.seam.security.external.openid.OpenIdRpInApplicationScopeProducer (line 25) to fix this XML. Save the file.
FAILURE: There is a warning "A few beans (IdentityImpl) have the same EL name and the name is not resolvable [JSR-299 §5.3.1]" on /seam-security/src/main/java/org/jboss/seam/security/IdentityImpl.java
IdentityImpl.java and seam-beans.xml are placed in different but dependent projects. In this case seam-security-example-openid-rp has two beans with the same name identity.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 10 months
[JBoss JIRA] Created: (JBIDE-9053) seam-registration examle from wolf test repo is incorrectly deployed
by Libor Zoubek (JIRA)
seam-registration examle from wolf test repo is incorrectly deployed
---------------------------------------------------------------------
Key: JBIDE-9053
URL: https://issues.jboss.org/browse/JBIDE-9053
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: maven
Affects Versions: 3.3.0.M1
Environment: JBossTools 3.3.0 M1 on top of indigo 3.7 M6a, org.eclipse.m2e.core (0.13.0.201103291237), org.maven.ide.eclipse.wtp (0.13.0.201103231111)
Reporter: Libor Zoubek
Assignee: Fred Bricon
Fix For: 3.3.0.M2
I am testing wolf repository (maven repo of EAP 5.1). There are several example projects. These examples depend on maven artifacts shipped by wolf repo. There is a problem with example called webapp-seam-registration. This example can be built and deployed using maven CLI (mvn install jboss:deploy). But .. when I import it into JBoss Tools using 'Import existing maven project' and then deploy it on EAP 5.1 I get deployment errors. I was comparing the deoplyed EARs and found out, that the problem is, that component.xml (contained in registration-web project) is not deployed/added to archive.
When deploying using mvn jboss:deploy components.xml gets into registration-ear.ear/jboss-seam-registration.war/WEB-INF
but when deploying by JBossTools components.xml is missing there.
I am not sure if it is a bug in tooling or bad configuraion in pom. I'll attach example project together with settings.xml for easy configuration.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 10 months