Hello Every Body:
I am implementing a solution for my enterprise and i found this trouble:
How can I kwon a Oracle Database is active before get a Connection? I think every one will answerme:...
Type: Posts; User: neketsushonen; Keyword(s):
Hello Every Body:
I am implementing a solution for my enterprise and i found this trouble:
How can I kwon a Oracle Database is active before get a Connection? I think every one will answerme:...
Hello:
I guess you can do a JMS queue that you can send from your web tier to your model tier a task (processing your StoreProcedure) by this queue.
I guess the use of a asynchrnoned queue can...
Hello Every One:
I know what error i just did:
I am using spring-core 2.5 but with all package of Spring 2.1....=_=
Hello:
I have research the solution of your problem 2). That is so easy by using the jdk 1.5 feature: ThreadLocal class.
You have to understand the Observer Pattern and implements the follow...
Hello :
I am trying to integrating Spring 2.5 with Hibernate 3.2 following all instructions from the oficial springframework site.
But... when my Value Object is declared with Generic Types,...
Hello:
If you want to ensure that the bean updatesIndexManager have initialized after then bean "appConfigManager" had initialized completely, you can use "depends-on" attribute (depends-on...
I saw your application context config file, you have missed the follow line at beans tag
xmlns="http://www.springframework.org/schema/beans"
Put it into your file, and re-try it.
Hello Friend:
As well as your trace shaw: ClassNotFoundException, you can put the MenuDaoImpl.class into some jar, then put that jar in your EAR. Make your project web depended for that jar.
...
Thank you friend. I got it resolved.
Thanks you very much.
Hello Every Body:
I am encoutered with a problem about Extensible XML authoring detailed in the follow link :...
Thanks Friend:
I had did it. That worked fine when Spring is injecting beans into other beans. But, in case when my code get a "bean" from the object ApplicationContext, like this:
...
In effect, our developing team is composited in two lines:
Developing Line and Production Line.
I belong to Developing Line and exist other team that belongs to Production Line.
So we are...
Hello Friend:
Thanks for you reply. In the post you say "It is a feature"... I want to know: why this feature? that difficults a lot to applications Integration... I have this problem now. I had...
Hello Friend:
It is murky to me asking to Spring Team about the beans imported in a ApplicationContext with same name or id .
I have one ApplicationContext.xml that import a other...
Thank you Mark, again you helpme to solve my problem.
I has other problem:
does the method witch specific by lookup-method always returning a same Object? Let me quote your answer:
so,...
Hello Every Body:
I had a problem that make I feel impossible to solve with lookup-method:
I define two class witch have same method name "sayHello":
public class ClassA {
public...
Hello Every Body:
Does any one have some experience about the use of MultiActionController with CommonsMultipartResolver?
¿That is possible to do?
Hello Master:
I think, you can put all your strut-config.xml files in one param like the follow lines:
<param-value>/WEB-INF/struts-config.xml,...
Hello Master:
I want to know what is the returned value of "status.expression"?
And, i suggest u put same name explicit for all your checkbox.
regard.
Hello Friend:
Thank you a lot. It just work fine.
Thanks you:rolleyes:
Hello Friend:
I think you have to clean all *.class at your application. I was fouded with the same errors like your:
Ljava/lang/reflect/Field
That appears when your class version is confused....
Hello Every Body:
I am tring to do a MultiActionController with same specific validators.
I was defined the follow declarations in my Spring Context Xml
I was trying to print a simple...