jboss-service.xml
<mbean code="org.jboss.naming.ExternalContext"
name="jboss.jndi:service=ExternalContext,jndiName=external/config">
<attribute...
Type: Posts; User: SSSS; Keyword(s):
jboss-service.xml
<mbean code="org.jboss.naming.ExternalContext"
name="jboss.jndi:service=ExternalContext,jndiName=external/config">
<attribute...
This tag is in the Jboss App servers Jboss_service.xml
<!-- ==================================================================== -->
<!-- Deployment Scanning ...
Hi,
I have a problem in lazy loading...follwing is my configuration...
<beans>
<bean id="dataSource"
class="org.springframework.jdbc.datasource.DriverManagerDataSource">
<property...
sorry for cross-posting...that was by mistake..apologies
<bean id="propertyConfigurer"
class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
<property name="locations">
<list>
...
<bean id="propertyConfigurer"
class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
<property name="locations">
<list>...
Hi,
I have two modules in my application.
The first one is a webservice. (Axis 1.1, spring 1.1.3 and Hibernate 2.1.6 ) This web service is responsible for
accessing the database.
The...