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

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

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

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

[JBoss-dev] [Mail Services] - How can I send mail to remote mail server?

2004-07-15 Thread haitt
First, I can't send mail to other email address outside local domain. So, I remove the line handleAuth() in CmdRCPT class. But my email service now become open-relay!!! How can I anti-relay my service View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: Getting started problems

2004-07-15 Thread bwang00
It is available in JBoss3.2.3 and later as well. -ben View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842343#3842343 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3842343 --

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: TreeCacheAop, POJO and ClassNotFoundException

2004-07-15 Thread bwang00
Is it possible you can post a test case for me to verify? Als is this a standalone test case? If it is, the junit test suite has one that test the aop cache replication. Can you check it out? -Ben View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842342#3842342

[JBoss-dev] [JBoss IDE] - Re: Expanded Deploy does not trigger Jboss deployment scanne

2004-07-15 Thread slackjack
Thanks, Ill try that but I seems to me that a redeploy function in JBOSS-IDE should handle this. If I have to touch the files manually, I might as well use ANT for deploying instead of JBOSS-IDE. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842330#3842330

[JBoss-dev] [JBoss IDE] - Re: New version.

2004-07-15 Thread letiemble
Hi, Well, in fact all the code is in CVS and is ready for release. I am running the last series of user tests and polishing the package. If you are in a hurry, take a CVS client and build JBoss-IDE from the sources. Laurent. View the original post : http://www.jboss.org/index.html?module=bb&op

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

2004-07-15 Thread kimptoc_mail
View results here -> http://tck2.jboss.com/cc/buildresults/jboss-3.2?log=log20040715165539Lbuild.147 BUILD COMPLETE - build.147Date of build: 07/15/2004 16:55:39Time to build: 13 minutes 58 secondsLast changed: 07/15/2004 16:32:24Last log entry: Add an index to support JMS Tran

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - JBossCache in production

2004-07-15 Thread bela
Anybody using JBossCache in production, staging or a larger project ? I realize that the product hasn't been out long yet, but maybe there are some projects that would like to report on where/what they're using JBossCache for. If yes, would you be willing to share your story with us ? Cheers,

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

2004-07-15 Thread bela
- Do you have the relevant classes available in your EAR ? - Can you verify that the following should work: (1) put the jboss-cache.jar in jboss-xxx/server/xxx/lib and the XML file for the cache (e.g. tree-service.xml) in server/xxx/deploy. Then deploy your EAR and run your app again. The error

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

2004-07-15 Thread bela
"mplesser" wrote : | Hmm makes it hard - maybe you could think of adding a method that tells the user if the cache is in an uncommited transaction? | TransactionManager.getTransaction().getStatus() anonymous wrote : | Took me a while to figure out that you are talking about the jboss c

[JBoss-dev] [JBoss IDE] - New version.

2004-07-15 Thread bhavesh
Hi, Can anybody pl update me about new version that is going to release today? Bhavesh. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842306#3842306 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3842306 --

[JBoss-dev] [JCA on JBoss] - Oracle XA datasource problem

2004-07-15 Thread trickard
Jboss-3.2.4, oracle 8.1.7 and oracle 9i with appropriate drivers. Using Oracle XA datasources I get the following error when I call a method on a bean with the transaction attribute 'required'. 2004-07-15 14:23:57,881 INFO [org.jboss.resource.connectionmanager.TxConnectionManager] Could not en

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - TreeCacheAop, POJO and ClassNotFoundException

2004-07-15 Thread tolik
Hello everybody. I've just encountered a problem that can't figure out how to solve. I tried to put a POJO precompiled by aopc into the cache. Everything looks right if cache is used in the LOCAL mode. But when i've turned it to either REPL_ASYNC or REPL_SYNC mode every putObject call throws the

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

2004-07-15 Thread kimptoc_mail
View results here -> http://tck2.jboss.com/cc/buildresults/jboss-3.2?log=log20040715131643Lbuild.146 BUILD COMPLETE - build.146Date of build: 07/15/2004 13:16:43Time to build: 12 minutes 39 secondsLast changed: 07/15/2004 12:45:32Last log entry: Fix a typo in the error message.

[JBoss-dev] [ jboss-Bugs-988787 ] CodeIterator#insertGap0() is not fine.

