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...
Type: Posts; User: lmk; Keyword(s):
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...
thanks, I use 3.0.0.RELEASE Spring version, it seems work better.
Hi all,
Id like to use spring-security-ldap authentication, im inspired by the ldap sample web app using maven with dependencies:
<dependency>...
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.
Hi all,
Im testing spring-security 3.0 with kerberos extensions, I have the exception below:
and maven dependencies are:
Use export JAVA_HOME does not work, I putted the full path of java command.
thanks!
how to change it?
I set java_home to the sun's JVM
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...
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...
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...
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...
the list of dependencies:
wich one I forget?
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:
...
DetachedCriteria crit = DetachedCriteria.forClass(TableBak.class).add(Restrictions.eq("id.srcDate",srcDate ));
if (source != null) {
crit.add(Restrictions.eq("source",source));
}
List instance =...
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.
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..
...
Hi,
perhabs should I use subCriteria query, but how to apply second criteria values for the first one?
helloo
I have to do a special join with criteria..
below the concerned classes
class User
long id;
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 ...
thanks..problem was on the declaration of protocol
url now like to jdbc:sqlserver://00.00.00.00:1433;databaseName=DB
thanks!
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.
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...
unfortunately the result is not funny :(..
the exception still occurs!
yes I have the sql jar on my classpath, so I dont get ClassNotFoundException..
the URL worked fine before..
it seems like:
...
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...