[JBoss-dev] Some integration holes in JBAS4.x

2006-01-25 Thread acoliver

1. @Tx tags can only be used on classes but not interfaces (in the case
of MBeans)
a. reason this would be handled by the MBean deployer adding a
transaction interceptor rather than AOP proper.
b. there is no framework within jboss for XMBeans using attribute
tags to specify interception

2. There is no way to depend upon the creation of entity managers
(meaning a xxx.par file results in no mbean being created less its
deployment which is created before the entities inside are deployed and
before its EntityManagers.xxx is bound to jndi) which makes it difficult
to use them outside of service beans.

3. Service Beans have no way to declare multiple instances (such as
through XML) and must be statically defined on a 1-1 basis with classes

4. Service beans have no way to declare configurable dependency
injection.  (AOP does not provide a way to get a services name if it
were to very other than reflection upon attribute tags which leads back
to #3)

5. unwrapped deployment of par files appears to be non-functional

6. dynamic load time weaving appears to be too course grained (on/off
with include/exclude patterns rather than deployable pattern definitions)

Reason I bring this up:

I'm attempting to reorganize JBMS to use the latest JBoss tech, however
service beans are not suited to the task which requires using
traditional xmbeans and mbeans.  However, doing this requires looking up
the EntityMangers.xxx and doing a manual injection.  However it is
difficult to time startup properly on a coarse deployment (ear/sar/etc
rather than using prefix and seperate deployments) because the depends
tag cannot be used.

Suggestions:

1. XMBean framework should integrate more with the AOP framework at
least in the use of annotations such that interceptors/etc can be used
in the method level intercepts, patterns should be analyzed and proxy
type interceptors deployed for beans with annotations.

2. EJB3 deployer should create an MBean for each entity manager bound to
JNDI and possibly for each entity bean deployed

3. A more comprehensive framework with regards to service beans should
emerge which allows base definitions to be described through attributes
and instance/dependency infromation through XML.

4. unwrapped par/ejb3 deployments should be supported.

5. it should be possible to deploy at load-time configuration.  Thus
load time weaving can be disabled by default but I can deploy a
load-time-weave-patternincludeorg.jboss.mail.foo.*/includeexcludeorg.jboss.mail.foo.exclude.*/eclude/load-time-weave-pattern 


or include this in a jboss.xml/jboss-service.xml/jboss-app.xml/etc
descriptor.

For now I've got some ugly kludges to do...




---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] Some integration holes in JBAS4.x

2006-01-25 Thread acoliver

Bill Burke wrote:



[EMAIL PROTECTED] wrote:


1. @Tx tags can only be used on classes but not interfaces (in the case
of MBeans)
a. reason this would be handled by the MBean deployer adding a
transaction interceptor rather than AOP proper.
b. there is no framework within jboss for XMBeans using attribute
tags to specify interception



Use EJBs.


I cannot use service beans due to mentioned issues.




2. There is no way to depend upon the creation of entity managers
(meaning a xxx.par file results in no mbean being created less its
deployment which is created before the entities inside are deployed and
before its EntityManagers.xxx is bound to jndi) which makes it difficult
to use them outside of service beans.



This has been fixed in next release.  There is an MBean created for each 
persistence unit.  You can either depend on it, or...if you are using 
EJBs, the dependency will be automatically figured out.  depends is 
now available in jboss.xml for ejbs


And this is now done *after* the thing is completely deployed rather 
than before?





3. Service Beans have no way to declare multiple instances (such as
through XML) and must be statically defined on a 1-1 basis with classes



Fixed in next release.  jboss.xml will support service bean declaration.



Meaning the release that will be part of JBoss 4.0.4?


4. Service beans have no way to declare configurable dependency
injection.  (AOP does not provide a way to get a services name if it
were to very other than reflection upon attribute tags which leads back
to #3)



ejb-ref etc. will work in next release.  No depends 
optional-attribute yet though.




Having no way to support dynamic configuration after compile-time 
precludes the use of service beans for me.



5. unwrapped deployment of par files appears to be non-functional



you mean, exploded pars?



obviously.




6. dynamic load time weaving appears to be too course grained (on/off
with include/exclude patterns rather than deployable pattern definitions)

Reason I bring this up:

I'm attempting to reorganize JBMS to use the latest JBoss tech, however
service beans are not suited to the task which requires using
traditional xmbeans and mbeans.  However, doing this requires looking up
the EntityMangers.xxx and doing a manual injection.  However it is
difficult to time startup properly on a coarse deployment (ear/sar/etc
rather than using prefix and seperate deployments) because the depends
tag cannot be used.

Suggestions:

1. XMBean framework should integrate more with the AOP framework at
least in the use of annotations such that interceptors/etc can be used
in the method level intercepts, patterns should be analyzed and proxy
type interceptors deployed for beans with annotations.



In the works for JBoss 5 in conjunction with MC.



(see title of mail)


2. EJB3 deployer should create an MBean for each entity manager bound to
JNDI and possibly for each entity bean deployed



yes on entity manager (already there) no for each entity bean (doesn't 
make sense)




acceptable.




3. A more comprehensive framework with regards to service beans should
emerge which allows base definitions to be described through attributes
and instance/dependency infromation through XML.



done.



not for 4.x (the scope of this email)


4. unwrapped par/ejb3 deployments should be supported.



Bizarre, probably just a simple bug.



possibly, ran into that a few months ago.


In summary:

1. There is still no way to support dynamic dependency injection for 
service beans in the 4.x releases or branch. (which makes them a 
unusable for JBMS)


2. entity managers will now have mbeans created to represent them

3. There will in 4.0.4 be a way to dynamically configure multiple 
instances of a service with different service names.


4. There will be no way in 4.x to properly support transactions via 
attributes with XMBeans (via the interface)...we can work around this 
but it is really unfortunate as 5.x/MC is unlikely to be released before 
September or October (I'm guessing based on my estimate of its velocity 
and probable impact site not based on any stated plan).


5. exploded pars should be supported if they are not it is likely a 
bug..  I'll investigate this further after the M4 release as it is more 
of an annoyance than critical issue.


Having the dependency information will make things work a lot more 
smoothly for us, we will still not be able to use service beans without 
at least deploytime dependency injection.  We will have to continue to 
kludge around these holes in the near future but one day 5.0 will fix 
all of our problems (and hopefully brew a find cup of java)...



Bill


-Andy




---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log 
files

for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!

Re: [JBoss-dev] Some integration holes in JBAS4.x

2006-01-25 Thread acoliver
Having the dependency information will make things work a lot more 
smoothly for us, we will still not be able to use service beans 
without at least deploytime dependency injection.  We will have to 
continue to kludge around these holes in the near future but one day 
5.0 will fix all of our problems (and hopefully brew a find cup of 
java)...




Again, service beans should support XML injection of ejb-ref 
env-entry, etc... from XML in jboss.xml




I guess that could workits extremely undesireable, but technically 
feasible.  It would be rather unpleasent to look up ever independent 
attribute as a seperate JNDI lookup and forcibly inject it.  For the 
moment dealing with the drawbacks of XMBeans and the integration issues 
is less unpleasant.




Bill


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log 
files

for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development






---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] Some integration holes in JBAS4.x

2006-01-25 Thread acoliver


I guess that could workits extremely undesireable, but technically 
feasible.  It would be rather unpleasent to look up ever independent 
attribute as a seperate JNDI lookup and forcibly inject it.  For the 
moment dealing with the drawbacks of XMBeans and the integration 
issues is less unpleasant.




EJB 3.0 spec supports injection through XML via the injection-target 
element.  Service beans *should* support this, if not I'm going to 
bitchslap BillD.




