[JBoss JIRA] Created: (JBIDE-2488) Out of sync errors after TestNG stops
by Aliaksey Nis (JIRA)
Out of sync errors after TestNG stops
-------------------------------------
Key: JBIDE-2488
URL: http://jira.jboss.com/jira/browse/JBIDE-2488
Project: Tools (JBoss Tools)
Issue Type: Bug
Affects Versions: 3.0.0.alpha
Environment:
WindowsXP SP2
JBoss Developer Studio
Version: 3.0.0.Alpha
Build id: 200807071935-nightly
Build date: 07/07/2008 19:41
JDK 1.5_08
Seam runtime 2.0.2GA
Reporter: Aliaksey Nis
Attachments: OutofSync.txt
EXECUTE: Create Seam 2.0.2GA War project.
EXECUTE: Create Action for this project.
EXECUTE: Run TestNG for this action(from ...-test part of project).
ASSERT: TestNG stops after testing
EXECUTE: Refresh Package Explorer.
ASSERT: Index.html and other parts of TestNG report appears.
EXECUTE: Run TestNG for this action(from ...-test part of project) again.
EXECUTE: When
===============================================
Action1 Tests
Total tests run: 1, Failures: 0, Skips: 0
===============================================
appears in console - click on index.html (...-test/TestOutput/index.html)
FAILURE: Five "Out of sync" exceptions thrown in error log.
Possible Eclipse issue. Error log 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
17 years, 4 months
[JBoss JIRA] Created: (JBIDE-1277) Test's can't run when -ds.xml is not on the sourcepath
by Max Andersen (JIRA)
Test's can't run when -ds.xml is not on the sourcepath
------------------------------------------------------
Key: JBIDE-1277
URL: http://jira.jboss.com/jira/browse/JBIDE-1277
Project: JBoss Tools
Issue Type: Bug
Components: Seam
Affects Versions: 2.0.0.Beta4
Reporter: Max Andersen
Assigned To: Denis Golovin
Priority: Blocker
Fix For: 2.0.0.CR1
the change from having -ds.xml in the classpath to a resources dir breaks the execution of unit tests since the -ds.xml is not found by the deployer.
Since the resources folder where intended for non-classpath relevant things I suggest we put the -ds.xml into the META-INF/ dir since they are special files being picked up by the jboss deployers.
I guess this affect both WAR and EAR.
Test case is simple:
EXECUTE: Create New Seam Project
EXECUTE: Create New Seam Action
EXECUTE:right click the generated test xml and execute TestNG
ASSERT: Green light! and not some error about datasource not being found.
--
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
17 years, 4 months
[JBoss JIRA] Created: (JBIDE-2817) Incorrect action of attribute "width" within the tag <h:dataTable>
by Andrei Scherbovich (JIRA)
Incorrect action of attribute "width" within the tag <h:dataTable>
-------------------------------------------------------------------
Key: JBIDE-2817
URL: https://jira.jboss.org/jira/browse/JBIDE-2817
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Visual Page Editor
Affects Versions: 3.0.0.alpha
Reporter: Andrei Scherbovich
Assignee: Maxim Areshkau
Priority: Minor
The problem in tag <h:dataTable> occurs if we try to use own attribute "width" within the same parameter of attribute "style", for example,
width="511" style="width : 470; height : 198px;"
Now, try to change the value of own attribute "width" manualy, this action doesn't give results in VPE or any other browsers. VPE or browsers take only the value of the same parameter of attribute "style".
Then, try to change width in VPE using mouse, the value of attribute "width" changes but it doesn't take any affects.
So, the result. In this situation VPE and browsers accept only value of parameter "width" of attribute "style", which we can change only manualy.
--
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, 4 months