[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-3243) <s:formattedText> doesn't support alt and align attribute for html img tag,
by Siarhei Dudzin (JIRA)
<s:formattedText> doesn't support alt and align attribute for html img tag,
----------------------------------------------------------------------------
Key: JBSEAM-3243
URL: https://jira.jboss.org/jira/browse/JBSEAM-3243
Project: Seam
Issue Type: Bug
Components: Seam Text
Affects Versions: 2.0.0.GA
Reporter: Siarhei Dudzin
<s:formattedText> doesn't support alt and align attribute for html img tag,
Whan an img tag with align or alt attributes are met 'sysouts' the "Seam Text parse error: unexpected token" message, besides it cuts all the text that comes after it, i.e. nothing is rendered after that.
For example if we have the following text to be rendered: This is <img src="img.gif" alt="alt text" /> text after image!
The following will be actually rendered: This is <img src="img.gif"
I would expect s:formattedText either (worst case) skip the attributes it doesn't support of actually support them.
I am not sure the problem existed in Seam 1.2.1 btw, I migrated an application and then noticed the behavior...
--
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, 5 months
[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-3226) Modify DBUnitSeamTest to permit use of DTDs generated by DBUnit
by John J. Genoese (JIRA)
Modify DBUnitSeamTest to permit use of DTDs generated by DBUnit
---------------------------------------------------------------
Key: JBSEAM-3226
URL: https://jira.jboss.org/jira/browse/JBSEAM-3226
Project: Seam
Issue Type: Feature Request
Components: Test Harness
Affects Versions: 2.0.3.CR1
Environment: Any
Reporter: John J. Genoese
Priority: Minor
Given: DBUnit's behavior is such that if the first row to be loaded (via DataSetOperation) into a table doesn't have all columns present, those columns will be dropped in every row loaded thereafter.
Given: If a DTD is present, DBUnit will honor it, and refrain from the aforementioned behavior. DBUnit has a facility to generate said DTD.
Given: The current DBUnitSeamTest (for which I am grateful indeed) doesn't permit specification of said DTD's location. Hence, I must manually massage my test data to ensure that the first row loaded into each table has values for all columns, which causes considerable inconvenience in my automated testing flow (which includes data generation).
Request: Modify DBUnitSeamTest to permit use of DTDs generated by DBUnit
--
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, 5 months
[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-3023) seam-gen generate-entities throws NoSuchMethodError on AnnotationConfiguration.setProperty
by Jay Balunas (JIRA)
seam-gen generate-entities throws NoSuchMethodError on AnnotationConfiguration.setProperty
------------------------------------------------------------------------------------------
Key: JBSEAM-3023
URL: http://jira.jboss.com/jira/browse/JBSEAM-3023
Project: Seam
Issue Type: Bug
Affects Versions: 2.1.0.BETA1
Reporter: Jay Balunas
Priority: Blocker
Fix For: 2.1.0.BETA1
This is effecting the current trunk - I have not verified if this is happening in 2.1.0.A1. Below is the output from the console. I saw this error both with and without the fix for JBSEAM-3017. I quickly checked that the correct jars are in the lib, and should be loaded for the classpath in the seam-gen/build.xml. There may be a new dependency or configuration needed.
jar:
[copy] Copying 2 files to /jboss/temp/workspace/libtest3/exploded-archives/libtest3.jar
[copy] Copying 1 file to /jboss/temp/workspace/libtest3/exploded-archives/libtest3.jar/META-INF
[copy] Copying 1 file to /jboss/temp/workspace/libtest3/exploded-archives/libtest3.jar/META-INF
[copy] Copying 1 file to /jboss/temp/workspace/libtest3/exploded-archives/libtest3.jar
[hibernate] Executing Hibernate Tool with a JPA Configuration
[hibernate] 1. task: generic exportertemplate: view/list.xhtml.ftl
[hibernate] May 22, 2008 9:37:04 AM org.hibernate.cfg.annotations.Version <clinit>
[hibernate] INFO: Hibernate Annotations 3.3.0.GA
[hibernate] May 22, 2008 9:37:04 AM org.hibernate.ejb.Version <clinit>
[hibernate] INFO: Hibernate EntityManager 3.3.2.GA
[hibernate] An exception occurred while running exporter #2:generic exportertemplate: view/list.xhtml.ftl
[hibernate] To get the full stack trace run ant with -verbose
[hibernate] Problems in creating a configuration for JPA. Have you remembered to add hibernate EntityManager jars to the classpath ?
[hibernate] java.lang.reflect.InvocationTargetException
[hibernate] java.lang.NoSuchMethodError: org.hibernate.cfg.AnnotationConfiguration.setProperty(Ljava/lang/String;Ljava/lang/String;)Lorg/hibernate/cfg/AnnotationConfiguration;
BUILD FAILED
/jboss/temp/trunk/jboss-seam-2.1.0-SNAPSHOT/seam-gen/build.xml:1124: Problems in creating a configuration for JPA. Have you remembered to add hibernate EntityManager jars to the classpath ?
--
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, 5 months