Search:

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

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    7
    Views
    1,744

    Check if DB connection is active

    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:...
  2. I guess

    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...
  3. I found the answer

    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....=_=
  4. Replies
    4
    Views
    1,522

    Just doing a MultiDataSource

    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...
  5. java.lang.NoClassDefFoundError: org/springframework/core/GenericsHelper

    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,...
  6. Replies
    6
    Views
    1,170

    Hello: If you want to ensure that the bean...

    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...
  7. You have to add the follow line

    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.
  8. Replies
    5
    Views
    1,283

    I think

    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.
    ...
  9. Thank

    Thank you friend. I got it resolved.

    Thanks you very much.
  10. How can I get my custum xml tag to work?

    Hello Every Body:

    I am encoutered with a problem about Extensible XML authoring detailed in the follow link :...
  11. Thanks

    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:



    ...
  12. Thank you

    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...
  13. I think

    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...
  14. two beans with same name is permited in ApplicationContex

    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...
  15. Replies
    3
    Views
    843

    thank you

    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,...
  16. Replies
    3
    Views
    843

    lookup-method Problem

    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...
  17. Can MultiActionController support CommonsMultipartResolver?

    Hello Every Body:

    Does any one have some experience about the use of MultiActionController with CommonsMultipartResolver?

    ¿That is possible to do?
  18. I think

    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,...
  19. Replies
    7
    Views
    1,337

    Hello

    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.
  20. Thank you a lot

    Hello Friend:

    Thank you a lot. It just work fine.

    Thanks you:rolleyes:
  21. I think

    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....
  22. How does the property "validator" work in MultiActionController

    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...
Results 1 to 22 of 26
Page 1 of 2 1 2