Search:

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

Page 1 of 2 1 2

Search: Search took 0.06 seconds.

  1. I think it would

    Yes, thanks.

    Edmon
  2. Proper way to combine TransactionAttributes

    Hi,

    I am using Spring 1.2.7.

    I am demarcating transactions using XML configuration, not annotations.

    I am configuring a bean, specifically wrapping a method "record..." within a transaction...
  3. Replies
    3
    Views
    1,136

    Spring friendly cache integration

    Hi,

    Is there a out-of-the-box way to integrate caching provider such as eh cache.

    Thank you,
    Edmon
  4. Replies
    3
    Views
    1,136

    Caching and Timers

    Hi,

    I have a database table that changes on rare occasions.

    I would like to have a Quarts job that loads this relatively small table
    into memory and refereshes it.

    I am interested in using...
  5. Replies
    2
    Views
    1,472

    Answer

    To answer my own question:

    If I need String object from JNDI (in this example bound as forward.url), and if I want to store it to the bean named forwardURL I would do something like:

    <bean...
  6. Replies
    2
    Views
    1,472

    Pulling String from JNDI using Spring

    I have a simple scenario and I hope that someone can give me a good and simple tip on how to accomplish it using Spring.

    I have URL (a String) set as a JNDI environment entry in
    the context.xml...
  7. lookupHomeOnStartup

    Thank you.

    Setting:

    <bean id="myBean" lazy-init="true" class="org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean">
    <property name="lookupHomeOnStartup"...
  8. Letting Spring go on even though EJB can not be invoked

    Hi,

    I have configured a EJB session bean "myBean" using the
    org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean.

    Its properties are set as:

    <property...
  9. Can someone share an example on @Transactional

    Hey all,

    I know that documentation is still being written for this, but can anyone from Spring team share a piece of code that demonstrates how to utilize @Transaction with attributes such as...
  10. Replies
    1
    Views
    1,447

    Streams with HttpInvoker

    Is it possible to expose IO streams directly using the HttpInvoker as a remoting implementation?

    Thank you,
    Edmon
  11. Replies
    3
    Views
    1,836

    If the version of your Oracle system is...

    If the version of your Oracle system is relatively new I would suggest using
    Oracle Advanced Queueing (AQ) for messaging and notification between those two systems. AQ is JMS compliant, but it also...
  12. Replies
    1
    Views
    2,545

    An answer

    To answer my own question and to help others who may ask the same:

    If the HttpInvokerProxyFactoryBean is used only than
    clients would only need a spring jar plus the jar that holds the interfaces...
  13. Replies
    13
    Views
    8,631

    Never mind - here is the option for DIGEST

    Never mind my previous post - I found it.
    For DIGEST you would set this parameter on the client object:



    List authPrefs = new ArrayList&#40;1&#41;;
    authPrefs.add&#40;AuthPolicy.DIGEST&#41;;...
  14. Replies
    13
    Views
    8,631

    Custom authentication and DIGEST

    Hi guys,

    Can anyone suggest how would this code differ if we would use a DIGEST algorithm for authentication.

    Thank you,
    Edmon
  15. Replies
    1
    Views
    2,545

    HttpInvoker client install

    Hi,

    What are the minimal jars required on the client, so that it can access Spring beans remotely that were exposed using the org.sprfr.remoting.httpinvoker.HttpInvokerServiceExporter as described...
  16. Replies
    2
    Views
    2,090

    Thank you Alef, Can you also tell me please...

    Thank you Alef,

    Can you also tell me please what are the spring dependencies on the client side if I want to use Spring HTTPInvoker?

    Thank you,
    Edmon
  17. Replies
    2
    Views
    2,090

    Exceptions and Spring's HttpInvoker

    Hi,

    Are there any special requirements in terms of declared and runtime exceptions for the services that are remotely exposed using HttpInvoker.

    For example (abbreviated):


    public class...
  18. Thank you. BTW, Do you know which version of...

    Thank you.

    BTW,
    Do you know which version of Spring started supporting abstract beans?`1
  19. Is abstract, extensible bean definition possible?

    I currently use a bean definition inheritance extensively:



    <bean name="/myBean" class="mypackage.MyBean">
    <property name="aProperty">
    <ref bean="PropertyBean"/>
    </bean>

    <bean...
  20. How to create cluster safe triggered/timed beans with Spring

    Hi,

    Quick description of the problem:

    There is table on the database that gets updated by the database trigger.

    We need a lifecylce "monitor" in the J2EE app that would react to the
    new...
  21. Replies
    2
    Views
    1,167

    Alef, Thanks for the response. This is what I...

    Alef,

    Thanks for the response. This is what I actually had in mind with this question:

    I may have a MyRequestProcessor that extends spring's DelegatingTilesRequestProcessor.

    This...
  22. Replies
    2
    Views
    1,167

    How to wire custom RequestProcessor

    We have a custom request processor that overrides processRole.


    I need your suggestion how to configure and wire this custom request processor in application context?[/color]

    We could also...
  23. Replies
    2
    Views
    3,726

    How to configure Spring for JBossMQ

    Hi,

    I am trying to implement a "Point to Point" example from the JBossMQ
    using the Spring framework.

    This example calls for the following JNDI entries in jndi.properties
    ...
  24. Thanks James. I'll give it a try, and if...

    Thanks James. I'll give it a try, and if everything goes according to my plans with Spring and JMS I will post some "HOW TO" examples.

    If you have some helpful pointers or examples please send...
  25. Thanks

    Thanks to both of you guys. You helped me move in the right direction.

    Regards,
    Edmon Begoli
Results 1 to 25 of 27
Page 1 of 2 1 2