encountered SQLException [weblogic.common.resourcepool.ResourceLimitException: No resources currently available in pool cp_baggage to allocate to applications, please increase the size of the pool and retry..]; nested exception is weblogic.jdbc.extensions.PoolLimitSQLException: weblogic.common.resourcepool.ResourceLimitException: No resources currently available in pool cp_baggage to allocate to applications, please increase the size of the pool and retry..{ exceptionClass=org.springframework.jdbc.UncategorizedSQLException}
服务->连接缓冲池->最大容量->5
问一下, after checkout a new project from cvs how to use Maven to deploy the web ear to the weblogic? what is the first,second
copy build.properties.sample to build.properties
then modify it to fit your environment.
2. install weblogic plugin for weblogic (if not installed ) by
maven plugin:download -DartifactId=maven-weblogic-plugin -DgroupId=footmark-plugins -Dversion=0.1.1
3. invoking maven weblogic:prepare-domain to prepare weblogic runtime
4.invoking maven:create-launcher to create weblogic launcher which can be used to debug or run weblogic application server
that's all
catch me immediately if you have further more questions.
ok,i see