[JBoss Seam] - Re: Excessive [could not destroy component] 1.1B1 to 1.1CR1
by gus888
Hi,
I couldn't get a success. My settings are:
web.xml
<session-config>
| <session-timeout>15</session-timeout>
| </session-config>
JBOSS_HOME/server/default/deploy/ejb3-interceptors-aop.xml:
<annotation expr="!class((a)org.jboss.annotation.ejb.cache.simple.CacheConfig) AND !class((a)org.jboss.annotation.ejb.Clustered)">
| @org.jboss.annotation.ejb.cache.simple.CacheConfig (maxSize=100000, idleTimeoutSeconds=900)
| </annotation>
JBOSS_HOME\server\default\conf\standardjboss.xml:
<container-name>Standard Stateful SessionBean</container-name>
| ...
| <cache-policy-conf>
| <min-capacity>50</min-capacity>
| <max-capacity>1000000</max-capacity>
| <remover-period>900</remover-period>
| <max-bean-life>900</max-bean-life>
| <overager-period>300</overager-period>
| <max-bean-age>600</max-bean-age>
| <resizer-period>400</resizer-period>
| <max-cache-miss-period>60</max-cache-miss-period>
| <min-cache-miss-period>1</min-cache-miss-period>
| <cache-load-factor>0.75</cache-load-factor>
| </cache-policy-conf>
I also changed the timeout time to 16 and 14, but all the three timeout time (14, 15, 16) gave the same exception:javax.ejb.EJBNoSuchObjectException: Could not find Stateful bean: 5c4o04-q5szlm-evd5usub-1-evd8gijv-3n. Did I do something wrong above? I really appreciate more guidance. Thank you.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3991528#3991528
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3991528
18 years, 1 month
[JBoss jBPM] - Re: Building from source
by onizuka82
Hi everyone,
By the way, i have modified the build properties files in the jbpm.3
#########################################################################
# INSTALLED SOFTWARE PROPERTIES
# property software.installation.dir is used to define ant.home, jboss.home and
# eclipse home. Apart from that, this property is only in the script that tests
# a distribution.
software.installation.dir=c:/software
# ant.home is used in only target install.ant.libs in the build file in this directory.
ant.home=${software.installation.dir}/apache-ant-1.6.5
# jboss.home is used for deployment targets. the libraries and binaries dependencies
# are resolved in the repo with the lib.jboss.version property specified below. that
# property also is based on jboss.version to keep them in sync
jboss.version=4.0.4.GA
jboss.home=${software.installation.dir}/jboss-${jboss.version}
# the eclipse home property has to end with 'eclipse' since the folders in the eclipse
# distribution package start with eclipse and that package will be unzipped in
# ${software.installation.dir}/eclipse/..
# preferrably
eclipse.home=${software.installation.dir}/eclipse
# REPOSITORY LOCATION PROPERTIES
local.repository=${user.home}/jbpm/repository
remote.repository=http://repository.jboss.com
remote.jboss.repository=http://superb-east.dl.sourceforge.net/sourceforge...
docbook.support.dir=${local.repository}
# BROWSER PROPERTIES
windows.browser=C:/Program Files/Internet Explorer/IEXPLORE.EXE
macos.browser=/usr/bin/open
linux.browser=mozilla
# The remainder section of this configuration file should
# typically not be customized.
#########################################################################
Why i run ant build in jbpm.3 \build folder, the build FAIL. Can anyone please please help.
Thank you in advance.
Regards,
Andrew
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3991523#3991523
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3991523
18 years, 1 month