It may be supported but it could be that it just wasn't documented in 
the user-doco.  We're now moving to a strictly EJB3 topic (when more my 
issue was how all the pieces are/aren't fitting together in 4.x) but the 
EJB3 doco on the site could use a retouch.  Much is still dated from the 
Bill Burke gone wild era of EJB3/AOP development.  For instance the 
@Management tag has changed a bit but this isn't really reflected that I 
could find.  (and I don't watch the videos because I lack the patience 
and you don't have any cool kung-fu moves or devices that pull people's 
heads off...or at the very least Jack Bauer should show up...)



Bill


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log 
files

for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development






---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] 4.0 build broken?

2005-09-14 Thread acoliver
In the near future only people with existing HARs will use it and it 
will be a frequently slimmed out feature yet it is being packaged with a 
core feature.  It is already a frequently removed feature because often 
existing apps are written to an incompatible version of hibernate.  I 
absolutely think it should be maintained but I think finer grained or at 
least functionally divided packaging would be preferrable.


-Andy

Scott M Stark wrote:
There still is a har deployer, its the sar deployer. 




-Original Message-
From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On 
Behalf Of [EMAIL PROTECTED]

Sent: Tuesday, September 13, 2005 3:00 PM
To: jboss-development@lists.sourceforge.net
Subject: Re: [JBoss-dev] 4.0 build broken?

That seems ill-advised.

Dimitris Andreadis wrote:


The har deployer is gone and the SAR deployer now handles .har too

(in any case .har really contained a jboss-service.xml descriptor)




-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of 
[EMAIL PROTECTED]

Sent: Wednesday, September 14, 2005 12:14 AM
To: jboss-development@lists.sourceforge.net
Subject: Re: [JBoss-dev] 4.0 build broken?

You really think a whole lot of users build JBoss from source?

Apparently I was following old instructions, the module name has 
changed to jboss-4.0.x.  It is somewhat problematic that the page 
which gave instructions for each release/branch is gone.  There is 
this page:
wiki.jboss.org/wiki/Wiki.jsp?page=JBossBuild but it is not as 
comprehensive (the page it replaced described the release 


structure as 

well, this is now covered under installation which seems like 
unnecessary dispersal).  It does appear however that the 
jboss-hibernate.deployer (hibernate-int) module from a 


clean checkout 


(cvs co -r Branch_4_0
jboss-4.0.x) is not includedagain. 
Specifically server/default/deploy/jboss-hibernate.deployer

is missing.

-Andy

Adrian Brock wrote:



On Tue, 2005-09-13 at 15:32, [EMAIL PROTECTED] wrote:




4.0 branch seems to be failing to build with xdoclet


errors.  Any thoughts?


1) User question - user forums. 
2) http://wiki.jboss.org/wiki/Wiki.jsp?page=BadPostItDoesNotWork

3) XDoclet isn't even used by the main jboss4 build anymore

Failing that search is your friend:



http://www.mail-archive.com/jboss-development%40lists.source


forge.net/





---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. 
Download it for free - -and be entered to win a 42
plasma tv or your very own Sony(tm)PSP.  Click here to play: 
http://sourceforge.net/geronimo.php

___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development





---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. 
Download it for free - -and be entered to win a 42 plasma 


tv or your 

very own Sony(tm)PSP.  Click here to play: 
http://sourceforge.net/geronimo.php

___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development






---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App 
Server. Download it for free - -and be entered to win a 42 
plasma tv or your very own Sony(tm)PSP.  Click here to play: 
http://sourceforge.net/geronimo.php

___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development





---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development






---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] 4.0 build broken?

2005-09-13 Thread acoliver

That seems ill-advised.

Dimitris Andreadis wrote:

The har deployer is gone and the SAR deployer now handles .har too

(in any case .har really contained a jboss-service.xml descriptor)



-Original Message-
From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On 
Behalf Of [EMAIL PROTECTED]

Sent: Wednesday, September 14, 2005 12:14 AM
To: jboss-development@lists.sourceforge.net
Subject: Re: [JBoss-dev] 4.0 build broken?

You really think a whole lot of users build JBoss from source?

Apparently I was following old instructions, the module name 
has changed to jboss-4.0.x.  It is somewhat problematic that 
the page which gave instructions for each release/branch is 
gone.  There is this page: 
wiki.jboss.org/wiki/Wiki.jsp?page=JBossBuild but it is not as 
comprehensive (the page it replaced described the release 
structure as well, this is now covered under installation 
which seems like unnecessary dispersal).  It does appear 
however that the jboss-hibernate.deployer (hibernate-int) 
module from a clean checkout (cvs co -r Branch_4_0 
jboss-4.0.x) is not includedagain. 
Specifically server/default/deploy/jboss-hibernate.deployer 
is missing.


-Andy

Adrian Brock wrote:


On Tue, 2005-09-13 at 15:32, [EMAIL PROTECTED] wrote:


4.0 branch seems to be failing to build with xdoclet 


errors.  Any thoughts?



1) User question - user forums. 
2) http://wiki.jboss.org/wiki/Wiki.jsp?page=BadPostItDoesNotWork

3) XDoclet isn't even used by the main jboss4 build anymore

Failing that search is your friend:



http://www.mail-archive.com/jboss-development%40lists.sourceforge.net/




---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App 
Server. Download it for free - -and be entered to win a 42 
plasma tv or your very own Sony(tm)PSP.  Click here to play: 
http://sourceforge.net/geronimo.php

___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development





---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development






---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] debugging ejb3

2005-08-15 Thread acoliver
Anyone know if there is a solution to make (marshalled) stack traces 
either a little longer or something.  Its somewhat difficult to debug 
EJB3 ejbs because often the source of the exception is close ot the 
bottom.  It'd be nice if you could see real info in the Junit window for 
instance.


Next, for JBIDE is there a way we could set up default filters?  I try 
stepping into a simple DAO call and whammo I'm in about 12 layers of NOT 
my code.  sure I know how to set the filters up and bla bla bla, but 
*dumb user hat on* I shouldn't have to when I go JBIDE.


-Andy



---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] debugging ejb3

2005-08-15 Thread acoliver
nevermind, I was trying to discuss the overall usability of the thing.  
I'll keep my

comments to myself.

-Andy

Adrian Brock wrote:


Andy,

Take your *user questions* to the user's list or the forums.
That way users can benefit from the answers if/when they are
answered.

You at least need to post some context (like the stacktrace), 
so we know what the f*ck you are talking about.


I tell users off for posting MORE (but still not
enough) information than you posted.
http://wiki.jboss.org/wiki/Wiki.jsp?page=BadPostItDoesNotWork
http://wiki.jboss.org/wiki/Wiki.jsp?page=BadPostShort

e.g. Versions?, example?, config?, error messages?
http://wiki.jboss.org/wiki/Wiki.jsp?page=HelpExpertSystem

If the serialization is not showing enough stacktrace
and it is not caused by JBoss code eating exceptions, 
http://jira.jboss.com/jira/browse/JBAS-2111

take the issue to your JDK vendor.

Regards,
Adrian

On Mon, 2005-08-15 at 13:03, [EMAIL PROTECTED] wrote:
 

Anyone know if there is a solution to make (marshalled) stack traces 
either a little longer or something.  Its somewhat difficult to debug 
EJB3 ejbs because often the source of the exception is close ot the 
bottom.  It'd be nice if you could see real info in the Junit window for 
instance.


Next, for JBIDE is there a way we could set up default filters?  I try 
stepping into a simple DAO call and whammo I'm in about 12 layers of NOT 
my code.  sure I know how to set the filters up and bla bla bla, but 
*dumb user hat on* I shouldn't have to when I go JBIDE.


-Andy



---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development
   






---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] debugging ejb3

2005-08-15 Thread acoliver

There can be only one reply to this.

