[jbossseam-issues] [JBoss JIRA] Commented: (JBSEAM-3119) Multiple WAR in EAR verification, example, and document

Martin Gainty (JIRA) jira-events at lists.jboss.org
Mon Mar 2 10:47:22 EST 2009


    [ https://jira.jboss.org/jira/browse/JBSEAM-3119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12454975#action_12454975 ] 

Martin Gainty commented on JBSEAM-3119:
---------------------------------------

port conflicts with arjuna transaction manager apparently jboss-jta.properties entries of 
<property name="com.arjuna.ats.internal.arjuna.utils.SocketProcessIdPort" value="11000"/>
<!--
        The maximum number of ports to try starting from the value specified by the property
        com.arjuna.ats.internal.arjuna.utils.SocketProcessIdPort. Any non-numeric or value less than 1 will
        defautl to 1.
 -->
<property name="com.arjuna.ats.internal.arjuna.utils.SocketProcessIdMaxPorts" value="1000"/>

are totally ignored..and produce this message in server.log
com.arjuna.ats.arjuna.exceptions.FatalError: [com.arjuna.ats.arjuna.recovery.TransactionStatusManager_9] - Could not get unique port.
	at com.arjuna.ats.arjuna.recovery.TransactionStatusManager.start(TransactionStatusManager.java:185)

using arjuna's build.xml
Im trying to compile arjuna now but running around in circles trying to get HP classbuilder task running
		<taskdef name="classpath-builder" classname="com.hp.mw.buildsystem.ant.ClasspathBuilder"
			classpathref="com.arjuna.buildsystem.classpath"/>

there seems to be a hard dependency to JDK 1.4 or JDK 1.5 which needs to be updated to 1.6 asap

thanks,
martin-

> Multiple WAR in EAR verification, example, and document
> -------------------------------------------------------
>
>                 Key: JBSEAM-3119
>                 URL: https://jira.jboss.org/jira/browse/JBSEAM-3119
>             Project: Seam
>          Issue Type: Feature Request
>          Components: Documentation Issues, Examples, Platform interoperability
>    Affects Versions: 2.1.0.A1
>            Reporter: Jay Balunas
>            Assignee: Marek Novotny
>             Fix For: 2.1.2.CR1
>
>
> Create an example of two seam WAR applications inside of an EAR.  There has been quite a bit of forum traffic on the subject and it would be good to nail down an example and document.  There may also be errors and other issue that need to be worked out.
> An admin console type application to the standard booking application may be a good way to go.  It would be a real world/useful example.  

-- 
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

        



More information about the seam-issues mailing list