Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    353

    Just to mention - I've tried adding...

    Just to mention - I've tried adding my-app-business to BuildConfig.groovy, but it requires me to execute maven build of my-app-business and THEN refreshing dependencies every time I want to see...
  2. Replies
    1
    Views
    353

    Grails multi-module/project project

    Hi there,

    I am struggling for couple of hours now trying to set-up a maven-compatible multi-module project using grails... Basically what I have is:
    1. one "business" module, developed prior to...
  3. Replies
    19
    Views
    984

    It seems I am suffering for the same reason... Is...

    It seems I am suffering for the same reason... Is there any better way to resolve this apart from reinstalling the whole STS (or manual installation of a tcServer) ?
  4. How to put Spring AOP advice before transactional proxy?

    Hi,

    We're using annotation-based transaction configuration on our service beans, defined in pretty standard way:

    <tx:annotation-driven transaction-manager="our-transactionManager"...
  5. Integrating SSO with Active Directory using dynamic controller discovery

    Hi there,

    Is there a way to integrate application security to get SSO functionality with authentication/authorization done via Active Directory, but with controller address being dynamically...
  6. My goal is to be able to pass custom annotation's...

    My goal is to be able to pass custom annotation's attribute's to annotations of that custom annotation...


    @Target({ElementType.TYPE})
    @Retention(RetentionPolicy.RUNTIME)
    @Repository([a way to...
  7. Nothing? :(

    Did I made that post that unreadable or does nobody know the answer?
  8. Parametrizing annotations passed via stereotypes

    Hi,

    Is there a way to parametrize annotations passed to a bean via a stereotype? I've made a steretype like this:


    @Target({ElementType.TYPE})
    @Retention(RetentionPolicy.RUNTIME)
    @Repository...
  9. Thanks a lot

    Thanks mate, you've solved my problem. Merry Xmas ;-)
  10. Setting up transactional tests - JUnit4, Hiberante, Spring 2.5

    Hi all,

    I am trying to set up a project using stack mentioned in the title:
    * Spring 2.5
    * Hibernate 3.4
    * JUnit 4.4

    And I just can't get it working in terms of transactional support...
  11. Replies
    1
    Views
    734

    How long does session lock a connection

    Hi there,

    I have a web application (Tapestry / Spring / Hibernate) with "sesion in view" pattern implemented. My question is: is actual DB connection locked by a request thread for entire time of...
  12. Replies
    2
    Views
    3,120

    JAAS problem...

    Hi there,

    My app looks like this:
    Business layer is a spring/hibernate-based application with SLSB EJB working as session facade to some POJO hibernate-based persistance layer. It's deployed as...
  13. and adding this to web.xml ...

    and adding this to web.xml


    <filter>
    <filter-name>CharacterEncodingFilter</filter-name>
    <filter-class>com.top7.web.util.CharacterEncodingFilter</filter-class>
    <init-param>
    ...
  14. if someone had such problem - the solution was to...

    if someone had such problem - the solution was to set character encoding to UTF using filter like this:



    public class CharacterEncodingFilter implements Filter &#123;

    //...
  15. International characters encoding problem...

    Hi there,

    I have web application with spring-hibernate-based business logic tier (MySQL database). And I can't get character encoding rigth... Could somebody tell me what are the main issues I...
  16. propagation of EJB transaction into Spring/Hibernate

    Hi there,

    I've got SLSB session facade using Spring/Hibernate POJOs as persistance layer. On the service methods I can set EJB transaction type. Is this propagated somehow onto operations further...
  17. Basic approaches to persistance operations...

    Hi there,

    I am building 3-tier application with hibernate persistance layer, SLSB service facade on JBoss and thin Swing-based standalone client application. All of this with spring framework and...
  18. AndroMDA/Swing - problem with remote connecting...

    Hi there,

    I am using spring framework from within application generated with AndroMDA. Recently they've applied patch to use the JtaTransactionManager from spring as the default instead of the...
Results 1 to 18 of 18