Adrian Brock wrote:


On Mon, 2005-08-15 at 13:32, [EMAIL PROTECTED] wrote:
 

nevermind, I was trying to discuss the overall usability of the thing.  
   



Then do so, just don't dump contextless assertions that are
no use to man nor beast.

 


I'll keep my
comments to myself.

   



Or blog about the evil JBoss developers not answering your question.
:-)

The rule is simple: GIGO 
Or more often than not: GINO (Garbage In, Nothing Out).


 






---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] release of jboss 4.0 branch thirdparty build

2005-07-27 Thread acoliver
IIUC, If we supported MD5s we could.  It probably isn't a bad idea to 
sign releases anyhow...


-Andy

Scott M Stark wrote:

There is no inherent support for this in the get command, so the only
way this could be supported is to have cksums of the jars as part of the
component info and optionally verify this as part of the up to date
check.




From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Dimitris Andreadis
Sent: Wednesday, July 27, 2005 4:58 AM
To: jboss-development@lists.sourceforge.net
Subject: RE: [JBoss-dev] release of jboss 4.0 branch thirdparty
build


Is there any way to verify a dependency download? It happened
that while synchronizing, one of the libraries was only half downloaded,
then the build was breaking without obvious reason. After the http GET
request that gets a library, can we verify the number of transferred
bytes?
	 
	Thanks





From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Ruel
Loehr
Sent: Tuesday, July 26, 2005 8:07 PM
To: jboss-development@lists.sourceforge.net
Subject: [JBoss-dev] release of jboss 4.0 branch
thirdparty build



The 4.0 branch thirdparty build has been released.
This is a modification to the build system in which the thirdparty
folder is no longer

checked out of cvs, but is built from the dependencies
contained in the repository.   Because we are using a new cvs alias, to
pick up the changes you will need to re-check out the project as the
jboss-4.0 alias will be deperecated.IMPORTANT:  The new check-out
command is:

		 

		cvs co -r Branch_4_0 jboss-4.0.x

		 


This will checkout the 4.0 branch WITHOUT the thirdparty
folder.

		 


I have also set up a wiki which hosts information
regarding the new build and how to use the repository at
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossBuild .

The cruisecontrol scipt is also in the process of being
update to reflect these changes.

		 


Thanks!
		Ruel Loehr 


JBoss QA

		 







---
SF.Net email is Sponsored by the Better Software Conference  EXPO September
19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] izpack stuff

2005-07-13 Thread acoliver
Anyone know where the izpack installer stuff is kept?  I'm converting 
jbms but want an example of user input...figured there might be one.


-andy


---
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP,
AMD, and NVIDIA.  To register visit http://www.hp.com/go/dualwebinar
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] izpack stuff

2005-07-13 Thread acoliver
No, why would I read that? :-)  For some reason I was looking for 
something harder to find in some weird module somewhere ;-)


Wow the userInput panel limitation kinda sucks.  Whoohoo I found one 
thing that was better about Cheese :-) -- on the whole I mostly like it.


No one has fixed the userInputPanel restriction have they?  I'll 
probably submit a patch.  JBMS needs more than one dang user input panel 
(or I guess a really long panel of all port config).


-andy

Scott M Stark wrote:

Have you seen the jboss-4.0/build/install/readme.html? The
jboss-4.0/build/install dir contains the izpack installer for jbossas.



-Original Message-
From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On 
Behalf Of [EMAIL PROTECTED]

Sent: Wednesday, July 13, 2005 9:51 AM
To: jboss-development@lists.sourceforge.net
Subject: [JBoss-dev] izpack stuff

Anyone know where the izpack installer stuff is kept?  I'm 
converting jbms but want an example of user input...figured 
there might be one.


-andy





---
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP,
AMD, and NVIDIA.  To register visit http://www.hp.com/go/dualwebinar
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development





---
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP,
AMD, and NVIDIA.  To register visit http://www.hp.com/go/dualwebinar
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] following ejb3 install instructions yields this...

2005-05-01 Thread acoliver
following ejb3 install instructions 
(http://docs.jboss.org/ejb3/tutorial/installing.html) yields this...

00:04:44,276 INFO  [Server] JBoss (MX MicroKernel) [4.0.1sp1 (build: 
CVSTag=JBoss_4_0_1_SP1 date=200502160314)] Started in 1m:22s:607ms
00:04:46,511 WARN  [UDP] discarded message from different group 
(EJB3-entity-cache). Sender was 192.168.1.107:49554
00:04:48,636 WARN  [UDP] discarded message from different group 
(EJB3-entity-cache). Sender was 192.168.1.107:49554
00:04:51,623 WARN  [UDP] discarded message from different group 
(EJB3-entity-cache). Sender was 192.168.1.107:49554
00:04:55,320 WARN  [UDP] discarded message from different group 
(Tomcat-Cluster). Sender was 192.168.1.107:49557
00:05:00,667 WARN  [UDP] discarded message from different group 
(Tomcat-Cluster). Sender was 192.168.1.107:49557
00:05:02,367 WARN  [UDP] discarded message from different group 
(Tomcat-Cluster). Sender was 192.168.1.107:49557
00:05:05,871 WARN  [UDP] discarded message from different group 
(EJB3-entity-cache). Sender was 192.168.1.107:49554

changing the port of ejb3 cluster to 45578 instead of 45577 (which is 
also the tc5 cluster service's address) did the trick.

-andy
---
This SF.Net email is sponsored by: NEC IT Guy Games.
Get your fingers limbered up and give it your best shot. 4 great events, 4
opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] Convention for @author tags

2005-04-29 Thread acoliver
Spam bots ususally know how to pick that up now.  An alternative that 
I've started to use:

acoliver ot jboss dat org
-Andy
Roy Russo wrote:
I'm the only one in the portal group that does it this way, and its 
because I fear what spambots will do as they rip thru Web CVS:

* @author Roy Russo : roy at jboss dot org
STAY METAL!
Roy Russo
JBoss Portal Developer
- Original Message - From: Jason T. Greene 
[EMAIL PROTECTED]
To: jboss-development@lists.sourceforge.net
Sent: Friday, April 29, 2005 4:01 PM
Subject: [JBoss-dev] Convention for @author tags

Is there a convention that we are supposed to use for author tags? I
have seen just the name, just the email, and both. I noticed I haven't
been consistent with them, and was going to update my code template.
Thanks,
-Jason
xxx
Jason T. Greene
Developer - Web Services
JBoss Inc.
xxx
---
This SF.Net email is sponsored by: NEC IT Guy Games.
Get your fingers limbered up and give it your best shot. 4 great events, 4
opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
win an NEC 61 plasma display. Visit http://www.necitguy.com/?r
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development

---
This SF.Net email is sponsored by: NEC IT Guy Games.
Get your fingers limbered up and give it your best shot. 4 great events, 4
opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development
.

---
This SF.Net email is sponsored by: NEC IT Guy Games.
Get your fingers limbered up and give it your best shot. 4 great events, 4
opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] what operating system do you use?

2005-04-28 Thread acoliver
As a jboss developer or person interested in JBoss development, what 
operating system do you use?  Why do you feel it is the best for JBoss 
development?

---
SF.Net email is sponsored by: Tell us your software development plans!
Take this survey and enter to win a one-year sub to SourceForge.net
Plus IDC's 2005 look-ahead and a copy of this survey
Click here to start!  http://www.idcswdc.com/cgi-bin/survey?id=105hix
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Mail Services] - Re: Fetch E-Mail with JBOSS

2004-09-28 Thread acoliver
This is not the proper forum for this type of request.  This is to discuss the 
JBossMail server.

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

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


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Mail Services] - Re: Milestone 2

