Search:

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

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    54
    Views
    27,670

    Sticky: When comes version 1.5 which will include support...

    When comes version 1.5 which will include support for LCDS?
  2. Yes you are right. For my particular situation...

    Yes you are right. For my particular situation using HibernateAssembler. But, as I said above, are invoked the same method for each entity ( createItem, deleteItem ..). Only difference it's...
  3. I have an similar situation: Flex with LCDS 2.6...

    I have an similar situation: Flex with LCDS 2.6 and hibernate.
    I want to impose some security conditions for each entity so, some users can only select data, others have full access to CRUD...
  4. Replies
    54
    Views
    27,670

    Sticky: What news with Spring and LCDS? I don't see...

    What news with Spring and LCDS? I don't see anything long ago.
  5. Replies
    1
    Views
    1,366

    See what post Cristophe Coenraets on his blog,...

    See what post Cristophe Coenraets on his blog, about test-drive with spring and BlazeDs integration. Put in "lib" directory same files that have and Cristophe. It's an point of start.
    See what u get...
  6. Replies
    54
    Views
    27,670

    Sticky: I have one suggestion! I think that using...

    I have one suggestion!
    I think that using hibernate template, it's more convenient that jdbc template. But hibernate it's a little inflexible.
    One problem, when i try to insert or update. If an...
  7. Replies
    54
    Views
    27,670

    Sticky: Great!!!!!!

    Great!!!!!!
  8. Durden, can u post an example, about how to use...

    Durden, can u post an example, about how to use this pattern?
    For a classical example users-groups or person-company, where have relation ManyToOne and OnetoMany.
    I have problem with lazy loading,...
  9. you're welcome!

    you're welcome!
  10. I forgot, but if u want to specify what entity...

    I forgot, but if u want to specify what entity are mapped, u can use "targetEntity" property. Declaration for for @OneToMany it's:


    public @interface OneToMany {
    Class targetEntity()...
  11. Probably, u have an bean that instantiate...

    Probably, u have an bean that instantiate sessionFactory, where u set all hibernate parameters. There need to map and java classes. Personally, i use annotation, because it's more convenient, and i...
  12. Replies
    0
    Views
    610

    problem with @Service and sessionFactory

    i have an class that implement HibernateDaoSupport.
    I use annotations, and my class expose service for flex. So i have something like this


    @Service("exportService")...
  13. I don't know if this can be, but why use both...

    I don't know if this can be, but why use both annotation, one-to-many and CollectionOfElements. Documentation say that CollectionOfElements it's replacement for one-to-many.
    Second, in relation...
  14. Replies
    54
    Views
    27,670

    Sticky: I'm interested in remoting integration with LCDS....

    I'm interested in remoting integration with LCDS. But i run into problem, because got an error, something about "licensing". I use LCDS on single-core computer, so no problem with LCDS license...
  15. update only some properties, when use hibernateTemplate

    I use hibernateTemplate, and i want to restrict access on update some properties.
    So, supposing i have an simple method:


    public void updateZona(Person p)
    {
    getHibernateTemplate().update(p);...
  16. Replies
    23
    Views
    31,671

    Poll: HibernateTransactionManager

    HibernateTransactionManager
  17. Replies
    54
    Views
    27,670

    Sticky: Any news about using Spring with LCDS?

    Any news about using Spring with LCDS?
  18. Replies
    12
    Views
    1,887

    I got solutions. Seem that it's about how eclipse...

    I got solutions. Seem that it's about how eclipse export jar file.
    To resolve this, need to check "Add directory entries" option when make export in Eclipse.
    Tested and worked!
    Thanks for all...
  19. I find solutions, few minute later :p. Seem to...

    I find solutions, few minute later :p.
    Seem to be an issue related to Eclipse. If export jar from eclipse, be sure that check "Add directory entries". This it's not check by default. I test that,...
  20. same problem. Posted recently, but i don't get...

    same problem. Posted recently, but i don't get any solution yet.
  21. Replies
    1
    Views
    1,213

    Ok, i found where it's the problem. Spring...

    Ok, i found where it's the problem. Spring security expect authorities with prefix "ROLE_". So that it's the reason why i get "Access denied" response, because my role it's simply "SUPERUSER".
    Very...
  22. I resolved, but because i'm an beginner on...

    I resolved, but because i'm an beginner on spring, i don't understand very well all. So now, i have an separate file to configure security, and another for applicationContext.
    Anyway, after i fix...
  23. I resolved. Thanks!

    I resolved. Thanks!
  24. Replies
    1
    Views
    1,213

    @Secured annotation seem that not work

    i try to implement security for an method using @Secured annotation
    So, i have an config file, where it's configured security:


    <?xml version="1.0" encoding="UTF-8"?>
    <beans:beans...
  25. I get same error, but with...

    I get same error, but with <context:component-scan base-package="spa" />
    Namespace point to spring 3.0. When point to 2.5 i don't get that error. Instead, i get an error when i use...
Results 1 to 25 of 50
Page 1 of 2 1 2