Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    2,097

    Setting up HTTP Basic Authentication

    Hi,
    Can someone provide a concise example on how do I set up Acegi+Spring in order to protect some http resources using HTTP Basic Authentication? I already have an AuthenticationManager...
  2. Replies
    3
    Views
    1,530

    Thanks Costin for the reply. I have just...

    Thanks Costin for the reply.

    I have just finished an implementation with UserType - and it worked just fine on both MySql 4.1.9 and Oracle 9i.

    In the POJO class, I declared the property as...
  3. Replies
    3
    Views
    1,530

    Blob type mapping

    Hi,

    I am trying to map a byte[] to a Blob column using Hibernate3 and Spring 1.2. Spring provides a support class, org.springframework.orm.hibernate3.support.BlobByteArrayType which implements...
  4. Deleting objects with the Hibernate3 Query API

    Hi,

    I am trying to implement a delete operation with the following semantics:

    public int delete...(String id)

    Where the method returns the number of rows actually deleted. I am using the...
Results 1 to 4 of 4