2004-09-28 Thread acoliver
Right now resources are tight because we don't get the kind of customer feedback we 
need.  Shout for it.  Demand it.  Say We want it now!  (this is a good start!)

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

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


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Mail Services] - Re: Milestone 2

2004-09-28 Thread acoliver
More than anything we need I'm a JBoss customer or potential customer with use case 
XYZ we need JBossMail for TUV.  The scare us with threats to use big pieces of crap 
like Domino (okay I'm in hyperbole) haha.  Basically for the project to become a 
priority, like with any company, we have to demonstrate more demand (or better yet 
revenue).  Unfortunately to demonstrate more demand we need it to be maturewhich 
requires the project to be more of a priorityetc.  Secondly, we need more 
developers of course.  Tell us what features from M2 you most want, etc.

We need pain in the ass users :-)  (Though not ones who ask what is email? ;-) )

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

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


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Mail Services] - Re: Configuring JBoss Email Services

2004-09-27 Thread acoliver
Which page did you follow?  This one? 
http://www.jboss.org/wiki/Wiki.jsp?page=MailServicesInstallingM2



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

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


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Mail Services] - Re: Configuring JBoss Email Services

2004-09-27 Thread acoliver
jboss/server/default/deploy/mail.ear/mail.sar/META-INF/jboss-service.xml and
jboss/server/default/deploy/mail.ear/entitymailbox.jar/META-INF/jboss.xml

The first configures services, the second configures ejbs.  If you're configuring 
ports, the server name (particularly important), etc then you edit the service 
descriptor.  If you want to tweak the persistence (enable caching, eager loading, etc) 
then tweak the jboss.xml.  If you need a hand, post your config, tell us what 
database, servername, etc.  I can help you tweak it for example.  I'll take a look at 
the wiki page so far as creating the JMS queues...

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

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


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JTA on JBoss] - Re: Logging/recovery and transaction distribution

2004-09-12 Thread acoliver
So I made it harder than it is :-).  For the first pass I think a JBoss is the world 
approach is appropriate.  Worry about being compatible with other peoples DTMs later.  
Then focus on major DTMs like Arjuna...

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

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


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JTA on JBoss] - Logging/recovery and transaction distribution

2004-09-11 Thread acoliver
It is my opinion that we need to add transaction logging and recovery to the JB 
transaction manager.

My understanding of Trasaction Logging and recovery:

The transaction manager would follow the two phase commit protocol (we seem to kinda 
sorta do that but not completely).  The transaction manager should log when an 
XAResource is enrolled, prepared or committed in a transaction.  If the node dies then 
the recovery process picks it up it should read the log, instantiate all of the 
XAResources involved in the transaction, tell them to commit or rollback the 
transaction.  If no prepares were issued, all rolls back.  If some prepares were 
issued but not all, all rolls back.  If all preapres were issued or some commits were 
issued, it should commit.

My understanding of distributed transactions:

Again we must follow the two phase commit protocol.  When a transaction is passed from 
one JBoss node to the next, the transaction managers need to communicate and one 
transaction manager should be slave, the other master.  (For now lets assume no more 
than A talks to B).  This could complicate recovery, but for now we should just always 
rollback.

What am I missing?

I started prototyping this out a while back and ran into a couple relatively minor 
snags.  The first, our transaction manager needs to use hte full XID instead of only 
1/2.  A server ID needs to be based on the clsuter ID in the event of a cluster.  Some 
general refactoring may need to take place to deal with the divide of labor between 
the classes (IIRC things that needed to be logged seemed to be distributed between a 
couple classes).  



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

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


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Nukes Development] - Re: Nukes and Tapestry

2004-08-12 Thread acoliver

I'd love to see more Tapestry-Nukes integration.  Tapestry is great at totally 
different things than nukes.  

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

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


---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Mail Services] - Re: How to config more than one mail session?

2004-08-11 Thread acoliver
This is the wrong place for this question.  This is not for the JNDI bound mail 
client.  This is for the new JBoss mail server itself.  

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

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


---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Reporting] - Re: Reporting System

2004-08-11 Thread acoliver
Yeah right Clebert.. .  The end user for these reports isn't a developer.  You do 
realize most business are run off of MS Excel and Word!  At the end of the day, I want 
to do more OLAPy data-cuby stuff, but at the same time...I want actual users that 
means printable formats will be a big part.

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

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


---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [TODO -- DEVELOPMENT] - Re: Want to help develop a Distributed HA-JMS

2004-08-11 Thread acoliver
It seems to be a flaw to me that we have to choose either to have HAJMS or non-HAJMS.  
I ought to be able to have both.  Meaning if I look up via HAJNDI, I get the master 
node JMS.  IF I look up via JNDI, I get my local JMS.  Furthermore, It seems like I 
ought to be able to set up local topics/queus to be clients to the master 
topics/queues and that the local topic/queue ought to be able to have selectors for 
subsets.

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

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


---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Reporting] - Re: Reporting System

2004-08-11 Thread acoliver
absolutely.  If you're interested in kicking this off, I'll get my original design 
notes together, type them up and post them.  HoweverWe have to keep a perspective 
on what is 1.0 vs 2.0 vs 3.0 etc.

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

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


---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


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

2004-08-09 Thread acoliver
For my first pass I'm going to do this as thread-per-client because cmdData and other 
pieces which take over the stream will have to be pretty drastically altered (mostly 
CmdAUTH and CmdDATA).  I'm betting POP will be more so (but I haven't looked there in 
awhile and I didn't write that code).  I'll only worry about basic NIO 
thread-per-client, timeout and heap protection for the next milestone.  I'll worry 
about SSL, event-driven for the following milestone.

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

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


---
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Mail Services] - Re: Mail Lists and reworking the Mail apis

2004-08-09 Thread acoliver
The bounces really ought to be more descriptive (when we bounce or say can't 
deliver) and say why...

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

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


---
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


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

2004-08-08 Thread acoliver
I'm making the changes for NIO in parrallel so as not to hold anyone up.  There will 
be two versions of some things for now NIO and IO -- To get the NIO edition use 
the NIOServer as opposed to the Server mbean.  They share interfaces however.  Mostly 
anything effected will check if socket is null and use channel instead.  I should be 
done before long however.  I'm not sure how this will work with SSL... have to look 
into that. 

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

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


---
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Mail Services] - MySQL

2004-08-06 Thread acoliver
I just committed mysql examples to CVS.  if you look in the jbosscmp-jdbc.xml for the 
entity mail box stuff you'll find my setup.  I still have problems even with 4.x (used 
rpms for redhat) and corrupting blobs and saying that it has the wrong transaction ID. 
 I've no idea how to fix that little issue.  It doesn't happen all of the time, but 
its not very comforting from a reliability standpoint.  It seems to mostly affect 
JBossMQ.



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

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


---
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Mail Services] - NIO

2004-08-06 Thread acoliver
I'm dickering with NIO in hopes of getting timeout to work.  Furthermore I think I 
can do better with heap protection.  Overall I think we'll be better off with 
non-blocking IO...  It just looks like a pain so far. ;-)

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

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


---
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - deployment + AOP

2004-08-06 Thread acoliver
In the JBoss AOP training it says that to make Jasper advisable, the aop descriptor, 
etc. has to be deployed first or we have to AOP precompile tomcat.   Is this only 
because jasper has already been loaded and we're connecting via the classloader?

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

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


---
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Mail Services] - Re: mailing list code sample

2004-07-23 Thread acoliver
You need to look harder:

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

also notice the big fat link (wiki: JBossMail pages) on this page:

http://jboss.org/products/mailservices

which is linked off of projects on the main page.

there is even this page:

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

which explicitly describes installing it step by step. 

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

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


---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721alloc_id=10040op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Mail Services] - Re: mailing list code sample

