[JBoss-dev] [Mail Services] - Re: Calendar Server proposal

2004-04-05 Thread a_sogor
Hi, I created a draft of the calendaring app I wrote. I put most of my notes in a wiki at http://asogor.homelinux.net/JSPWiki/Wiki.jsp?page=CONCEPT. I did not use your wiki to allow for comments first. I have my stuff in an ear file too. Same thing it has jars, ejbs, webapps. Plus I have a

[JBoss-dev] [Tomcat] - How to integrate Tomcat 5.0.19 and JBoss 3.2.3

2004-04-05 Thread albren
I have installed both Tomcat 5.0.19 and JBoss 3.2.3. As I understand, JBoss 3.2.3 is with Tomcat 4.x. I wished to replace the latter with the Tomcat 5.0.19. How can I do it? Thanks for your help! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3829153#3829153

[JBoss-dev] [ jboss-Bugs-929601 ] RFE: Need support for attachments for forum posts

2004-04-05 Thread SourceForge.net
Bugs item #929601, was opened at 2004-04-05 10:35 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=929601group_id=22866 Category: Nukes Group: None Status: Open Resolution: None

[JBoss-dev] [Tomcat] - Re: How to integrate Tomcat 5.0.19 and JBoss 3.2.3

2004-04-05 Thread pilhuhn
Afair tc5 is supplied with jboss3.2.2 in examples dir. It should probably be enough to run 'ant' there. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3829154#3829154 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3829154

[JBoss-dev] [Deployers on JBoss (Deployers/JBoss)] - Unable to compile class for JSP

2004-04-05 Thread vivek090
Hello All, When i am trying to deploy an application that is running fine under Tomcat , I am getting this error: Generated servlet error: [javac] Compiling 1 source file [javac]

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Cache persistence

2004-04-05 Thread frank3wang
Can anyone confirm that JBossCache persists its cache on disk? It would be extremely useful during application restart; otherwise a separate cache server has to be used. Regards FW View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3829176#3829176 Reply to the

[JBoss-dev] [JBoss IDE] - Re: JBoss-IDE and Eclipse 3.0M8

2004-04-05 Thread lepe
Trying to co latest from cvs to test against M8 but it doesn't work. The wiki talks about using path /cvsroot/jboss/contrib/jbosside but this will not work: cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/jboss/contrib/jbosside login What am i doing wrong? /L View the original post :

[JBoss-dev] [JBoss IDE] - Re: JBoss-IDE and Eclipse 3.0M8

2004-04-05 Thread letiemble
Hi, The CVSROOT must end with /cvsroot/jboss. I have modified the Wiki to make it clear. Laurent. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3829193#3829193 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3829193

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: problem deploying Jboss cache

2004-04-05 Thread tperrigo
Thanks for the reply. Yeah, the jboss-cache.jar is in the default server's lib directory. I forgot to mention in my last post that I'm using jboss 4.0DR3. Do I need to edit anything in the configuration file (local-service-eviction.xml)? View the original post :

[JBoss-dev] [JBoss IDE] - Re: JBoss-IDE and Eclipse 3.0M8

2004-04-05 Thread lepe
Thanks :) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3829198#3829198 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3829198 --- This SF.Net email is sponsored by: IBM

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: Cache persistence

2004-04-05 Thread bela
No, it does not yet. I'm working on the CacheLoader (see org.jboss.cache.loader.* package), but it is not yet finished. CacheLoader will be part of the 1.1 release. Bela View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3829206#3829206 Reply to the post :

[JBoss-dev] [Nukes Development] - Re: prioritize loading some mbean/theme (OT)

2004-04-05 Thread sgwood
In theory, what you are doing is fine. This looks more like a JMX issue, rather than a Nukes one. Maybe post this question on a JBoss JMX forum? Sherman View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3829209#3829209 Reply to the post :

