[JBoss JIRA] Reopened: (JBIDE-737) Problems occurr when CSS file is created
by Aliaksey Nis (JIRA)
[ http://jira.jboss.com/jira/browse/JBIDE-737?page=all ]
Aliaksey Nis reopened JBIDE-737:
--------------------------------
Creating css file(and auto-opening it in editor) causes 2 exceptions and error screen again.
Default editor for css is - "css editor".
When i open it manually with JBoss XML editor - same exceptions and error screen.
Build 200710270005-nightly
> Problems occurr when CSS file is created
> ----------------------------------------
>
> Key: JBIDE-737
> URL: http://jira.jboss.com/jira/browse/JBIDE-737
> Project: JBoss Tools
> Issue Type: Bug
> Environment: Windows XP
> RHDS build-333
> Reporter: Anton Klimkovich
> Assigned To: Viacheslav Kabanovich
> Fix For: 2.0.0.CR1
>
> Attachments: Create_Css.txt, Create_Css2.txt, Create_CSS3.txt, Css edit.txt
>
>
> 1 Right click on WebContent ->New->File->Css...
> 2 Inpute file name and press finish
> Problems occurred when invoking code from plug-in: "org.eclipse.ui.workbench".
> Log file attached.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
18 years, 6 months
[JBoss JIRA] Created: (RHDS-275) Ant build.xml file not selectable from Ant View for imported JSF projects
by Neil Griffin (JIRA)
Ant build.xml file not selectable from Ant View for imported JSF projects
-------------------------------------------------------------------------
Key: RHDS-275
URL: http://jira.jboss.com/jira/browse/RHDS-275
Project: Red Hat Developer Studio
Issue Type: Bug
Affects Versions: 1.0.0.beta2
Environment: Windows
Reporter: Neil Griffin
I imported an existing JSF project using File->Import...->Other->JSF-Project and it worked great. It has a folder structure like this:
my-project
my-project/build.xml
my-project/docroot
my-project/docroot/WEB-INF
my-project/docroot/WEB-INF/src
As I said, the importer did a fantastic job of finding everything in my JSF project. However, on my "Ant" view, I am unable to select the my-project/build.xml file.
The importer created a project folder in my $HOME/Workspace rather than in the project directory itself. This is actually a consequence of RHDS-274.
I am able to associate an "Ant Builder" with my project, instead of the standard Java Builder. Unfortunately, this does not enable me to execute specialized targets within my build.xml file, whenever I want. Basically just clean and build.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
18 years, 6 months
[JBoss JIRA] Created: (RHDS-264) Seam validator reports unknown @DataModel for @DataModelSelection unless value attribute is present
by Jacob Orshalick (JIRA)
Seam validator reports unknown @DataModel for @DataModelSelection unless value attribute is present
---------------------------------------------------------------------------------------------------
Key: RHDS-264
URL: http://jira.jboss.com/jira/browse/RHDS-264
Project: Red Hat Developer Studio
Issue Type: Bug
Affects Versions: 1.0.0.beta2
Reporter: Jacob Orshalick
Priority: Minor
Using Beta2 with a Seam generated project and I have encountered an issue with the Seam validator and @DataModelSelection. The Seam Validator reports an error if the value attribute is not specified for an @DataModelSelection. Once the value attribute is provided, the validation passes.
For example, the following is reported as invalid:
@DataModel
private List<Booking> bookings;
@DataModelSelection
private Booking booking;
while the following is valid:
@DataModel
private List<Booking> bookings;
@DataModelSelection(value="bookings")
private Booking booking;
If only one @DataModel is specified in a component, it is not necessary to specify a value for @DataModelSelection. Thanks.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
18 years, 6 months
[JBoss JIRA] Created: (JBIDE-702) No connection specified, use defaultDs from jboss ?
by Max Andersen (JIRA)
No connection specified, use defaultDs from jboss ?
---------------------------------------------------
Key: JBIDE-702
URL: http://jira.jboss.com/jira/browse/JBIDE-702
Project: JBoss Tools
Issue Type: Feature Request
Components: Seam
Reporter: Max Andersen
Suggestion from Yuan is that if users doesn't specify any connection preferences we should use the defaultDs.
Issues I see with this is that then our project will no longer "control" the datasource and what connection properties that is in it ?
when we add generate-entities it should pick up what connection data is relevant.
Which one will be the master ? today in seam-gen it is spread out and I don't like to make that worse...
e.g. in seam-gen there is
1) the actual datasource in jboss
2) the connection properties in build.properties
3) the connection properties in hibernate.console properties
None of these are reliably possible to keep in sync afaik - neither manually or automatically
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
18 years, 6 months