[JBoss-dev] [Tomcat] - Re: Precompiled Welcome file failure

2004-05-23 Thread treespace
I am going to post this on the jbossweb forum since it is not really an integration 
issue per se. Sorry about that. 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3835954#3835954

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3835954


---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JCA on JBoss] - Re: TODO: Improve management

2004-05-23 Thread spiritualmechanic
Adrian,

I'm going to probably need to plug into the timer stuff to do monitoring of SQL 
executions. Should I look at the timer stuff first?

Is there timer stuff in jbosscx project? I searched but I don't see createTimer, so 
maybe it's in common. I'll do some more searching.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3835959#3835959

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3835959


---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Nukes Development] - Re: Problem updating my code with latest CVS, news module

2004-05-23 Thread leberre
Hi guys,

From a fresh snapshot, I was able to run the installer fine.

Some fields were removed in the tables users, posts and topics.

I removed them from my data.

The database is now populated with my former data. Unfortunately, if the forum is 
working fine, the news are not working any longer.

I noticed that news table news_stories and news_topics have been added.
 
Is there some documentation somewhere that explains how to move from the former format 
to the new one?

--Daniel

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3835960#3835960

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3835960


---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] URL to CVS for Eclipse

2004-05-23 Thread Marco Tedone
Hi, could anyone who is using Eclipse to download JBoss CVS send to me the
full url to specify as CVS info to download JBoss software? I've tried
different combination, without success.

Thanks,

Marco




---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JCA on JBoss] - Re: TODO: Improve management

2004-05-23 Thread [EMAIL PROTECTED]
Alex has already done this with a wrapper DataSource, although it should
really be in an interceptor.

http://www.jboss.org/wiki/Wiki.jsp?page=StatisticsCollector

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3835965#3835965

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3835965


---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JMS on JBoss (JMS/JBoss)] - Re: TODO: JMX Message Listing

2004-05-23 Thread StephaneNicoll
[EMAIL PROTECTED] wrote : It is intended to be used via JMX not JMS.
  | 
  | It should not show MessageReference[], it should show a List of SpyMessages
  | see the current implementation of listMessages.
  | 
  | MessageReference is a serverside class. 
  | 
  | Using a List makes it easy for the JMX console to display the results.

Adrian,

We have some code that removes messages from a queue based on selector with a limit. 
If you want we can provide a patch that adds this functionnality (to BasicQueue I 
assume).

Regards,

Stephane

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3835966#3835966

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3835966


---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JMS on JBoss (JMS/JBoss)] - Message Removal

2004-05-23 Thread [EMAIL PROTECTED]
StephaneNicoll wrote : [EMAIL PROTECTED] wrote : It is intended to be used via JMX 
not JMS.
  |   | 
  |   | It should not show MessageReference[], it should show a List of SpyMessages
  |   | see the current implementation of listMessages.
  |   | 
  |   | MessageReference is a serverside class. 
  |   | 
  |   | Using a List makes it easy for the JMX console to display the results.
  | 
  | Adrian,
  | 
  | We have some code that removes messages from a queue based on selector with a 
limit. If you want we can provide a patch that adds this functionnality (to BasicQueue 
I assume).
  | 
  | Regards,
  | 
  | Stephane

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3835967#3835967

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3835967


---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JMS on JBoss (JMS/JBoss)] - Re: Message Removal

2004-05-23 Thread [EMAIL PROTECTED]
Yes, it should follow the pattern for listMessages, 
i.e. be exposed as a management operation on
org.jboss.mq.server.jmx.Queue and 
org.jboss.mq.server.jmx.Topic (with an optional extra parameter to identify the 
subscription).

What do you do about messages that have been received by the client but not 
acknowledged? e.g. removeAllMessages() also removes these, but this may not
be behaviour you want?

I've been thinking about adding an optional parameter:
void removeAllMessages(boolean includingUnackedMessages);

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3835968#3835968

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3835968


---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JMS on JBoss (JMS/JBoss)] - Re: TODO: JMX Message Listing

2004-05-23 Thread [EMAIL PROTECTED]
Stephane,

I've started a new Thread rather than hijacking this one:
http://www.jboss.org/index.html?module=bbop=viewtopict=50050

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3835969#3835969

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3835969


---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JMS on JBoss (JMS/JBoss)] - Re: Message Removal

2004-05-23 Thread StephaneNicoll
Adrian,

We use only this functionnality on queue. Basically we have a JmsUtilService Mbean 
which does some operations on queue. 

Namely we have a method