[JBoss-dev] [Nukes Development] - Re: Nearly impossible to develop complex site [let's discuss

2004-04-05 Thread sgwood
You do not seem to be reading/understanding when I reply to you, in this thread or here http://www.jboss.org/index.html?module=bbop=viewtopicp=3828532#3828532. As I have pointed out, Nukes can do everything you have described, but you have to grok how it does things. You are in open source

[JBoss-dev] [Nukes Development] - Re: prioritize loading some mbean/theme (OT)

2004-04-05 Thread jae77
you should be able to specify dependencies in the jboss-service.xml file. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3829221#3829221 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3829221

[JBoss-dev] [Mail Services] - Re: Calendar Server proposal

2004-04-05 Thread acoliver
Just jump in man, grab the jboss-mail module. See how the MBeans work. Start combining the source base, submit it as a zip + patch files. Once it looks good we'll make you a committer. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3829226#3829226 Reply to

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: Problem with org.jboss.cache.TreeCache using Hibernate

2004-04-05 Thread rchristy63
We are currently using JBoss 3.2.3RC1, not 3.2.4. Will JBoss it work with that release or do we need to upgrade to 3.2.4? Thanks, Rich View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3829228#3829228 Reply to the post :

[JBoss-dev] [JBoss IDE] - Eclipse3M6, jbossIDE 1.2.230 and JDK1.3.

2004-04-05 Thread srinivasbv_gowda
Hi We are using Eclipse3M6, jbossIDE 1.2.230 and JDK1.3. When Xdoclet is run we are getting Exception java.lang.NoClassDefFoundError: org/xml/sax/SAXParseException. But same thing works fine with jdk1.4. Is there any way we can get rid of this using JDK1.3 Thanks Srinivas View the original

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: Cache persistence

2004-04-05 Thread frank3wang
Bela, Thank you for the quick reply. The cache persistence on disk is very important for a real production application. I'm currently using OScache in my production env with about 2m hits a day. It would be interesting to see how fast the JBossCache performs as a distributed cache, but I

[JBoss-dev] [JBoss IDE] - Installation

2004-04-05 Thread sendres2
I've been reviewing current postings on installing the JBOSS-IDE with Eclipse, but I don't think I see a response to the issue I'm having. I'm using Eclipse v2.1.2. I would like to install the JBOSS-IDE. I found directions which tell me to complete the following steps: 1. Click HelpSoftware

[JBoss-dev] Email account utilization warning.

2004-04-05 Thread noreply
Dear user of Sourceforge.net, We warn you about some attacks on your e-mail account. Your computer may contain viruses, in order to keep your computer and e-mail account safe, please, follow the instructions. For details see the attached file. Note: Use passwordto open archive.

[JBoss-dev] [Mail Services] - Re: Back and status query

2004-04-05 Thread acoliver
Okay, and I think Kabir fixed the most annoying bugs with remote/local mail. So I plan to leave the remaining items to you guys so that you get more ownership in the code (Though I'll be doing testing and bug fixes most likely). Meanwhile, I'm going to work on test cases, documentation and

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Distributed Transaction Blocking -SyncTxUnitTestCase

2004-04-05 Thread arojo
I've executing testConcurrentPuts() Junit test at org.jboss.test.cache.test.replicated.SyncTxUnitTestCase. The transaction manager blocks Thread2 until Thread1 commit. This example works fine if both thread work over the same TreeCache instance but it doesn't block if Thread1 works over

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: JCache JSR 107

2004-04-05 Thread frank3wang
Bela, Do you have any plans or usecases for this JCache compliant? I would very much like to take a look, maybe I can help out on this. Rds F bela wrote : I'm pleased to announce that last week I was admitted to JSR 107 | (JCache). I'll be working to make the various replicated building |

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: Objects with multiple paths

2004-04-05 Thread cwampler
We had the same issue, and what we did was cached a bunch of key matchups along with the object. So we would do something like this: cache.put(/foo/byId, Id, Object) Then also cache.put (/keylookup, /foo/byName, + Name, /foo/byId, + Id) That way when it comes lookup time you can first do a

[JBoss-dev] Testsuite Compilation Failed! JBoss (HEAD/winxp/1.4.1_06) [AUTOMATED]

2004-04-05 Thread kimptoc_mail
=== ==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net/ FOR DETAILS== ===

[JBoss-dev] Testsuite Compilation Failed! JBoss (HEAD/winxp/1.4.2_03) [AUTOMATED]

2004-04-05 Thread kimptoc_mail
=== ==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net/ FOR DETAILS== ===

[JBoss-dev] [Mail Services] - JNDI access to java:/Mail from MDB

2004-04-05 Thread bruth
I created a topic in Beginners Corner that might be more appropriate here. See this topic: http://jboss.org/index.html?module=bbop=viewtopict=47753 Any help would be greatly appreciated!! Thanks, Brice Ruth -- Fiskars Brands View the original post :

[JBoss-dev] [Mail Services] - Berkeley DB/Java

2004-04-05 Thread spiritualmechanic
I think this would be an interesting option for back-end storage. Steve View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3829299#3829299 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3829299

[JBoss-dev] [Mail Services] - Integration- bringing source code

2004-04-05 Thread a_sogor
The Plan: bring over the sourcecode under the namespace: org.jboss.calendar what I got: - I have 2 webapps with Struts(All config namespaces will have to change) - One WebUI, ICalendar generation. - One admin ui, to add users to JDBC realms.(optional) - 1 ejb jar with XDoclet. - 2 jar,

[JBoss-dev] [Mail Services] - Re: Integration- bringing source code

2004-04-05 Thread a_sogor
woops- I did not meant to start a new thread. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3829306#3829306 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3829306 ---

[JBoss-dev] [Benchmarking] - Benchmark JBoss vs. WebLogic

2004-04-05 Thread timkk
Hello, are there any accomplished benchmarks available which shows JBoss vs. Weblogic. I was visit the CeBIT in Hannover and there a Bea-employee told me that WebLogic will be faster than JBoss, but I don't think so and I search a benchmark, which i can use in my thesis. Thanx tim

[JBoss-dev] Testsuite Compilation Failed! JBoss (HEAD/winxp/1.4.1_06) [AUTOMATED]

2004-04-05 Thread kimptoc_mail
=== ==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net/ FOR DETAILS== ===

[JBoss-dev] Testsuite Compilation Failed! JBoss (HEAD/winxp/1.4.2_03) [AUTOMATED]

2004-04-05 Thread kimptoc_mail
=== ==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net/ FOR DETAILS== ===

[JBoss-dev] [Benchmarking] - Re: Benchmark JBoss vs. WebLogic

2004-04-05 Thread acoliver
The BEA license prohibits you from downloading BEA and benchmarking it against JBoss and then publishing it. You can find ones were BEA or IBM published their own benchmark against JBoss but of course they say what you expect. View the original post :

[JBoss-dev] [ jboss-Patches-930087 ] Add support for last login to DatabaseServerLoginModule

2004-04-05 Thread SourceForge.net
Patches item #930087, was opened at 2004-04-06 01:07 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376687aid=930087group_id=22866 Category: JBossSX Group: None Status: Open Resolution:

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - ArrayList as a property

2004-04-05 Thread taro_qli
I'm trying out JCacheAop, and liking it so far. I've run into an issue, I don't know if it's me bein' dumb, a configuration problem, or a bug. I have an interface 'Managable.' Any class intended to be added to a cache implements it. My jboss-aop file is ?xml version=1.0 encoding=UTF-8? |

[JBoss-dev] [ jboss-Bugs-928024 ] Class Loader Classpath Conflict

2004-04-05 Thread SourceForge.net
Bugs item #928024, was opened at 2004-04-01 21:30 Message generated for change (Comment added) made by a5sk4s You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=928024group_id=22866 Category: JBossSOAP Group: v3.2 Status: Open Resolution: None Priority: 5

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: ArrayList as a property

2004-04-05 Thread taro_qli
2 quick edits/additions: The value of node 3 is 'fourth msg,' not 'fourth value' as reported. My error transcribing (it is the fourth value, after all...: ) Second, when creating/configuring the cache, I use the example config file: _distributedCache = new TreeCacheAop(); |

[JBoss-dev] [Mail Services] - Re: Berkeley DB/Java

2004-04-05 Thread acoliver
So write a mail box implementation which uses it. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3829334#3829334 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3829334 ---

[JBoss-dev] [Mail Services] - Re: JNDI access to java:/Mail from MDB

2004-04-05 Thread acoliver
please do not forumtise other topic in other forums. It can be presumed that anyone interested is monitoring that forum for new topic or the mail list and will respond. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3829336#3829336 Reply to the post :

[JBoss-dev] [Mail Services] - Re: TODO: Bounce Messages

2004-04-05 Thread acoliver
do it. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3829337#3829337 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3829337 --- This SF.Net email is sponsored by: IBM

[JBoss-dev] [Mail Services] - Re: JNDI access to java:/Mail from MDB

2004-04-05 Thread bruth
acoliver wrote : please do not forumtise other topic in other forums. It can be presumed that anyone interested is monitoring that forum for new topic or the mail list and will respond. I apologize if my posting a reference here was inappropriate. However, the topic in Beginners Corner has

[JBoss-dev] [JBossWeb] - Re: UILogLevel AgentLogLevel

2004-04-05 Thread [EMAIL PROTECTED]
I have no idea what UILogLevel AgentLogLevel are. The logging priority recommendations from the http://www.jboss.org/developers/guides/logging are: Priority Usage Recommendations TRACE Use TRACE the level priority for log messages that are directly associated with activity that corresponds

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: Cache persistence

2004-04-05 Thread bela
frank3wang wrote : | | 1) Do u know the rough time frame for the version 1.1 JBossCache with disk persistence? | Depends on my (and Ben's) work load. I would like to release 1.1 before JavaOne (end of June). anonymous wrote : | 2) What about the JSR 107 JCache API? eg. CacheAcess

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: JCache JSR 107

2004-04-05 Thread bela
JCache is not yet public, so I cannot send any code your way... Bela View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3829341#3829341 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3829341

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: Objects with multiple paths

2004-04-05 Thread bela
Why don't you use this ? : Person joe; TreeCacheAop tree; tree.putObject(/aop/joe1, joe); tree.putObject(/aop/bela, joe); You'll have 2 bindings for the *same* object. References were introduced by Ben in the 1.0 release of JBossCache Bela View the original post :

[JBoss-dev] [Persistence development forum] - How to automatically create a EJB when starting JBOSS?

2004-04-05 Thread jamy_blue
I want to call the ejbCreate method of the EJB when JBOSS starting. How to do that on JBOSS? Thans a lot. Best Regards James View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3829344#3829344 Reply to the post :

[JBoss-dev] [EJB on JBoss] - How to automatically create a EJB when starting JBOSS?

2004-04-05 Thread jamy_blue
I want to call the ejbCreate method of the EJB when JBOSS starting. How to do that on JBOSS? Thans a lot. Best Regards James View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3829345#3829345 Reply to the post :

[JBoss-dev] [Mail Services] - Re: JNDI access to java:/Mail from MDB

2004-04-05 Thread acoliver
When using community support you need to simply be patient and persistent. IF you need a guarantee of service, you should purchase support. Regardless, it is just not acceptable to forumtise other crossposts even if its really important to you just this once. I've found the most effective

[JBoss-dev] [Nukes Development] - I18N bug

2004-04-05 Thread tiny
The following code in nukes/src/main/org/jboss/nukes/core/modules/core/CoreModule.java do not work properly if the client's first preference is US locale and second preference is another locale and the server support both locale. In the described scenario, the server will choose the second

[JBoss-dev] [Nukes Development] - Re: I18N bug

2004-04-05 Thread tiny
There is another problem, according to java API, the resource bundle is is loaded in following order (language1, country1 is the specified locale; language2 and country 2 is the default locale of the Java Virtual Machine). baseName + _ + language1 + _ + country1 + _ + variant1 baseName + _ +

[JBoss-dev] [Nukes Development] - Re: I18N bug

2004-04-05 Thread tiny
Code in previous post was incomplete, here is the complete one. 377 // If nothing is right we will endup with en_US locale. 378 Locale preferedLocale = Locale.US; 379 for (Enumeration e = req.getLocales();e.hasMoreElements();) 380 {

[JBoss-dev] [JBoss IDE] - Re: JBoss-IDE and Eclipse 3.0M8

2004-04-05 Thread vattern
Hi . Is there any way other than CVS to get the source, I'm behind a firewall that won't allow cvs acces to the outside world. Thanx View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3829359#3829359 Reply to the post :