Search:

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

Search: Search took 0.02 seconds.

  1. JavaConfig: Replacing aop:advisor and tx:advice

    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"
    ...
  2. Recurring dynamic part of @RequestMapping: Best way to handle?

    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.:...
  3. Same use case here and no sulution yet. ...

    Same use case here and no sulution yet.

    Anybody got a solution on this topic?

    Thanks
    Jonny
  4. Query string - Depending on passed values

    Hi,

    I've got a function like this:



    public List getList&#40;String a, String a, Date c&#41; &#123;
    String query = "from de.model.sap.Table1 t1 where t1.col1 = ? and t1.col2 = ? and t1.col3 = ?";...
  5. Hi, thanks to all for your help. I was looking...

    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
  6. Hi, somehow I don't get this error. My POJO...

    Hi,

    somehow I don't get this error. My POJO seems to be alright.

    The class:


    package de.fhkempten.webedi.cocoon.portal.model.sap;
  7. Bean property 'xx' is not writable or has an invalid setter?

    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:...
  8. getHibernateTemplate() - How to return a sinlgle class ...

    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...
  9. cocoon in combination with spring and hibernate3 - problems

    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:...
Results 1 to 9 of 9