Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    888

    Around Advice for Exception Handling

    The following Around Advice is used for handling the exceptions in Struts Action methods. And this works fine, but is there any trade off using the around advice like this?


    public class...
  2. Replies
    1
    Views
    803

    use HttpSessionListener

    use HttpSessionListener
  3. Replies
    0
    Views
    699

    SimpleMappingExceptionResolver with struts

    I am trying to use SimpleMappingExceptionResolver with struts using the following configuration.

    <bean id="exceptionResolver"...
  4. Replies
    9
    Views
    1,116

    Thanks Costin, It is working now, I was using...

    Thanks Costin,

    It is working now, I was using the OrderService directly instead of proxy.
  5. Replies
    9
    Views
    1,116

    No I don't see the TX start/stop messages.

    No I don't see the TX start/stop messages.
  6. Replies
    9
    Views
    1,116

    Thanks Costin, I need only storeOrder method...

    Thanks Costin,

    I need only storeOrder method to be included in transaction from OrderService class.

    And the JtaTransactionManager seems to be getting created as per the log.


    2006-03-23...
  7. Replies
    9
    Views
    1,116

    i am using Oracle9i with Weblogic8.1

    i am using Oracle9i with Weblogic8.1
  8. Replies
    9
    Views
    1,116

    Transaction is not working

    Hi,

    I have my transaction defined like...


    <bean id="myDataSource" class="org.springframework.jndi.JndiObjectFactoryBean">
    <property name="jndiName">
    ...
  9. Replies
    0
    Views
    920

    Around Advice and RegexpMethodPointcutAdvisor

    I am trying to intercept struts action methods using an Around Advice.

    public class ActionInterceptor extends DelegatingIntroductionInterceptor {

    public Object invoke(MethodInvocation...
  10. Replies
    2
    Views
    952

    I am using spring-1.2.3 and jsf-1_1_01 RI

    I am using spring-1.2.3 and jsf-1_1_01 RI
  11. Replies
    2
    Views
    952

    DelegatingVariableResolver

    I have my application configured like the following


    faces-config.xml

    ....
    <application>
    <variable-resolver>org.springframework.web.jsf.DelegatingVariableResolver</variable-resolver>...
  12. Replies
    2
    Views
    5,926

    Thanks Rob, It is working after i cleared the...

    Thanks Rob,

    It is working after i cleared the older version.
  13. Replies
    2
    Views
    5,926

    Context initialization failed

    I am using Spring + Hibernate + Oracle + JBoss

    And my session factory is like...

    <bean id="sessionFactory" class="org.springframework.orm.hibernate3.LocalSessionFactoryBean">
    <property...
Results 1 to 13 of 13