Sure, take your time. For reporting issues, you can access our JIRA
application at [1]. You might need to create a user name when you
first want to create a jira, but then, it's basically clicking the
"create new issue" , enter the details of the issue you are having
(maybe just add a link to this thread) and attach your zip (remember
to click in the ASF license when attaching)

[]1 http://issues.apache.org/jira/browse/TUSCANY

On 7/3/07, Enric Staromiejski Torregrosa <[EMAIL PROTECTED]> wrote:
Ok, thank you. i'll have a patient look at it tomorrow. I'm really new to
all this, never worked with jira neither.




2007/7/3, Luciano Resende <[EMAIL PROTECTED]>:
>
> Enric
>
>   If you are still having issues, it would be great if you could
> raise a jira and attach your testcase or sample application... I'd
> take a look at it right away...
>
> Thanks
>
> On 7/3/07, Ron Gavlin <[EMAIL PROTECTED]> wrote:
> > If you want the latest nightly builds, they are now available at
> http://incubator.apache.org/tuscany/tuscany-downloads-documentations.html.
> Both DAS and SDO are near milestone releases so their nightly builds are
> pretty stable.
> >
> > - Ron
> >
> > ----- Original Message ----
> > From: Brady Johnson <[EMAIL PROTECTED]>
> > To: [email protected]
> > Sent: Tuesday, July 3, 2007 11:12:33 AM
> > Subject: RE: Trying to get started
> >
> >
> > In case you're interested, the tree is like this:
> >
> >  https://svn.apache.org/repos/asf/incubator/tuscany/
> >     |-->cpp/
> >     |     |-->das/
> >     |     |-->etc/
> >     |     |-->sca/
> >     |     |-->sdo/
> >     |
> >     |-->java/
> >           |-->das/
> >           |-->etc/
> >           |-->sca/
> >           |-->sco/
> >
> > Happy to help.
> >
> > --------------------
> > Brady Johnson
> > Lead Software Developer - HydraSCA
> > Rogue Wave Software - [EMAIL PROTECTED]
> >
> > -----Original Message-----
> > From: Enric Staromiejski Torregrosa [mailto:[EMAIL PROTECTED]
> >
> > Sent: Tuesday, July 03, 2007 8:54 AM
> > To: [email protected]
> > Subject: Re: Trying to get started
> >
> > Thanks a lot Brady,
> >
> > in fact i copy-pasted the sdo binary link instead of the das ones in
> > which i'm really interested in, so i modified the last /sdo folder in
> > the path for /das and it brings me to what seems the das repo. So,
> > thanks again.
> >
> > Enric
> >
> >
> > 2007/7/3, Brady Johnson <[EMAIL PROTECTED]>:
> > >
> > >
> > > Enric,
> > >
> > > Im not sure where in the documentation it is, but you can do the
> > > following to download the latest (head) SDO code:
> > >
> > > svn co https://svn.apache.org/repos/asf/incubator/tuscany/java/sdo
> > > <your local tuscany SVN dir>
> > >
> > >
> > > --------------------
> > > Brady Johnson
> > > Lead Software Developer - HydraSCA
> > > Rogue Wave Software - [EMAIL PROTECTED]
> > >
> > >
> > > -----Original Message-----
> > > From: Enric Staromiejski Torregrosa
> > > [mailto:[EMAIL PROTECTED]
> > >
> > > Sent: Tuesday, July 03, 2007 8:37 AM
> > > To: [email protected]
> > > Subject: Re: Trying to get started
> > >
> > > Hi Luciano,
> > >
> > > i'm using the binary distribution
> > > tuscany-sdo-1.0-incubating-beta1-bin.zip<http://people.apache.org/dist
> > > /i
> > >
> > ncubator/tuscany/java/sdo/1.0-incubating-beta1/bin/apache-tuscany-sdo-1.
> > > 0-incubating-beta1-bin.zip>
> > > i found in the Tuscany's download page. From your mail i guess it is
> > > possible to download latest code from a subversion (or cvs)
> > repository.
> > > If so, how should i proceed to get those versions, please? I found no
> > > reference to this in the tuscany page.
> > >
> > > thanks in advance,
> > > Enric
> > >
> > > 2007/7/3, Luciano Resende <[EMAIL PROTECTED]>:
> > > >
> > > > We found an issue [1] where, in some cases, incompatible code was
> > > > being generated for the DAS config model if you had a previous
> > > > tuscany-sdo-plugin available in your local maven repo. I have fixed
> > > > this in trunk under revision #552624.
> > > >
> > > > If this does not help, please let me know, and maybe you could
> > > > create a jira and provide the test scenario that is failing to you.
> > > >
> > > > [1] http://issues.apache.org/jira/browse/TUSCANY-1401
> > > >
> > > >
> > > > On 7/2/07, Enric Staromiejski Torregrosa
> > > > <[EMAIL PROTECTED]>
> > > > wrote:
> > > > > Hi,
> > > > >
> > > > > i'm trying to load a sample configuration file (from the samples
> > > > distributed
> > > > > by tuscany) like this:
> > > > >
> > > > >
> > > > > Config config =
> > > > > ConfigUtil.*loadConfig*(t.getClass
> > > > ().getClassLoader().getResourceAsStream(configFile));
> > > > >
> > > > >
> > > > > where t is an instance of the current class, but I'm get the
> > > > > following
> > > > > error:
> > > > >
> > > > > Exception in thread "main" *java.lang.RuntimeException*: *
> > > > > org.eclipse.emf.ecore.resource.Resource$IOWrappedException*:
> > > > > Feature
> > >
> > > > > 'ConnectionInfo' not found. (http:///temp.xml, 22, 20)
> > > > >
> > > > > at org.apache.tuscany.das.rdb.util.ConfigUtil.loadConfig(*
> > > > ConfigUtil.java:54
> > > > > *)
> > > > >
> > > > > at _test.CATest.main(*CATest.java:48*)
> > > > >
> > > > > Caused by:
> > > *org.eclipse.emf.ecore.resource.Resource$IOWrappedException*:
> > > > > Feature 'ConnectionInfo' not found. (http:///temp.xml, 22, 20)
> > > > >
> > > > > at org.eclipse.emf.ecore.xmi.impl.XMLLoadImpl.handleErrors(*
> > > > XMLLoadImpl.java
> > > > > :80*)
> > > > >
> > > > > at
> > > > > org.eclipse.emf.ecore.xmi.impl.XMLLoadImpl.load(*XMLLoadImpl.java
> > > > :274*)
> > > > >
> > > > > at org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl.doLoad(*
> > > > > XMLResourceImpl.java:666*)
> > > > >
> > > > > at org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl.load(*
> > > > XMLResourceImpl.java
> > > > > :634*)
> > > > >
> > > > > at org.apache.tuscany.sdo.helper.XMLDocumentImpl.load(*
> > > > XMLDocumentImpl.java
> > > > > :238*)
> > > > >
> > > > > at org.apache.tuscany.sdo.helper.XMLDocumentImpl.load(*
> > > > XMLDocumentImpl.java
> > > > > :216*)
> > > > >
> > > > > at
> > > > > org.apache.tuscany.sdo.helper.XMLHelperImpl.load(*XMLHelperImpl.ja
> > > > > va
> > > > :75*)
> > > > >
> > > > > at
> > > > > org.apache.tuscany.sdo.helper.XMLHelperImpl.load(*XMLHelperImpl.ja
> > > > > va
> > > > :69*)
> > > > >
> > > > > at org.apache.tuscany.das.rdb.util.ConfigUtil.loadConfig(*
> > > > ConfigUtil.java:52
> > > > > *)
> > > > >
> > > > > ... 1 more
> > > > >
> > > >
> > > >
> > > > --
> > > > Luciano Resende
> > > > Apache Tuscany Committer
> > > > http://people.apache.org/~lresende
> > > > http://lresende.blogspot.com/
> > > >
> > > > --------------------------------------------------------------------
> > > > - To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > > For additional commands, e-mail: [EMAIL PROTECTED]
> > > >
> > > >
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > >
> > >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
>
> --
> Luciano Resende
> Apache Tuscany Committer
> http://people.apache.org/~lresende
> http://lresende.blogspot.com/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>



--
Luciano Resende
Apache Tuscany Committer
http://people.apache.org/~lresende
http://lresende.blogspot.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to