@Test
| public void testCreate() throws Exception {
| new ComponentTest() {
| @Override
| protected void testComponents() throws Exception {
| Employee employee = new Employee();
| employee.setFirstName("abcdefghijklmnop");
| employee.setLastName("burns");
| ( (DBI) getInstance("dbi") ).create(employee);
| }
|
| }.run();
| }
Not a problem with Seam ;)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4106462#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...