[JBoss-user] [EJB/JBoss] - Re: Warning:WARN [TransactionImpl] Transaction TransactionI

2004-12-07 Thread hansonhx
I also encounted the same question.I think that the transaction is not 
committed.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857821#3857821

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857821


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - How to resolve JTA and DataSource problem?

2004-12-06 Thread hansonhx
1?I try to  use JOTM's objectweb to manage data connection and Transaction,but  
I find that connection can't clear cursor.
config:
org.objectweb.jndi.DataSourceFactory  to get DataSource
org.objectweb.jotm.UserTransactionFactory  to get Transaction

2?I try to use JOTM's DBCP to get connection and use objectweb to get 
Transaction,but i find that the transaction no use.
config:
org.apache.commons.dbcp.BasicDataSourceFactory  to get DataSource   
org.objectweb.jotm.UserTransactionFactory  to get Transaction

3?I try to use JBOSS to get Transaction and use DBCP to get connection but I 
find  that the transaction no use.

config:

org.apache.commons.dbcp.BasicDataSourceFactory  to get connection.

get jboss's UserTransaction

4?I try to get jboss's UserTransaction and get jboss's datasource ,but i find 
that the connection can't get just because of the datasource's jndi is local 
and couldn't get.

How to resolve this problem?Thank you!

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857658#3857658

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857658


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Re: why can't get EJBHome by JNDI?

2004-11-30 Thread hansonhx
Than you very much!I have resolved this problem!

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3856836#3856836

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3856836


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - why can't get EJBHome by JNDI?

2004-11-26 Thread hansonhx
question:
I deploy tomcat in a computer with RedHat Linux OS.And I deploy jboss
in another computer also with RedHat Linux OS.But in test process,I find 
that I can't get EJBHome and throw 
exceptions:javax.naming.CommunicationException [Root exception is 
java.rmi.NoSuchObjectException: no such object in table]
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:647)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:507)
at javax.naming.InitialContext.lookup(InitialContext.java:347)
at com.zterc.uos.helpers.EJBHelper.getEJBHome(EJBHelper.java:42)
at 
com.zterc.uos.oaas.client.LoginService.lookupHome(LoginService.java:124)
at 
com.zterc.uos.oaas.client.LoginService.findJobOperations(LoginService.java:69)
at 
com.ztesoft.bs.impl.agent.entity.UosUserInfo.readUserPower(UosUserInfo.java:116)
at 
com.ztesoft.bs.impl.common.AuthenticationImpl.getOperator(AuthenticationImpl.java:165)
at com.ztesoft.bs.action.common.LoginAction.execute(LoginAction.java:45)

Can you help me to resolve this problem?Thanks.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3856485#3856485

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3856485


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user