Search:

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

Page 1 of 6 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    2
    Views
    760

    jpa datamodel change

    Hi,
    I'm new to jpa.
    and have the first problem hopefully someone can help me.

    I have just a simple Entiy class like this:

    @Entity
    public class GuestbookEntry {

    @Id
  2. Replies
    0
    Views
    472

    ROOT context at Geronimo

    Hi,

    at the moment i have several problems getting my spring app running in geronimo as root app.

    first problem i found is that: request.getContextPath returns "/" instead of "".
    problem here...
  3. Replies
    6
    Views
    2,541

    Hi here it is: ...

    Hi here it is:

    http://jira.springframework.org/browse/SPR-6224

    fixed since version RC2

    kr Gideon
  4. Replies
    6
    Views
    2,541

    Hi, this where just a bug in documentation, i...

    Hi,

    this where just a bug in documentation,
    i open a Jira issue, and now since final version of Spring 3 its fixed.

    kr Gideon
  5. Replies
    6
    Views
    2,541

    Hi i solved this problem, the solution is to...

    Hi

    i solved this problem, the solution is to add brackets to around class in the view.properties.

    so it should looks like this:

    welcomeView.(class)=....
    welcomeView.url=welcome.jsp

    did...
  6. Replies
    6
    Views
    2,541

    upgrade to Spring 3

    Hi all,

    i just wanted to update to spring 3 using 3.0 RC1

    after changing the jars and changing some package path for Spring Security my application won't run:

    i allways get this error:
  7. importing Groovy classes without Interface and compiling

    Hi,

    it is possible to import Groovy classes which don't implement an interace and which where not compiled ?

    the groovy class is just compiled for comiling the class that should use it.
    but...
  8. Replies
    0
    Views
    1,024

    how to make dynamic @RequestMapping

    Hi,

    it is possible that the @RequestMapping annotaion is dynamic ?

    i mean something like this:



    @RequestMapping(Configuration.CONTEXT_PATH + "home.html")
    public ModelAndView...
  9. Replies
    2
    Views
    937

    Hey, thanks, for this hint, i didn't know...

    Hey,

    thanks, for this hint,
    i didn't know that there is allready a JS support.
    I have tried this TilesAjaxView and it works perfectly for me :)
    i also have seen, that there is a task for Spring...
  10. Replies
    2
    Views
    937

    plain ajax (no frameworks) and Spring

    Hi,

    i will use plain ajax with Spring (no frameworks like dwr or so on).
    Hope you have some hints on how to do it (best) good.

    my first idea is:

    writing a own SimpleAjaxFormController...
  11. Replies
    1
    Views
    872

    how to resort persistence objects

    Hi,

    I'm working on a picturegallery.
    one feature should be to resort the pictures.

    at time i have two ideas on how to do this.

    1. storing a comma separated list, with the ids of the...
  12. Replies
    2
    Views
    7,691

    Caching, with memcached or ehcache?

    Hi,

    what do you think which cache will be better, memcached or ehcache.

    ehcache is "inside" your services, so you may have GC Problems
    memcached is outside so you maybe have to change the...
  13. Hi, ok thanks, i have opend an Jira...

    Hi,

    ok thanks,

    i have opend an Jira improvement

    http://jira.springframework.org/browse/SEC-863

    mfg Gideon
  14. hierarchical roles should use the interface GrantedAuthority

    Hi,

    i was wondering why hierarchical roles are not working for me.

    after some debugging i found the solution.
    because ibatis doesn't support arrays i had have implemented my own...
  15. Replies
    19
    Views
    10,709

    Hi, i was wondering why hierarchical roles are...

    Hi,

    i was wondering why hierarchical roles are not working for me.

    after some debugging i found the solution.
    because ibatis doesn't support arrays i had have implementet my own...
  16. Replies
    3
    Views
    892

    Hi, Have no-one other this problem ? thanks...

    Hi,

    Have no-one other this problem ?

    thanks
    mfg Gideon
  17. Replies
    23
    Views
    20,004

    Hi i have the same problem, using spring...

    Hi

    i have the same problem, using spring 2.5.3 and spring-security 2.0

    my config is:



    <security:global-method-security >
    <security:protect-pointcut expression="execution(*...
  18. Replies
    3
    Views
    892

    ACL Select statements different Tablenames

    Hi,

    it seems that the tablenames for the select statements inside the acl package differs. Sometime the tablenames are uppercase, sometimes lowercase.

    for Windows systems this is...
  19. Replies
    2
    Views
    770

    Hi, does no one have an idea what i made wrong...

    Hi,

    does no one have an idea what i made wrong ??

    mfg Gideon
  20. Replies
    2
    Views
    770

    transaction for jUnittests

    HI,

    i have the problem that transactions for my junit tests are not rollded back.
    i dont't know what i made wrong.
    the logs says that the transaction wwas rollded back, but my database says no....
  21. Replies
    0
    Views
    913

    Webapp and OSGi Services

    Hi,

    hope you can help me,
    my goal is, that all my services are deployed as a OSGi bundle.
    the webapp itself not.

    i think that spring-osgi sould do this in the spring way, so that my...
  22. Replies
    2
    Views
    740

    Hi, no i use ibatis, so this should be nearly...

    Hi,

    no i use ibatis, so this should be nearly the same as jdbc,

    yes hibernate have a cache so an update of a list can be done easy, but for my app i can't use hibernate.

    thanks mfg Gideon
  23. Replies
    2
    Views
    740

    best way for insert update a N:M Releation

    Hi,

    how you are solving this Problem:

    classes:


    Class Category {
    String name;
    List products;
  24. Replies
    10
    Views
    1,510

    Hi, thanks four your post. yes this will...

    Hi,

    thanks four your post.

    yes this will work for me, but for mysql a found a other solution:

    all final arrays, sets, lists, will transformed into a string, seperatet by a ","
    on the mysql...
  25. Replies
    10
    Views
    1,510

    Hi, here is the same problem: ...

    Hi,

    here is the same problem:

    http://hibernate.org/117.html#A30
    (When initializing a many-to-many association, Hibernate fills the collection with only proxies instead of fully initialized...
Results 1 to 25 of 140
Page 1 of 6 1 2 3 4