[JBoss JIRA] Created: (JBIDE-2745) Refactoring and updating EL expressions
by Tim Evers (JIRA)
Refactoring and updating EL expressions
---------------------------------------
Key: JBIDE-2745
URL: https://jira.jboss.org/jira/browse/JBIDE-2745
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Reporter: Tim Evers
I tried doing a quick search to see if this was already requested and couldn't find anything (but.... only a quick search).
On the project I'm on the developers are using 2 IDEs. Eclise (with JBoss Tools) and some of the other devs use IntilliJ IDEA.
The IDEA users can refactor a method in a SEAM bean and it will automatically refactor any xhtml files that use that method.
I can't seem to get this functionality with JBoss Tools.
I think that this would be an great addition (and would stop a bit of the IDE war :P).
So in short, refactoring any SEAM beans should update all references in xhtml (or pages.xml for that matter) as well.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 7 months
[JBoss JIRA] Created: (JBIDE-2678) Ctrl + Click EL expressions containing brackets
by Tim Evers (JIRA)
Ctrl + Click EL expressions containing brackets
-----------------------------------------------
Key: JBIDE-2678
URL: https://jira.jboss.org/jira/browse/JBIDE-2678
Project: Tools (JBoss Tools)
Issue Type: Bug
Affects Versions: 2.1.2
Environment: I have this issue on all releases so far. I havn't tested 3.0.0
Reporter: Tim Evers
I was going to raise this as a feature request, but I think ultimately this is a bug. Because the desired behaviour of the Ctrl+Click should be that it is able to resolve attributes and methods.
If I have the following method in my Seam Bean:
public void contactsMenuItemClicked() {
.....
}
Then in my .xhtml file reference it like this:
<rich:menuItem id="contactsMenuItem"
value="Contacts"
action="#{TenureMenuActionBean.contactsMenuItemClicked}"/>
I can Ctrl+Click on 'contactsMenuItemClicked' and it will take me to the method.
However, if i reference it like this in my xhtml I am unable to Ctrl+Click on the method name.
<rich:menuItem id="contactsMenuItem"
value="Contacts"
action="#{TenureMenuActionBean.contactsMenuItemClicked()}"/>
This also means that any method that takes parameters cannot be followed as well.
So, I cannot follow any EL expression like this:
<h:commandLink
id="selectRowLink"
action="#{TenureSearchController.selectedRowClicked(tenure)}"
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 7 months
[JBoss JIRA] Resolved: (JBIDE-719) Hibernate Tools should be able to use a named Eclipse provided connection
by Max Rydahl Andersen (JIRA)
[ https://jira.jboss.org/jira/browse/JBIDE-719?page=com.atlassian.jira.plug... ]
Max Rydahl Andersen resolved JBIDE-719.
---------------------------------------
Resolution: Done
I more or less reworked all of the patch to resolve the above issues and other minor issues I found.
I did leave out one thing: automatic dialect detection. I want to find a less intrusive way than the current setup. This will cause long pauses and possible never return if the database is not running. I kept the code for it just never calls it - but want to have that as a seperate issue and possibly only do it in very specific cases.
In any case, now Hibernate Console Configurations can use a DTP provided connection.
> Hibernate Tools should be able to use a named Eclipse provided connection
> -------------------------------------------------------------------------
>
> Key: JBIDE-719
> URL: https://jira.jboss.org/jira/browse/JBIDE-719
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: Hibernate
> Reporter: Max Rydahl Andersen
> Assignee: Max Rydahl Andersen
> Priority: Critical
> Fix For: 3.0.0.beta1
>
> Attachments: Edit Configuration 3.jpg, Create Hibernate Console Configuration.jpg, Edit Configuration 1.jpg, Edit Configuration 2.jpg, JBIDE-719_20080902.zip
>
> Original Estimate: 4 days
> Remaining Estimate: 4 days
>
> currently we use the settings specified in hibernate.properties/cfg.xml/persistence.xml
> Users should be able to say to use a named WTP provided database connection.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 7 months