[JBoss JIRA] (JBIDE-7992) Maven classpath containers should have option for scope
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBIDE-7992?page=com.atlassian.jira.plugin... ]
Max Rydahl Andersen resolved JBIDE-7992.
----------------------------------------
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!
> Maven classpath containers should have option for scope
> -------------------------------------------------------
>
> Key: JBIDE-7992
> URL: https://issues.jboss.org/browse/JBIDE-7992
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: maven, upstream
> Reporter: Max Rydahl Andersen
> Assignee: Fred Bricon
> Fix For: 3.3.x
>
>
> Seems like m2eclipse maven classpath containers have no option for setting scope - how are users to select either runtime, test or compile containers for their launches ?
--
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-6108) Delete related projects when deleting Seam project
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBIDE-6108?page=com.atlassian.jira.plugin... ]
Max Rydahl Andersen resolved JBIDE-6108.
----------------------------------------
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!
> Delete related projects when deleting Seam project
> --------------------------------------------------
>
> Key: JBIDE-6108
> URL: https://issues.jboss.org/browse/JBIDE-6108
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: seam2
> Affects Versions: 3.1.0.GA
> Reporter: Vlado Pakan
> Assignee: Alexey Kazakov
> Priority: Optional
> Labels: new_and_noteworthy
> Fix For: LATER
>
>
> Delete related projects when Seam project is deleted. When Seam project is created there are created additional projects (e.i. test project, ear project, esb project...).
> When Seam project is deleted by user only one project is deleted and all the related projects are not. It should be possible to delete also related projects anyways they are useless when main Seam project is deleted.
> Maybe there should be added check box with possibility to decide to delete related projects or not at least when deleting via Web Projects view. Probably when deleting via Package explorer this functionality can be omitted.
--
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-3153) quick fix for missing property/method referenced in EL
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBIDE-3153?page=com.atlassian.jira.plugin... ]
Max Rydahl Andersen resolved JBIDE-3153.
----------------------------------------
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!
> quick fix for missing property/method referenced in EL
> ------------------------------------------------------
>
> Key: JBIDE-3153
> URL: https://issues.jboss.org/browse/JBIDE-3153
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: jsp/jsf/xml/html source editing
> Affects Versions: 3.0.0.beta1
> Reporter: Dan Allen
> Assignee: Victor Rubezhny
> Labels: EL, quickfix
> Fix For: LATER
>
>
> One of the nice features of the Eclipse Java editor is that you can reference a method or property and then ask the editor to create it for you. It would be nice to be able to do the same thing in EL. For instance, you might be creating a page that has an action. You could first type the method binding expression:
> <h:commandButton action="#{hotelSearch.search}" value="Search"/>
> Then you could use quick fix to add the search() method to component named hotelSearch (assuming it is the name of a Seam component or JSF managed bean). The same would work if you were referencing a bean properly name.
--
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-1146) Problems with creating Seam ear web project using jre1.6.0_02.
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBIDE-1146?page=com.atlassian.jira.plugin... ]
Max Rydahl Andersen resolved JBIDE-1146.
----------------------------------------
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!
> Problems with creating Seam ear web project using jre1.6.0_02.
> --------------------------------------------------------------
>
> Key: JBIDE-1146
> URL: https://issues.jboss.org/browse/JBIDE-1146
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: seam2
> Affects Versions: 2.0.0.Beta4
> Environment: WinXp
> jre1.6.0_02
> 200710210005-nightly
> Reporter: Anton Klimkovich
> Assignee: Denis Golovin
> Priority: Optional
> Fix For: LATER
>
> Attachments: 111.txt, seam.PNG
>
>
> Create Seam ear project (File->New->Project->Seam->Seam Web Project)
> After validation complete some errors will occure.
> java.lang.NullPointerException
> at org.jboss.tools.seam.internal.core.validation.SeamCoreValidator.validateXmlComponentDeclarations(SeamCoreValidator.java:448)
> at org.jboss.tools.seam.internal.core.validation.SeamCoreValidator.validateComponent(SeamCoreValidator.java:402)
> at org.jboss.tools.seam.internal.core.validation.SeamCoreValidator.validateComponent(SeamCoreValidator.java:323)
> at org.jboss.tools.seam.internal.core.validation.SeamCoreValidator.validate(SeamCoreValidator.java:161)
> at org.jboss.tools.seam.internal.core.validation.SeamValidatorManager.validate(SeamValidatorManager.java:75)
> at org.jboss.tools.seam.internal.core.validation.SeamValidatorManager.validateInJob(SeamValidatorManager.java:60)
> at org.eclipse.wst.validation.internal.operations.ValidatorJob.run(ValidatorJob.java:75)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
--
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-1654) Generate entities for JPA can fail when explicit listed classes in persistence.xml does not exist
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBIDE-1654?page=com.atlassian.jira.plugin... ]
Max Rydahl Andersen resolved JBIDE-1654.
----------------------------------------
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!
> Generate entities for JPA can fail when explicit listed classes in persistence.xml does not exist
> -------------------------------------------------------------------------------------------------
>
> Key: JBIDE-1654
> URL: https://issues.jboss.org/browse/JBIDE-1654
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: hibernate
> Affects Versions: 2.0.0.GA
> Reporter: Max Rydahl Andersen
> Assignee: Max Rydahl Andersen
> Priority: Critical
> Fix For: 3.3.x
>
>
> e.g. if the listed class does not exist JPA will fail.
> Consider using PersistenceXmlLoader.deploy(URL url, Map overrides, EntityResolver resolver, PersistenceUnitTransactionType defaultTransactionType)
> to build a "safer" persistence unit.
--
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-6111) OpenOn on Domain Specific Language expander.
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBIDE-6111?page=com.atlassian.jira.plugin... ]
Max Rydahl Andersen resolved JBIDE-6111.
----------------------------------------
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!
> OpenOn on Domain Specific Language expander.
> --------------------------------------------
>
> Key: JBIDE-6111
> URL: https://issues.jboss.org/browse/JBIDE-6111
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: drools
> Affects Versions: 3.1.0.GA
> Reporter: Vlado Pakan
> Labels: new_and_noteworthy
> Fix For: LATER
>
>
> OpenOn feature should work for DSL file specified within expander command in rule file. It should open specified .dsl file.
--
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-3147) Description about Configuration on New Seam Project Wizard is cut.
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBIDE-3147?page=com.atlassian.jira.plugin... ]
Max Rydahl Andersen resolved JBIDE-3147.
----------------------------------------
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!
> Description about Configuration on New Seam Project Wizard is cut.
> ------------------------------------------------------------------
>
> Key: JBIDE-3147
> URL: https://issues.jboss.org/browse/JBIDE-3147
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: upstream
> Affects Versions: 3.0.0.cr1
> Reporter: Anton Klimkovich
> Priority: Optional
> Fix For: LATER
>
> Attachments: description.PNG, worksForMe.jpg
>
>
> EXECUTE: New -> Seam Web Project
> FAILURE: Description about Configuration is cut.
> Screenshot attached.
--
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-6200) Support Struts 2 in Struts Tools
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBIDE-6200?page=com.atlassian.jira.plugin... ]
Max Rydahl Andersen resolved JBIDE-6200.
----------------------------------------
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!
> Support Struts 2 in Struts Tools
> --------------------------------
>
> Key: JBIDE-6200
> URL: https://issues.jboss.org/browse/JBIDE-6200
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: struts/shale
> Reporter: db netres
> Assignee: Denis Golovin
> Fix For: LATER
>
>
> Would be nice with support for Struts 2 in Struts Tools for Eclipse.
--
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-9273) Improve update of objects loaded from classpath
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBIDE-9273?page=com.atlassian.jira.plugin... ]
Max Rydahl Andersen resolved JBIDE-9273.
----------------------------------------
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 update of objects loaded from classpath
> -----------------------------------------------
>
> Key: JBIDE-9273
> URL: https://issues.jboss.org/browse/JBIDE-9273
> Project: Tools (JBoss Tools)
> Issue Type: Task
> Components: cdi, common/jst/core, seam2
> Affects Versions: 3.3.0.M2
> Reporter: Viacheslav Kabanovich
> Assignee: Viacheslav Kabanovich
> Fix For: LATER
>
>
> To avoid scanning project's classpath too often, we listen to Java model event 'resolved classpath changed'. We expect that whenever classpath is changed so that it is necessary to update objects loaded from it, Java model sends such event when all new/modified entries are available for reading (bound to existing package roots). When such event comes, we scan classpath, and compare new set of paths with the set, which was used to load objects into models (KB, CDI, Seam, etc).
> The problem is, that this event is not always comes as expected, so that issues appear (see JBIDE-8338, JBIDE-9184). For example, in new Eclipse session, when new JSP or Seam project wizard is run for the first time - the event comes. For next new project wizard invocations, it becomes a random process, for which of them the event will fail for the first time. After that, the event fails for all subsequent invocations. If we understand why it happens, it may help us improve classpath update and/or creation wizards; or report a bug to Eclipse if this behavior of Java model is not induced by our code.
--
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-963) User ID and password unexpectedly required
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBIDE-963?page=com.atlassian.jira.plugin.... ]
Max Rydahl Andersen resolved JBIDE-963.
---------------------------------------
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!
> User ID and password unexpectedly required
> ------------------------------------------
>
> Key: JBIDE-963
> URL: https://issues.jboss.org/browse/JBIDE-963
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: upstream
> Affects Versions: 2.0.0.Beta3
> Environment: 200709220007-nightly
> Reporter: Alexander Burak
> Priority: Minor
> Fix For: LATER
>
>
> Create new Seam project - add new connection on JPA facet - select PostgreSQL connection, Next, provide name, Next, "..." browse for driver - Add PostgreSQL 8, Edit driver definition -> Select real .jar file on file system -> Error message: Required property in driver definition missing value: User ID.
> Why do I need to provide it there? If I don't specify id/password in that dialog, new connection wizard cannot be finished, even if I specify user name and password on "New JDBC Connection Profile" page!
--
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