2004-07-15 Thread SourceForge.net
Bugs item #988787, was opened at 2004-07-11 14:43 Message generated for change (Settings changed) made by chiba You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=988787&group_id=22866 Category: Javassist Group: CVS HEAD Status: Open >Resolution: Accepted Pr

[JBoss-dev] [ jboss-Feature Requests-991650 ] URL env reference as MBean defined in service file.

2004-07-15 Thread SourceForge.net
Feature Requests item #991650, was opened at 2004-07-15 15:09 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376688&aid=991650&group_id=22866 Category: JBossServer Group: v3.2 Status: Open

[JBoss-dev] [ jboss-Bugs-991638 ] UserRolesLoginModule random properties from Classloader

2004-07-15 Thread SourceForge.net
Bugs item #991638, was opened at 2004-07-15 14:56 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=991638&group_id=22866 Category: JBossSX Group: v3.2 Status: Open Resolution: Non

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

2004-07-15 Thread jae77
what permission problems are you having? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842251#3842251 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3842251 --- Thi

[JBoss-dev] [JBossWeb] - Tomcat 4.1 and Jboss

2004-07-15 Thread pjryan_tibc
I am using Vignette 4.5 and they are compatible and support tomcat 4.1 I am considering and would like to use JBoss. Where do I fond out if Jboss version ?? is equivalent to Tomcat 4.1 ?? thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842236#3842236 R

[JBoss-dev] [JBossWeb] - JBoss app and web server

2004-07-15 Thread pjryan_tibc
I want to use Appache web server and Jboss App server. What is the communications protocol betwene them on a n tier architecture? I understand that Apache and Tomcat use AJPv13 and that Apache and Weblogic use RMI/IIOP or T3 what does Apaches and Jboss use ? Which version ? View the original pos

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

2004-07-15 Thread kimptoc_mail
View results here -> http://tck2.jboss.com/cc/buildresults/jboss-3.2?log=log20040715093339Lbuild.145 BUILD COMPLETE - build.145Date of build: 07/15/2004 09:33:39Time to build: 11 minutes 19 secondsLast changed: 07/15/2004 09:02:05Last log entry: Add missing license headers

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

2004-07-15 Thread mplesser
anonymous wrote : When the logger is created, we use getClass() which returns TreeCache.class and *not* ServiceMBeanSupport.class ! So logging works, just tested again with INFO and WARN. Maybe you're picking up the wrong log4j.props ? Do you use -Dlog4j.configuration, eg. | | -Dlog4j.confi

[JBoss-dev] [ jboss-Patches-991580 ] JBoss - Oracle AQ Patch 10g-mdb.jar

2004-07-15 Thread SourceForge.net
Patches item #991580, was opened at 2004-07-15 15:34 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376687&aid=991580&group_id=22866 Category: JBossMQ Group: v3.2 Status: Open Resolution:

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

2004-07-15 Thread kimptoc_mail
View results here -> http://tck2.jboss.com/cc/buildresults/jboss-3.2?log=log20040715084337Lbuild.144 BUILD COMPLETE - build.144Date of build: 07/15/2004 08:43:37Time to build: 10 minutes 46 secondsLast changed: 07/15/2004 08:16:24Last log entry: test commit from eclipse

[JBoss-dev] [TODO -- DEVELOPMENT] - Re: How do I import all the project of jboss source code?

2004-07-15 Thread darranl
The instructions in the Wiki say that JBoss should be built before importing into Eclipse. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842214#3842214 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3842214 ---

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

2004-07-15 Thread mikefinn
Hi all, Using async_repl with jboss cache 1.0, in a JBoss 3.2.2 cluster. When I put an object into the cache, the cache svc correctly attempts to replicate the entry to the other node. On the other node, however, when it receives the repl entry, I get a class not found, because it can't find th

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

2004-07-15 Thread bela
"mplesser" wrote : | From within the same thread, isolation level is REPEATABLE_READ. I add a listener to the cache which performs a get() operation on the cache on a nodeModified() event. This might of course look for the cache to appear within the same TX and may not be fixable. Only optio

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

