Search:

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

Search: Search took 0.02 seconds.

  1. update multiple objects of same entity as one operation

    I have a requirement that need to update multiple objects of same entity as part of one operation. I am currently doing iterartion and merge each object.


    for (Employee obj: collection) {
    ...
  2. how to get SQL connection from spring JPA template?

    What are the steps to get java.sql.Connection from Spring JPA template. I need to get the connection so that I can call a oracle stored procedure.
  3. how to call Oracle stored function fro Spring JPA DAO

    I need to call an Oracle stored procedure function within a spring JPA DAO class. I thought of obtaining Connection from Spring JPA template and execute the stored function. Now function is getting...
  4. I manage to resolve this my self by editing...

    I manage to resolve this my self by editing server.xml file as follows;

    <property name="suffix"><value>dc=springframework,dc=org</value></property>

    ...

    ...

    <property...
  5. Error importing users.ldiff into ApacheDS using JXPlorer

    Hi All,

    I downloaded ldap security spring sample and manage to run it using inline ldif file.

    Next I tried to import users.ldiff file into Apacheds using JXPlorer and I got the following error...
  6. Now I figure out the issue. Earlier I have set...

    Now I figure out the issue.
    Earlier I have set the com.ibm.ws.webcontainer.invokefilterscompatibility property to true, but I did not restart the WAS. Once I restart the server, the sample app is...
  7. File not found: /j_acegi_security_check error in Websphere 6.1

    I downloaded acegi-security-1.0.6 and deployed the acegi-security-samples-tutorial-1.0.6.war in Websphere. However when I try to login using a valid user (eg: scott/wombat) it gives an error "Error...
  8. How does Spring support the role of session beans of JEE?

    Hi All,

    I went through few really cool Spring books and online documentation. Still I am bit struggling to find how Spring framework (a POJO manged by spring framework) is really supporting the...
  9. Yes I got your valid point. :) . It would have...

    Yes I got your valid point. :) . It would have been better that being documented in the user guide. May be its documented yet the point is not found by me.
    Thanks.
    - Nalaka
  10. In my Spring Project BeanFactory and XmlBeanFactory classes are not resolved

    Hi All,
    I manged to install SpringIDE 2.0.0.v200705150600 and WST 1.5.4 using Eclipse Callisto and http://springide.org/updatesite_dev/ site on JDK 5. Its installed correctly. Then I created a new...
  11. I was using wrong JDK, and it now works

    Hi Christian,
    Thanks a lot for the reply after analysing my Eclipse configuration. As you suggested in my eclipse environment I was incorrectly using JDK 4. That was exactly the issue. I changed my...
  12. Hi Christian, Thanks for the interest in look...

    Hi Christian,

    Thanks for the interest in look into this issue.
    I mailed you the requested Configuration Details.

    Regards,
    Nalaka
  13. Spring IDE 2 installed, but no functionality available

    I got the exact issue. I installed latest eclipse 3.2.2 and then installed springIDE 2.0.0 20070515xx using Callisto Discovery Site and SpringIDE update site (http://springide.org/updatesite_dev/ )....
  14. Replies
    3
    Views
    1,402

    I am having a fresh eclipse 3.1.2 installation...

    I am having a fresh eclipse 3.1.2 installation with only Spring IDE 1.3.2 installed. I am using jdk 5 shipped with JBuilder 2006 enterprice.
  15. Replies
    3
    Views
    1,402

    error message in Spring Beams view

    Hi All,
    I have installed spring IDE 1.3.2. I have created a java project and added spring nature to it. Then added a new spring config file. Then I have loaded it in spring bean view. It shows error...
  16. Replies
    14
    Views
    3,569

    Now I am clear.. thanks all for replies..:)

    Now I am clear.. thanks all for replies..:)
  17. Replies
    14
    Views
    3,569

    I highly appreciate all your comets.. Does this...

    I highly appreciate all your comets..
    Does this mean if my bean contain state information (instance variables), still I can safely declare it as a singleton, when manged within spring framework?...
  18. Replies
    14
    Views
    3,569

    Thanks for the reply.. I already went through...

    Thanks for the reply.. I already went through that thread.. Still I am bit confusing. The spring documentation says;



    This shows spring favors singleton a lot. My question is while, in real...
  19. Replies
    14
    Views
    3,569

    singleton - To be or not to be ?

    I am new to Spring. I have gone through reference materials and sample applications and it says default behavior for bean is singleton. In real world java applications I have seen only a handful of...
Results 1 to 19 of 19