Search:

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

Search: Search took 0.01 seconds.

  1. Facing same issue, after an upgraded to latest...

    Facing same issue, after an upgraded to latest STS version.
  2. Replies
    1
    Views
    2,304

    Customize Dojo dijit.Editor

    I'm trying to customize the dijit.Editor default implementation used by Spring JavaScript to support 'Insert Link', 'Insert Image' etc.

    I changed following editor.tagx:


    <script...
  3. Replies
    0
    Views
    1,084

    Dojo toolkit - Spring ROO (default Implementation)

    I'm trying to customize the dijit.Editor default implementation used by Spring JavaScript to support 'Insert Link', 'Insert Image' etc.

    I changed following editor.tagx:


    <script...
  4. Using MySQL for SpringSecurity in ROO

    It's a simple few steps process:

    1) Make sure you have fired "persistence setup" command
    2) Make sure you have fired "security setup" command

    3) open roo generated...
  5. Replies
    5
    Views
    804

    Entities

    Location
    ${YOUR_PROJ}\src\main\resources\META-INF\spring\applicationContext.xml

    Try to play with:
    <tx:annotation-driven mode="aspectj" transaction-manager="transactionManager"/>
    & ...
  6. Replies
    8
    Views
    2,438

    User as table.

    Create an entity class by name Users and let it utilize actual table user:

    entity --class ~.domain.Users --table user
  7. Replies
    1
    Views
    787

    Server

    * Define a new server let say Tomcat or TC.
    * Add your project to that server and then try to run.


    How to define a new server:
    1) Window->Show view->Servers
    2) On the Servers panel, right...
  8. Replies
    5
    Views
    804

    Intresting Question

    Until you disable the autowire tag in applicationContext.xml, you need to specify atleast one Entity.
  9. Chrome + ROO + GWT

    Seems like same issue: refer https://jira.springsource.org/browse/ROO-865
  10. Open ROO shell

    Type following again (for instance you want to use MYSQL)

    1) Type following on roo prompt:
    persistence setup --provider HIBERNATE --database MYSQL

    2) Go and edit...
  11. Replies
    8
    Views
    2,438

    Mappings

    Basic code samples to create mappings:

    M-TO-M
    field set --fieldName books --element ~.server.domain.Book

    1-TO-1
    field reference --fieldName sampleField --type ~server.domain.SampleClass
  12. Replies
    4
    Views
    2,643

    Could not find any host pages in project...

    You just need to perform following on STS project:

    1) Right click on project to get context menu.
    2) Click Maven->Enable Dependency Management (menu item)

    It will fix the issue you are facing.
  13. Can Roo project handle multiple session factories?

    Is it possible for ROO project to support multiple session factories? If so, what will be the best approach, one should take.

    ** Need to support both ORACLE & MYSQL. :confused:


    Entities...
  14. Replies
    3
    Views
    1,829

    Can Roo project handle multiple session factories?

    Is it possible for ROO project to support multiple session factories? If so, what will be the best approach, one should take.

    ** Need to support both ORACLE & MYSQL. :confused:
  15. Replies
    3
    Views
    1,829

    Some insight: Multiple Session Factory

    Possible Cause:

    1) Roo uses <context:spring-configured/> by default to inject @PersistenceContext into entities.

    As I have multiple persistence-unit (multiple persistence.xml); Seems like I'm...
  16. Replies
    3
    Views
    1,829

    Some insight: Multiple Session Factory

    Application Container Log Shows following: (Named query not found: job.findAllJobsAndTaskDetails)...
  17. Replies
    3
    Views
    1,829

    ROO: Multiple Session Factory.

    ROO : 1.1.0M1 (Created Two septate ROO Projects)

    Project1: Web Application (Connects to ORACLE for SpringSecurity, other app data) - WAR

    Project2: Stand alone application (Connects to MYSQL for...
  18. Replies
    129
    Views
    24,905

    Slogan

    -- Java Unleash!! :confused:

    -- Developers Dream!!

    -- zero to app in mins!

    -- No Dirty Laundry :D

    -- Thats the way!
  19. automaticallyMaintainView = true (ROO 1.1.0M1)

    While upgrading the version of Spring ROO 1.0.2 to 1.1.0M1, I realized that @RooWebScaffold(automaticallyMaintainView = false) is not supported any more.

    * Luckily, I'm not dependent on auto...
  20. Replies
    5
    Views
    1,626

    @vrtata

    Yes Ramesh, consider STS 2.3.3.M1 as a prerequisite if you want to use eclipse as your underline IDE.

    But if you are comfortable with the Roo shell, there is no need to download STS for Roo...
  21. Replies
    5
    Views
    1,626

    Great!!

    Thanks for your help.
  22. Replies
    5
    Views
    1,626

    Spring Roo 1.1.0M1 + sts-2.3.2.RELEASE

    Not sure if its a known issue or I'm missing something.

    Today Spring Roo 1.1.0M1 is out that supports Hibernate 3.5 & JPA 2.0. GREAT!!

    I'm trying to upgrade my project from spring...
Results 1 to 22 of 22