2004-07-20 Thread acoliver
eventually we should have more of a high level API for mail-based applciations.

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

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


---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721alloc_id=10040op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Mail Services] - Re: bugs/features list?

2004-07-06 Thread acoliver
I'm going to respec M2 as some pretty important stabillity stuff has been added.  

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

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


---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Mail Services] - Re: TODO: (M2) fix packaging

2004-07-06 Thread acoliver
I made some fixes to the build.  Its still not perfect.  Really I just want to 
simplify the hell out of it.  The only real downer is the topic/queue deployment is 
kinda f**ked sometimes...  Looks like more of a JBossMQ thing.  Test it out and tell 
me what you think.

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

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


---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Mail Services] - Re: POP problem

2004-06-22 Thread acoliver
Look at what the Spec says.  It says something about the locking.  Presently we can't 
*send* from two different threads with the same user...

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

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


---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Mail Services] - Re: Multiple Domains

2004-06-22 Thread acoliver
Can you start working on a webmail client?  I think that is higher priority than the 
admin stuff UI-wise until the underlying plumbing for persistent changes to 
descriptors and a semi-transactional deployment scanner/main deployer is done.  That 
would require some pretty intense JBoss knowledge for anyone willing to do it (but 
once thats done, a user-friendly UI for admins is important -- remember our 
competition in that area is MS Exchange!)

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

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


---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
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-06-22 Thread acoliver
Can you ask that question in more detail?   -Thanks

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

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


---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Mail Services] - Re: Mail Lists and reworking the Mail apis

2004-05-28 Thread acoliver
Sounds like you get it.  I will do it later today.

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

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



---
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] - Name change

2004-05-27 Thread acoliver
Mail Services is now JBossMail.  

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

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



---
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: POP problem

2004-05-27 Thread acoliver
That is funky.  Note that I have not upgraded yet. I  just increased the amount of 
memory (now tomcat is crashing)  -- Relax, I plan on upgrading my server *real soon 
now*.  The andy resource is ATM locked in a transaction regarding getting the jboss 
newsletter running.

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

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



---
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] - Mail Lists and reworking the Mail apis

2004-05-27 Thread acoliver
So I've got the entity mail list stuff mostly working.  There is a minor problem ATM 
in that it still tries to deliver the mail via the regular mail listener.  I needed 
this to work because I need to get it running for Marc.

This is actually just a symptom of an evolutionary model.  The MailListener interface 
needs to be reworked.  I think that mail listeners should form a chain by default:

while (i.hasNext()) {
 mailListener = (MailListener)i.next(); 
 myMail = mailListener.send(myMail);
 if (myMail == null) break; //if the listener didn't leave you anything left to send 
go out
}

Thus the mail listeners *may* change the mails.  I feel like the mails shouldn't 
change so much as the results of their normal getters should change.  Meaning I feel 
like they should *actually* be immutable even if they don't appear such.  Though I 
might be persuaded on that.  One possible use case would be a mail merge for instance 
and I'm not sure such a thing could be easily achieved without a rediculous amount of 
memory growth.  MAybe what I really want is traceability.

I actually think send should take and return an array.  This *could* (but shouldn't) 
be used for mail lists (shouldn't be cause expansion should happen in another thread).

The stuff with envelopedAddress should go away.  Instead we should have Envelope 
which contains Mail.  The mail contains what it says is from/to/etc.  The Envelope 
contains *who* it should actually be sent to.  Thus mail listeners should actually 
take/receieve an array of Envelopes which have .getMail().

The *other* case where the mails actually ARE immutable (meaning each mail listener 
ALWAYS gets a copy) should itself be a mail listener.  ChainingMailListenerMbean takes 
mail listeners and clones the mail, sending it to each.  

while (i.hasNext()) {
 mailListener = (MailListener)i.next(); //one of these is the chaining mail listener 
 myMail = mailListener.send(myMail);
 if (myMail == null) break; //if the listener didn't leave you anything left to send 
go out
}

ChainingMailListener  {
 MailListener[] listeners; // these are not the same listeners in the main loop
 ... (all the mbean and xml wiring...
 public Envelope[] send(Envelope[] env) {
 for (int e = 0; i  env.length; e++) {  // we could optimize this and send all to 
each listener, but you get the idea right?
for(int l = 0; l  listeners.length; l++) {
Envelope myEnv = env[e].deepClone();
MailListener listener = listeners[l];
listener.send(myEnv);
}
 }
 }
}


All of the goofy wrapped mails we send could go away:

MailAddress[] to = envelope.getTo();
MailAddress[] originalTos = envelope.getMail().getTo();

meaing that the listeners might add/remove/change the tos and so forth to be sent to 
but the display tos and so forth stay in the original mail.  For simplicty envelopes 
shouldn't contain envelopes.  Envelopes are not immutable.

Any other thoughts?  Don't leave me to think this stuff up myself! :-)

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

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



---
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: server log errors

2004-05-26 Thread acoliver
We should do both I think.  LIST does one thing, GET another.  Also pay attention the 
the load semantics.  Right now we're eager loading.  We might even consider dropping 
the eager loading becuase we are on option A but I figured there was a high chance we 
wouldn't be in cache.  Over the summer set is going to get some upgrades Mr. 
Andersen.  (actually I'll probably ditch the box for a PC, its a really big server and 
I've never expanded it)

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

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



---
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-25 Thread acoliver
No I meant your improper choice of editor.  

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

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



---
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-24 Thread acoliver
Mike sounds right with the exception of the last part.  vi is the proper tool.  I do 
not loose my posts composing on Mozilla Firefox (aka firebird)

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

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


---
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-24 Thread acoliver
I'm wondering if its hypersonic or the actual MBean server.  I'm going to stick in 
some debugging code to see if we ever get a result that doesn't make sense.  (like 
mail != user when criteria = user)

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

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


---
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 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] [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 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] [Mail Services] - Re: Multiple Domains

2004-05-22 Thread acoliver
I agree, we can handle this now.  (note when  I wrote what I wrote and what point we 
were at).  I'll add this probably for M3 as we have plenty to do for M2 and we'll want 
to do this before IMAP.

Note that we're doing this incrementally and I'm not a strong believer in design 
rather I favor design-in-time and release-often at leas at this stage.  

Do you have an interest in helping out with some of this?  Especially the GUI stuff.  
Take a look at my thoughts so far: 
http://linuxintegrators.com/blog/acoliver/code/?permalink=0131.html  (though I'm 
trying to solve problems specific to JBoss and don't really discuss the mail-specific 
elements as those would be at another level).

We'll be tackling IMAP probably for M3 (we're about 4 weeks from M2).

-andy

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

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


---
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] - ReThread

2004-05-22 Thread acoliver
We have some occassional concurrency issues.  Mostly because I wrote the whole 
threading model during a JBoss bootcamp in Atlanta I think.  So I'm ripping that out 
and trying to leave it to the professionals (Doug Lea: 
http://gee.cs.oswego.edu/dl/classes/EDU/oswego/cs/dl/util/concurrent/intro.html).  I 
have this half done but will probably finish it tomorrow.  If you're working on 
something I have PREACORETHREAD tagged before I started this.  I need to figure out 
how to timeout for life and integrate Mike's logging stuff, but the TestServer unit 
test is passing and running faster.  I also plan to MBeanize this so that you can 
manage thread pools seperately and potentially assign multiple protocols to the same 
pool.

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

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


---
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: Mail lists

2004-05-21 Thread acoliver
Number:

A whole lot...  I forget, somewhere I ahve the list.

Unchained melody:

The difference between chainable and non-chainable mail listeners.  Chainable mail 
listeners affect what the mail listeners downstream see.  They can even *change* the 
mail.

non-chainable always get an exact copy of what came in originally and what they do 
does not affect the others.

Its roughly similar to queues versus topics but not exactly.



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

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


---
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] - Where to test