2004-07-15 Thread bela
"mplesser" wrote : It doesnt work to filter out the log messages in TreeCache using log4j. | If i set a category "org.jboss.cache" to say "WARN" then the TreeCache ignores that level and still logs all the "INFO" messages. This is because TreeCache is derived from ServiceMBeanSupport which is

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

2004-07-15 Thread mplesser
anonymous wrote : By other threads ? No, they are blocked unless the isolation level is NONE or READ_UNCOMMITTED (we use r/w locks here) >From within the same thread, isolation level is REPEATABLE_READ. I add a listener to >the cache which performs a get() operation on the cache on a nodeModifie

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

2004-07-15 Thread kimptoc_mail
View results here -> http://tck2.jboss.com/cc/buildresults/jboss-3.2?log=log20040715061027Lbuild.143 BUILD COMPLETE - build.143Date of build: 07/15/2004 06:10:27Time to build: 10 minutes 44 secondsLast changed: 07/15/2004 05:50:27Last log entry: Test if eclipse works and fix my

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

2004-07-15 Thread mplesser
It doesnt work to filter out the log messages in TreeCache using log4j. If i set a category "org.jboss.cache" to say "WARN" then the TreeCache ignores that level and still logs all the "INFO" messages. This is because TreeCache is derived from ServiceMBeanSupport which is defined in package "org.

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

2004-07-15 Thread bela
anonymous wrote : | It does, but only if you are using it inside of JBoss. This is an issue though if used in another Application Server - only workaround for me was to declare a Logger inside TreeCache.java. | Actually, this works correctly: all constructors of TreeCache call super(), whi

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

2004-07-15 Thread bela
"mplesser" wrote : anonymous wrote : | | You're right sorry, i just double checked again, although it is readable from the local instance outside of the transaction. | | | | By other threads ? No, they are blocked unless the isolation level is NONE or READ_UNCOMMITTED (we use r/w l

[JBoss-dev] [XDoclet on JBoss (XDoclet/JBoss)] - XDoclet Bug ???

2004-07-15 Thread morenito9000
Hi all, I have a Session Bean that refers to a colocated Entity Bean, so in Session's Class I wrote: | * @ejb.ejb-ref ejb-name = "ProdottoEntity" | * view-type = "local" | * ref-name = "ejb/ProdottoEntity" | * | * @jboss.ejb-

[JBoss-dev] [ jboss-Bugs-988143 ] unable to activate stateful session beans

2004-07-15 Thread SourceForge.net
Bugs item #988143, was opened at 2004-07-09 20:15 Message generated for change (Comment added) made by lkral You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=988143&group_id=22866 Category: JBossServer Group: v3.2 Status: Open Resolution: None Priority: 5

[JBoss-dev] [Tomcat] - Configuring multiple services for Tomcat in JBoss 3.2.5

2004-07-15 Thread chenkh8
Hello all, We had an application running in standalone Tomcat 5 that is configured for multiple services (as defined in server.xml). We would like to port the application to the JBoss platform; does anyone have experience with configuring the embedded Tomcat for multiple services, or whether th

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

2004-07-15 Thread mplesser
anonymous wrote : Not correct: I only replicate at the end of a TX. | You're right sorry, i just double checked again, although it is readable from the local instance outside of the transaction. anonymous wrote : What do you mean ? The super class MBeanSupport initializes the logger, looks co

[JBoss-dev] [Security on JBoss] - Re: JBOSS - Embedded TOMCAT JAAS Failure

2004-07-15 Thread pilhuhn
How did you fix it? Or better: what exactly did you fix how? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842170#3842170 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3842170

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

2004-07-15 Thread ninus2
I noticed some blocks have a DisplayWhenAnonymous parameter you can change in the services_attributes table in nukes database... I'm having trouble with permissions too :) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842169#3842169 Reply to the post : htt

[JBoss-dev] [Nukes Development] - Re: HTML block

2004-07-15 Thread ninus2
Je sais pas comment rÃsoudre, Ãa me fait la mÃme chose du coup je mets les FileID directement dans la base de donnÃes... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842167#3842167 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&m

[JBoss-dev] [JBoss.net] - Re: return

2004-07-15 Thread DiegoMemo
Thanks for your answer, but I have solved in another way. I have put both the elements in a Vector, and the Client has received a SOAP_VECTOR. bye View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842164#3842164 Reply to the post : http://www.jboss.org/in