Hello,
I am using spring roo 1.2.0
After i reversed engineered my db i have tried to setup gwt. verything was ok, until i have tried to compile my project. I receive this error :
Check...
Type: Posts; User: notallowed; Keyword(s):
Hello,
I am using spring roo 1.2.0
After i reversed engineered my db i have tried to setup gwt. verything was ok, until i have tried to compile my project. I receive this error :
Check...
I am getting this error when i start roo using the latest nightly build :
Unknown character property name {r} near index 4
D:\prj\gen\
^
Roo version :
spring-roo-1.2.0.BUILD-SNAPSHOT
...
What is the command to build spring roo release from source?
Thx
Hello, i have tried to do the steps you have described. Unfortunately i have some problem. Maybe you can help me.
So i have done this steps :
I have done the step 1 to 3 without any problems. ...
Hey guys,
I have 2 questions about insights an the tc server.
1. Can spring insight be deployed directly in tomcat as an webapp?
2. When i run the tc server, generated from the insight template,...
Hello, here is my problem :
I have 2 types of auth in my application. One, is form based made with spring security. The other one is with certificate, not made with spring. we have a security...
I have resolved my problem injecting a map :
<util:map map-class="java.util.Hashtable" id="contentMapBeans" />
Se pare ca aici am toate beanurile din appl.
Cand am nevoie de o...
Hello,
I have an application where I use annotation to define my beans. I have some clases that are not beans ins spring. How can i acces a bean in this not bean class?
Let's say that i have a...
Thx, that was the problem. I've added to my body tag :
<body class="tundra spring">
I have imported the css with this line :
<link type="text/css" rel="stylesheet" href="<c:url value="/resources/dijit/themes/tundra/tundra.css" />" />
I haven't done anything else.
Hello,
I am having some problems using spring-js and tiles. I don't think that this is a problem because of tiles, i have tried using spring-js without tiles with the same result. So, i am...
UserDaoHibernate
package dao.hibernate;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.hibernate.SessionFactory;
applicationContext-web.xml
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<beans xmlns="http://www.springframework.org/schema/beans"
...
Hellow, I am trying to put togheter spring and hibernate but it seems that i've get to a point where i don't understand what is happening. I have A table called User and a table called Person. When i...