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...
Type: Posts; User: jonnyS; Keyword(s):
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...
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...
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... ...
Here is the config and stack trace.
<bean id="myService" class="org.springframework.ejb.access.SimpleRemoteStatelessSessionProxyFactoryBean">
<property name="jndiName">
...
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...
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...
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...
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.
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...
My appology!
It worked just fine. (the container just didn't reload the change).
Thank you so much for saving my day !!!
:D
Thanks!
Btw..I just tried it, it still doesn't work......
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...
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....