Search:

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

Page 1 of 2 1 2

Search: Search took 0.05 seconds.

  1. Replies
    4
    Views
    2,012

    Hi , In our case, we created a separate user...

    Hi ,

    In our case, we created a separate user in oracle, which has CRUD access to the other schemas. The from the application we access oracle with this new user. What you have to do is to always...
  2. if the 1st param(resource path) doesn't starts...

    if the 1st param(resource path) doesn't starts with "/" , then it will be loaded from the package of 2nd param (class).
    So if pass something like :
    new...
  3. Replies
    1
    Views
    957

    Spring-centric JSF integration question

    Hi,

    Can spring-faces module work with SpringMVC without Spring WebFlow?
    If yes , is there a sample on how to configure it? As the "booking-faces" sample is configured with swf as...
  4. Replies
    2
    Views
    1,123

    Hi, You can use Spring proxy, if you define...

    Hi,
    You can use Spring proxy, if you define your JSF managed beans as standart spring beans.
  5. Replies
    3
    Views
    1,074

    Try to get your service/dao object from Spring...

    Try to get your service/dao object from Spring container;) Spring container is responsible for wiring objects, but only the ones which life cycle is manage by the container. So the only way to wire...
  6. Can you post the full stacktrace? Or try to set...

    Can you post the full stacktrace? Or try to set the log level for Spring to INFO or DEBUG.
  7. So I suppose u r using...

    So I suppose u r using org.springframework.web.jsf.DelegatingVariableResolver ?
    If yes, then the stacktrace should be longer :).
    If no, then start to use it by defining it in faces-config.xml :
    ...
  8. Replies
    12
    Views
    2,520

    Ok, I raised a JIRA issue : SPR-3394...

    Ok, I raised a JIRA issue : SPR-3394
  9. Replies
    12
    Views
    2,520

    This is ok, but it's nowhere mention that the...

    This is ok, but it's nowhere mention that the ordered one will post processes non-ordered. And also that no one of the ordered will be post processed by some other ordered with higher order.
    It...
  10. Replies
    12
    Views
    2,520

    But why it's not documented?

    But why it's not documented?
  11. Replies
    12
    Views
    2,520

    If this is the case, than it should be stated in...

    If this is the case, than it should be stated in documentation:).
    But I don't think, that this was the idea behind it.
    What if I want then to have BeanPostProcessor applied on another...
  12. Replies
    12
    Views
    2,520

    I agree that ordered BeanPostProcessors should be...

    I agree that ordered BeanPostProcessors should be sorted and registered first,
    but I think u don't get my problem:

    Why ordered BeanPostProcessors should be applied on initialization of...
  13. Replies
    12
    Views
    2,520

    BeanPostProcessor workflow question

    Hi there,

    When I looked at registerBeanPostProcessors method in AbstractApplicationContext class, I found that the Ordered BeanPostProcessors are registered before all others BeanPostProcessors...
  14. To solve these problems we are using ISO Dates...

    To solve these problems we are using ISO Dates with http://joda-time.sourceforge.net/.

    Cheers
  15. Hi Schrepfler, I don't know what...

    Hi Schrepfler,
    I don't know what EntityManager you are using, but Hibernate one will set the Id property to the returned instance. So if you using merge, then you need to use the returned object....
  16. Hi there, I think you try load object in one...

    Hi there,


    I think you try load object in one transaction and update it in another? If this is the case, then when invoking
    getJpaTemplate().contains(object), it will check if the instance...
  17. Replies
    6
    Views
    1,547

    Can you provide the other context configuration?

    Can you provide the other context configuration?
  18. Hi there, I think this post will help you to...

    Hi there,
    I think this post will help you to understand the difference between hibernate get and load :http://www.theserverside.com/news/thread.tss?thread_id=43887

    Cheers
  19. Hi, Have you try using of the...

    Hi,

    Have you try using of the org.springframework.orm.hibernate3.SessionFactoryUtils "getSession(SessionFactory sessionFactory, ..)" methods, instead of directly using...
  20. annotation-driven implementation question

    Hi there,

    When using <tx:annotation-driven> Spring will register DefaultAdvisorAutoProxyCreator with id="org.springframework.aop.config.internalAutoProxyCreator" and also...
  21. Replies
    5
    Views
    1,763

    Hi there, Take a look at...

    Hi there,


    Take a look at org.springframework.beans.support.RefreshablePagedListHolder

    Cheers
  22. Replies
    35
    Views
    8,996

    The problem with Rich Domains, is how to handle...

    The problem with Rich Domains, is how to handle serialization :) . You need somehow to inject repositories,etc. there. One solution is to make it with AspectJ on getter call, so they will be...
  23. Replies
    8
    Views
    4,149

    Hi Rod, I read SCA and SDO spec. and I...

    Hi Rod,

    I read SCA and SDO spec. and I think the idea behind them is great.
    I wondering , if you have an information :
    When it is planned final release of the SCA spec.?
    And also...
  24. May be you can find ideas at this posts...

    May be you can find ideas at this posts
    http://forum.springframework.org/showthread.php?t=19429
  25. I try something similar and it work fine for me....

    I try something similar and it work fine for me.
    I use org.springframework.aop.target.HotSwappableTargetSource for SessionFactory and org.aopalliance.intercept.MethodInterceptor for swapping...
Results 1 to 25 of 38
Page 1 of 2 1 2