Search:

Type: Posts; User: Marius Popescu; Keyword(s):

Search: Search took 0.02 seconds.

  1. I get : The content of element type "web-app"...

    I get :

    The content of element type "web-app" must match "(icon?,display-name?,description?,distributable?,context-
    ...
  2. spring 2.5 + struts2 + tiles problem

    Hi, I want to integrate those above but my web.xml is not validat



    <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd">
    ...
  3. Replies
    1
    Views
    1,841

    did you solve it ?

    Same problem here. did you find your answer ? tks
  4. solved

    I solved the problem,

    The app-servlet.xml file must be in the same folder with beanRefContext.xml.
    I've made another xml file, added only the beans that the EJBs are using and it works.
    ...
  5. Replies
    0
    Views
    329

    beanRefContext.xml problem

    Hello,

    I want to use Spring MVC 3.0.5 with IBM Websphere 7.0 EJB3.0.
    I have managed to inject an stateless bean into a spring bean but I can not inject
    a spring bean into a stateless bean (I...
  6. Injecting Sring Bean in EJB 3.0 Stateless Bean WAS 7.0

    Hello,
    I am using EJB 3.0 on WAS and Spring MVC.
    I have maneged to inject a Stateless bean into a @Controller spring bean.
    I want to inject some spring beans in a stateless bean. One is the...
  7. Replies
    3
    Views
    421

    You are right

    my collegues all agree, but the client desires this behavior ...
    so any ideea ? :(
  8. Replies
    3
    Views
    421

    Newbie login Question

    Hi,
    I am using spring MVC and spring security with LDAP, what is need is this:
    I succesfully login my app with user and pass and after I logout, the next time I
    try to login I need my...
  9. My bad, there was another parameter clientType in...

    My bad, there was another parameter clientType in the jsp, a hidden parameter :)
  10. Spring MVC form:select using inherited field problem

    Hello,

    It is my first post so I hope to be explicit:)

    I am using the tag form:select but I get a "," appended to each value.
    I've added code example :
    a) JAVA DTO:
    DTO_1 extends DTO, where...
Results 1 to 10 of 10