Location of tx manager component in source distro?

2007-10-23 Thread Guy Pardon

Hi,

This component: https://svn.apache.org/repos/asf/geronimo/components/ 
txmanager/


...does not seem to figure in the source distribution 2.0.2 - or did  
I miss something?


Thanks
Guy



Re: Location of tx manager component in source distro?

2007-10-23 Thread Kevan Miller


On Oct 23, 2007, at 9:11 AM, Guy Pardon wrote:


Hi,

This component: https://svn.apache.org/repos/asf/geronimo/ 
components/txmanager/


...does not seem to figure in the source distribution 2.0.2 - or  
did I miss something?


Hi Guy,
components are released separately from our server distribution.  
Instead they are embedded by the Geronimo server just like any other  
external software project. The downside to this is that it's not a  
one-stop-shop when it comes to our source code. The upside is that  
these components can be re-used more easily by other projects.


You'll find the source in our svn tree, here -- https:// 
svn.apache.org/repos/asf/geronimo/components/txmanager/tags/geronimo- 
txmanager-parent-2.0.2/


Or the maven central repo --

http://repo1.maven.org/maven2/org/apache/geronimo/components/geronimo- 
transaction/2.0.2/geronimo-transaction-2.0.2-sources.jar
http://repo1.maven.org/maven2/org/apache/geronimo/components/geronimo- 
connector/2.0.2/geronimo-connector-2.0.2-sources.jar


--kevan


Re: Location of tx manager component in source distro?

2007-10-23 Thread Guy Pardon

Hi,

I see. Then what is the name of the component's classes jar and where  
is it in the distribution?


Thanks again
Guy

On 23-okt-07, at 15:42, Kevan Miller wrote:



On Oct 23, 2007, at 9:11 AM, Guy Pardon wrote:


Hi,

This component: https://svn.apache.org/repos/asf/geronimo/ 
components/txmanager/


...does not seem to figure in the source distribution 2.0.2 - or  
did I miss something?


Hi Guy,
components are released separately from our server distribution.  
Instead they are embedded by the Geronimo server just like any  
other external software project. The downside to this is that it's  
not a one-stop-shop when it comes to our source code. The upside is  
that these components can be re-used more easily by other projects.


You'll find the source in our svn tree, here -- https:// 
svn.apache.org/repos/asf/geronimo/components/txmanager/tags/ 
geronimo-txmanager-parent-2.0.2/


Or the maven central repo --

http://repo1.maven.org/maven2/org/apache/geronimo/components/ 
geronimo-transaction/2.0.2/geronimo-transaction-2.0.2-sources.jar
http://repo1.maven.org/maven2/org/apache/geronimo/components/ 
geronimo-connector/2.0.2/geronimo-connector-2.0.2-sources.jar


--kevan





Re: Location of tx manager component in source distro?

2007-10-23 Thread Kevan Miller


On Oct 23, 2007, at 11:29 AM, Guy Pardon wrote:


Hi,

I see. Then what is the name of the component's classes jar and  
where is it in the distribution?


They are:

repository/org/apache/geronimo/components/geronimo-transaction/2.0.2/ 
geronimo-transaction-2.0.2.jar
repository/org/apache/geronimo/components/geronimo-connector/2.0.2/ 
geronimo-connector-2.0.2.jar


--kevan