removeMessages(Queue queue, String selector, int limit) that removes max limit 
messages matching the specified selector on specified queue. Of course, if exposed 
directly on the destination level we can remove the queue parameter.

I don't get you with this unacknowledged thing.

Regards,

Stephane

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3835970#3835970

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3835970


---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JMS on JBoss (JMS/JBoss)] - Re: Message Removal

2004-05-23 Thread [EMAIL PROTECTED]
See BasicQueue.removeAllMessages()

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3835971#3835971

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3835971


---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] Question on boot process

2004-05-23 Thread Marco Tedone
Hi, may I ask why the ServlerLoader class first saves the thread context
current classloader, creates a new classloader with which creates the server
instance, and then re-sets the old-classloader?

Marco




---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JMS on JBoss (JMS/JBoss)] - Re: Message Removal

2004-05-23 Thread StephaneNicoll
Ah ok. Well actually, we remove messages by simply consuming them (QueueReceiver). So 
the unacknowledged stuff makes no  sense in this case.

Regards,

Stephane

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3835973#3835973

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3835973


---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Nukes Development] - Re: Problem updating my code with latest CVS, news module

2004-05-23 Thread jae77
no documentation exists. the release of news in nukes 1.1 will be it's official 
release, and nothing prior is supported, including database schema. 

you could write a parser script that takes the old data and loads it into the new 
table format. the new schema is pretty self-explanitory. you will need to reference 
the pre-1.1 (it's tagged in cvs) code to determine the mapping of that schema. 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3835979#3835979

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3835979


---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Mail Services] - Re: ReThread

2004-05-23 Thread acoliver
This is running on my mail server and appears to be not only faster but more stable.  
Let me know (especially you kabir) if the concurrnecy issue shows up again.  I think 
its nailed.  Moreover I think timeout works.  Next up will be to mbeanize the thread 
pool and have server use it that way.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3835980#3835980

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3835980


---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Mail Services] - Re: ReThread

2004-05-23 Thread mikea-xoba
sounds like a good idea to get a little more serious on multithreading. am curious 
what the original symptoms were though, just for my own educational value (i know they 
weren't quite definite, which is ok too). 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3835981#3835981

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3835981


---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Mail Services] - Re: ReThread

2004-05-23 Thread kabkhan
I kept on getting spam meant for Andy, as if I did not have enough of my own :-)

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3835982#3835982

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3835982


---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Mail Services] - Re: ReThread

2004-05-23 Thread mikea-xoba
that's interesting... but i was also using his mail server for many days (via 
microsoft outlook client) and didn't get even one

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3835984#3835984

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3835984


---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Mail Services] - Re: ReThread

2004-05-23 Thread kabkhan
Weird... Am using Outlook too

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3835985#3835985

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3835985


---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [IIOP on JBoss] - Re: Janeva 6 JBOSS

2004-05-23 Thread yzkbug
Here is the copy'n'paste from the borland.public.janeva newsgroup:

Even though Janeva is not officially certified to support JBoss
(mostly due to some issues with JBoss/JacORB to comply with the
CORBA RMI-over-IIOP spec), the basic functionality works fine.

To demonstrate this, here are the step-by-step instructions how
to run the Janeva Cart example against JBoss 3.2.3:

(1) Add the jboss.xml deployment descriptor file into
the %janeva%\examples\Shared\Java\Cart\cart_beans.jar archive
under the META-INF directory. The contents of jboss.xml file
should be as follows:


  enterprise-beans
   
ejb-namecart/ejb-name
jndi-nameexamples/Cart/jndi-name
configuration-nameStandard Stateful SessionBean/configuration-name
invoker-bindings
 
  invoker-proxy-binding-nameiiop/invoker-proxy-binding-name
 
/invoker-bindings
   
  /enterprise-beans


This step is needed to enable accessing the Cart bean via
the IIOP protocol.

(2) Configure JBoss to disable chunking (an RMI-over-IIOP feature)
as it seems to be broken in the current version of JacORB (version 2)
used by JBoss for the RMI-over-IIOP support. To achieve it, open
the %jboss$\server\all\conf\jacorb.properties file in your text editor
and switch the value of the jacorb.interop.chunk_custom_rmi_valuetypes
parameter from on to off.

(3) Start JBoss under the 'all' configuration (e.g. using
the run -c all command). Note that it is important to use the 'all'
configuration as the default configuration doesn't enable the IIOP
support.

(4) Deploy the cart_bean.jar file into the JBoss server by copying
it into the %jboss%\server\all\deploy directory.

