Search:

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

Page 1 of 2 1 2

Search: Search took 0.04 seconds.

  1. Thanks for a quick response, I do have osgi...

    Thanks for a quick response,

    I do have osgi web extender installed and active but still it gives me namespace error. Today I started my console only to find that I am getting error for all...
  2. forgot to add spring dm version 1.2.1

    forgot to add spring dm version 1.2.1
  3. Configuration problem: Unable to locate Spring NamespaceHandler for XML schema namesp

    All,

    I am getting the following exception when I am deploying my osgi bundle in felix.



    org.springframework.beans.factory.parsing.BeanDefinitionParsingException: Configuration problem:...
  4. Replies
    2
    Views
    875

    DM Samples -

    All,

    I just downloaded spring DM (2.0.0.M1) and was trying to run the samples provided in that distribution. The pom file references spring-osgi (2.0.0.M1) and am not able to find this in repo.
    ...
  5. Problem consuming messages from ActiveMQ Cluster

    Hi,

    I am facing problem consuming message from topic which is configured as master-slave.
    My spring config is as shown below.
    I am using spring 1.2.x


    !-- ###### Transaction manager ######...
  6. is thereany way to do this.

    Is there any way to change the jmsTemplate at runtime. is this really possible?
  7. Dynamic JMS connection and jmsTemplate refresh

    Hi,

    How can I change jms provider ul at run time. I have a remote queue to which I connect. I have exposed my jms resource adapter class to JMX and there I can change my remote jms server url....
  8. Connectio to multiple datasource and transactions

    Hi,
    I have a test case where I need to connect to 2 different databases. I am currently using spring 2.5.6 and hibernate 3.3.1

    I have read posts on using AbstractRoutingDataSource which can be...
  9. Replies
    0
    Views
    978

    Hibernate 3.0.5 & Oracle 11g

    We recently upgraded from 9i to 11g. Will there be any performance issue or are there any unsupported features?
  10. Replies
    1
    Views
    2,909

    Jboss messaging with Tomcat

    Hi All,

    I am trying to connect to my queue which is defined inside my jboss app server. I am using jboss-messaging.

    To publish message to queue I am using spring jmstemplate. Here is the...
  11. Replies
    22
    Views
    5,301

    I removed the OSIFV from web.xml and things are...

    I removed the OSIFV from web.xml and things are fine. But still I am not able to use applicationContext.

    How do we make web service class applicationconextaware?
  12. Replies
    22
    Views
    5,301

    DAO class extends HibernateDaoSupport and we...

    DAO class extends HibernateDaoSupport and we inject SessionFactory to it.
  13. Replies
    22
    Views
    5,301

    MyService service =...

    MyService service = BeanConfigFactory.getBean("myService");
    service.saveOperation(); //error here

    When I debug I can see service class with some proxy thing but when it starts executing...
  14. Replies
    22
    Views
    5,301

    This is the line where it throws exception...

    This is the line where it throws exception
    MyService service = BeanConfigFactory.getBean("myService");
    service.saveOperation(); //error here
  15. Replies
    22
    Views
    5,301

    common.xml and context.xml are named as...

    common.xml and context.xml are named as applicationContext-common.xml
    and applicationContext-context.xml.

    The reason I am using Beanfactory is the consumer is web service which interacts with...
  16. Replies
    22
    Views
    5,301

    common.xml

    common.xml



    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" "http://www.springframework.org/dtd/spring-beans.dtd">

    <beans>

    <!-- JND DataSource...
  17. Replies
    22
    Views
    5,301

    Spring version 2.5.5. Hibernate 3.3 web.xml ...

    Spring version 2.5.5.
    Hibernate 3.3

    web.xml


    <?xml version="1.0" encoding="UTF-8"?>
    <web-app
    xmlns="http://java.sun.com/xml/ns/javaee"
    version="2.5"
  18. Replies
    22
    Views
    5,301

    saveOperation() is inside a service layer. In...

    saveOperation() is inside a service layer. In this method we try to save all our entities.

    I will look at the spring reference and will try to implement ApplicationContext.
  19. Replies
    22
    Views
    5,301

    Still the same exception. no difference. I am...

    Still the same exception. no difference.

    I am now using spring 2.5.x and Hibernate 3.3 though I didnot change any of the spring config files. I hope that should not make any difference
  20. Replies
    1
    Views
    648

    pk in TAB_A is with column ID and in LineItem...

    pk in TAB_A is with column ID

    and in LineItem its with column name ID.

    Will this be an issue?

    property reference in class can be different than column key and I guess that should not be the...
  21. Replies
    1
    Views
    648

    one-to-one mapping

    Hello All,

    one-to-one mapping not working



    <hibernate-mapping>
    <class name="com.example.A" table="TAB_A">
    <id name="id" type="java.lang.Long">
    <column name="ID" />
  22. Replies
    22
    Views
    5,301

    I have to change it and see

    I have to change it and see
  23. Replies
    22
    Views
    5,301

    Spring version is 1.2.6 Hibernate 3.0.5 ...

    Spring version is 1.2.6
    Hibernate 3.0.5




    org.springframework.transaction.CannotCreateTransactionException: Could not open Hibernate Session for transaction; nested exception is...
  24. Replies
    22
    Views
    5,301

    Remove hibernate.connection.release_mode from...

    Remove hibernate.connection.release_mode from confg still the same error
  25. Replies
    0
    Views
    818

    Integrating JWS with Spring 1.2.x

    Hello All,
    I am trying to inject some of spring based service inside my java web service implementation class. I am using java web service developer pack 2.0 for my web service.

    Can some one help...
Results 1 to 25 of 48
Page 1 of 2 1 2