search for: springframework

Displaying 3 results from an estimated 3 matches for "springframework".

2013 Nov 25
2
mcp ping return no responses
...stributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:amq="http://activemq.apache.org/schema/core" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd http:/...
2015 Feb 18
0
oVirt gaps for Virtualization SIG
...stack-java-client >= 3.0.6 openstack-java-glance-client >= 3.0.6 openstack-java-keystone-client >= 3.0.6 openstack-java-quantum-client >= 3.0.6 openstack-java-resteasy-connector >= 3.0.6 powermock-junit4 >= 1.5 quartz >= 2.1.2 snmp4j >= 2.2.2 spring-ldap >= 1.3.1 springframework-test >= 3.1.1 On the host side we've been able to build everything in koji. Some dependencies have been rebuilt from EPEL but other than that we should be fine[2]. Only blocker we have on this is qemu-kvm-rhev, we discussed about the rhev suffix during the meeting and we haven't reached...
2004 Dec 13
4
Dispatcher? how to use long urls with slashes to call a controller
Hello rails, I have a controller called file with a method get that returns me a file from the db. want to do the following: When calling http://localhost:8080/file/get/11/hansi.txt i want that rails does the same as if i would call http://localhost:8080/file/get/11 This i not the case. I get a 404. This is useful as this makes the filename in the browser downloading the