(5) Run any Janeva Cart client (e.g.
the %janeva%\examples\J2EE\CartClient example) using the following
line as a NamingService bootstrap IOR:

   corbaloc::localhost:3528/JBoss/Naming/root


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3835986#3835986

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3835986


---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Mail Services] - bounce ClassCastException

2004-05-23 Thread mikea-xoba
found a ClassCastException in JMSMailListener.prepareBounceMessageForMail(), and am 
not sure how to proceed. may be a minor architectural issue needing original 
architect's advice :-)

issue is in logic looking at whether recipient is local or not, whether or not to add 
message to a failed list. logic assumes EnvelopedAddress, when in fact its a 
MailAddress, and MailAddress doesn't have a getLocal() method --- which is the 
architectural issue. i committed a small comment there to cvs.

i tried removing the code 'boolean local = ...' etc, leaving just the 
'failed.add(..)', and successfully got a bounce message when sending to a non-existent 
yahoo account (or maybe yahoo didn't like 'mail from:[EMAIL PROTECTED]'), but don't 
think this is the right solution since i basically removed the logic there which 
should be doing something useful.

mike


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3835988#3835988

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3835988


---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: javassist.NotFoundException: transactional (my annotatio

2004-05-23 Thread Bill Burke
Mriou,

That is because I have not written any annotations yet for the transaction stuff and 
you have to use -xml (in ant xml=true) instead (the old annotation stuff).

I guess what I messed up is that you cannot mix and match these 2 features.  

I guess I need a different syntax for the xml based ones so that they can be put in 
the same file as bytecode complied ones?

Bill

P.S.  I did add that Directory feature you wanted with jboss.aop.path

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3835993#3835993

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3835993


---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Mail Services] - javamail Session, Store, Folder, JCA

2004-05-23 Thread mikea-xoba
any status on the JCA work? if i recall correctly, is it in the stage of an 
uncommitted patch at the moment?

reason i want to know is i was just playing around with the idea of webmail, and using 
javamail Session's, Store's, and Folder's to connect to jbmail server via pop3 (would 
be better to use JCA and avoid tcp/ip sockets of course, plus get added benefits of 
JCA)

but what i found is the Folder.open() method (implemented by sun's 
com.sun.mail.pop3.DefaultFolder) throws a MethodNotSupportedException! so it seems 
using javamail for this won't work, which is surprising. i'm probably doing something 
wrong.

or is the Session.getInstance(...) implemented by jboss server, and did implementers 
just leave out Folder.open() since jboss is a 'server', primarily sending mail, and 
not a 'client' which would receive mail as well?

mike
 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3835992#3835992

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3835992


---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Mail Services] - Re: javamail Session, Store, Folder, JCA

2004-05-23 Thread spiritualmechanic
Hey, the status is very alpha, untested. The code is uploaded, but with no unit tests. 
I'm still working on the unit tests and figuring out all I need in order to bootstrap 
the server with JNDI/JCA and load it up correctly.

I didn't mean for things to take so long, but things have been crazy at work and this 
week is going to be no different.

If you look at the source of MailService (in varia), you see:

  Session session = Session.getInstance(props, a);
  bind(session);

Which I guess shows that all they do is act like a client. Pop3 attribute is available 
in the MBean, which implies that one in theory, could retrieve email. I know very 
little about that part of the JavaMail spec.

Right now, the way things are planned, the JCA adapter will do the same thing 
MailService does.

Steve

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3835994#3835994

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3835994


---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Mail Services] - Re: bounce ClassCastException

2004-05-23 Thread spiritualmechanic
What happens when you do a 

rcpts.getClass().getName()?

This should tell you what class is actually it's expecting. You may already know this 
sort of thing, not trying to be insulting.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3835995#3835995

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3835995


---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] JBoss Test Results: 91 % ( 1680 / 1829 ) - come on - pull your finger out. JBoss (HEAD/winxp/1.4.1_06) [AUTOMATED]

2004-05-23 Thread kimptoc_mail
===
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net/ FOR DETAILS==
===
===
Mon May 24 01:41:27 GMTDT 2004
===
HERE ARE THE LAST 100 LINES OF THE LOG:
===
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net/ FOR DETAILS==
===
===


JBoss daily test results

SUMMARY

Number of tests run:   1829



Successful tests:  1680

Errors:140

Failures:  9