2004-05-21 Thread acoliver
I have a new account which can be used to send test messages acoliver ot gmail dat 
com.  I get like a gig.  Let me know if I need to clean it out ;-)

-andy

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

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


---
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] - Kabir: have you tested ant 1.6x

2004-05-20 Thread acoliver
http://www.jboss.org/wiki/Diff.jsp?page=MailServicesBuildingr1=-1

Have you tested 1.6?  Last I tried it failed.  Never bothered to see why.

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

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


---
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: Kabir: have you tested ant 1.6x

2004-05-20 Thread acoliver
If it works I dun mind using it. 

Shit, you're working on entity mail list?  I'm about 1/2 way through...  When will you 
have it in?  I promised tomorrow so..

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

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


---
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: Kabir: have you tested ant 1.6x

2004-05-20 Thread acoliver
Okay  cool.  I'll bug ya then :-)

This is going to be awesome.  If this goes well we'll have a hell of a test.

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

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


---
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: Mail lists

2004-05-20 Thread acoliver
Actually the first test is not nukes integration just the JBoss newsletter.  So all we 
need is to be able to send mail to a  list that doesn't allow replies.  

I need to look at nukes in more detail to give an intelligent answer on what 
challenges nukes integration will bring.  Tomorrow I'll be working on getting this set 
up so that we can send out the JB newsletter and I'll be working on getting a new code 
contribution (a profiler) compiling.  However I can look at Nukes on Monday if you 
like.  Also note that the jboss website is actually in the public CVS.

I'll look at Nukes and tell you what I think is needed (I detailed the basic features 
on the plan: http://www.jboss.org/wiki/Wiki.jsp?page=MailServicesPlan).  Then I will 
look into that concurrency bug and JAAS integration.

I have this itch to work on a hibernate mailbox that I'm dying to scratch (Gavin was 
just in Raleigh and told me that there is a hibernate deployer + interceptors in the 
hibernate module in JBoss CVS), but I must resist.  For M3 I want to do that and 
refactor the mail store because its not as fast or generic as I'd like.  I'd also like 
to see if there is a way we can make the the JMSMailListener stuff more generic.  It 
seems there is a lot of behavior that would likely be reused in any mail listener.

I've been thinking about the chainable unchained stuff.  And it seems that I have it 
backwards.  The DEFAULT *ought* to be chained and the exception ought to be unchained 
(because for unchained we ought to make a deep copy or pass some kind of protected or 
immutable object).

What did that have to do with mail lists...well it was all connected in my mind 
somehow... ;-)

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

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


---
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] - Progress and status

2004-05-20 Thread acoliver
Can everyone maybe fill this out: 
http://www.jboss.org/wiki/Wiki.jsp?page=MailServicesMilestone2Progress

I won't hold you to it, but I just want to avoid everyone working on the same thing.  
Its also a great way to attract other contributers (showing what is happening and 
where).

I appriciate it,

-andy

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

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


---
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: Branches??

2004-05-19 Thread acoliver
Kabir: Yes.  I need to merge all of the persistence changes I made into HEAD.

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

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


---
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562alloc_id=6184op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Mail Services] - Branch merge, please cross-check

2004-05-19 Thread acoliver
I've merged the M1 branch into HEAD.  The commit mail should have gone out.  PLEASE 
cross check, especially your own M1/HEAD fixes.  It was much to painless to have gone 
right.

Kabir: in particular check SMTPSender because I pretty much just took the head since 
it looked to have everything and more.

It all compiled pretty damn near first try.  Either I'm dammed good or the more 
likely: http://www.apa.org/journals/psp/psp7761121.html

;-)

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

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


---
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562alloc_id=6184op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Mail Services] - Re: Branch merge, please cross-check

2004-05-19 Thread acoliver
Thanks!  Ah but there in lies the bind.  Since I don't think it applies to you, but 
wouldn't be a good judge if it applied to me and vice versa...  Then who knows, we 
could have incompetence clusters.  That can spawn a whole new field of sociology or 
social psychology ;-)


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

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


---
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562alloc_id=6184op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Mail Services] - New test server

2004-05-18 Thread acoliver
I'll be able to do some more advanced multi-server testing for M2 and on.  Thanks to 
Scott Stark for delivering me a new box to test on.  I named it bobford: 
http://en.wikipedia.org/wiki/Jesse_James_1847...  He killed James.  He now sits next 
to badmojo.

Lets talk turkey... multi-server test scenerios..  Once we get nukes integration I'll 
spam the forum with daily test results.

-Andy 

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

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


---
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562alloc_id=6184op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Mail Services] - TODO: (M2) fix packaging

2004-05-17 Thread acoliver
Right now our packaging is a bit of a mess (every package has all classes in it!).  I 
think we should have:

SAR containing an EAR which contains the ejb-jars.  There should be one JAR of all of 
the classes (for now) inside of the ear.  Deployment in JBoss supports arbitrary 
russian-dolls and the order is inner-first, outer-last so that should work.


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

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


---
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562alloc_id=6184op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Mail Services] - TODO: (M2) TLS/SSL does not work with Entourage (and Outlook

2004-05-17 Thread acoliver
Neither TLS or SSL support in M1 seems to work with M$ Entourage.  I tested it with 
Thunderbird and it worked okay.  Not sure why.  I'll test it with outlook soon, but 
most problems with Entourage are also problems with Outlook/Win32 and oddly the Mac 
mail client as well.  (I'd suspect 1 and 3 but not 1,2,3 or 2,3)

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

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


---
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562alloc_id=6184op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Mail Services] - TODO: (M2) switch to JBoss key generation for entity store

2004-05-17 Thread acoliver
Presently the Entity stuff does this strange key generation gambit.  It should instead 
use the JBoss support.  I lean towards just using database sequence support, but for 
some reason we do a REAL stupid thing with the way JBoss support sequences.  Sequence 
support in JBossCMP makes you write what is essentially database specific stuff in the 
jbosscmp-jdbc.xml.  We could provide each major one and comment it out.  

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

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


---
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562alloc_id=6184op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Mail Services] - Mail Services for JBoss Milestone 1 released

2004-05-17 Thread acoliver
http://jboss.org/jbossBlog/blog/acoliver/?permalink=0013.html

The first milestone of Mail Services for JBoss (unofficial codename: Kabir) has been 
released. It has full support for basic SMTP/POP services including SSL and TLS 
support. It is built on JBoss and J2EE technologies. Messages are queued using 
JBossMQ, stored using JBossCMP. While this milestone has been tested, it is expected 
that early adopters replacing existing mail servers with Mail Services For JBoss will 
closely monitor their servers.

While this is only a milestone release, Mail Services 1.0 will replace Apache JAMES as 
the defacto standard Java email server. When combined with the interaction of the 
features of the JBoss Application Server, it will be one of the most powerful email 
application solutions to date.

I'd like to thank everyone who made this release possible but especially I'd like to 
thank Kabir Khan. Most of the bugs are mine, most of the fixes are his :-). Without 
Kabir this milestone would have been miles away. 

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

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


---
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562alloc_id=6184op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Mail Services] - Re: domain name case sensitivity and internet domain literal

2004-05-16 Thread acoliver
Excellent.  I knew it was a good idea :-)  For M2 or 3 I want to 
stabilize/parameterize our testkit a bit more.

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

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


---
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562alloc_id=6184op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Mail Services] - M1 issue - database gets corrupted.

