Search:

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

Search: Search took 0.02 seconds.

  1. You create a proxy which implements...

    You create a proxy which implements MaterialDaoLocal (well the lookup does that) and you expect to convert it to a concrete implementation (MaterialDaoBean) because it is a dynamic proxy that isn't...
  2. Replies
    6
    Views
    3,630

    Wanted to invoke service object from Spring...

    Wanted to invoke service object from Spring webflow Action class, since the service objects on EJB container, not sure how to autowire the service in Web layer
  3. Replies
    2
    Views
    1,295

    I suggest the search as it seems you are making...

    I suggest the search as it seems you are making the classic error of trying to convert a proxy to a concrete implementation. You should program to interfaces and not concrete implementations, also...
Results 1 to 3 of 3