Re: Geronimo 2.2 Documentation Broken Links

2010-04-13 Thread Kevan Miller

On Apr 13, 2010, at 1:01 PM, joeydigslinux wrote:

> 
> This link:
>   http://geronimo.apache.org/GMOxDOC22/
> 
> immediately redirects to the cwiki site. :( Can someone help fix that? I'm
> desperately in need to access to document page (older version would be ok
> too).

Hi cj,
Try -- http://people.apache.org/~kevan/TemporaryGeronimoDocs/GMOxDOC21/
and -- http://people.apache.org/~kevan/TemporaryGeronimoDocs/GMOxDOC22/

Not very pretty, but should help for now... Hopefully things will be synced out 
soon.

--kevan

Re: How to configure ActiveMQ (persistence, flow control etc.)

2010-04-13 Thread Kevan Miller

On Apr 13, 2010, at 11:06 AM, easyl wrote:

> 
> https://issues.apache.org/jira/browse/GERONIMO-3148
> 
> Can I use xbean in GA2.1?

In theory, I suppose it could be done, but not without some effort... Geronimo 
2.1 uses ActiveMQ 4.1.2. You'd have to embed AMQ 5.3.x into Geronimo 2.1 and 
get a number of things working. Not something I'd recommend.

--kevan

Re: Geronimo 2.2 Documentation Broken Links

2010-04-13 Thread joeydigslinux

This link:
   http://geronimo.apache.org/GMOxDOC22/

immediately redirects to the cwiki site. :( Can someone help fix that? I'm
desperately in need to access to document page (older version would be ok
too).

Thanks,
cj


DWoods wrote:
> 
> I'm copying the last version of the auto-exported content from our
> various Confluence spaces over to our geronimo.a.o website right now.
> You should be able to reach the docs in about an hour, after the next
> www rsync runs.
> 
> For Doc links that are -
> http://cwiki.apache.org/GOx
> you'll be able to reach them off our website instead as -
> http://geronimo.apache.org/GMOx
> which for the 2.2 docs, would be -
> http://geronimo.apache.org/GMOxDOC22/
> 
> 
> -Donald
> 
> 
> 
> 

-- 
View this message in context: 
http://n3.nabble.com/Geronimo-2-2-Documentation-Broken-Links-tp712559p716592.html
Sent from the Users mailing list archive at Nabble.com.


Re: Geronimo 2.2 Documentation Broken Links

2010-04-13 Thread techlogix

You guys are awesomekeep up the excellent work!

On 4/13/10, DWoods [via Apache Geronimo]
 wrote:
>
>
>
> I'm copying the last version of the auto-exported content from our
> various Confluence spaces over to our geronimo.a.o website right now.
> You should be able to reach the docs in about an hour, after the next
> www rsync runs.
>
> For Doc links that are -
> http://cwiki.apache.org/GOx
> you'll be able to reach them off our website instead as -
> http://geronimo.apache.org/GMOx
> which for the 2.2 docs, would be -
> http://geronimo.apache.org/GMOxDOC22/
>
>
> -Donald
>
>
> On 4/11/10 9:41 PM, techlogix wrote:
>>
>> http://geronimo.apache.org/documentation.html
>>
>> All links from this page is broken. This is probably an issue worth
>> looking
>> at so that people can read the documentation properly before posting
>> questions.
>>
>> Is there an alt link ?
>>
>>
>
>
> __
> View message @
> http://n3.nabble.com/Geronimo-2-2-Documentation-Broken-Links-tp712559p715996.html
>
> To unsubscribe from Geronimo 2.2 Documentation Broken Links, click
>  (link removed) ==
>

-- 
Sent from my mobile device

....  . ..rs

-- 
View this message in context: 
http://n3.nabble.com/Geronimo-2-2-Documentation-Broken-Links-tp712559p716257.html
Sent from the Users mailing list archive at Nabble.com.


Re: How to configure ActiveMQ (persistence, flow control etc.)

2010-04-13 Thread easyl

https://issues.apache.org/jira/browse/GERONIMO-3148

Can I use xbean in GA2.1?


kevan wrote:
> 
> 
> To configure the brokerUri attribute, edit your config.xml file, locate
> the activemq-broker module and add an override of the ActiveMQ GBean.
> Something like:
> 
> 
> 
>  name="brokerUri">your-activemq-xml-file-path
> 
> ...
> 
> 
> --kevan
> 
-- 
View this message in context: 
http://n3.nabble.com/How-to-configure-ActiveMQ-persistence-flow-control-etc-tp703178p716235.html
Sent from the Users mailing list archive at Nabble.com.


Re: Geronimo 2.2 Documentation Broken Links

2010-04-13 Thread Donald Woods
I'm copying the last version of the auto-exported content from our
various Confluence spaces over to our geronimo.a.o website right now.
You should be able to reach the docs in about an hour, after the next
www rsync runs.

For Doc links that are -
http://cwiki.apache.org/GOx
you'll be able to reach them off our website instead as -
http://geronimo.apache.org/GMOx
which for the 2.2 docs, would be -
http://geronimo.apache.org/GMOxDOC22/


-Donald


On 4/11/10 9:41 PM, techlogix wrote:
> 
> http://geronimo.apache.org/documentation.html
> 
> All links from this page is broken. This is probably an issue worth looking
> at so that people can read the documentation properly before posting
> questions.
> 
> Is there an alt link ?
> 
> 


Re: Readings on Java EE6

2010-04-13 Thread Ashish Jain
Thanks a lot kevan for the pointers.

On Mon, Apr 12, 2010 at 6:42 PM, Kevan Miller wrote:

>
> On Apr 8, 2010, at 10:09 AM, Ashish Jain wrote:
>
> > Hi All,
> >
> > I want to start up reading on Java EE6. What can be the most efficient
> way to start with it? Shall I start up with the java ee specification?
>
> EE6 Specification will give you an idea about what technologies must be
> included in an EE6 server. And does contain some useful documentation. The
> Sun EE6 Tutorial is probably a good starting point. I'm sure a Google search
> will find it for you...
>
> --kevan