2004-05-16 Thread acoliver
There is some kind of issue that I'm not sure how to reproduce.  After running for 
awhile with M1, eventually the database gets corrupted in some manner which causes 
NPEs.  It could be due to some piece of spam I get.  I'm trying to narrow down which 
data causes it.  If someone is up for it (whom is a known member of the team because I 
don't want to send my email to someone I just met ;-) ) I'd like to send you the 
hypersonic database and get another pair of eyes on this.  It manifests itself as a 
can't get the data object but that may be because I have to keep the log level so 
low that we're not catching it.  For M2 or 3 we do need to rationalize our logging and 
error handling a bit.  

For those of you on my mail server, you'll see this bug when it says Service is 
Unavailable or what have you.

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

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


---
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562alloc_id=6184op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


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

2004-05-16 Thread acoliver
Excellent.  Don't forget that list memeber often aren't local users...  I can't wait 
to put this behind nukes.

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

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


---
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562alloc_id=6184op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Mail Services] - Re: M1 issue - database gets corrupted.

2004-05-16 Thread acoliver
nevermind.  I fixed it.  That was mind numbing.  I just forgot to check in build 
changes so onLoad wasn't happening when I thought.

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

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


---
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562alloc_id=6184op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Mail Services] - Re: M1 issue - database gets corrupted.

2004-05-16 Thread acoliver
Stuff that should be error and warn and info and so forth.  Furthermore sample 
configurations for logging different stuff (like only pop or only smtp and maybe only 
what comes from the client and only from the server, etc).  The latter might be best 
on the wiki.  Just come up with a strategy and make it all consistent and make sure 
things that should log do.

Error handlingI think we're catching things that should propegate themselves as 
reasonable errors.  Basically find all the try/catch blocks and figure out what should 
be caught, thrown and what should be propegated as  a protocol error, etc.  It should 
be both consistent and to spec especially in the latter case.

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

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


---
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562alloc_id=6184op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Mail Services] - Last minute major revisions to M1 (uh oh)

2004-05-15 Thread acoliver
I set about trying to make some minor config changes to the Entity store behind the 
EntityMailbox implementation.  I tried to just switch to option A and use read-ahead 
for the rest.  I then discoveredit is all running with no transactions 
what-so-ever...  There is no session fascade or anything.  So I'm making some fairly 
major changes to M1 which I'll also commit to the M2 branch.  While these are pretty 
big changes I'll be using it as my mail server and if it breaks things you can bet 
we'll know ;-)  If nothing real bad happens I'll do M1-final on Monday (finally) and 
we can wait for the fallout ;-)

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

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


---
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562alloc_id=6184op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Mail Services] - Re: Last minute major revisions to M1 (uh oh)

2004-05-15 Thread acoliver
Hehe we'll see how you feel about it on monday ;-)

Basic outline of the changes:

EntityFolder now delegates everything to a Session Bean
EntityMessage is now option A with read-ahead on find/page size 500 for all fields (a 
*little* dangerous, but I think its fine for now)

The value objects are now loaded on load instead of in the session bean 
(caching/read-ahead performance depends on this).

We really need to rework this whole mailbox structure.  Mike had some ideas on that 
(but I think he was going to far to the uber-normalized/complicated side).  Ultimately 
I want hibernate to be default but I think we need more hibernate-jboss plumbing first 
(hibernate-session management for one, deployer for antoher)

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

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


---
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562alloc_id=6184op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Reporting] - Re: Reporting System

2004-05-15 Thread acoliver
Yes, but I haven't gotten to it yet.  I'm not so sure at this point what it will rely 
on.  

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

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


---
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562alloc_id=6184op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Mail Services] - Re: Last minute major revisions to M1 (uh oh)

2004-05-15 Thread acoliver
Don't misunderstand me.  We shan't be droping support for an Entity backend.  The 
whole thing needs to be pluggable.  Hibernate should just be default.

The benefits of hibernate:  No ejb interface hell :-)  -- a cleaner concept of 
caching, more fine grained control and its just faster.  Its the closest thing to pojo 
persistence to date.

What sucks about hibernate: I don't like having to programatically deal with the 
session object, transactions and the like.  No deployer for JBoss yet (you have to sar 
it all up with hibernate.  The way it ties in kind of violates the ejb spec more or 
less.  

What we need is a HibernateDeployer which reads a hibernate.xml.  We need a session 
manager mbean which lets you hide session management from you .  We need an 
interceptor which works with the session manager mbean.  Etc etc...  This is the 
general things that JBoss needs with regards to hibernate as well...  (gosh I bet I 
get an australian bar-b-queing for this post ;-) -- you gave me a draft of the 
book...its your fault)

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

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


---
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562alloc_id=6184op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Mail Services] - Re: TODO: retry configuration and queue

2004-05-14 Thread acoliver
We already have the wrapper :-)  Just add a new map.  (Its up to you I was just 
suggesting -- this is primarily a do-ocracy with excessive feedback from the troll 
because he hasn't gotten to do much coding this week and is jealous :-) )

BTW I addded your mail account.  Have fun.

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

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


---
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562alloc_id=6184op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Mail Services] - TODO: (M2) failure message

2004-05-14 Thread acoliver
When emailing someone who shall remain nameless this happens:

19:16:22,655 ERROR [SMTPSender] Cannot send mailjavax.mail.MessagingException: Could 
not connect to SMTP host: mail-kr.bigfoot.com., port: 25;
  nested exception is:
java.net.ConnectException: Connection refused
javax.mail.MessagingException: Could not connect to SMTP host: mail-kr.bigfoot.com., 
port: 25;
  nested exception is:
java.net.ConnectException: Connection refused
at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:911)
at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:158)
at javax.mail.Service.connect(Service.java:233)
at javax.mail.Service.connect(Service.java:134)
at javax.mail.Service.connect(Service.java:86)
at com.sun.mail.smtp.SMTPTransport.connect(SMTPTransport.java:95)
at org.jboss.mail.smtp.sender.SMTPSender.send(SMTPSender.java:269)
at 
org.jboss.mail.mailhandler.remote.RemoteDeliveryMessageDrivenBean.deliver(RemoteDeliveryMessageDrivenBean.java:161)
at 
org.jboss.mail.mailhandler.remote.RemoteDeliveryMessageDrivenBean.onMessage(RemoteDeliveryMessageDrivenBean.java:92)
at sun.reflect.GeneratedMethodAccessor114.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at 
org.jboss.ejb.MessageDrivenContainer$ContainerInterceptor.invoke(MessageDrivenContainer.java:460)
at 
org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:185)
at 
org.jboss.ejb.plugins.MessageDrivenInstanceInterceptor.invoke(MessageDrivenInstanceInterceptor.java:62)
at 
org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:84)
at 
org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:281)
at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:147)
at 
org.jboss.ejb.plugins.RunAsSecurityInterceptor.invoke(RunAsSecurityInterceptor.java:90)
at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:191)
at 
org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor.java:122)
at 
org.jboss.ejb.MessageDrivenContainer.internalInvoke(MessageDrivenContainer.java:374)
at org.jboss.ejb.Container.invoke(Container.java:700)
at 
org.jboss.ejb.plugins.jms.JMSContainerInvoker.invoke(JMSContainerInvoker.java:856)
at 
org.jboss.ejb.plugins.jms.JMSContainerInvoker$MessageListenerImpl.onMessage(JMSContainerInvoker.java:1146)
at org.jboss.jms.asf.StdServerSession.onMessage(StdServerSession.java:276)
at 
org.jboss.mq.SpyMessageConsumer.sessionConsumerProcessMessage(SpyMessageConsumer.java:867)
at org.jboss.mq.SpyMessageConsumer.addMessage(SpyMessageConsumer.java:159)
at org.jboss.mq.SpySession.run(SpySession.java:348)
at org.jboss.jms.asf.StdServerSession.run0(StdServerSession.java:200)
at org.jboss.jms.asf.StdServerSession.run(StdServerSession.java:180)
at 
EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:727)
at java.lang.Thread.run(Thread.java:536)


