[jboss-user] [EJB 3.0] - Flush during cascade is dangerous Exception

2008-05-24 Thread thiagu.m
(SessionImpl.java:338) | at org.hibernate.ejb.AbstractEntityManagerImpl$1.beforeCompletion(AbstractEntityManagerImpl.java:515) | ... 56 more | How can I fix this exception? by thiagu.m View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4153160#415316

[jboss-user] [EJB 3.0] - OneToOne relation gives problem

2008-01-19 Thread thiagu.m
main table. I try to add OneToOne relation with other tables (TblTelevision and TblCellphone). I cant add more than one relation. If I add it gives incomplete deployment problem. If I remove any one of the OneToOne relation from TblProducts its works fine. Is there any mistake in my code Pleas

[jboss-user] [EJB 3.0] - more than one, OneToOne relation gives problem

2008-01-11 Thread thiagu.m
This is my bean class structure | @Entity | @Table(name="TBL_PRODUCTS") | public class TblProducts implements Serializable | { |@Id |@Column(name="PRODUCT_ID") |private BigDecimal productId; | |@Column(name="PRODUCT_NAME") |private String pro

[jboss-user] [JBoss Seam] - Re: seam and hibernate search give Session is closed! Except

2007-12-17 Thread thiagu.m
i resolve the problem my self when i add this annotation i fixed my problem. | @PersistenceContext(type=PersistenceContextType.EXTENDED) | EntityManager em; | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113343#4113343 Reply to the post : http:

[jboss-user] [JBoss Seam] - Re: seam and hibernate search give Session is closed! Except

2007-12-06 Thread thiagu.m
any help please i am still waithing By Thiagu View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4111088#4111088 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4111088 ___ jboss-u

[jboss-user] [JBoss Seam] - problem with identity.logout

2007-11-21 Thread thiagu.m
Hai every one i am trying for logout function without redirecting new page it is possible ? i cant do that because it remove the GET method aruments so it gives some problem please any one help me By Thiagu.m View the original post : http://www.jboss.com/index.html?module=bb&am

[jboss-user] [JBoss Seam] - seam and hibernate search give Session is closed! Exception

2007-11-20 Thread thiagu.m
ethodInvocation.java:101) | at org.jboss.ejb3.AllowedOperationsInterceptor.invoke(AllowedOperationsInterceptor.java:47) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.aspects.tx.TxPolicy.invokeInCallerTx(TxPolicy.java:126)

[jboss-user] [EJB 3.0] - Oracle Text with EJB 3.0

2007-10-12 Thread thiagu.m
this it is possible in EJB 3.0 By Thiagu.m View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4094613#4094613 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4094613 _

[jboss-user] [JBoss Seam] - How to reload the same page after logout the seam applicatio

2007-10-08 Thread thiagu.m
one help me how to reload the same page after invoke the identity.logout action By Thiagu.m View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4092415#4092415 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode

[jboss-user] [JBoss Seam] - How to invoke modalpanel via pages.xml

2007-09-11 Thread thiagu.m
modalpane via the pages.xhtml By Thiagu.m View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4082937#4082937 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4082937 __

[jboss-user] [JBoss Seam] - org.jboss.seam.InstantiationException when i use the JBoss s

2007-07-18 Thread thiagu.m
Hai every one i need convert the seam 1.2.1 code in to seam 2.0.0. here i am using stateful session bean named "authenticator" for login authentication. when i invoke it i got an exception | 19:01:30,312 ERROR [SeamLoginModule] Error invoking login method | org.jboss.seam.InstantiationExcep

[jboss-user] [JBoss Seam] - Problem with JSF Expression Language

2007-07-12 Thread thiagu.m
Hai every one i have problem with JSF Expression language, i describe about it. i am working on registration page in seam, i need to allow the user to logged in after successfully register(i meant at the instance user register) here i pass the registration page value to user bean and i call regist