Hi,
I'm wondering if I can map this piece of xml-configuration to Spring JavaConfig:
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
...
Type: Posts; User: jonnybecker; Keyword(s):
Hi,
I'm wondering if I can map this piece of xml-configuration to Spring JavaConfig:
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
...
Hi,
I'm trying to figure out, how to handle a recurring dynamic part of a @RequestMapping. The dymamic part is always the first part of every url-path (e.g.:...
Same use case here and no sulution yet.
Anybody got a solution on this topic?
Thanks
Jonny
Hi,
I've got a function like this:
public List getList(String a, String a, Date c) {
String query = "from de.model.sap.Table1 t1 where t1.col1 = ? and t1.col2 = ? and t1.col3 = ?";...
Hi,
thanks to all for your help. I was looking for the eror in the POJO class all the time. I totally forgot the setter for my bean in PetStoreServiceImpl. Now it works fine.
Cheers
Jonny
Hi,
somehow I don't get this error. My POJO seems to be alright.
The class:
package de.fhkempten.webedi.cocoon.portal.model.sap;
Hi,
can somebody tell me what this means. I'm trying to figure out where to look for the mistake (applicationContext.xml?, model-class?, mapping-file?, ???).
The error:...
Hi,
I want to use getHibernateTemplate().xxx to return a single class.
Normally I would use something like this:
... getHibernateTemplate().get(Class.Item, id);
But now I have a table with...
Hi,
I'm using the cocoon-framework in combination with spring1.2 and hibernate3.
When I'm trying to start cocoon, it gives me an error loading the spring-framework.
exception at bottom:...