Search:

Type: Posts; User: notallowed; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    391

    Spring ROO Gwt Error

    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...
  2. Replies
    1
    Views
    282

    ROO Nightly Build Error

    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
    ...
  3. Replies
    4
    Views
    1,505

    What is the command to build spring roo release...

    What is the command to build spring roo release from source?

    Thx
  4. Replies
    31
    Views
    11,247

    Hello, i have tried to do the steps you have...

    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. ...
  5. Replies
    0
    Views
    1,100

    Questions about insight & tc server

    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,...
  6. Replies
    1
    Views
    566

    spring security switch auth

    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...
  7. Replies
    2
    Views
    889

    I have resolved my problem injecting a map : ...

    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...
  8. Replies
    2
    Views
    889

    get annotated bean

    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...
  9. Replies
    4
    Views
    1,473

    Thx, that was the problem. I've added to my body...

    Thx, that was the problem. I've added to my body tag :

    <body class="tundra spring">
  10. Replies
    4
    Views
    1,473

    I have imported the css with this line : ...

    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.
  11. Replies
    4
    Views
    1,473

    spring and dojo + tiles

    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...
  12. UserDaoHibernate package dao.hibernate;...

    UserDaoHibernate




    package dao.hibernate;

    import org.apache.commons.logging.Log;
    import org.apache.commons.logging.LogFactory;
    import org.hibernate.SessionFactory;
  13. applicationContext-web.xml

    applicationContext-web.xml



    <?xml version="1.0" encoding="UTF-8" standalone="no"?>
    <beans xmlns="http://www.springframework.org/schema/beans"
    ...
  14. Spring hibernate array "all elements are null"

    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...
Results 1 to 14 of 14