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

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

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

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

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

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

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Connection of TreeCache with Client Apps

2004-07-16 Thread victor.sauermann
Hello! To my situation: I have a JBoss server and a repl_sync TreeCache service. Now I want some client apps get information about changes to the TreeCache. I've performed this with JMS and Facade beans. But isn't there a possibility to connect the client directly with the TreeCache? Thanx

[JBoss-dev] [ jboss-Bugs-992215 ] Problem with JDBC datasource when using SecurityManager

2004-07-16 Thread SourceForge.net
Bugs item #992215, was opened at 2004-07-16 12:43 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=992215group_id=22866 Category: JBossServer Group: v3.2 Status: Open Resolution:

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

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

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

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

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: Using JBossCache with WebLogic 8.1 and WebSphere 5.1

2004-07-16 Thread mplesser
bela wrote : | Suggestion: why don't you override startService() in your subclass ? | Thanks for your input and i actually would if i could - but since createCacheLoader(), fetchStateOnStartup(), determineCoordinator() and createInterceptorChain() are not declared public and are

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

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

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

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

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: Error on replicating cache entry

2004-07-16 Thread bwang00
I have discovered this problem recently. If you have a scoped application (jar, ear, or war), that implies different context class loaders. In this case, you will need to use the jboss utility class wrapper org.jboss.invocation.MarshalledValue to wrap your serializable object first before

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: TreeCache deadlock

2004-07-16 Thread bwang00
Just let you know that we have solved Chuck's problem. Looks like it is different from the one that Rich has. I have created a sf bug #992297. Herfe is description: Currently when transaction isolation level is set to REPEATABLE, it uses read write lock with upgrade. However, when there are

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: Using JBossCache with WebLogic 8.1 and WebSphere 5.1

2004-07-16 Thread bela
Made those methods protected, so go and override startService() Bela View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3842382#3842382 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3842382

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: Error on replicating cache entry

2004-07-16 Thread bela
This should work for now. However, I'm going to add the mechanism used by MarshalledValue to JGroups itself, so this isn't needed. This will probably be in JBoss 3.2.6, I'm going to upgrade JGroups used by JBoss soon. Bela View the original post :

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: Connection of TreeCache with Client Apps

2004-07-16 Thread prese
Hi, Since TreeCache is a MBean service it can be accessed via RMIAdaptor for example. HTH Sebi View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3842385#3842385 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3842385

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: Using JBossCache with WebLogic 8.1 and WebSphere 5.1

2004-07-16 Thread mplesser
Thanks a lot again :) I can now finally confirm that the TX-lookups work under WebSphere 5.1 ! (And you can't imagine how i hate WebSphere by now ) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3842401#3842401 Reply to the post :

[JBoss-dev] [JBoss IDE] - Properties from file for Xdoclet attributes?

2004-07-16 Thread macmirror
I hope this is not a completely trivial or dumb question, but here it comes ;-) I am using the jbossservice task from the hibernate doclet for generating the jboss-service.xml descriptor. works great. In there I have to specify various things such as JNDI name, user/password or hibernate

[JBoss-dev] [Nukes Development] - Re: how to hide a block?

2004-07-16 Thread syrio
in fact, I've created a HTML block and I don't want Anonymous to see it. I don't know how permissions work... Could you tell me how I can make it? What pattern need I use? Thanks a lot. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3842408#3842408 Reply to

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re:

2004-07-16 Thread Bill Burke
sorry for the late response. With current CVS head I was able to write a unit test that had these pointcuts you described above with no problems. Maybe I have fixed something since Jun, I don't know. | | bind pointcut=execution(public * $instanceof{javax.ejb.SessionBean}-*(..))

[JBoss-dev] [Nukes Development] - Re: how to hide a block?

2004-07-16 Thread syrio
Merci ninus2, ca y est ca marche ;) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3842413#3842413 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3842413 --- This SF.Net

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

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

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

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

[JBoss-dev] [ jboss-Bugs-992215 ] Problem with JDBC datasource when using SecurityManager

2004-07-16 Thread SourceForge.net
Bugs item #992215, was opened at 2004-07-16 09:43 Message generated for change (Comment added) made by ejort You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=992215group_id=22866 Category: JBossServer Group: v3.2 Status: Closed Resolution: Out of Date

[JBoss-dev] [ jboss-Bugs-992441 ] org/jboss/metatada/BeanMetadata.java ignores call-by-value

2004-07-16 Thread SourceForge.net
Bugs item #992441, was opened at 2004-07-16 16:50 Message generated for change (Comment added) made by ejort You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=992441group_id=22866 Category: JBossServer Group: None Status: Closed Resolution: Fixed Priority: 5

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

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

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

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

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

2004-07-16 Thread skifan
just wondering if any of you have experience of using JBossMailServices to process sending out mass email(mailing list)? We also would like to add features for scheduled email delivery and should have low system resource consuming. Not sure if anyone can give any suggestions? any sample code

[JBoss-dev] jboss-3.2 build.149 Build Successful

2004-07-16 Thread kimptoc_mail
View results here -> http://tck2.jboss.com/cc/buildresults/jboss-3.2?log=log20040716164357Lbuild.149 BUILD COMPLETE-build.149Date of build:07/16/2004 16:43:57Time to build:11 minutes 15 secondsLast changed:07/16/2004 14:28:47Last log entry:log an error if the Hibernate service

[JBoss-dev] [JBoss.net] - wsr archive do not redeploy without a jboss restart ?

2004-07-16 Thread pjer
I am very sorry, I copied this post from JBoss - JBoss User - JBoss.NET SOAP, because I did not know if this is a bug (maybe?) !! And, sorry for my english. It is possible that .wsr archive do not redeploy without a jboss restart, or did I made something wrong ? I am on WindowsXP With

[JBoss-dev] [ jboss-Bugs-992651 ] NoPassivationCachePolicy incompatible with optiond

2004-07-16 Thread SourceForge.net
Bugs item #992651, was opened at 2004-07-16 17:28 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=992651group_id=22866 Category: JBossCache Group: v2.3 (unstable) Status: Open

[JBoss-dev] [ jboss-Bugs-992657 ] optiond-refresh-rate doesn't synch the cache, it destroys it

2004-07-16 Thread SourceForge.net
Bugs item #992657, was opened at 2004-07-16 17:44 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=992657group_id=22866 Category: JBossCache Group: v3.2 Status: Open Resolution: