Hi, please consider my ejb-jar.xml
<?xml version="1.0" encoding="UTF-8"?>
<ejb-jar xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee"...
Type: Posts; User: snxdev; Keyword(s):
Hi, please consider my ejb-jar.xml
<?xml version="1.0" encoding="UTF-8"?>
<ejb-jar xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee"...
I'm going to try downloading manually the .jar files it fails to reach or downloading. Which is the best place to copy these files too? plugins?
Hi kris, yes i'm behind a proxy but can download things successfully. I downloaded zip files for subversive connectors and incubators and loaded them as archived files. Why does eclipse still try to...
An error occurred while collecting items to be installed
session context was:(profile=com.springsource.sts.ide, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=)....
Hi, i've been trying several times to get my subversive to work with no success. When i install the SVNKit 1.3.5 and SVN connectors i get timeouts or cannot fetch some jars. Is this a known problem?
Hi, i've created the Hibernate project using Spring Template Project. Two domain objects, a JUnit test, app-context.xml and the persistence-context.xml were created. Now i noticed this line
and...
This works fine with default login security (with /onlinebasket)
<http auto-config='true'>
<intercept-url pattern="/**" access="ROLE_CUSTOMER" />
</http>
...
and this is the message i get
Hi, i had default login page now replacing it with my own. Here's my security config
<http access-denied-page="/onlinebasket/denied.htm">
<form-login login-page="/onlinebasket/login.htm"...
Hi, when the JSON object returns, the browser doesn't load the JSP but attempts to download the file newProduct [which is application/jason from http://localhost:8080]. When i open the file using...
by changing libraries, i now get a different error
org.springframework.beans.factory.BeanCreationException: Error creating bean with name...
Hi, here's my servlet-config
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
...
this works thanks. Now, how do i use the Factory which generates DAO instances with dependency Injection? Is there a need for this factory on Spring implementation with dependency injection?
Hi, i have followed the hibernate Factory implementation which uses abstractDAO for all my DAOs. I now need to inject my DAOs which extends this Abstract to Spring service layer (Manager class)....
Hi, just installed the tool and noticed when i create a new EJB project, there's IBM server 6.0 option on run-times. I noticed this server is not shipped with it so meaning i must still buy the...
Hi, i've created a Cound Foundry account, Amazon WebService account, and Amazon S3 account. I created Security Access keys on Amazon Security Credentials but they do not seem to work on Cloud Foundry...
mhh. i now get
HTTP Status 406 -
The resource identified by this request is only capable of generating responses with characteristics not acceptable according to the request "accept" headers...
Thanks Enrico, will give this a try... I didn't add @ResponseBody as i thought its not necessary when loading the Json view for the first time. Only thought you annotated when already coming from the...
Hi Enrico, haven't touched this code since ... Only returned to it last night. I get the following because of the ViewResolver not present for Json i'm guessing
javax.servlet.ServletException:...
I have servlet-config.xml and webapp-config.xml in the WEB-INF (WebRoot) and application-config.xml in my classpath root. I then import application-config inside the webapp-config. I have a challenge...
Cool thanks :)
last but not least, do i need xmlFileViewResolver for JSON, please have a look at this servlet-config
<?xml version="1.0" encoding="UTF-8"?>
<beans...
Hi Enrico, thanks will read through this. Now that you mentioned Spring 3, i have changed the following
<context:component-scan base-package="sanlam.online.shopping.web"/>to...
Hi, am trying to learn Ajax and need advice on whats the simplest root. I stumbled across JSON so my question is, do i need it to start learning Ajax? What's is its fundamental use to Ajax+Spring and...
Hi, let me first show you my configurations
tiles.xml
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE tiles-definitions PUBLIC
"-//Apache Software Foundation//DTD Tiles...