[Installation, Configuration & Deployment] - Re: strange! halt of jboss + DB2(XA)
by richard_djs
This is the warn infomation in server.log.
2006-12-05 15:40:10,242 WARN [org.jboss.tm.TransactionImpl] Transaction TransactionImpl:XidImpl[FormatId=257, GlobalId=d31287/89, BranchQual=, localId=89] timed out. status=STATUS_ACTIVE
2006-12-05 15:41:23,351 WARN [org.jboss.tm.TransactionImpl] Transaction TransactionImpl:XidImpl[FormatId=257, GlobalId=d31287/91, BranchQual=, localId=91] timed out. status=STATUS_ACTIVE
2006-12-05 15:41:35,664 DEBUG [org.jboss.ejb.plugins.LRUEnterpriseContextCachePolicy] Running RemoverTask
2006-12-05 15:41:35,664 DEBUG [org.jboss.ejb.plugins.LRUEnterpriseContextCachePolicy] RemoverTask, PassivatedCount=0
2006-12-05 15:41:35,664 DEBUG [org.jboss.ejb.plugins.AbstractInstanceCache] removePassivated, now=1165304495664, maxLifeAfterPassivation=1200000
2006-12-05 15:41:35,664 DEBUG [org.jboss.ejb.plugins.LRUEnterpriseContextCachePolicy] RemoverTask, done
2006-12-05 15:41:54,633 WARN [org.jboss.tm.TransactionImpl] Transaction TransactionImpl:XidImpl[FormatId=257, GlobalId=d31287/97, BranchQual=, localId=97] timed out. status=STATUS_ACTIVE
2006-12-05 15:41:54,664 WARN [org.jboss.tm.TransactionImpl] Transaction TransactionImpl:XidImpl[FormatId=257, GlobalId=d31287/98, BranchQual=, localId=98] timed out. status=STATUS_ACTIVE
2006-12-05 15:42:03,086 DEBUG [org.jboss.resource.connectionmanager.IdleRemover] run: IdleRemover notifying pools, interval: 450000
2006-12-05 15:49:33,086 DEBUG [org.jboss.resource.connectionmanager.IdleRemover] run: IdleRemover notifying pools, interval: 450000
2006-12-05 15:51:31,992 DEBUG [org.jboss.ejb.plugins.LRUEnterpriseContextCachePolicy] Running RemoverTask
2006-12-05 15:51:31,992 DEBUG [org.jboss.ejb.plugins.LRUEnterpriseContextCachePolicy] RemoverTask, PassivatedCount=0
2006-12-05 15:51:31,992 DEBUG [org.jboss.ejb.plugins.AbstractInstanceCache] removePassivated, now=1165305091992, maxLifeAfterPassivation=1200000
2006-12-05 15:51:31,992 DEBUG [org.jboss.ejb.plugins.LRUEnterpriseContextCachePolicy] RemoverTask, done
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3991201#3991201
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3991201
18 years, 1 month
[JBoss Eclipse IDE (users)] - Eclipse and jbosside building workspace problems
by markjb
Hi,
Our project includes EJB 2.1 and we use eclipse,jbosside and xdoclet in our env and we have several problems that effect the develpoment time:
eclipse version 3.1.1
jbosside version 1.5.1
We have a build process (ant) that executes xdoclet which creates home,remote,local interfaces and insert them into the src directory.
the ant also compiles all src directory and then package the jars,ejb-jars and one ear.
the minute we start to change a src file in the eclipse then the eclipse starts to do building workspace (Build automatically is on in the eclipse) which means the eclipse is stuck until it removes all the classes in the output directory, compile all the src (compile by eclipse compiler) and then it is possible to continue working.
so it means after each build we do we have to wait along time for the eclipse to be ready again.
1. is there a way to tell the eclipse not to compile all the src again because the only change of the code is the new ejb interfaces (I read eclipse has incremental build which compiles only the diffs )?
2. is there another way to work with xdoclet and jbosside for better results?
thanks,
Mark
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3991199#3991199
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3991199
18 years, 1 month
[JBoss Portal] - configuring default dir in cms
by purna_cherukuri
Hi.
I am using jboss-portal-4.0.2. I want to configure CMS service to look into a different folder which is not there inside application. So i have modified jboss-service.xml in /deploy/jboss-portal.sar/portal-cms.sar/META-INF/jboss-service.xml accordingly. I have modified like below.
| <attribute name="DoChecking">true</attribute>
| <attribute name="DefaultContentLocation">C:\Documents and Settings\194457\Desktop\PersonalPics</attribute>
| <attribute name="DefaultLocale">en</attribute>
| <attribute name="RepositoryName">Repotest</attribute>
| <attribute name="HomeDir">${jboss.server.data.dir}${/}portal${/}cms${/}conf</attribute>
|
|
Modified DefaultContentLocation variable to my required directory. Is it enough? It is not taking it as a default dir. It is still showing old default directory in CMS Admin portlet.
Wht else should i need to change?
Thanks in advance...
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3991195#3991195
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3991195
18 years, 1 month