Search:

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

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    0
    Views
    466

    how to use two configuration files

    Hi all,

    Im using hibernate 3 and Spring 2.4, I have one dataSource connected to SQL SERVER, I have to add a new datasource connected to an Orcale Server, I have only to do some select queries on...
  2. thanks, I use 3.0.0.RELEASE Spring version, it...

    thanks, I use 3.0.0.RELEASE Spring version, it seems work better.
  3. [3.0.0][LDAP] cannot find MutableServerStartupConfiguration class

    Hi all,

    Id like to use spring-security-ldap authentication, im inspired by the ldap sample web app using maven with dependencies:



    <dependency>...
  4. Replies
    4
    Views
    1,470

    yes I had 2 versions of spring-security-web. ...

    yes I had 2 versions of spring-security-web.

    now Im getting another exception:



    It's mandatory to have all spring jars with the same version 3.0.0.M4? or just 3.0.0.x .

    thanks.
  5. Replies
    4
    Views
    1,470

    [3.0.0] Context problem initialization

    Hi all,

    Im testing spring-security 3.0 with kerberos extensions, I have the exception below:




    and maven dependencies are:
  6. Use export JAVA_HOME does not work, I putted the...

    Use export JAVA_HOME does not work, I putted the full path of java command.

    thanks!
  7. how to change it? I set java_home to the sun's...

    how to change it?

    I set java_home to the sun's JVM
  8. install tc server causes ExceptionInInitializerError

    Hi all,

    Im trying to install tc server, I downloaded the archive file, uncompressed it and when I run the command install.sh, I get this exception:



    NB: sysyem: Ubuntu 4.1.2-16ubuntu2, jdk...
  9. sorry for a quick post, I add images and css...

    sorry for a quick post, I add images and css files to intercept-url and it works..

    I want to restrict user direct access to *.jsf pages and *.xhtml pages.

    I tried with:


    <intercept-url...
  10. how to not filter included page on Faceletes page

    Hello;

    Im using JSF and Facelets, the login page use Facelets template located inside WEB-INF directory.
    when the login page is rendered, the template page is not used, after authentication the...
  11. Replies
    4
    Views
    3,044

    thanks luke, I dont found an accurate response...

    thanks luke,

    I dont found an accurate response anywhere.
    the sample webapp contains : spring-mvc,spring-core,spring-core-tiger-spring-security-acl,spring-dao,spring-jdbc...
    so,
    we dont need...
  12. Replies
    4
    Views
    3,044

    the list of dependencies: wich one I forget?

    the list of dependencies:


    wich one I forget?
  13. Replies
    4
    Views
    3,044

    Exception on starting with spring security

    Hi all,

    I try to use spring security taking inspiration from the spring-security-samples-contacts application,
    I get the exception below when tomcat starts:



    ...
  14. Replies
    4
    Views
    2,910

    DetachedCriteria crit =...

    DetachedCriteria crit = DetachedCriteria.forClass(TableBak.class).add(Restrictions.eq("id.srcDate",srcDate ));
    if (source != null) {
    crit.add(Restrictions.eq("source",source));
    }
    List instance =...
  15. Replies
    4
    Views
    2,910

    even I add restriction, hibernate execute ...

    even I add restriction, hibernate execute

    select * from Table when column=?I have other restrictions
    and I always create criteria and add restrictions with condictions..it works fine.
  16. Replies
    4
    Views
    2,910

    problem with Create DetachedCriteria

    hello,


    I'd like to criteria for table with 2 columns as primary key,
    I dont understand why hibernate execute a query like select * from class when I create the DetachedCriteria..


    ...
  17. Replies
    1
    Views
    974

    Hi, perhabs should I use subCriteria query,...

    Hi,

    perhabs should I use subCriteria query, but how to apply second criteria values for the first one?
  18. Replies
    1
    Views
    974

    join problem with hibernate criteria

    helloo

    I have to do a special join with criteria..
    below the concerned classes




    class User
    long id;
  19. Replies
    0
    Views
    2,104

    OutOfMemoryError: Java heap space

    helloo,
    I have to populate a list of bean with results of several consecutive queries, hibernate session is closed after each query
    the size of a collection is about 62500 when I get outOfMemory ...
  20. Replies
    8
    Views
    1,841

    thanks..problem was on the declaration of...

    thanks..problem was on the declaration of protocol

    url now like to jdbc:sqlserver://00.00.00.00:1433;databaseName=DB


    thanks!
  21. Replies
    8
    Views
    1,841

    I downloaded the last version of SQLSERVER...

    I downloaded the last version of SQLSERVER Driver, I dont now wath is wrong,
    the driver works fine bwith the default hibernate connexion..

    thanks for help.
  22. Access extern applicationContext into web application

    Hello,
    I want to add web application context in my web app, the application context is stored into an external jar wich contains hibernate DAO classes and confi files.
    I have to define...
  23. Replies
    8
    Views
    1,841

    unfortunately the result is not funny :(.. the...

    unfortunately the result is not funny :(..
    the exception still occurs!
  24. Replies
    8
    Views
    1,841

    yes I have the sql jar on my classpath, so I dont...

    yes I have the sql jar on my classpath, so I dont get ClassNotFoundException..

    the URL worked fine before..

    it seems like:

    ...
  25. Replies
    8
    Views
    1,841

    C3P0 pool connexion problem

    helloo

    Im trying to use C3P0 conenxion pool, I get the exception below:

    I used the sqlserver driver with the default datasource without any problem..


    Caused by: java.sql.SQLException: No...
Results 1 to 25 of 29
Page 1 of 2 1 2