[JBoss-user] [JBoss Seam] - Re: Seam 1.0.0.GA Booking App: RegisterAction - Injected Use

2006-06-14 Thread jagoh
Thomas, Do you mean if already defined in ejb-jar.xml, at class level don't need to declare? Thanks. JA View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951011#3951011 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3951

[JBoss-user] [JBoss Seam] - Re: Seam reverse engineering tool

2006-06-12 Thread jagoh
Just wonder how this statement work in persistence.xml: org.hibernate.ejb.HibernatePersistence java:/MySqlDS2 I didn't see the "java:/MySqlDS2" has bind with any driver or

[JBoss-user] [JBoss Seam] - Re: Good combination - Reverse Engineering

2006-06-11 Thread jagoh
Postdev & Michelazzo... any of you success to create an CRUD example using the nightly build? I am failed. : ( View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950343#3950343 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p

[JBoss-user] [JBoss Seam] - Re: Seam reverse engineering

2006-06-11 Thread jagoh
Not. It's not working. My current installation is in d: and i have the new installation in c: but it seem no different. First i extract the following file to c: i. JBossIDE-1.6.0.GA-Bundle-win32.zip then extract the following nightly build to c: i. JBossIDE-200606082311-nightly-ALL.zip After i

[JBoss-user] [JBoss Seam] - Re: Seam reverse engineering

2006-06-09 Thread jagoh
ok, let me try on Monday and let you know. Thank you. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950226#3950226 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950226 __

[JBoss-user] [JBoss Seam] - Re: Seam reverse engineering

2006-06-09 Thread jagoh
all the 'bean's object. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950077#3950077 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950077 ___ JBoss-user mailing list JBos

[JBoss-user] [JBoss Seam] - Re: Seam reverse engineering

2006-06-09 Thread jagoh
hei... it still include this in my bean. I have start with eclipse -clean from cmd prompt. Very tired to resolve this... i) import javax.ejb.Interceptors; View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950073#3950073 Reply to the post : http://www.jboss.com

[JBoss-user] [JBoss Seam] - Re: Seam reverse engineering

2006-06-09 Thread jagoh
@Interceptions (I cannot find the javax.ejb.interceptions.class from my jar files) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950063#3950063 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950063 _

[JBoss-user] [JBoss Seam] - Re: Seam reverse engineering

2006-06-09 Thread jagoh
Still got compilation error... :( View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950061#3950061 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950061 ___ JBoss-user mailing

[JBoss-user] [JBoss Seam] - Re: Seam reverse engineering

2006-06-09 Thread jagoh
Yup. I downloaded this one from the site: http://download.jboss.org/jbosside/builds/nightly/200606082311-nightly/all/JBossIDE-200606082311-nightly-ALL.zip View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950060#3950060 Reply to the post : http://www.jboss.co

[JBoss-user] [JBoss Seam] - Re: Seam reverse engineering

2006-06-09 Thread jagoh
I downloaded the nightly build for jboss ide. Or i need other componenet nightly build? Please give me the URL. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950055#3950055 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mod

[JBoss-user] [JBoss Seam] - Re: Seam reverse engineering

2006-06-09 Thread jagoh
I just downloaded and tested. It seem make no difference. I still get compilation errors. May I know where is javax.ejb.Interceptors.class located? I got the jar files: i. ejb3-persistence.jar ii. hibernate-annotations.jar iii. jboss-annotations-ejb3.jar iv. joboss-ejb3x.jar v. jboss-seam.jar vi

[JBoss-user] [JBoss Seam] - Re: Seam reverse engineering

2006-06-08 Thread jagoh
It seem working with error after i have made certain modification to deployment descriptor: i. added ejb-jar.xml to resource folder (Initially missing) ii. modified web.xml and added the jndiPattern context iii. modified jboss-app.xml chg the loader name Now i can render the find.jsp page, but n

[JBoss-user] [JBoss Seam] - Seam reverse engineering

2006-06-08 Thread jagoh
I have few errors when tried up the tool: i. I got the javax.ejb.Interceptors class not find compilation error ii. So, i replace it with javax.interceptor.Interceptors, is it the same thing? iii. After replacing it, i able to compile and get all the ear, war, and ejb3 files completed and sucess d