[time of test: 2004-05-23.23-37 GMT]
[java.version: 1.4.1_06]
[java.vendor: Sun Microsystems Inc.]
[java.vm.version: 1.4.1_06-b01]
[java.vm.name: Java HotSpot(TM) Client VM]
[java.vm.info: mixed mode]
[os.name: Windows XP]
[os.arch: x86]
[os.version: 5.1]

Useful resources:

- 
http://jboss.kimptoc.net/winxp/1.4.1_06/logtests/testresults/reports/html//2004-05-23.23-37
 for
the junit report of this test.


NOTE: If there are any errors shown above - this mail is only highlighting 
them - it is NOT indicating that they are being looked at by anyone.

It is assumed that whoever makes change(s) to jboss that 
break the test will be fixing the test or jboss, as appropriate!





DETAILS OF ERRORS



Suite:   org.jboss.test.cache.test.replicated.SyncTxUnitTestCase
Test:unknown
Type:error
Exception:   junit.framework.AssertionFailedError
Message: Timeout occurred
-



Suite:   org.jboss.test.client.test.AppClientUnitTestCase
Test:testENC
Type:error
Exception:   javax.naming.NameNotFoundException
Message: test-client not bound
-



Suite:   org.jboss.test.client.test.AppClientUnitTestCase
Test:testEjbs
Type:error
Exception:   javax.naming.NameNotFoundException
Message: test-client not bound
-



Suite:   org.jboss.test.client.test.AppClientUnitTestCase
Test:testServerFound
Type:error
Exception:   org.jboss.deployment.DeploymentException
Message: Failed to find module file: cts.jar
-



Suite:   org.jboss.test.exception.EntityExceptionUnitTestCase
Test:testNotDiscardedApplicationExceptionInTxMarkRollback_remote
Type:error
Exception:   net.sourceforge.junitejb.RemoteTestException
Message: Error, bean instance was discarded!
-



Suite:   org.jboss.test.exception.EntityExceptionUnitTestCase
Test:testNotDiscardedApplicationExceptionNewTxMarkRollback_remote
Type:error
Exception:   net.sourceforge.junitejb.RemoteTestException
Message: Error, bean instance was discarded!

===
Mon May 24 01:41:27 GMTDT 2004
===
CYGWIN_NT-5.1 quarks2 1.5.4(0.94/3/2) 2003-09-12 23:08 i686 unknown unknown Cygwin
===
java -version
java version 1.4.1_06
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_06-b01)
Java HotSpot(TM) Client VM (build 1.4.1_06-b01, mixed mode)


---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Mail Services] - Re: bounce ClassCastException + NUKES FORUM BUGS

2004-05-23 Thread mikea-xoba
no problem steve, i positively appreciate any time someone can spend to help me 
understand this or any other issue! thanks.

i did a logger.info(rcpts.getClass()), which showed a MailAddress, and not an 
EnvelopedAddress. that also explains the ClassCastException. 

-

btw --- this new jboss forum website design has a nasty side-effect: if you resize the 
browser window in IE while composing, you risk completely losing your post when page 
is re-layed-out (happened to me once on this message already). not sure which html or 
javascript is responsible for that. 

p.s., trying to resize browser window after *previwing* one's post results in IE error 
message 'can't refresh without re-sending information'. so i think the reason is maybe 
due to some errant javascript, resizing browser window translates into a 'refresh' 
instead --- there's tons of javascript in these web pages.

p.p.s: another weird new forum 'feature' is this automatic italicization you probably 
see in this post. have no idea how that happens either, and i never usually speak in 
italics!

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3835999#3835999

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3835999


---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] Test Job Failed to Complete Successfully (or we gave up on it...)! JBoss (HEAD/winxp/1.4.2_03) [AUTOMATED]

