[JBoss JIRA] Created: (JBRULES-672) Manual doesn't build
by Dirk Bergstrom (JIRA)
Manual doesn't build
--------------------
Key: JBRULES-672
URL: http://jira.jboss.com/jira/browse/JBRULES-672
Project: JBoss Rules
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Documentation
Affects Versions: 3.1-m1
Environment: Linux foo 2.6.18-gentoo-r6 #1 SMP PREEMPT Fri Jan 5 12:04:48 PST 2007 i686 Intel(R) Pentium(R) 4 CPU 1.70GHz GenuineIntel GNU/Linux
Reporter: Dirk Bergstrom
Assigned To: Mark Proctor
Attempting to build the manual via "ant manual" doesn't work. There are a large number of errors like "No template matches xi:include in chapter.". Here's a snippet of the ant output:
lang.dochtml:
[mkdir] Created dir: /homes/dbergstr/local.src/jbossrules/documentation/manual/build/en/html
[copy] Copying 1 file to /homes/dbergstr/local.src/jbossrules/documentation/manual/build/en/html
[java] Writing bk01-toc.html for book
[java] Writing pr01.html for preface(preface)
[java] No template matches xi:include in chapter.
[java] No template matches xi:include in chapter.
The manual that's generated looks like this:
Chapter 1. The Rule Engine
<xi:include></xi:include><xi:include></xi:include><xi:include></xi:include><xi:include></xi:include><xi:include></xi:include><xi:include></xi:include>
Chapter 2. Installation and Setup
<xi:include></xi:include><xi:include></xi:include><xi:include></xi:include><xi:include></xi:include><xi:include></xi:include>
--
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, 7 months
[JBoss JIRA] Created: (JBAS-4393) XAER_RMERR followed by Data Access Error
by Jude Sanglitan (JIRA)
XAER_RMERR followed by Data Access Error
----------------------------------------
Key: JBAS-4393
URL: http://jira.jboss.com/jira/browse/JBAS-4393
Project: JBoss Application Server
Issue Type: Support Patch
Security Level: Public (Everyone can see)
Components: Transaction Manager
Affects Versions: JBossAS-4.0.2 Final, JBossAS-4.0.2RC1
Reporter: Jude Sanglitan
Assigned To: Adrian Brock
Keep on receiving XAER_RMERR that makes our jboss crash. Please let us know how to solve this. what triggers this problem and how to prevent this. Is this issue related to JBAS 3336?
here's a part of our server.log file
2007-05-03 16:19:03,826 WARN [org.jboss.tm.TransactionImpl] XAException: tx=TransactionImpl:XidImpl[FormatId=257, GlobalId=EMEAU1801/755, BranchQual=, localId=755] errorCode=XAER_RMERR
javax.transaction.xa.XAException: [Microsoft][SQLServer 2000 Driver for JDBC][SQLServer]xa_start (40000) returns -8
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
17 years, 7 months
[JBoss JIRA] Created: (HIBERNATE-63) Blob Type get method fails on JConn2 driver for ASA
by Chris Rudd (JIRA)
Blob Type get method fails on JConn2 driver for ASA
---------------------------------------------------
Key: HIBERNATE-63
URL: http://jira.jboss.com/jira/browse/HIBERNATE-63
Project: Hibernate
Issue Type: Bug
Reporter: Chris Rudd
Assigned To: Steve Ebersole
ASAs JConn2 driver has deprectated the get/setBlob methods (throws UnsupportedOperation).
The current implementation of org.hibernate.type.BlobType (hibernate project) and org.hibernate.type.SerializableToBlobType (annotations project) consult the dialects useInputStreamToInsertBlob and will use a BinaryStream to insert the blobl data if the dialect requires it.
There is no setting / the existing setting is not used when extracting the data in the get method. It seams that ther should either be a new setting to specify that an outputstream needs to be used to extract that data, or adjust the meaning of the existing useInputStreamToInsertBlob to include read operations as well.
--
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, 7 months