Got it resolved. Looks like I was missing few jar files. Thanks.
Type: Posts; User: nepalibabu; Keyword(s):
Got it resolved. Looks like I was missing few jar files. Thanks.
I am trying to setup a REST Web Services that communicates via JSON.
my web.xml looks like this.
<listener>...
Thanks a lot for the response.
I have never worked with Spring MVC before and needs to look into creating PripertyEditor. Thanks for the heads up.
Also your form data shouldn't be part of the...
I have a <form:radiobuttons> component in my jsp page which binds to a collection.
example
public class Test {
private Sex sex;
private String[] sexes = {"male", "female"};
...
can any one provide me an example of Spring and java to access a ResourceUrl defined in WebSphere admin console.
Thanks to both of you. I used the WebSphere JVM argument to specify the properties files. I read the properties files from the applicationContex.xml. I got some help from this post as well.
...
Thanks Venkrishy and rwinch for the response. I am not importing an XML file. I am trying to read a properties file as in ...
Thanks for the reply venkrishy.
I tried to use import instead of PropertyPlaceholderConfigurer, it fails to initialize the application. Could you please provide me with snippet?
here is what I...
Hi I have an Spring/BlazeDS application running on a WebSphere server. In my applicationcontext.xml file, I point to applicationcontext.properties file which contain environment specific...
Resolved it. Made this small change and worked like a charm.
private class ApolloStoreProcedure extends StoredProcedure {
public ApolloStoreProcedure(DataSource ds, String spName) {...
I am using Spring JDBC to call SQL statements. Recently I wrote a service to call a SP on Oracle from Spring. As explained on the Spring documentation on the link below, I created a class that...
Thanks Jeremy. I will look into it and see if that helps.
Thanks a lot Jerry, for the response.
When you mentioned about 1.0.1 release what are you talking about? BlazeDS, Spring or GAE? Could you please be clear on that? I think I am using the latest...
Hi I am new to this forum and would like to know a simple way to configure blazeDS with Spring 3.0. I am trying to integrate create a goggle earth map integration with Flex using GWT API but I get...
Thanks guys for all the help. Looks like i need to make changes to the web.xml to be able to read my context file. I did that and it worked fine.
Thanks for the reply Thyme.
Sorry I don't understand what BeanFactory are you referring to? I have a spring context file for my project. I have thousands of queries in there. This is causing the...
Hi:
I am very new to Spring framework. I would like to know how I can access another xml file under same directory level from application-context.xml file. I tried to do something like this.
my...