Show Table of Contents
10. Known Issues with this release
Following is a list of known issues at the time of release.
10.1. Unsupported JARs
The following libraries are included, but not supported, in this version of JBoss Enterprise Application Platform.
client/hornetq-core-client.jarclient/hornetq-jms-client.jar
The
hornetq RPM is likewise unsupported in this release.
10.2. General Known Issues
- JBPAPP-5110
- The graphical installer allows the user to specify a custom JAAS security domain for securing consoles and invokers, but always secures the Tomcat console with the JAAS security domain "jmx-console", even if it does not exist. To use a custom JAAS security domain, specify the name in the "JMX Security" screen during installation. When the installer completes, edit the
jboss-as/server/$PROFILE/deploy/ROOT.war/WEB-INF/jboss-web.xmlfile. In the<security-domain>element, replace the name "jmx-console" with the name of the security domain you used during installation. This secures the Tomcat console with the same custom JAAS security domain that secures the Admin console and any other consoles and invokers you elected during installation. - JBPAPP-5014
- The web profile incorrectly includes a recovery setting for JBoss Messaging, which is not part of the web profile. This results in
ClassNotFoundExceptions inserver.log.To work around this issue, remove the following lines fromjbossts-properties.xml:<property name="com.arjuna.ats.jta.recovery.XAResourceRecovery.JBMESSAGING1" value="org.jboss.jms.server.recovery.MessagingXAResourceRecovery;java:/DefaultJMSProvider"/> - JBPAPP-4542
- The locations of
jbosssx.jar,jboss-javaee.jar,jboss-security-spi.jar, andjbosssx-server.jarhave changed in this release due to a security fix. In this release they have been relocated tojboss-as/lib/. Any scripts that rely on the location ofjbosssx.jarshould be updated to reflect this change. - JBPAPP-4665
- Resteasy-guice applications fail to deploy because of a java.lang.SecurityException. An error message similar to the following is displayed: java.lang.SecurityException: class "org.jboss.resteasy.examples.guice.hello.DefaultGreeter$$FastClassByGuice$$70fd68d0"'s signer information does not match signer information of other classes in the same package"This occurs because the cglib.jar in JBoss Enterprise Application Platform is signed, and the cglib- instrumented proxy uses the cglib.jar signer information instead of the signer information of the application target class. The patch for this issue has been released alongside JBoss Enterprise Application Platform 5.1.0 and can be downloaded from Red Hat Support.
- JBPAPP-4456
- Other agent-enabled tools may run into a class that contains a field, method, constructor, or other that was not loaded by Javassist. In this case, when the Advisor tries to manipulate that method, a
javassist.NotFoundExceptionis thrown. This exception should be ignored and the field considered non-existent. - JBPAPP-4130
- An
org.jboss.ejb3.stateless.StatelessDelegateWrappercannot be assigned to anorg.jboss.system.ServiceMBeanwhen creating a monitor withorg.jboss.console.plugins.monitor.CreateThresholdMonitorServlet. The monitor is created as an attribute rather than a <depends>, so it fails to deploy upon restart. The workaround for this issue is to manually alter the created*-service.xmlto allow the monitor to deploy correctly on restarting. - JBPAPP-4041
- The
ServiceMetaDataParser.parseValueFactoryParameter()only considers the first child of the<parameter>element. Therefore if the<null/>child element is surrounded by carriage returns ('enter' or white space) the node is treated as a text value and the parameter is not correctly substituted later on. The following will cause an error:<parameter> <null/> </parameter>The workaround is to ensure there is no whitespace in<parameter>elements, like so:<parameter><null/></parameter> - JBPAPP-3929
- When
java.sql.Date.valueOfattemps to parse dates of the format yyyy-mm-dd, the TCK test threw ajava.lang.IllegalArgumentException. This was due to a regression in the latest Sun JVM, Sun JDK 1.6.0_18-b07 (see http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6898593 for more information). The workaround for this issue is to downgrade to Sun JDK 1.6.0_17-b04. - JBPAPP-3766
- Each time a
org.jboss.mail.MailServiceis configured and bound to JNDI, theSessionObjectFactoriesproperties are overwritten. This means that when multipleMailServiceconfigurations exist, allMailServices bound to JNDI will have the properties of the most recently configuredMailServicein their Session. - JBPAPP-3308
- In isolated deployments, a
ClassNotFoundExceptionis thrown when the application server tries to deserialize aninfoobject associated with theTimer. This occurs because the wrong classloader (threadContextClassLoader) is used to deserialize the object. - JBPAPP-3280
- When accessing the admin console
WARNmessages are generated in the logs, stating "Cannot get the process table information without native support". These messages can be safely ignored. In a future release of the admin console these messages will be changed toINFO. - JBPAPP-3133
- A bug in JVM implementations means that the JVM may crash when an incomplete deployment is overwritten by a new version of the deployment during hot deployment. For example, a deployment may contain a formatting error in a deployment descriptor. When deployed, the error is encountered and the deployment fails. If a corrected deployment is copied over the top of the erroneous deployment to replace it, the JVM may crash during hot deployment of the new version. The workaround for this issue is to remove the old, incompletely deployed archive before copying the new corrected deployment into the
deploydirectory. - JBPAPP-3036
- The
jboss_init_hpuxscript does not pick up environment variables when executed in the GNU bash shell. This is related to JBPAPP-2036: https://jira.jboss.org/jira/browse/JBPAPP-2306. - JBPAPP-3035
- The
-eand-Harguments of theshutdown.shscript cannot be used to directly terminate the JVM. - JBPAPP-2998
- When the server is started via a desktop icon, the machine's default Java set is used. This can cause exceptions when a Java version other than JDK 1.6 is set as the default. Users should ensure that JDK 1.6 is set as the default Java version before attempting to start JBoss Enterprise Application Platform via the desktop icon.
- JBPAPP-2894
- Setting the
hibernate.bytecode.providersystem property injpa-deployers-jboss-beans.xmlis unreliable. The workaround for this issue is to add-Dhibernate.bytecode.provider=cglibto$JAVA_OPTSinjboss-as/bin/run.conf. - JBPAPP-2871
- High CPU utilization and reduced performance and transaction throughput has been observed when MySQL 5.0.41 when optimized settings are in use, as described in JBQA-2610. We recommend upgrading to MySQL 5.0.86 and applying optimized settings as described in JBQA-2610 to reduce CPU utilization and increase performance.
- JBPAPP-2598
- Once the workaround for the JBAS-7049 issue is applied a new issue presents itself. A server running the security manager using OpenJDK 6 still fails to start, now with an access denied error. There is no currently known workaround for this issue.
- JBPAPP-2590
- An issue exists in the
policy.providerdefined in${JAVA_HOME}/jre/lib/security/java.securitywhen IBM JDK 6 is used. By defaultorg.apache.harmony.security.fortress.DefaultPolicyis used and this should bepolicy.provider=sun.security.provider.PolicyFile. The workaround for this issue is to manually make this adjustment. - JBPAPP-2576
- The MySQL JDBC driver does not currently implement XA Recovery correctly.
- JBPAPP-2027
- The server manager does not function correctly when OpenJDK 6 is used because a
NullPointerExceptioncheck is missing in OpenJDK 6. The workaround is to comment out the java.security.debug statement in theimports/server-config.xmlfile. - JBPAPP-2027
- The IBM distribution of JDK 6 does not support the
SSLv2Helloprotocol and generates a ERROR [AbstractKernelController] when used. It is currently recommended not to use this protocol.
10.3. Installer Known Issues
- JBPAPP-5116
- When a custom JAAS security domain is created during the graphical installation process, the custom JAAS security domain continues to use
jmx-console-users.propertiesandjmx-console-roles.propertiesinstead of creating its own named users and roles properties files. - JBPAPP-4262
- After all files have been extracted during installation on Solaris 10 (both 32-bit and 64-bit architectures), the console displays an unnecessary request for a password. Installation will not proceed until the user presses .
10.4. Hibernate Known Issues
- JBPAPP-4926
- Cascading tables containing auto-incremented primary keys were not saving correctly because tables were not being processed in the correct order in the save queue.One table (A) has an assigned primary key. A second table (B) is linked to Table A, has cascading enabled, and uses an auto-incremented primary key. When attempting to save Table B, Hibernate detects that Table A should be saved first and adds it to a save queue. Hibernate then attempts to save Table B immediately. This save operation fails, because to succeed Table B must obtain a primary key reference from Table A, which is null while it remains in the save queue.To work around this issue, disable table cascade and ensure that the table with the assigned primary key is saved before attempting to save a table with an auto-incremented primary key.
- JBPAPP-4895
- When a
refresh()method is invoked immediately prior to aninsert(), and second-level caching is enabled, the entity is inserted into the second-level cache. If therefresh()does not commit successfully, however, the cached data will not be automatically evicted. This occurs becauserefresh()does not track entity state. Since therefresh()operation is usually used for generated properties, one workaround for this issue is to use the@Generatedannotation. Another workaround is to manually evict the cache entry. - JBPAPP-4738
- The updated JDBC 3.0 driver for MS SQL Server 2008 now supports the following data types:
- time
- date
- datetime2
- datetimeoffset
For more information about these SQL Server types, see Date and Time Data Types and Functions (Transact-SQL).This type change causes theorg.hibernate.test.hql.ASTParserLoadingTesttest and theorg.hibernate.test.stateless.StatelessSessionTesttest to fail. The workaround for this issue is to define a new dialect, like so:public class SQLServer2008Dialect extends SQLServerDialect { public SQLServer2008Dialect() { registerColumnType( Types.DATE, "date" ); registerColumnType( Types.TIME, "time" ); registerColumnType( Types.TIMESTAMP, "datetime2" ); registerFunction( "current_timestamp", new NoArgSQLFunction("current_timestamp", Hibernate.TIMESTAMP,false) ); } } - JBPAPP-4731
- When an insert operation was performed using
jconn3.jar, null bit values were converted to0, so no exception was thrown. Sybase does not allow a null value for the bit datatype, so null bit values should result in exceptions.To work around this issue within Hibernate and persist the value as a null as intended, map type toorg.hibernate.test.where.NumericTrueFalseTypeinstead ofboolean, like so:type="org.hibernate.test.where.NumericTrueFalseType"
- JBPAPP-4334
- A bug in jConnect means that the
FetchingScrollableResultsImpl.isResultSetEmpty()method returns the following to determine if a ResultSet is empty:currentPosition == 0 && ! getResultSet().isBeforeFirst() && ! getResultSet().isAfterLast();
When the ResultSet is empty,FetchingScrollableResultsImpl.isResultSetEmpty()should return false but Sybase JDBC returns true. There is currently no workaround for this issue. - JBPAPP-4175
- When Hibernate executes a cacheable query using a
ResultTransformer, it will attempt to cache the results after applying theResultTransformer. However, the data may be modified so that Hibernate cannot read it. In this case, aClassCastExceptionwill occur when attempting to cache the results. - JBPAPP-3913
- From Oracle 11g R2 (RAC), the behavior of the CREATE TABLE statement changed such that when creating a conventional table in a database created with the default options, the initial segment is not created until the first row is inserted into the table (see http://download.oracle.com/docs/cd/E11882_01/server.112/e10595/tables002.htm#ADMIN13319 for details).As a result of this change, if the ID generator class is
sequence-identity, sequences created as default start with 2 or 4 instead of 1. To work around this issue:- Use a different ID generator class, or
- Disable deferred segment creation on Oracle by setting the initialization parameter
DEFERRED_SEGMENT_CREATIONtoFALSE. The CREATE TABLE statement has two new clauses (SEGMENT CREATION DEFERRED and SEGMENT CREATION IMMEDIATE), which override the value of theDEFERRED_SEGMENT_CREATIONparameter.
- JBPAPP-3911
- In Oracle 11g R2 (both RAC and standalone), a complex query with
LockMode.UPGRADE(that is, "for update") may cause a "No more data to read from socket" error. This is not a Hibernate bug, and is related to database configuration. See Bug Hunting for more information. The workaround for this issue is to avoid usingLockMode.UPGRADEon such queries. - JBPAPP-3483
- Hibernate does not currently log the execution time for each query. This is expected in future versions of JBoss Enterprise Application Platform.
- JBPAPP-3284
- This is an issue with cglib, which is deprecated in this release of JBoss Enterprise Application Platform. See
http://sourceforge.net/tracker/index.php?func=detail&aid=2796998&group_id=56933&atid=482368for more details. cglib removes field annotations when transforming a class withTransformingClassGeneratorbecause of a problem with thevisitFieldmethod. It is possible to work around this issue by annotating getters instead of fields, but this may not be possible for heavy applications ported to JBoss Enterprise Application Platform 5. - JBPAPP-3223
- Hibernate does not currently support tuple syntax in HQL or Criteria on databases which do not support tuple syntax. For example, if a database does not support tuple syntax:
where (a,b) in ( (1,2), (3,4) )
Hibernate should translate to:where ( (a=1 AND b=2) OR ( (a=3 AND b=4) )
There is currently no workaround for this issue except to avoid using this syntax query on databases that do not support tuple syntax. - JBPAPP-3075
- If a database reserved keyword is used as a property name with a Hibernate Validator annotation (for example,
@Minor@Max), it will cause exceptions inSchemaExport, even if you specify a column name. This is because Hibernate ignores the name specified. The workaround is to map the property name to something that is not a database reserved keyword with the@Columnannotation. The fix for this issue is expected in Hibernate 4. - JBPAPP-3069
- The
QueryByExampleTest.testJunctionNotExpressionQBEtest fails in Sybase because ansinull is set to off by default. This test builds a disjunction predicate such as( OR^ (ex) (NOT ex) ). This should match everything in the database, but because ANSI SQL evaluates all comparisons involving NULL values as UNKNOWN, not all matches are returned. To work around this problem, append the following string to the JDBC URL:?SQLINITSTRING=set ansinull on
If this is not possible, an alternative is to execute the following Java code (or similar) after obtaining a Hibernate sessions:s.connection().createStatement().execute("set ansinull on"); - JBPAPP-3034
- When batch insert statements are ordered, embedded classes are not taken into account. There are two possible workarounds for this issue. The first is to set
ORDER_INSERTStoFALSEwhen embedded classes are used. The second option is to explicitly callsession.save()on child objects to enforce their SQL insertion orders. - JBPAPP-3032
- MySQL does not currently support millisecond and microsecond measurements when returning database values such as
TIMEandTIMESTAMP. - JBPAPP-3031
- On Sybase, the
current_timestamptext is not being recognized by the translator as a method mode. There is currently no way to work around this issue except to avoid relying upon function replacement forcurrent_timestamp. - JBPAPP-3030
- On Sybase,
SchemaExportcannot be used to create stored procedures while in while in chained transaction mode. The workaround for this case is to add the following code immediately after the definition of the new stored prodecure:<database-object> <create> sp_procxmode paramHandling, 'chained' </create> <drop/> </database-object> - JBPAPP-3010
- The
evict(Object)method inEntityRegionAccessStrategyandCollectionRegionAccessStrategyattempts to remove objects from the cache without regard for transaction isolation. This is currently unsupported because JBoss Cache'sremoveNodemethod does not deal with transactions. - JBPAPP-2945
- Setting the query timeout for a PreparedStatement is not supported by PostgreSQL 8.3.7. This limitation means that queries will fail if they use an annotation like the following:
@QueryHint(name = "org.hibernate.timeout", value = "100") - JBPAPP-2971
- Applications that map Hibernate to use
cglibas a byte provider fail to deploy because of ajava.lang.SecurityException. An error message similar to the following is displayed:Deployment "persistence.unit:unitName=lobtest.ear/ lobtest-ejb-1.0-SNAPSHOT.jar#lobtest-jpa-jndi" is in error due to the following reason(s): java.lang.SecurityException: class "com.redhat.gss.lobtest.jpa.Item$$EnhancerByCGLIB$$defd1a7f"'s signer information does not match signer information of other classes in the same packageThis occurs because thecglib.jarin JBoss Enterprise Application Platform is signed, and the cglib-instrumented proxy uses thecglib.jarsigner information instead of the signer information of the application target class.cglib is deprecated in the 5.1 release of JBoss Enterprise Application Platform. - JBPAPP-2867
- Sybase does not currently support Hibernate
Blobs orClobs, and Hibernate does not support Sybasetextorimagedata types. The workaround for this issue is to create user-defined types that map to the Sybasetextandimagetypes. - JBPAPP-2792
- Sybase fails to insert a new entity if it overflows its column. However, it does not throw an exception, so Hibernate cannot tell that the insert failed. One workaround for this issue is to use the
jconn3.jarwithDYNAMIC_PREPARE=trueset in the Hibernate configuration file.<property name="connection.url">jdbc:sybase:Tds:aurum:1503/masterDb? DYNAMIC_PREPARE=true</property>
Another workaround is to use thejconn4.jar. - JBPAPP-2789
SchemaExportfails on Oracle and Sybase when a redundant@Column(unique=true)orUniqueContraint(columnnames={...})annotation is used on a column that is implicitly defined as unique by the declared model. The workaround is to remove the redundant@Column(unique=true)orUniqueContraint(columnnames={...})annotation.- JBPAPP-2613
- When the DB2 version 9.7 driver is used with progressive streaming (the default), operations on
BlobandCloblocators fail. There are two possible workarounds to this issue:- Create a property file named
DB2JccConfiguration.properties, either on your class path or in a JAR on your class path. Add the following line to this file to disable progressive streaming on DB2:db2.jcc.override.progressiveStreaming=2
- Use the DB2 version 9.1 driver instead of DB2 version 9.7.
- JBPAPP-2408
- An issue exists with the DB2 v9.7 driver when using an identity or native ID generator with Hibernate. The
Statement.getGeneratedKeys()driver method in DB2 returns an empty resultset instead of the generated keys, which causes Hibernate to throw an exception that states that the database returned no natively generated identity value. This issue has been fixed in the version of DB2 9.7 JDBC driver released with Data Studio 2.2 and is available for download from the DB2 website. This is the recommended version for use with Hibernate. - JBPAPP-2278
- The
Saveoperation may fail when a transient entity is reachable by multiple paths and at least one of those paths does not cascade for theSaveopperation. The current workaround for this is to save the transient entity before executing the save that had previously failed. If this is not possible, another workaround is to modify either or both cascade and entity mappings to change the order of the cascade paths so that the transient entity is saved before it cascades to the entity that requires it to be non-transient. - JBPAPP-1895
- The Hibernate tests
JoinTest.javaandQueryAndSQLTest.javafail when testing queries with untyped parameters for DB2, which does not support untyped parameters. You can work around this issue by modifying the queries so that the parameters are cast to an appropriate data type, as described on the JIRA. - JBPAPP-1613
- Null values for columns mapped as
Booleanin Sybase are persisted as0instead ofnull. The workaround for this issue is to maptype="org.hibernate.test.where.NumericTrueFalseType"instead oftype="boolean". - JBPAPP-1554
- Sybase only allows only one entry (for example, column name or '*') in a subquery select list. The HQL function,
elements(), fails when the collection elements have a composite ID, because the generated SQL contains a subquery select list with multiple entries. The workaround is to avoid using HQLelements()if the elements have a composite key. Instead, reformulate the HQL so that no subquery has multiple entries in its select list. - JBPAPP-1545
- On Sybase, when a query has an ANSI join with three or more joins, and one join involves a union subclass, the query may fail with
SybSQLExceptionbecause a column is not within the scope of the joined table expression. The current recommendation is to avoid using join fetches that involve union subclasses. - JBPAPP-1230
- When a
DetachedCriteriais used as a subquery, the generated SQL contains a column alias in the subquery. On Sybase, aSybSQLExceptionis thrown because Sybase does not allow column aliases in subqueries. The workaround for this issue is to use an HQL query instead of aDetachedCriteriain a subquery. - JBPAPP-1123
- When
@OrderByis used on joined classes (using a join table), the generated SQL is invalid on MySQL, PostgreSQL, Oracle, and MSSQL because the "order by" clause qualifies the columns using the actual table name. The "order by" clause should use the table alias instead. - JBPAPP-1082
- When a
charproperty is used and it is not initialized, then Hibernate initializes it to0and persists a string containing the character\u0000. PostgreSQL throws an exception because it does not allow the character\u0000embedded in a string. There is currently no workaround for persisting\u0000in acharcolumn using PostgreSQL.To persist a NULL for an uninitializedcharproperty instead of\u0000, usejava.lang.Characterinstead of the primitivechartype. This avoids the exception when the property is initialized. Attempting to persist ajava.lang.Characterproperty that is set to\u0000still results in an exception. - JBPAPP-1071
- In some cases, when there are foreign key constraints defined on columns in a primary key,
SchemaExportincorrectly declares them as nullable when it generatesCREATE TABLEstatements. This fails on MSSQL, DB2, and Sybase because those databases require primary key columns to be non-nullable.The workaround for this issue is to explicitly indicate which columns should be non-nullable, such as:- Add
nullable=falseto@JoinColumn - Add
optional=falseto@ManyToOne - Add an
@AttributeOverridewith@Column(name="mapkey", nullable=false)in case of a@CollectionOfElementsusing a Map - Add
nullable=falsein@Columnwhen inside a@CollectionIdor inside@MapKey
10.5. JBoss Messaging Known Issues
- JBPAPP-5124
- When using Sybase database with the JDBC driver Sybase jConnect JDBC driver v7 (Build 26502), a
MaxParamsattribute in thesybase-persistence-service.xmlconfiguration file cannot be set higher than481due to a limitation of thePreparedStatementclass in this driver. Unexpected failures can occur when theMaxParamsattribute is set to a value higher than481. To avoid this issue, setMaxParamsto a smaller value than481. - JBPAPP-4668 (previously JBPAPP-3965)
- Two JBoss Messaging Test Suite tests fail on Oracle 11g R1, R2 and RAC with the latest JDBC driver, version 11.2.0.1.0:
- QueueManagementTest.testDestroyDestinationProgrammatically
- QueueManagementTest.testDestroyDestinationProgrammaticallyWithParams
These tests use a large value for the fullSize queue configuration parameter, which is passed to thesetFetchSizemethod on thejava.sql.PreparedStatement. A problem with the JDBC driver means that more than the usual amount of memory is consumed whenexecuteQuery()is called, which results in ajava.lang.OutOfMemoryError, causing the test to fail. - JBPAPP-3904
- Oracle JDBC driver version 11.1.0.7.0 causes the JBoss Messaging Test Suite to fail with a
SQLException("Bigger type length than Maximum") on Oracle 11g R1. This is caused by a regression in Oracle JDBC driver 11.1.0.7.0. We recommend Oracle JDBC driver version 11.2.0.1.0 for use with Oracle 11g R1, Oracle 11g R2, Oracle RAC 11g R1 and Oracle RAC 11g R2. - JBPAPP-3352
- If a message-driven bean is deployed with the default settings ((useDLQ=true, DLQMaxResent=5) and message redelivery is prompted, messages remain in the queue in a "delivering" state even after the message is delivered to the dead letter queue. The workaround for this issue is to disable the use of the dead letter queue: useDLQ=false.
- JBPAPP-2033
EnableMessageCounterson thejboss.messaging.ServerPeerJMX interface, cannot be set totrue. A workaround to enable message counters is to invoke theenableMessageCounters()operation on the same JMX interface.
10.6. JBoss Web Services Known Issues
- JBPAPP-5021
- The
jbossws-cxf-installer/docs/Install.txtfile in the JBoss WS CXF installer incorrectly calls JBoss WS CXF a Technology Preview. The text ofInstall.txtshould be as follows:Simply run "ant" from the jbossws-cxf-installer directory extracted from the jbossws-cxf-installer.zip into your JBOSS_HOME for your JBoss Enterprise Platform.
- JBPAPP-4561
- With JBoss Web Services Native, when MTOM is enabled and the DataHandler getter signature of a return-type class does not match the JavaBean getter signature, the response will be sent as an inline string instead of using XOP. This occurs because scanning for attachment annotations is based on the JavaBean getter signature.
- JBPAPP-4506
- When services are deployed to JBoss Web Services Native, any XML Schema Declaration (XSD) imports with relative URLs are rewritten as absolute URLs relative to the WSDL service contract. If an imported XSD imports a second XSD using a relative path, this path is incorrectly rewritten to be relative to the XSD instead of the WSDL service contract. The workaround for this issue is to move all XSD and WSDL files into the same directory and change all the imports.
- JBPAPP-3028
- The upgrade from JBoss Web Services 2.0.1.SP to JBoss Web Services Native 3.1.2.SP incorporated many changes and new features. The additional processing time required for several new features (resource injection, support for
@PostConstructand@PreDestroy, etc.) has resulted in a slight degradation in overall performance.
10.7. Remoting Known Issues
- JBPAPP-3392
- EJB3 clients do not reuse existing socket connections on subsequent invocations; a new connection is created per invocation.
10.8. RESTEasy Known Issues
- JBPAPP-5038
- The
jettison.jarfile is not included in thejboss-eap-5.1/resteasy/libdirectory ofjboss-eap-noauth-5.1.0.zip. To work around this issue, use thejettison.jarfile included in the Seam distribution,jboss-eap-5.1/seam/lib/jettison.jar. - JBPAPP-2993
- The
spring-hibernate-contactsexample fails with the errorjava.lang.IllegalArgumentException: object is not an instance of declaring class. This occurs because thegetContactById(@PathParam("id") Long id)method in theContactServiceImplclass is missing the @GET annotation.
10.9. Seam Known Issues
- JBPAPP-4808
- Seam applications backed by POJO Cache with field-level session replication turned on can fail with an
InstantiationException. This is due to architectural features of POJO Cache, which requires specific functionality and behavior from clients in order to provide field-level session replication.A workaround exists. Add the following code to the JSF configuration (faces-config.xml)<context-param> <param-name>javax.faces.STATE_SAVING_METHOD</param-name> <param-value>client</param-value> </context-param>>
- JBPAPP-4508
- When uploading files with <s:fileUpload> inside <h:dataTable>, errors occur which lead to identical filenames and incorrect content. This occurs because the local value is not returned by the
getLocalValue()method. - JBPAPP-4231
- A
NullPointerExceptionoccurs when undeploying or uninstalling Seam examples. It does not cause any application to shutdown, but this error should not occur. The issue is seen in the nestedbooking, dvdstore, itext and excel examples, but does not appear in ui example. - JBPAPP-3546
- The iText example contains a "Programming Skills" section. Items selected in the multi-select list are supposed to be included in the generated PDF. Due to a bug in iText, when multiple items are selected, only the first item is included in the generated PDF.
- JBPAPP-2385
- Seam's Spring example fails with an
IllegalStateExceptionwhen the login form is submitted on the IBM virtual machine. This is due to a defect in the IBM virtual machine. The fix for this issue has been deferred until the IBM virtual machine has been fixed. - JBPAPP-2377
- The Seamspace example fails with a
NullPointerExceptionwhen submitting a new blog entry on the IBM virtual machine. This is due to a defect in the IBM virtual machine. The fix for this issue has been deferred until the IBM virtual machine has been fixed.
10.10. EJB3 Known Issues
- JBPAPP-4308
- The following classes have been added to the jboss-ejb3-deployer.jar:
org/jboss/ejb3/iiop/ org/jboss/ejb3/iiop/BeanCorbaServant.class org/jboss/ejb3/iiop/EJB3IIOPWebClassLoader.class org/jboss/ejb3/iiop/IORFactory$1.class org/jboss/ejb3/iiop/IORFactory$2.class org/jboss/ejb3/iiop/IORFactory.class org/jboss/as/ejb3/deployers/IORDeployer.classHowever, the @Remote* annotations in Enterprise Application Platform 'web' configuration and Enterprise Web Platform throw a NullPointerException. This is becausejboss-iiop.jaris not included in the web configuration, which is essentially the Enterprise Web Platform. - JBPAPP-4692
- The deployment of a persistence unit into an EAR will fail when the unit is outside of the EAR and the bean attempting to inject the persistence unit is within the EAR. The injection fails because the persistence unit cannot be found. This is expected behavior of the EJB3 spec. For strict EJB3-spec compliance, the persistence unit should be packaged within the EAR.A JBoss-specific behavior allows persistence units to exist outside EARs. This is configured in the file
deployers/ejb3.deployer/META-INF/jpa-deployer-jboss-beans.xmlunder a JBoss AS server profile. The relevant section is:<!-- Can be DefaultPersistenceUnitDependencyResolver for spec compliant resolving, InterApplicationPersistenceUnitDependencyResolver for resolving beyond EARs, or DynamicPersistencePersistenceUnitDependencyResolver which allows configuration via JMX. --> <bean name="PersistenceUnitDependencyResolver" class="org.jboss.jpa.resolvers.DynamicPersistenceUnitDependencyResolver"/>>By default, theDynamicPersistenceUnitDependencyResolver(https://svn.jboss.org/repos/jbossas/projects/jpa/trunk/deployers/src/main/java/org/jboss/jpa/resolvers/DynamicPersistenceUnitDependencyResolver.java) is used, which allows the spec-compliant behavior to be controlled through the MBean in the JMX Console. The spec-noncompliant JBoss variant search strategy can be found at https://svn.jboss.org/repos/jbossas/projects/jpa/trunk/deployers/src/main/java/org/jboss/jpa/resolvers/strategy/JBossSearchStrategy.java.
10.11. Clustering Known Issues
- JBPAPP-3795
- When an exploded archive that contains a 0-byte file (among other files) is deployed, a NullPointerException is thrown on the remote node. This aborts the farm deployment process. No workaround currently exists.
10.12. Connector Known Issues
- JBPAPP-5048
- The mod_cluster manager module's status page is not updated upon worker node failover. This means that the worker is listed as active and available after it has failed.
- JBPAPP-4767
- The following error log messages are produced when the client unexpectedly closes the connection in AJP:
[error] [client <ip>] proxy: error processing body [error] proxy: dialog to 192.168.0.1:8009 (192.168.0.1) failedThese errors should be logged as warn or debug rather than error. - JBPAPP-3463
- When an application is undeployed, sessions that were forwarded to the application server by mod_cluster before undeploy notification was received may result in an error 503 - This application is not currently available.
- MODCLUSTER-123
- If the
rootcontext ("/") is deployed and enabled, other contexts cannot be disabled. It is also impossible to specify that other contexts not be forwarded to therootcontext.

Where did the comment section go?
Red Hat's documentation publication system recently went through an upgrade to enable speedier, more mobile-friendly content. We decided to re-evaluate our commenting platform to ensure that it meets your expectations and serves as an optimal feedback mechanism. During this redesign, we invite your input on providing feedback on Red Hat documentation via the discussion platform.