But I do not get a corresponding failure message.  Since said person has a new mail 
account that is local to me, it is possible that I won't see this later so I want to 
document it before I forget.

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

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


---
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562alloc_id=6184op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Mail Services] - Re: TODO: (M2) failure message

2004-05-14 Thread acoliver
I lied it did...I just didn't get it until later.

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

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


---
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562alloc_id=6184op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Mail Services] - Re: M1 final release.....??? (Please vote)

2004-05-13 Thread acoliver
Dudes...  I just turned down the logging and this morning tried it out.  Turns out it 
wasn't us/hypersonic or anything.  Its sad that I had to turn the logging to like 
WARN or something but now it FLIES.  It totally kicks james into the dirt from a 
performance standpoint.  Of course we'll see what happens latter in the day when I get 
a bazillion emails.  I'll roll and annouce the release either today or monday (never 
release on the weekend or friday because no one sees it ;-) ).  I can't wait to see 
mail lists and IMAP (even though I think I'll need to upgrade my server ;-) ).


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

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


---
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562alloc_id=6184op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Mail Services] - Re: Kabir: Thanks and bigfoot sucks

2004-05-13 Thread acoliver
Both of your email me your preferred account names and passwords.  Then I'll add them. 
 Keep in mind server has only 3 gigs of space left and we don't have quotas yet so 
don't forget to check your mail often :-)

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

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


---
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562alloc_id=6184op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Mail Services] - Re: TODO: retry configuration and queue

2004-05-13 Thread acoliver
lets not add a second wrapper, lets add something like transient header or something 
to the existing objects.

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

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


---
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562alloc_id=6184op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Mail Services] - Re: Kabir: Thanks and bigfoot sucks

2004-05-12 Thread acoliver
Actually do you want an account on my server?  As an added bonus you could eat our own 
dog food :-)

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

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


---
This SF.Net email is sponsored by Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson  Lucent use to 
deliver higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Mail Services] - M1 final release.....??? (Please vote)

2004-05-12 Thread acoliver
So I've put M1 on my mail sever (from the branch).  Since RC1, kabir has fixed the 
mail-list-loop bug.  Its not running quite as fast as JAMES did but I'm using 
hypersonic for the database so what do you expect?  (I'd expect it to be even slower 
than it is compared with a file based store).  There are things we can do to tune the 
CMP engine to make pop faster.

Our defaults as mike noted in the descriptor file suck totally.  Meaning the Life 
needs to be much much higher and the thread pools should be closer to 100 or so.  (I 
set those low for the purpose of speed tests and forgot to fix them)

I did run into this: 
http://developer.java.sun.com/developer/bugParade/bugs/4699981.html when the defaults 
were too low.  I haven't seen it since I upped the limits.

We DO need to rationalize our debugging code.  I can't seem to find the proper log 
level to not have every mail repeated in the log!  I thought we had this at like TRACE 
or something.  I have a limited amount of disk space left on my mail/web server and 
this will probably be a problem for me.

All of that being said, these problems are pretty damn minor for a first milestone 
release.  This is better than a lot of people's 1.0.  I'll change the defaults to what 
I think is reasonable for most people and then lets release M1.  Please vote.

Everyone with R/W access has a binding vote.  We still welcome patch submitters and 
other stakeholders (if you just wandered in then reserve judgement ;-)) to vote but 
only those with R/W access who have developed on mail services get a binidng vote. 

Signify as follows:

+1 = Yes and I will do what I can to help with this and support any fallout
+0 = Its a good idea but I don't care very much (do it, but I won't help you at all)
-0 = You suck, we shouldn't do this but I won't stop you.  I think its bad because...
-1 = Whoooaaa, bad idea and here is why...

To release we need at least 2 +1s and no vetos.  (When we have more people we'll up 
this to three but I don't think we should require EVERY active R/W committer to vote). 
 The vote ends when either all active R/Wers have voted or 48 hours has passed.




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

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


---
This SF.Net email is sponsored by Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson  Lucent use to 
deliver higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Mail Services] - Re: M1 final release.....??? (Please vote)

2004-05-12 Thread acoliver
+1 from me as well of course.  Note I deleted the impassioned defense of hypersonic as 
its off topic and took a childish tone.  However it did point out one data point I 
left out: we drastically beat the performance of james on a reasonably modern system 
with small data sets.  We do need more Junit test.

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

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


---
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562alloc_id=6184op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] Test of mail services

2004-05-11 Thread acoliver
This is a test of mail services M1RC2 to see if the continuous loop bug is
fixed and we can go public with it.



---
This SF.Net email is sponsored by Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson  Lucent use to 
deliver higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] Test of mail services

2004-05-11 Thread acoliver
Lets roll!

 From: [EMAIL PROTECTED]
 Reply-To: [EMAIL PROTECTED]
 Date: Tue, 11 May 2004 08:52:12 -0400
 To: [EMAIL PROTECTED]
 Subject: [JBoss-dev] Test of mail services
 
 This is a test of mail services M1RC2 to see if the continuous loop bug is
 fixed and we can go public with it.
 
 
 
 ---
 This SF.Net email is sponsored by Sleepycat Software
 Learn developer strategies Cisco, Motorola, Ericsson  Lucent use to
 deliver higher performing products faster, at low TCO.
 http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
 ___
 JBoss-Development mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-development



---
This SF.Net email is sponsored by Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson  Lucent use to 
deliver higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Mail Services] - Kabir: Thanks and bigfoot sucks

2004-05-11 Thread acoliver
Kabir: your fix worked!  M1 release is imminent.  BTW, your bigfoot mail is bouncing.  
with not allowed again.  I wanted to tell you any way I could :-)

You are the man behind M1 in my book.  The unoffical release codename is kabir :-)

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

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


---
This SF.Net email is sponsored by Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson  Lucent use to 
deliver higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Mail Services] - Re: Simple JavaMail program fails

2004-05-01 Thread acoliver
This isn't the proper forum for JavaMail questions.  Mail Services is something 
different.

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

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


---
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: TODO: (M1) Serious bug

2004-04-29 Thread acoliver
yeah I used to get dupes and so I put that inhummm

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

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


---
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: TODO: (M1) Serious bug

2004-04-29 Thread acoliver
But I don't thinks thats it, because I kept sending it LONG after it was to all 
receipients.  Basically it sent the message until I shut down.  I'll try the M1 branch 
with your fixes this weekend and see if I can figure it out.

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

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


---
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: M1RC1 release available

2004-04-29 Thread acoliver
It is?  I wonder what I did wrong!  I thought I did it on the branch...

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

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


---
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: TODO: retry configuration and queue

2004-04-29 Thread acoliver
So what exception does he think you're supposed to throw?

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

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


---
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: Hibernate Mailbox

2004-04-28 Thread acoliver
The point of making it pluggable is that someone will implement others :-).  Non-JMS 
delivery, other mailboxes, etc.

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

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


---
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] - TODO: (M2) Catch messages trapped in the system

2004-04-28 Thread acoliver
Mail servers can catch messages that are trapped in a loop between each other.  
Fortunately if only one can detect it, you're still fine, but we need that too in case 
both servers are JBMS.  :-)

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

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


---
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: TODO: (post M1)

2004-04-28 Thread acoliver
Cool.  its important that I not have to *actually* start jboss manually.  The unit 
tests should be able to be run automatically.  Its also best to use alternative ports 
than a real jboss instance running mail services...

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

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


---
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: SMTPSender commit

2004-04-28 Thread acoliver
Oh good!  I vaguely remember that bug.  Hadn't tried lately.

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

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


---
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


  1   2   3   >