Search:

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

Search: Search took 0.02 seconds.

  1. I solved this problem adding this two properties...

    I solved this problem adding this two properties in my hibernate config.

    <property name="hibernate.validator.apply_to_ddl">false</property>
    <property...
  2. somebody? no replies?

    somebody? no replies?
  3. I understand, but this dont help me. I whant...

    I understand, but this dont help me. I whant customize the spring bean creation because i dont that my customization is transparent. But thanks for help me.

    I want customize the way that the...
  4. How do i customize bean creation before of the spring set the properties?

    I see the interface BeanPostProcessor. This interface provides a way to customize beans but in the moment that this interface is called, the bean already is created and your properties set.

    What i...
  5. Replies
    8
    Views
    722

    i understand now how this class works. What i...

    i understand now how this class works.

    What i want to do is that any bean created by spring is a Proxy.

    I want to define a BeanFactory eg. <bean class="MyBeanFactory"/> and the spring...
  6. Replies
    8
    Views
    722

    If i create a ProxyFactoryBean, how do i...

    If i create a ProxyFactoryBean, how do i configure the spring for use it?

    i just declare in the XML like <bean class="myProxyBeanFactory"/> ?
  7. Replies
    8
    Views
    722

    how? the FactoryBean interface does provides...

    how? the FactoryBean interface does provides support for what i need?
  8. Replies
    8
    Views
    722

    how do i customize the bean creation?

    Hello,

    I would know how do i customize the bean creation?

    I need create bean proxies instead real bean implementation.

    I need change the spring behavior so that in the bean creation moment...
  9. Replies
    4
    Views
    5,411

    'm with the same problem. Any solution? I want...

    'm with the same problem. Any solution?

    I want create an BeanFactory or ApplicationContext implementation that creates and returns bean proxies instead of real implementation of bean

    Thanks,...
  10. Exactly, i had already done it, but had not yet...

    Exactly, i had already done it, but had not yet posted here.

    Thanks!
  11. I'm setting sf.setFunction(true); This defines...

    I'm setting sf.setFunction(true); This defines that the procedure is a function.
  12. msg error: Can't set IN parameter for return value of stored function call

    My stored function:

    CREATE FUNCTION sf (p int) RETURNS int
    ......

    My spring code:



    import org.springframework.jdbc.object.StoredProcedure;
  13. Replies
    2
    Views
    1,160

    Post your Adresse class and the...

    Post your Adresse class and the web-application-config.xml.
  14. SimpleJdbcCall - Problem calling function returning a ResultSet

    i´m having problems using the SimpleJdbcCall class for call a stored function returning an ResultSet. I have only this problem when the result function is an ResultSet. The message is as if two...
  15. i created my login page. This page access the...

    i created my login page. This page access the spring security servlet (j_spring_security_check). Then the spring security creates the authentication (UsernamePasswordAuthenticationToken), but with...
  16. The problem that is in the authentication request...

    The problem that is in the authentication request from login page to spring security servlet, the spring creates one authentication object and when the request arrives in my AuthenticationProvider...
  17. my files

    i'm implementing my own AuthenticationProvider. But this interface only provides me the authentication parameter in the authenticate method. I need also of the company id for my authetication...
  18. how do i add aditional atributes in authentication process?

    how do i add aditional atributes in authentication process?

    i need send to my AuthenticationProvider the company id, but the authenticate method in AuthenticationProvider interface only provides...
Results 1 to 18 of 18