Results 1 to 4 of 4

Thread: Problems for see methods generated in my .java

Threaded View

  1. #1
    Join Date
    Nov 2008
    Location
    Lima, Perú
    Posts
    14

    Unhappy Problems for see methods generated in my .java

    Yesterday I downloaded the M2.
    I generate my project again.
    Now I have it problem: My entities only show methods of the Object class.


    With the M1 it was possible like can see in it link: http://joedayz.org/jdiaz/?p=196

    This is the same code: (I am using STS 2.1.0M2 too)

    package com.joedayz.vote.domain;

    import org.springframework.roo.addon.test.RooIntegrationT est;
    import com.joedayz.vote.domain.Choice;
    import org.junit.Test;

    @RooIntegrationTest(entity = Choice.class)
    public class ChoiceIntegrationTest {

    @Test
    public void testMarkerMethod() {
    Choice c = new Choice();
    c. << Only show methods of the Object class>>

    }
    }

    Please, any idea about this.
    Last edited by joedayz; Jun 21st, 2009 at 10:57 PM. Reason: be more specifically

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •