Referencing CONVERSATION-scoped component from COMPOSITE-scoped

2008-04-23 Thread Ivan Dubrov
Hi, Is that possible to refer to the CONVERSATION-scoped component from COMPOSITE-scoped? What I want to achieve, is to make singleton component (COMPOSITE-scoped) retrieve some session data (which I want to model as a CONVERSATION-scoped component) during the request processing. -- WBR,

Tuscany SCA and Spring problems

2008-04-23 Thread Schneiders, Bernd
Hi all, I'm new in SCA and Tuscany. I spend days of trying to solve my problems and I can't move forward :-( I hope someone of you have an idea where my problems are. I'm fascinated by SCA and Tuscany (up to now only in theory, because I have these problems :-) ). My intention is to

Re: Referencing CONVERSATION-scoped component from COMPOSITE-scoped

2008-04-23 Thread Mike Edwards
Ivan Dubrov wrote: Hi, Is that possible to refer to the CONVERSATION-scoped component from COMPOSITE-scoped? What I want to achieve, is to make singleton component (COMPOSITE-scoped) retrieve some session data (which I want to model as a CONVERSATION-scoped component) during the request

RE: svn checkout problem

2008-04-23 Thread Marian, Radu
Raymond, Well I am almost there... To make it work I had to add the following line my mvn.bat file: set MAVEN_OPTS=-Xms512m -Xmx1024m -XX:MaxPermSize=256m Full mvn.bat context for reference: @REM Start MAVEN2 :runm2 set MAVEN_OPTS=-Xms512m -Xmx1024m -XX:MaxPermSize=256m %MAVEN_JAVA_EXE%

Re: svn checkout problem

2008-04-23 Thread Luciano Resende
On Wed, Apr 23, 2008 at 8:18 AM, Marian, Radu [EMAIL PROTECTED] wrote: Raymond, Well I am almost there... To make it work I had to add the following line my mvn.bat file: set MAVEN_OPTS=-Xms512m -Xmx1024m -XX:MaxPermSize=256m Full mvn.bat context for reference: @REM Start MAVEN2

RE: svn checkout problem

2008-04-23 Thread Marian, Radu
Luciano, Thanks for your help. Yes I did see the following: --- T E S T S --- Running org.apache.tuscany.sca.policy.PolicyFactoryTestCase Tests run: 2, Failures: 0, Errors: 0, Skipped: 0,

Re: svn checkout problem

2008-04-23 Thread Raymond Feng
There is a typo in your command. It should be: mvn clean install -fn -Dmaven.test.skip=true (NOT manven) Thanks, Raymond -- From: Marian, Radu [EMAIL PROTECTED] Sent: Wednesday, April 23, 2008 8:47 AM To: tuscany-user@ws.apache.org Subject: RE:

Re: jboss deployment

2008-04-23 Thread Simon Laws
On Wed, Apr 23, 2008 at 6:37 PM, Abraham Washington [EMAIL PROTECTED] wrote: i did more debugging and think i narrowed down the problem. using jboss 4.0.5.ga, the error msg is more verbose. below is the stack trace 11:35:11,536 ERROR [STDERR] Apr 23, 2008 11:35:11 AM

Re: jboss deployment

2008-04-23 Thread Raymond Feng
A few other folks hit this JBoss issue before. Wang Feng points out that it might be a JBoss bug, see http://confluence.atlassian.com/pages/viewpage.action?pageId=104300830. Thanks, Raymond -- From: Abraham Washington [EMAIL PROTECTED] Sent:

Re: jboss deployment

2008-04-23 Thread Abraham Washington
hi raymond/simon...thanks for taking the time. yeah, i think it's a jboss issue. sorry for the inconvience, hope you didn't spend too much time on it... thx - abe - Original Message From: Raymond Feng [EMAIL PROTECTED] To: tuscany-user@ws.apache.org Sent: Wednesday, April 23, 2008

Re: transaction question

2008-04-23 Thread Luciano Resende
You can properly set the DAS config file to inform that you are running in a managed environment (managedtx=true), this should give you the single transaction behavior. More details can be found in the DAS Documentation page [1] and in the DAS Transaction Control Guide [2]. [1]