2004-05-23 Thread kimptoc_mail
===
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net/ FOR DETAILS==
===
===
Mon May 24 02:55:28 GMTDT 2004
===
HERE ARE THE LAST 100 LINES OF THE LOG:
===
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net/ FOR DETAILS==
===
===
[junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 9.453 sec
[junit] Running org.jboss.test.txtimer.test.SimpleTimerTestCase
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 8.125 sec
[junit] Running org.jboss.test.txtimer.test.TimerSerializationTestCase
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 3.187 sec
[junit] Running org.jboss.test.txtimer.test.TransactionalTimerTestCase
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 4.281 sec

tests-util-unit:
[junit] Running org.jboss.test.util.test.PropertyEditorsUnitTestCase
[junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.531 sec
[junit] Running org.jboss.test.util.test.PropertyPatternUnitTestCase
[junit] Tests run: 17, Failures: 0, Errors: 0, Time elapsed: 0.125 sec
[junit] Running org.jboss.test.util.test.ProtocolHandlerUnitTestCase
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.094 sec
[junit] Running org.jboss.test.util.test.SchedulerUnitTestCase
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.531 sec
[junit] Running org.jboss.test.util.test.StringsUnitTestCase
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.218 sec
[junit] Running org.jboss.test.util.test.ThreadPoolRunnableUnitTestCase
[junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 1.187 sec
[junit] Running org.jboss.test.util.test.ThreadPoolTaskUnitTestCase
[junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 1.234 sec

tests-webservice-unit:
[junit] Running org.jboss.test.webservice.basic.AxisUnitTestCase
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 14.656 sec
[junit] Running org.jboss.test.webservice.ejbcomplex.EJBComplexUnitTestCase
[junit] org.jboss.test.webservice.ejbcomplex.EJBComplexUnitTestCase: This test 
involves some intense persistence actions and may require you to adjust your server 
-Xmx settings.
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 27.406 sec
[junit] Running org.jboss.test.webservice.ejbsimple.HelloUnitTestCase
[junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 10.609 sec
[junit] Running org.jboss.test.webservice.ejbsimple.RedeployUnitTestCase
[junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 8.797 sec
[junit] Running org.jboss.test.webservice.external.ExternalUnitTestCase
[junit] org.jboss.test.webservice.external.ExternalUnitTestCase: This test 
requires a working http(s) connection to the internet. If you are running behind a 
firewall, you must start the server with the correct -Dhttp.proxy options. See the 
java documentation for that topic.
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 14.406 sec
[junit] Running org.jboss.test.webservice.external.RedeployUnitTestCase
[junit] org.jboss.test.webservice.external.RedeployUnitTestCase: This test 
requires a working http(s) connection to the internet. If you are running behind a 
firewall, you must start the server with the correct -Dhttp.proxy options. See the 
java documentation for that topic.
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 6.688 sec
[junit] Running org.jboss.test.webservice.jmx.JmxUnitTestCase
[junit] Tests run: 11, Failures: 0, Errors: 0, Time elapsed: 7.563 sec
[junit] Running org.jboss.test.webservice.jmx.RedeployUnitTestCase
[junit] Tests run: 11, Failures: 0, Errors: 0, Time elapsed: 5.328 sec
[junit] Running org.jboss.test.webservice.security.SecurityUnitTestCase
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 8.953 sec
[junit] Running org.jboss.test.webservice.state.RedeployUnitTestCase
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 9.141 sec
[junit] Running org.jboss.test.webservice.state.StateUnitTestCase
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 10.219 sec
[junit] Running org.jboss.test.webservice.uddi.UddiUnitTestCase
[junit] org.jboss.test.webservice.uddi.UddiUnitTestCase: This test involves 
intense database activity and may require to adjust your server -Xmx settings.
[junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 

[JBoss-dev] [JBoss IDE] - Code Assist problem

2004-05-23 Thread andyd
Hi All,
I've just installed Eclipse 3M9 and JBoss IDE 1.2.3, using J2 1.4.2

I seem to have the following problems.

Window | Preferences | JBoss IDE | XDoclet has no options below it (i.e. assist etc)

Code assist doesn't list any of the XDoclet tags or templates.

Had to install manually to get around errors with missing Xerces plugin (Xerces seems 
to be with the Xalan plugin anyway).

I'd be grateful for any pointers, have checked for solutions on forum and Faq, so 
applogies if I've missed something.

thanks,
Andy.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3836003#3836003

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3836003


---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] JBoss Test Results: % ( / ) - . JBoss (HEAD/winxp/1.4.2_03) [AUTOMATED]

2004-05-23 Thread kimptoc_mail
===
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net/ FOR DETAILS==
===
===
Mon May 24 03:08:17 GMTDT 2004
===
HERE ARE THE LAST 100 LINES OF THE LOG:
===
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net/ FOR DETAILS==
===
===

===
Mon May 24 03:08:17 GMTDT 2004
===
CYGWIN_NT-5.1 quarks2 1.5.4(0.94/3/2) 2003-09-12 23:08 i686 unknown unknown Cygwin
===
java -version
java version 1.4.2_03
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_03-b02)
Java HotSpot(TM) Client VM (build 1.4.2_03-b02, mixed mode)


---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Mail Services] - Re: ReThread

2004-05-23 Thread acoliver
The issue required two people to log in at the same time (I think).  You probably 
logged in less Mike.  LEt me know if it happens again.  I dobut it will.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3836004#3836004

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3836004


---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss IDE] - Can I step into JBoss source code in the Eclipse IDE?

2004-05-23 Thread debarcar
I have intresting in how the JBoss source works...so, can I step into the JBoss source 
code in the Eclipse IDE?

Thanks! 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3836006#3836006

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3836006


---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Mail Services] - Re: javamail Session, Store, Folder, JCA

2004-05-23 Thread acoliver
Right now, the way things are planned, the JCA adapter will do the same thing 
MailService does. 

Run that by me again?  You're not writing the JCA adapter to USE mail services?

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3836005#3836005

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3836005


---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Mail Services] - Re: bounce ClassCastException

2004-05-23 Thread acoliver
This is kabir's code.  I think the logic only takes place if say the server doesn't 
exist.  Yahoo would generate the bounce message if it was justa non-existent account.  
Whats weird is it seems like the bounce code is working...

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3836007#3836007

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3836007


---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Mail Services] - Re: javamail Session, Store, Folder, JCA

