I get :
The content of element type "web-app" must match "(icon?,display-name?,description?,distributable?,context-
...
Type: Posts; User: Marius Popescu; Keyword(s):
I get :
The content of element type "web-app" must match "(icon?,display-name?,description?,distributable?,context-
...
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">
...
Same problem here. did you find your answer ? tks
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.
...
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...
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...
my collegues all agree, but the client desires this behavior ...
so any ideea ? :(
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...
My bad, there was another parameter clientType in the jsp, a hidden parameter :)
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...