Search:

Type: Posts; User: SSSS; Keyword(s):

Search: Search took 0.01 seconds.

  1. Replies
    12
    Views
    9,784

    still i get a problem

    jboss-service.xml

    <mbean code="org.jboss.naming.ExternalContext"
    name="jboss.jndi:service=ExternalContext,jndiName=external/config">
    <attribute...
  2. Replies
    12
    Views
    9,784

    This tag is in the Jboss App servers...

    This tag is in the Jboss App servers Jboss_service.xml


    <!-- ==================================================================== -->
    <!-- Deployment Scanning ...
  3. Replies
    2
    Views
    2,224

    lazy loading with hibernate

    Hi,
    I have a problem in lazy loading...follwing is my configuration...



    <beans>
    <bean id="dataSource"
    class="org.springframework.jdbc.datasource.DriverManagerDataSource">
    <property...
  4. sorry for cross-posting...that was by...

    sorry for cross-posting...that was by mistake..apologies
  5. Replies
    12
    Views
    9,784

    PropertyPlaceholderConfigurer search in JNDI

    <bean id="propertyConfigurer"
    class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
    <property name="locations">
    <list>
    ...
  6. How to make PropertyPlaceHolderConfigurer search properties

    <bean id="propertyConfigurer"
    class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
    <property name="locations">
    <list>...
  7. Replies
    3
    Views
    3,745

    spring hibernate and axis

    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...
Results 1 to 7 of 7