2004-05-23 Thread spiritualmechanic
Unless I misunderstood (and I may) I thought a pooled, secure, JavaMail session was 
wanted. If there are other pieces of Mail Services we want to JCA-ify, that can be 
done as well.

I thought the JCA was just the first piece, and there'd be a piece on top, a subsystem 
using the Mail Services to handle relays, etc.

The reason Session.getInstance() is going to be used is because you pass in the 
user/password to get a Mail Session bound to the mail server with those credentials. 
Maybe there's another way I've missed?

Not trying to give you a heart attack, honest! :)

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3836008#3836008

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3836008


---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Nukes Development] - Re: Project Management + Calendar Modules?

2004-05-23 Thread suneetshah
Anthony,

Company has Calendaring and Project management modules that are part of our CRM 
solution. We have not integrated with Nukes yet, but dont see any reason why it could 
not be done. Currently its running on a number J2EE appservers including JBoss 3.2.3.

Let me know if you would like to discuss this further or if there is further interest 
from the JBoss group in this type of functionality. We may be able to donate this code.

Regards
Suneet 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3836009#3836009

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3836009


---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Mail Services] - Re: javamail Session, Store, Folder, JCA

2004-05-23 Thread acoliver
Sucka that's client only.  That isn't basically what mail services does...bah.  What 
would be nice is a JCA wrapper around mail services as well which you can instead send 
mail to the 'local mail server as opposed to the remote mail server.  

Eventually I want to either re-implement or re-write JavaMail because it sucks equine 
hybrid genitalia excuse my french.

-Andy

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3836011#3836011

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3836011


---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Disable Jboss cache

2004-05-23 Thread lee_yuki2000
Hi,
   Does any one know how to disable cache for jboss/jetty? Thanks in advance. 



View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3836012#3836012

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3836012


---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss IDE] - Re: Error installing with Eclipse 3M9

2004-05-23 Thread captrespect
A guy told me that they are swiching from Xerces to JAXP.  This is supposed to have 
been known to the plugin developers(all Eclipse plugin, not just JBoss-IDE).  Here's 
my IRC chat at #JBOSS on Freenode.  I'm CaptRespect.

  | 
  | imperator Kurrelgyre says it was left out on purpose and plugin developers are 
supposed to use JAXP
  | CaptRespect that's harsh.  
  | Kurrelgyre It's been in the plan for months and many milestones.  Unless you're 
doing schema validation 
  | or some other on-Core DOM 2 stuff that I can't recall right now,
  |  JAXP is good enough.  It provides the W3C interfaces and support for going from 
streams to a DOM and back 
  | as well as SAX parsing.
  | Kurrelgyre (I mean non-Core, no on-Core)
  | CaptRespect It's not posible to have both in?  Do they conflict?
  | Kurrelgyre The duplcated interfaces can be problematic if they show up on a 
classpath (which
  |  is possible given that plugins can export their dependencies).  If the 
classloader being 
  | used uses the wrong instance of the interface, code like x instanceof 
org.w3c.Node could
  |  fail in unexpected places.  Very bad.
  | Kurrelgyre Two classes using or implementing one of those interfaces might not 
be compatible at runtime.
  | Kurrelgyre And since JAXP is in the 1.4 JRE, trying to sidestep the problem 
means changing the interfaces for everyone else 
  | in the VM as well.  Not pretty.
  | 

So I guess it's not a bug in Eclipse and we'll just have to wait for the JBoss-IDE 
people to fix it.



View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3836016#3836016

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3836016


---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development