Search:

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

Search: Search took 0.02 seconds.

  1. Thread: EJB lookup

    by jonnyS
    Replies
    4
    Views
    2,396

    EJB lookup

    Hello,
    would anyone be able to help me out the problem I'm having below?
    I am not sure why I'm getting this error.
    Thanks bunch!



    [3/30/05 21:27:07:781 PST] 2cb569b1 DefaultListab I...
  2. Thread: Remote EJB

    by jonnyS
    Replies
    9
    Views
    2,129

    Thank you Chris for being patient with my errors....

    Thank you Chris for being patient with my errors. You are absolutely right on for the cause of error. One thing I'm quickly learning on Spring (somehow especially when working with EJB), the error...
  3. Thread: Remote EJB

    by jonnyS
    Replies
    9
    Views
    2,129

    I'm pretty sure that the class is in the...

    I'm pretty sure that the class is in the classpath. I was wondering that since they require class type to be passed to the businessInterface property, I need a concrete object name or something... ...
  4. Thread: Remote EJB

    by jonnyS
    Replies
    9
    Views
    2,129

    Here is the config and stack trace.

    Here is the config and stack trace.


    <bean id="myService" class="org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean">
    <property name="jndiName">
    ...
  5. Thread: Remote EJB

    by jonnyS
    Replies
    9
    Views
    2,129

    Remote EJB

    Hello,
    I was wondering if anyone has a sample program that uses SimpleRemoteStatelessSessionProxyFactoryBean.

    I'm trying to call a remote EJB from a web app, and I can make things work with...
  6. Replies
    1
    Views
    2,012

    EJB communication

    Hello,
    I'm trying to call an EJB within another EJB. But for the businessInterface property in app context is giving me an error.

    Following is what I get.

    nested propertyAccessExceptions...
  7. commons-validator works, but message.properties not working.

    Hello,
    I'm using the commons-validator with spring and it works great... to the point. It seems to generate the JavaScripts without resolving keys to message.properties.

    So, I get...
  8. Replies
    1
    Views
    1,128

    Declartive Validation

    Anyone know what the latest on declartive validation?
    Spring's main document still don't have much info on validation, and I was wondering if somebody is working on it or not.
  9. Thread: Nested Forms

    by jonnyS
    Replies
    3
    Views
    1,430

    Nested Forms

    Hello,

    I have a form process that extends AbstractWizardFormController. But while processing things within the wizard form, I want to put a link to start off different form process (may be a...
  10. My appology! It worked just fine. (the...

    My appology!
    It worked just fine. (the container just didn't reload the change).

    Thank you so much for saving my day !!!
    :D
  11. Thanks! Btw..I just tried it, it still doesn't...

    Thanks!
    Btw..I just tried it, it still doesn't work......
  12. Sping:bind indexed property in FormWizard not woking?

    Hello,

    I have an AbstractWizardFormController app that is basically a sequence of panels updating commandClass that is in session.

    On the first page, I just take few request parameters to...
  13. Replies
    2
    Views
    2,476

    CommandClass on Spring MVC

    Hello,
    I'm quite new in Spring, but have a question on commandClass.

    In a typical web app, we build value beans for business logic to use. And we use those model beans in struts as form beans....
Results 1 to 13 of 13