Search:

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

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. SORRY,it's my fault. my maven settings.xml with...

    SORRY,it's my fault.
    my maven settings.xml with node "locaterepotry" path use separate "D:\repo" ,it must be "D:\repo".
  2. Missing artifact org.springframework:spring-core:jar:3.1.0.RC1

    4437

    i use sts2.8.0RELEASE,java 1.6.27,maven 2.2.0 and updated m2e 1.0

    my project have maven dependencies list the artifact org.springframework:spring-core:jar:,but sts show the errors.
  3. how to user spring data jpa with "when a table field would be NULL value"

    how to user spring data jpa with "when a table field would be NULL value" except use customeRepository.




    public interface TreeRepository extends CrudRepository<Tree>{
    public List<Tree>...
  4. Replies
    2
    Views
    556

    thx.great. i use the 1.2.0.BUILD-SNAPSHOT [rev...

    thx.great.

    i use the 1.2.0.BUILD-SNAPSHOT [rev b55ecfc]
  5. Replies
    2
    Views
    858

    copy tags/form.jspx and modify form.jspx with...

    copy tags/form.jspx
    and modify form.jspx with name xform.jspx..etc
  6. grails run-app Error creating bean with name 'transa ctionManager'

    C:\Users\idor\Documents\workspace\hello\helloworld>grails run-app
    | Running Grails application
    | Error 2011-08-21 03:02:27,820 [Thread-7] ERROR context.GrailsContextLoader - Error executing...
  7. Replies
    0
    Views
    398

    dbre generated wrong pk

    [ERROR] intertype declaration from com.ijqg.pos.domain.OrderDetail_Roo_Jpa_Entity conflicts with intertype declaration: java.lang.String com.ijqg.pos.
    domain.OrderDetail.getId() from...
  8. Replies
    3
    Views
    639

    thanks' .good job. it works.

    thanks' .good job.
    it works.
  9. Replies
    2
    Views
    556

    load-script.jspx html error.

    in load-script.jspx had this code:


    <link rel="stylesheet" type="text/css" href="${tundra_url}"><!-- required for FF3 and Opera --></link>
    <link rel="stylesheet" type="text/css"...
  10. Replies
    3
    Views
    639

    dbre generated wrong type

    dbre.xml

    <table name="payment_operation">
    <column name="store_id" primaryKey="false" required="true" scale="0" size="10" type="4,INT"/>
    <column name="order_id"...
  11. database introspect --file generated wrong character set

    my database has utf-8 character set ,and column have comment with Chinese,
    with command:
    database introspect --schema test --file test.xml

    generated that xml,Part of the xml file is...
  12. Replies
    9
    Views
    4,029

    grails create-app it's ok. and thanks.

    grails create-app it's ok.

    and thanks.
  13. Replies
    9
    Views
    4,029

    I have not CLASSPATH in my WIN7 OS. and didn't...

    I have not CLASSPATH in my WIN7 OS.
    and didn't added any JARS to my JRE or JDK installtions.

    and i have do by your tips,move the ~/.ivy2 cache directory to some other temporary location and try...
  14. Replies
    9
    Views
    4,029

    yes ,i use STS Version: 2.6.0.RELEASE Build Id:...

    yes ,i use STS Version: 2.6.0.RELEASE Build Id: 201103161000
    and i use step by “File-New...>Grails Project "

    and i use step by "File-New....->Grails Project ”with IDEA 10.0.3,also cause that...
  15. Replies
    9
    Views
    4,029

    right.all you right. on the first point,i try to...

    right.all you right.
    on the first point,i try to upgrade the grails.
    whereas the second message,i createApp from sts and it throws exceptions.so i trun to first point try to upgrade grails,whether...
  16. Replies
    9
    Views
    4,029

    and this stack

    Error executing script CreateApp: loader constraint violation: loader (instance of <bootloader>) previously initiated loading for a different type with name "org/xml/sax/SAXParseException"...
  17. Replies
    9
    Views
    4,029

    Grails -1.3.7 bug ?

    when
    gradlew assemble

    it cause :

    C:\springsource\grails-1.3.7\lib\gant_groovy1.7-1.9.2.jar(org/codehaus/gant/Gant
    Binding.class): 警告:无法找到类型为“org.codehaus.groovy.classgen.GroovyCompile...
  18. this bug is fixed.please update your sts with...

    this bug is fixed.please update your sts with this update site:http://download.eclipse.org/tools/ajdt/36/dev/update
  19. There are not any problem markers form AJDT...

    There are not any problem markers form AJDT showing in the "Problems" view.

    I can't "push in..." with SRC folder,only "push in..." with one method.

    i upgrade to sts2.5.0.RELEASE.


    others...
  20. roo refactor->push in,no "Push in "dialog show

    my project has 14 domain,and every domain has 4 *.aj

    when i use "refactor->push in" on ~.domain.* class folder ,noting happeen.

    but ,in ~.web,and ~.reference,can use the "refactor->push in"
    ...
  21. Replies
    1
    Views
    536

    please show your roo script.

    please show your roo script.
  22. Replies
    3
    Views
    887

    use "perform test" download dependency and...

    use "perform test" download dependency and compile then!
  23. how to modify the enum message to chinese?

    ever i make enum with domain,it display english.

    how to modify the enum message to chinese?


    i guess is:
    create chinese enum type class?
  24. good job thanks janis

    good job

    thanks janis
  25. i deal with that. modify webmvc-config.xml ...

    i deal with that.

    modify webmvc-config.xml

    <bean class="org.springframework.context.support.ReloadableResourceBundleMessageSource"
    id="messageSource"
    ...
Results 1 to 25 of 49
Page 1 of 2 1 2