Search:

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

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. How to implement JMS Remoting that is transactional (even participate in XA)

    The Spring remoting model is pretty flexible when it comes to offering a broad set of protocols. However the reference documentation explicitly states that its support of JMS remoting is kind of...
  2. Spring EL: resolution of bean reference in indexer

    I'm trying to use Spring EL for solving a configuration problem and need an EL expression containing a bean reference as index of a map bean.



    <util:map id="map">
    <entry key="A"...
  3. Instantiation of advisor fails with overloaded advice method

    I have an AOP before advice that is configured to call a method startProcess at its joinpoint.



    <aop:config proxy-target-class="true">
    <aop:aspect id="startProcessAspect"...
  4. Timestamp all entities that are updated during a unit of work

    Timestamping a single entity is pretty simple by using a hibernate/JPA interceptor to set the update timestamp.

    I have a special usecase where all entities that get updated within the same...
  5. Seam integration: transactional method, read only flag not working

    I'm trying to utilize Spring managed transactions using Springs @Transactional annotation. Methods that are supposed to read data only also carry the read only flag.
    In order to test that this is...
  6. Meanwhile I was able to find a first solution...

    Meanwhile I was able to find a first solution myself. I'm sharing this idea in case somebody else needs this too.

    I had a look at the LocalContainerEntityManagerFactoryBean which offers a hook for...
  7. JPA and how to explicitely list managed classes in the spring configuration

    I'm trying to find a way to list all managed (i.e. persistent) classes within the entity manager factory (or some other spring managed bean) in order to avoid listing them in...
  8. Replies
    6
    Views
    1,877

    Costin, I have been able to track it down - I...

    Costin, I have been able to track it down - I think it's only an eclipse PDE problem. Packaging the bundle in a JAR and running it in a OSGi framework is in fact fine. But running it within eclipse...
  9. Replies
    6
    Views
    1,877

    Oleg, thanks for this document. It's been helpful...

    Oleg, thanks for this document. It's been helpful to get logging enabled. However, I have been able to figure out what the problem was. The archetype created the spring-context files in...
  10. Replies
    6
    Views
    1,877

    Can't get simple OSGi exporter to work

    I have created a simple OSGi bundle using the spring-osgi-bundle-archetype and setup eclipse according to the reference manual.



    Manifest-Version: 1.0
    Export-Package: samples.deployment.a.osgi...
  11. Replies
    40
    Views
    9,331

    I have never worked with facelets and acegi but...

    I have never worked with facelets and acegi but as far as I see your
    authenticationProcessingFilter is setup to handle a URL
    /j_acegi_security_check.xhtml.

    But your error message is saying...
  12. Replies
    0
    Views
    871

    View Post

    Is it possible to declare a bean through an application context and then have it bound to a flow (like <bean id="id" ... scope="flow">).

    For example I have a JSF bean that needs to hold a...
  13. What version of SWF is required for JSF 1.2

    I'm thinking of replacing the very limited navigation model of JSF by something more powerful and flexible.
    So I'd like to know if the current production releases of SWF 1.0.x can be used in a JSF...
  14. Digest Authentication seems to do a re-login with out prompt for username+password

    I have Acegi 1.0.3 configured in a JSF 1.1 based web application. Logon and logout work perfectly fine. However, if after a logoff a user clicks a URL that requires authentication, it seems that the...
  15. Replies
    4
    Views
    1,340

    It's been a while since you had posted your last...

    It's been a while since you had posted your last comment. I guess you have been able to resolve your issue. I'm trying to implement something similar and have found this posting which seems to...
  16. AbstractJpaTests using sharedEntityManager+jdbcTemplate

    I'm porting a Hibernate/Spring based application to Hibernate EntityManager -3.2.1.ga (JPA) where my integration tests for JPA based DAOs are using AbstractJpaTests.
    I experienced a problem when...
  17. Replies
    7
    Views
    2,134

    I just wanted to let the community know that I...

    I just wanted to let the community know that I was experiencing the same effect with Hibernate EntityManager 3.2.1.ga (but haven't tried with TopLink).
    It seems that this occurs only when using the...
  18. Julien, you are just confirming what I was...

    Julien, you are just confirming what I was debugging now. In fact I had a xercesImpl-2.0.2. Upgrading to the latest version resolves this issue.

    Thanks
  19. Julien, I have tried a vendor adapter with no...

    Julien, I have tried a vendor adapter with no improvement - looking at the JavaDoc and the source I don't think that it is related to that problem.

    <property name="jpaVendorAdapter">
    ...
  20. LocalContainerEntityManagerFactoryBean recursion->StackOverflowError

    I have a working test for a Hibernate JPA based DAO running with LocalEntityManagerFactoryBean. The test is a JUnit test based on AbstractTransactionalDataSourceSpringContextTests.


    <?xml...
  21. Problems with AbstractObjectTable after upgrade from 0.2.1 to 0.3.0-SNAPSHOT

    After a long time of inactivity I upgraded a sample of mine from 0.2.1 to 0.3.0-SNAPSHOT (as of 4/11/2007) and encountered a problem with AbstractObjectTable.
    It's constructor tries to read a...
  22. Custom namespace with PropertyPlaceholderConfigurer

    I'd like to implement a custom namespace that is able to initialize bean properties based on property placeholders like offered by the o.s...PropertyPlaceholderConfigurer.

    <job:inputlink
    ...
  23. I have opened a JIRA issue for this ...

    I have opened a JIRA issue for this
    http://opensource.atlassian.com/projects/spring/browse/RCP-442
  24. Implementor of ActionCommandExecutor for multiple commands, how can it distinguish...

    I'm facing the situation where a dialog window is responsible for processing different action commands. Therefore the window implements the ActionCommandExecutor interface, actually in my case it is...
  25. AbstractObjectTable refresh / refetch data

    Hello,

    I'm trying to re-populate the table rows of a table that is using an AbstractObjectTable. The first time the table is initialized with row data I'm calling...
Results 1 to 25 of 30
Page 1 of 2 1 2