(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
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
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
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:
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
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
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)
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
_
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
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
__
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
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
12 matches
Mail list logo