[JBoss-user] [EJB/JBoss] - Re: SFSB problem

2004-08-04 Thread claude.glauser
See ejb specification, chapter 7.5.6, last paragraph.

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

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


---
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Re: SFSB problem

2004-08-04 Thread claude.glauser
Calls to stateful session beans are not synchronized according to the ejb 
specification. Scott Stark wrote in another thread: anonymous wrote :  Change the 
stateful session interceptor to synchronize calls instead of throwing an exception or 
add a client interceptor that does the synchronization on the client side.. The book 
JBoss Administration and Development shows how to do this. Other solution: Just 
synchronize the ejb-calls somehow in your web application. Or implement the  
SessionSynchronization interface (bean managed transaction) and do something there. 
Did you play with transaction settings in the ejb descirptor? Hope this helps.

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

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


---
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Re: Can a simple EJB (no app server) client start transactio

2004-08-03 Thread claude.glauser
I found the solution myself.
There is a UserTransaction object registered in the jndi tree ("UserTransaction").

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

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


---
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Re: Can a simple EJB (no app server) client start transactio

2004-08-03 Thread claude.glauser
Some more infos: In a simple ejb client, I can not call 
session_context.setRollbackOnly(); because a simple ejb client has no session_context.

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

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


---
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Can a simple EJB (no app server) client start transactions?

2004-08-03 Thread claude.glauser
Hi,

we intend to call an ejb (version 2.0) from a stored procedure (java).
Here in pseudocode:

SQL statement 1
SQL statement 2
call to EJB session bean 
SQL statement 3

If SQL statement 3 fails, will all the ejb stuff (made by the session bean)  roll back 
also?
How can I demarcate transactions in a simple EJB client?

Any hints are appreciated.





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

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


---
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security & JAAS/JBoss] - Re: request.getUserPrincipal returns null

2004-04-21 Thread claude.glauser
It is HttpServletRequest, not the HttpResponse, which offers this mehtod (J2EE 1.3).

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

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


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss.NET & SOAP] - Re: xdoclet tag reference, parameter reference ?

2004-04-17 Thread claude.glauser
I found it myself. You wil find a link on this page:

http://www.jboss.org/developers/guides/jboss.net/xdoclet



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

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


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss.NET & SOAP] - xdoclet tag reference, parameter reference ?

2004-04-16 Thread claude.glauser
Hi,

does anybody know a link to the
documentatoin of the x-doclet tags
for the JBoss.net-module and the
parameter description of 
"web-service.xml" for JBoss.net ?

Thanks

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

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


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss.NET & SOAP] - Re: WSDL error - simpleType

2004-04-16 Thread claude.glauser
I have the same problem too (mono wsdl tool).

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

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


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence & CMP/JBoss] - Re: How can I prevent sql update statement on cmp-beans ?

2004-04-04 Thread claude.glauser
Thanks a lot for your help !




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

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


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence & CMP/JBoss] - How can I prevent sql update statement on cmp-beans ?

2004-04-04 Thread claude.glauser
Hi,

i looked at the issued sql statements for a jboss-ql query.
There are only two statements to retreieve all beans :), but
also an update statement for every bean when the function
returns:

Executing SQL: UPDATE documententity SET Creation_Date=?, Modification_Date=? WHERE 
Id=?

I am not aware that my code changes creation_date nor modification_date.

What are the conditions that an update statement will be performed ?
Is there a way to prevent it ?

Thanks a lot for your answers.


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

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


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user