[jboss-user] [JBoss Seam] - Re: Need help with SeamTest

2007-07-10 Thread cormet
I have same problem too View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062771#4062771 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4062771 ___ jboss-user mailing list jbo

[jboss-user] [JBoss Seam] - TestNG example with hibernate

2007-07-09 Thread cormet
Hi All, Is there any example on doing integration or unit testing under Hibernate. I seen there is sample for unit test using ejb, however not in hibernate. I hope Seam developer could provide a sample for the hibernate. Cheers, -T View the original post : http://www.jboss.com/index.html?mo

[jboss-user] [JBoss Seam] - Re:

2007-07-04 Thread cormet
Thanks, pete...As another workaround, I used custom converter and solved the problem. Cheers View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060276#4060276 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4060276

[jboss-user] [JBoss Seam] - Re:

2007-07-03 Thread cormet
Hi Aza, Thanks for the reply. Just wondering the entityManager.. Currently iam using hibernate session rather than entityManager...is it good possible or good practice to mix both? I am still confuse how to configure the entityManager... Hope you can give me some direction... Cheers, View t

[jboss-user] [JBoss Seam] - Re:

2007-07-03 Thread cormet
Hi, another update for this problem. Looks like is looking for Entity Manager : | [EntityConverter] Entity Manager not found | but how do i use/configure entity manager as i have use hibernate session factory? Cheers, View the original post : http://www.jboss.com/index.html?module=bb

[jboss-user] [JBoss Seam] - Re:

2007-07-03 Thread cormet
Hi, problem still the existThanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060214#4060214 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4060214 ___ jboss-user mail

[jboss-user] [JBoss Seam] -

2007-07-03 Thread cormet
Hi All, I having problem in converting the object from dropdown menu. I have seen the example in UI section. however, it did the same and I got the error message "Error selecting object". The drop menu listed all account types but when i click submit button, i got that error message. Looks like

[jboss-user] [JBoss Seam] - Re: TestNG with hibernate

2007-06-12 Thread cormet
Hi Chris, Thx for the reply. I tried it but i gives me error. here are my simple code: | EntityManagerFactory emf = Persistence.createEntityManagerFactory("mySession"); | EntityManager em = emf.createEntityManager(); | ManagedHibernateSession session = (ManagedHibe

[jboss-user] [JBoss Seam] - Re: TestNG with hibernate

2007-06-11 Thread cormet
anyone??? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4053029#4053029 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4053029 ___ jboss-user mailing list jboss-user@lists.jbos

[jboss-user] [JBoss Seam] - TestNG with hibernate

2007-06-10 Thread cormet
Hi All, I would like to ask how to create session in hibernate session using testNG. One of example using this code below: EntityManagerFactory emf = | Persistence.createEntityManagerFactory("helloworld"); | EntityManager em = emf.createEntityManager(); Is it code usable for h

[jboss-user] [JBoss Seam] - weird problem

2007-05-26 Thread cormet
Hi All, I have following problem in calling action on datatable. here are the code: | | | | |

[jboss-user] [JBoss Seam] - Conversation Scope performance

2007-05-26 Thread cormet
Hi All, I am having serious performance issue when using conversation. If i just used default scope (event scope), page loading time is not that bad. however, if i switch to conversation scope, page loading time is increadibly slow. Would any one teach me what do i need to configure/tune to ma

[jboss-user] [JBoss Seam] - Re: Error in trying to injecting the bean

2007-05-24 Thread cormet
Hi All, Another update for the problem. I used the getter and setter in accountAction to expose the generalJournal in record.xhtml. This is problem works fine. However, my question is why using @In(create=true) not working??? coz i am using seam which mean i prefer to stick with seam technolog

[jboss-user] [JBoss Seam] - Re: Error in trying to injecting the bean

2007-05-24 Thread cormet
Hi tony, THanks for the reply. I changed the code by adding outjecting annotation and still using EVENT scope: AccountAction.java: | @Scope(EVENT) | @Name("accountAction") | public class AccountAction implements Serializable{ | private static final long serialVersionUID = 58845106

[jboss-user] [JBoss Seam] - Re: Error in trying to injecting the bean

2007-05-24 Thread cormet
anyone??? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4048536#4048536 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4048536 ___ jboss-user mailing list jboss-user@lists.jbos

[jboss-user] [JBoss Seam] - Error in trying to injecting the bean

2007-05-24 Thread cormet
Hi All, I am quite new to jboss and Currently, i am using hibernate 3.2.1, seam 1.2.1 GA. my problem is that i would like to inject the bean called "generalJournal" when it is submited. However I got error saying that: javax.faces.el.EvaluationException: Exception while invoking expression #

[jboss-user] [JBoss Seam] - Re: Seam-gen

2007-05-14 Thread cormet
Hi, I am using JbossAS 4.2GA. I am not too sure about Jboss seam only support ejb3. if this is the case, then i shouldn't use it because i'll use hibernate. if not, can you or anyone else confirm that what do i miss/need to do? Cheers, -T View the original post : http://www.jboss.com/index.h

[jboss-user] [JBoss Seam] - Seam-gen

2007-05-13 Thread cormet
Hi All, I read the tutorial on seam reference documentation. But I can't run the simple war file which is genereated from seam-gen code (when I execute the seam new-project). here are the error and any helps will be appriacited: 12:35:02,687 ERROR [[/ms_accountingsystem]] Exception sending cont

[jboss-user] [JBoss Seam] - JbossAS crash on Eclipse using JbossIDE (blue screen)

2007-05-12 Thread cormet
Hi ALL, I am new to Jboss framework. After reading the SEAM tutorial, I would like to try to use SEAM on my project with Jboss Eclipse IDE. However, I am having big problem when i try to start JBossAS from eclipse inside. The error I got just a blue screen and then restart my computer. Here are