Of course Grails can do this :)
Just take a look at this section in the Grails Reference:
http://grails.org/doc/latest/ref/Database%20Mapping/indexColumn.html
Type: Posts; User: filipblondeel; Keyword(s):
Of course Grails can do this :)
Just take a look at this section in the Grails Reference:
http://grails.org/doc/latest/ref/Database%20Mapping/indexColumn.html
I'm having the same issue with the 3.0.0.RELEASE version of Spring: when I connect to an RMI service implemented with Spring 2.5.x from a client using Spring 3, I get a ClassNotFoundException on...
Actually, what I suggested in my second post was correct. Every character between the <value> tags was interpreted as a character of the URL, including the whitespace and newline characters.
So if...
I am having the same problem ! I hope someone can help us
I have a problem when I use the JaxRpcPortProxyFactoryBean to access my webservice. The error is that spring can not process my wsdl document:
Caused by: javax.xml.rpc.ServiceException: Error...
I found my answer in the http://forum.springframework.org/showthread.php?t=10790&highlight=jpetstore
It seems that Axis generated links to the WSDL files on the service list page that are invalid....
Hi,
Because I want to do something with webservices and Spring has support support for them, I checked out the JPetStore sample app.
But when I have deployed the app to my Tomcat webcontainer and...