[JBoss JIRA] Created: (JBIDE-9363) JAX-RS support doesn't add correctly to all dynamic web projects
by Isaac Rooskov (JIRA)
JAX-RS support doesn't add correctly to all dynamic web projects
----------------------------------------------------------------
Key: JBIDE-9363
URL: https://issues.jboss.org/browse/JBIDE-9363
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Webservices
Affects Versions: 3.3.0.M2
Environment: Fedora 14, JBoss Enterprise Portal Platform 5.1 (with integrated application server), JBT 3.3.0.M2
Reporter: Isaac Rooskov
Assignee: Xavier Coulon
Fix For: 3.3.0.Final
Hey Xavier, firstly I appreciate the time you are spending taking a look into this for me.
The issue is that when I add JAX-RS support through either the context menu or Properties -> Project Facets the 'Simple_Portlet' project gets a RESTful Web Services component with children, however the 'test' project doesn't.
The 'Simple_Portlet' project is a Dynamic Web Project with Portlet facets added, whereas the 'test' project is just a straight Dynamic Web Project.
I have attached the two projects.
Thanks,
Isaac
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 4 months
[JBoss JIRA] Created: (JBIDE-9756) Openon for expressions with multiple options doesn't work on Mac
by Max Rydahl Andersen (JIRA)
Openon for expressions with multiple options doesn't work on Mac
----------------------------------------------------------------
Key: JBIDE-9756
URL: https://issues.jboss.org/browse/JBIDE-9756
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: jsp/jsf/xml source editing
Reporter: Max Rydahl Andersen
Assignee: Alexey Kazakov
Priority: Critical
Fix For: 3.3.0.M4
when trying to open on for this snippet in kitchensink quickstart:
<h:commandButton id="register"
action="#{memberRegistration.register}" value="Register" />
tooltip hover shows the right class
F3 doesn't do anything
Ctrl+Click shows a white box that looks like it should contain a list of possible open ons.
...tried on Mac
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 4 months
[JBoss JIRA] Created: (JBIDE-9778) Maven embedded projects are not properly generated as jars in the deploy folder
by Eric B (JIRA)
Maven embedded projects are not properly generated as jars in the deploy folder
-------------------------------------------------------------------------------
Key: JBIDE-9778
URL: https://issues.jboss.org/browse/JBIDE-9778
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: maven
Affects Versions: 3.2.1.Final, 3.2.0.Final
Environment: Eclipse Helios SR1
Reporter: Eric B
Assignee: Fred Bricon
I have a Maven eclipse webapp project created and deployed in my JBoss server. I have the deploy set to deploy as an exploded war, so I can see all the files that it produces in the deployment directory.
My webapp project is dependent on another Eclipse project (server.jar artifact). If I have both projects open in Eclipse at the same time, everything works fine.
My server.jar project is also dependent on other Eclipse projects (supportLib.jar). If I have those dependent projects opened at the same time, then the exploded jar file is invalid. Instead of exporting everything in src/main/java/* to the jar file, it exports everything from src/*. Consequently, the TopLevel in my jar file in the embedded projects is main.java.myTLD instead of myTLD.
For example, if I have the supportLib.jar project with files "src/main/java/myTld/file.java" opened at the same time as server.jar and webapp.war, then the exported war for supportLib.jar in the webapp.war folder is contains "META-INF and main" rather than "META-INF and myTLD".
I have updated to the latest version of JBoss Tools from the Helios update site and continue to see this problem.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 4 months
[JBoss JIRA] Created: (JBIDE-6456) It is good to have more options on the wizard when we say, Source -> Apply Hibernate/JPA annotations
by Dhana kumar (JIRA)
It is good to have more options on the wizard when we say, Source -> Apply Hibernate/JPA annotations
----------------------------------------------------------------------------------------------------
Key: JBIDE-6456
URL: https://jira.jboss.org/browse/JBIDE-6456
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: Hibernate
Reporter: Dhana kumar
Assignee: Max Rydahl Andersen
Hi,
It's really nice to work when we need DDL for the designed Entities using Dali JPA GUI.
There are few options available(Enable optimistic locking, etc.,) in the wizard when I click Source -> Apply Hibernate/JPA annotations.
It would be nice if custom naming strategy available.
For example, for the field name, firstName, I need PSE01_EMP_FRST_NM as a column name.
where, PSE01_EMP is the column prefix, FRST_NM is the name without vowels(removed a,e,i,o,u).
So, in the wizard,if more options taken from user, like, Table prefix, column prefix, want to remove vowels?
can you please suggest if I missed something.
--
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
14 years, 4 months