[JBoss JIRA] (JBIDE-3677) Crete propery / action via Property View (JSF)
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBIDE-3677?page=com.atlassian.jira.plugin... ]
Max Rydahl Andersen resolved JBIDE-3677.
----------------------------------------
Resolution: Out of Date
Thank you for reporting this issue but this issue have been resolved as out-of-date since it has not had any updates for the last 2+ years (730 days).
If you believe this issue is still relevant and important then please reopen the issue or create a new one mentioning/linking this jira for background information.
Thank you!
> Crete propery / action via Property View (JSF)
> -----------------------------------------------
>
> Key: JBIDE-3677
> URL: https://issues.jboss.org/browse/JBIDE-3677
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: jsf
> Reporter: Krasimir Goutcev
> Assignee: Alexey Kazakov
> Fix For: LATER
>
> Attachments: CreateNew.jpg
>
>
> 1. paste some JSF component on page
> 2. select "value" property in Property View and press "..." button
> Why not have possibility to select bean and create new property for selected value. (See http://screencast.com/t/BWvpOKgt how this is realized in Orcale JDev?loper)
> 1. paste CommandButton
> 2. select "action" and press "..." in Proper?y View. Will be nice if we can select bean and create new action method (see http://screencast.com/t/TfFAnUhyoH2 )
> Sorry for my poor English.
--
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
12 years, 3 months
[JBoss JIRA] (JBIDE-10610) Search for EL references for Open Call Hierarchy action
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBIDE-10610?page=com.atlassian.jira.plugi... ]
Max Rydahl Andersen resolved JBIDE-10610.
-----------------------------------------
Resolution: Out of Date
Thank you for reporting this issue but this issue have been resolved as out-of-date since it has not had any updates for the last 2+ years (730 days).
If you believe this issue is still relevant and important then please reopen the issue or create a new one mentioning/linking this jira for background information.
Thank you!
> Search for EL references for Open Call Hierarchy action
> -------------------------------------------------------
>
> Key: JBIDE-10610
> URL: https://issues.jboss.org/browse/JBIDE-10610
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: common/jst/core
> Reporter: Alexey Kazakov
> Assignee: Daniel Azarov
> Labels: new_and_noteworthy
> Fix For: LATER
>
>
> Create a CDI project.
> Create the following class:
> {code}
> @Named("testFishBean")
> public class Fish {
> public int getFoo1() {
> return 0;
> }
> public int foo23() {
> return 1;
> }
> }
> {code}
> And an XHTML with the following ELs:
> {code}
> #{testFishBean.foo1 + testFishBean.foo23()}
> {code}
> Try to Ctrl+Alt+H on the getFoo1() or foo23() methods.
> It would be nice if #{testFishBean.foo1 + testFishBean.foo23()} were found along with the corresponding java calls.
--
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
12 years, 3 months
[JBoss JIRA] (JBIDE-1224) Show WEB-INF/*.xml in "Configuration" folder of JSF Web Projects
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBIDE-1224?page=com.atlassian.jira.plugin... ]
Max Rydahl Andersen resolved JBIDE-1224.
----------------------------------------
Resolution: Out of Date
Thank you for reporting this issue but this issue have been resolved as out-of-date since it has not had any updates for the last 2+ years (730 days).
If you believe this issue is still relevant and important then please reopen the issue or create a new one mentioning/linking this jira for background information.
Thank you!
> Show WEB-INF/*.xml in "Configuration" folder of JSF Web Projects
> ----------------------------------------------------------------
>
> Key: JBIDE-1224
> URL: https://issues.jboss.org/browse/JBIDE-1224
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: jsf
> Affects Versions: 2.0.0.Beta4
> Environment: N/A
> Reporter: Neil Griffin
> Assignee: Viacheslav Kabanovich
> Priority: Minor
> Fix For: LATER
>
>
> Currently, the "Configuration" folder in my JSF Web Projects view is only listing the WEB-INF/faces-config.xml file.
> I'm developing a JSF portlet, and so I have other files in there like WEB-INF/portlet.xml that need to show up in my project somewhere. The "Configuration" folder seems to be the most natural place.
--
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
12 years, 3 months
[JBoss JIRA] (JBIDE-4042) Duplicated classes values presents in the list of CA in *.drl file.
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBIDE-4042?page=com.atlassian.jira.plugin... ]
Max Rydahl Andersen resolved JBIDE-4042.
----------------------------------------
Resolution: Out of Date
Thank you for reporting this issue but this issue have been resolved as out-of-date since it has not had any updates for the last 2+ years (730 days).
If you believe this issue is still relevant and important then please reopen the issue or create a new one mentioning/linking this jira for background information.
Thank you!
> Duplicated classes values presents in the list of CA in *.drl file.
> -------------------------------------------------------------------
>
> Key: JBIDE-4042
> URL: https://issues.jboss.org/browse/JBIDE-4042
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: drools
> Affects Versions: 3.0.0.GA
> Reporter: Anton Klimkovich
> Priority: Minor
> Fix For: LATER
>
> Attachments: DuplicateClassesInDroolsCA.PNG
>
>
> EXECUTE: Create New Drools 5 runtime
> EXECUTE: Create New Drools project with Drools 5 runtime
> EXECUTE: Open Sample.drl
> EXECUTE: Set cursor after
> rule "Hello World"
> when
> EXECUTE: call CA
> FAILURE: Duplicated classes values presents in the list of CA.
--
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
12 years, 3 months
[JBoss JIRA] (JBIDE-4421) jmx-invoker-service.xml server for DatabaseModuleLogin credentials not "accepted"
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBIDE-4421?page=com.atlassian.jira.plugin... ]
Max Rydahl Andersen resolved JBIDE-4421.
----------------------------------------
Resolution: Out of Date
Thank you for reporting this issue but this issue have been resolved as out-of-date since it has not had any updates for the last 2+ years (730 days).
If you believe this issue is still relevant and important then please reopen the issue or create a new one mentioning/linking this jira for background information.
Thank you!
> jmx-invoker-service.xml server for DatabaseModuleLogin credentials not "accepted"
> ---------------------------------------------------------------------------------
>
> Key: JBIDE-4421
> URL: https://issues.jboss.org/browse/JBIDE-4421
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server
> Affects Versions: 3.0.0.GA
> Reporter: Stelios Koussouris
> Assignee: Stelios Koussouris
> Priority: Minor
> Fix For: LATER
>
>
> Setup the following authentication policy
> <application-policy name="CLSIS-Security">
> <authentication>
> <login-module code="org.jboss.security.auth.spi.DatabaseServerLoginModule" flag = "required">
> <module-option name="unauthenticatedIdentity">guest</module-option>
> <module-option name="dsJndiName">java:/DefaultDS</module-option>
> <!--module-option name="hashAlgorithm">MD5</module-option>
> <module-option name="hashEncoding">base64</module-option>
> <module-option name="principalsQuery">SELECT USER_PWD FROM WEB_USERS WHERE USER_ID=?</module-option>
> <module-option name="rolesQuery">SELECT ROLE_ID, 'Roles' FROM WEB_ROLES WHERE USER_ID=?</module-option-->
> <module-option name = "principalsQuery">SELECT PASSWD FROM JBM_USER WHERE USER_ID=?</module-option>
> <module-option name = "rolesQuery">SELECT ROLE_ID, 'Roles' FROM JBM_ROLE WHERE USER_ID=?</module-option>
> </login-module>
> </authentication>
> </application-policy>
> and for jmx-console.war set the jaas policy in jboss-web.xml
> <?xml version="1.0" encoding="UTF-8"?>
> <jboss-web>
> <resource-ref>
> <res-ref-name>jdbc/DefaultDS</res-ref-name>
> <res-type>javax.sql.DataSource</res-type>
> <jndi-name>java:/DefaultDS</jndi-name>
> </resource-ref>
> <security-domain>java:/jaas/CLSIS-Security</security-domain>
> </jboss-web>
> finally setting the web-app with role "john" and user/pass guest/guest
> OPTION A: left deploy/jmx-invoker-service.xml unchanged with default policy "jmx-console"
> Back in JBDS,
> Open Server View
> Right click on server --> Open
> In Overview set the Server Credentials to admin/admin
> Start the server and all is well
> OPTION B: left deploy/jmx-invoker-service.xml change the policy to "CLSIS-Security"
> Back in JBDS,
> Open Server View
> Right click on server --> Open
> In Overview set the Server Credentials to admin/admin
> Start the server pop-up comes up asking for the correct credentials enter guest/guest and all is well
> OPTION B1: all as in OPTION B but
> In Overview set the Server Credentials to guest/guest
> Start the server and expect that since the correct credentials for the DB policy held in deploy/jmx-invoker-service.xml are given no pop-up will appear BUT
> pop-up appears pre-populated with guest/guest I enter guest/guest and it keeps popping up (why?) if I choose "ignore" it does so server starts and JMX-CONSOLE is available via http://localhost:8080/jmx-console but JBDS is showing in Server View next to the server "Starting .... Synchnonized"
> then after 450 secs the JBDS throws an error popup and the server stops (why?)
--
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
12 years, 3 months
[JBoss JIRA] (JBIDE-6546) Can not enter multibyte character in JSF HTML Palette attribute dialog value field
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBIDE-6546?page=com.atlassian.jira.plugin... ]
Max Rydahl Andersen resolved JBIDE-6546.
----------------------------------------
Resolution: Out of Date
Thank you for reporting this issue but this issue have been resolved as out-of-date since it has not had any updates for the last 2+ years (730 days).
If you believe this issue is still relevant and important then please reopen the issue or create a new one mentioning/linking this jira for background information.
Thank you!
> Can not enter multibyte character in JSF HTML Palette attribute dialog value field
> ----------------------------------------------------------------------------------
>
> Key: JBIDE-6546
> URL: https://issues.jboss.org/browse/JBIDE-6546
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: jsf
> Affects Versions: 3.1.1
> Environment: Windows
> Reporter: Hitoshi Ozawa
> Assignee: Viacheslav Kabanovich
> Fix For: LATER
>
>
> When I drag a JSF HTML Palette, an Attribute dialog opens. In this dialog, I'm not able to enter multibyte characters (i.e. Japanese) value field.
> The current workaround is to leave it blank and create an HTML tag, and enter a Japanese text in the HTML tag but having a attribute dialog box open each time which I'm not able to use is really bothersome.
--
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
12 years, 3 months
[JBoss JIRA] (JBIDE-1180) Consider using ICompilationParticipant when validating java
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBIDE-1180?page=com.atlassian.jira.plugin... ]
Max Rydahl Andersen resolved JBIDE-1180.
----------------------------------------
Resolution: Out of Date
Thank you for reporting this issue but this issue have been resolved as out-of-date since it has not had any updates for the last 2+ years (730 days).
If you believe this issue is still relevant and important then please reopen the issue or create a new one mentioning/linking this jira for background information.
Thank you!
> Consider using ICompilationParticipant when validating java
> -----------------------------------------------------------
>
> Key: JBIDE-1180
> URL: https://issues.jboss.org/browse/JBIDE-1180
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: seam2
> Reporter: Max Rydahl Andersen
> Fix For: LATER
>
>
> I noticed that our seamvalidator reads each .java file into memory before validating; it must be much more efficient to use ICompliationParticipant to validate these things since then we will just use the already existing representation inside eclipse and we can also limit the checks to be in only relevant strings etc.
--
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
12 years, 3 months
[JBoss JIRA] (JBIDE-2474) Improve JUnit Tests for HiperLinks component.
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBIDE-2474?page=com.atlassian.jira.plugin... ]
Max Rydahl Andersen resolved JBIDE-2474.
----------------------------------------
Resolution: Out of Date
Thank you for reporting this issue but this issue have been resolved as out-of-date since it has not had any updates for the last 2+ years (730 days).
If you believe this issue is still relevant and important then please reopen the issue or create a new one mentioning/linking this jira for background information.
Thank you!
> Improve JUnit Tests for HiperLinks component.
> ---------------------------------------------
>
> Key: JBIDE-2474
> URL: https://issues.jboss.org/browse/JBIDE-2474
> Project: Tools (JBoss Tools)
> Issue Type: Task
> Components: qa
> Reporter: Alexey Kazakov
> Assignee: Victor Rubezhny
> Fix For: LATER
>
>
> We should test all our OpenOn Partitioners with all kinds of source code: empty attribute, incorrect code, etc.
--
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
12 years, 3 months
[JBoss JIRA] (JBIDE-9125) Add support for jboss-packaging-maven-plugin
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBIDE-9125?page=com.atlassian.jira.plugin... ]
Max Rydahl Andersen resolved JBIDE-9125.
----------------------------------------
Resolution: Out of Date
Thank you for reporting this issue but this issue have been resolved as out-of-date since it has not had any updates for the last 2+ years (730 days).
If you believe this issue is still relevant and important then please reopen the issue or create a new one mentioning/linking this jira for background information.
Thank you!
> Add support for jboss-packaging-maven-plugin
> --------------------------------------------
>
> Key: JBIDE-9125
> URL: https://issues.jboss.org/browse/JBIDE-9125
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: maven
> Affects Versions: 3.2.0.Final
> Reporter: Fred Bricon
> Assignee: Fred Bricon
> Fix For: 3.3.x
>
>
> The original feature request was created in m2e-wtp ([Add support for SAR projects|https://issues.sonatype.org/browse/MECLIPSEWTP-46])
> The idea is to create a set of configurators, to handle jboss packages packages (http://mojo.codehaus.org/jboss-packaging-maven-plugin/).
> The configurators would work pretty much the same as the Connector configurator :
> - read the jboss-packaging-maven-plugin
> - all dependencies would have to be declared in .component
> - the project woul have to have the utility facet, in order to be deployed in an EAR
> First configurator would support SAR projects
--
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
12 years, 3 months
[JBoss JIRA] (JBIDE-6460) Create a SeamTest automatically for new Entity or separately for existing entity
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBIDE-6460?page=com.atlassian.jira.plugin... ]
Max Rydahl Andersen resolved JBIDE-6460.
----------------------------------------
Resolution: Out of Date
Thank you for reporting this issue but this issue have been resolved as out-of-date since it has not had any updates for the last 2+ years (730 days).
If you believe this issue is still relevant and important then please reopen the issue or create a new one mentioning/linking this jira for background information.
Thank you!
> Create a SeamTest automatically for new Entity or separately for existing entity
> --------------------------------------------------------------------------------
>
> Key: JBIDE-6460
> URL: https://issues.jboss.org/browse/JBIDE-6460
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: seam2
> Environment: all
> Reporter: Robb Greathouse
> Assignee: Daniel Azarov
> Labels: new_and_noteworthy
> Fix For: LATER
>
>
> In order to further test driven development it would be handy to have a SeamTest create when creating a SeamEntity.
> Basically, the test would include a Search Test, a Create Test, a Select Test (after searching), an Update Test and a Delete Test. These are fairly simply to do and it would be easy to implement for Eclipse plugin.
> This would provide a basic test example to the user which could be built out as they built their application.
> Even more advanced would be to be able to build out the test from a use case and then build out the domain from there. Still working to figure out how to do that with Seam.
--
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
12 years, 3 months