[JBoss-dev] [Design of JBoss Remoting, Unified Invokers] - Re: Marshall registry - design question

2005-01-31 Thread [EMAIL PROTECTED]
That does not make sense to me and is why this is not an aop issue as its only the initial handshake that needs to negotiate the marshallers. The aspect is the marshaller configuration and if aop fits, it fits as a wrapper around the remoting framework to establish its configuration. Fundamenta

[JBoss-dev] [JBoss JIRA] Commented: (JGRP-31) Problem with MERGE2 when not using multicast

2005-01-31 Thread B.S.Navin (JIRA)
[ http://jira.jboss.com/jira/browse/JGRP-31?page=comments#action_12315095 ] B.S.Navin commented on JGRP-31: --- Possible solution: -- There is one possible solution I found to this: The merge() method in the org.jgroups.protocols.pbcast.Coor

[JBoss-dev] [JBoss JIRA] Created: (JGRP-31) Problem with MERGE2 when not using multicast

2005-01-31 Thread B.S.Navin (JIRA)
Problem with MERGE2 when not using multicast Key: JGRP-31 URL: http://jira.jboss.com/jira/browse/JGRP-31 Project: JGroups Type: Bug Versions: 2.2.8 Environment: SUN Java 1.4.2_05 Reporter: B.S.Navin Assigned

[JBoss-dev] jboss-4.0-testsuite Build Failed

2005-01-31 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0-testsuite?log=log20050201004542 BUILD FAILEDAnt Error Message: /home/cruisecontrol/work/scripts/build-jboss-head.xml:66: The following error occurred while executing this line: /home/cruisecontrol/work/scripts/build-jbos

[JBoss-dev] [Design of JBoss Remoting, Unified Invokers] - Re: Marshall registry - design question

2005-01-31 Thread [EMAIL PROTECTED]
I had thought about the secondary channel, but think this just adds another piece, which will add to complexity. Was originally thinking could use AOP to add my own code to be called before the unmarshaller?s read() so could inspect the stream (looking for marshaller/unmarshaller request). E

[JBoss-dev] [Design of JBoss Remoting, Unified Invokers] - Re: Marshall registry - design question

2005-01-31 Thread [EMAIL PROTECTED]
It should not be a requirement that this marshaller handshake be supported. There is nothing wrong with requiring that the client and server have to be in synch with regard to the marshaller configuration in order to communicate. The ability to query for the marshaller either requires an admin m

[JBoss-dev] [Design of JBoss Portal] - Re: startup with an exception

2005-01-31 Thread scean_1
Thank you for your reply. Yes, it still work. But something does not work. Such as create new directory, copy files, upload files and so forth. I don't know whether it is relevant to those exception. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864502#38645

[JBoss-dev] jboss-head build.757 Build Successful

2005-01-31 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20050131234428Lbuild.757 BUILD COMPLETE - build.757Date of build: 01/31/2005 23:44:28Time to build: 26 minutes 12 secondsLast changed: 01/31/2005 21:29:49Last log entry: branches: 1.4.2;Final

[JBoss-dev] [JBoss JIRA] Commented: (JBCACHE-37) Stack Overflow when using Collection classes in TreeCacheAop

2005-01-31 Thread Ben Wang (JIRA)
[ http://jira.jboss.com/jira/browse/JBCACHE-37?page=comments#action_12315094 ] Ben Wang commented on JBCACHE-37: - Andrew, I have backported my unit test case (build.sh one-test -Dtest=org.jboss.test.cache.test.aop.CacheObjectMBeanUnitTestCase, with jb

[JBoss-dev] jboss-3.2-jdk-matrix build.44 Build Successful

2005-01-31 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2-jdk-matrix?log=log20050131225711Lbuild.44 BUILD COMPLETE - build.44Date of build: 01/31/2005 22:57:11Time to build: 21 minutes 13 secondsLast changed: 01/31/2005 03:44:41Last log entry: Fixed JBAS-136

[JBoss-dev] [Design of JBoss Portal] - Re: startup with an exception

2005-01-31 Thread [EMAIL PROTECTED]
You may see this exception occur and it will still work. Did you try accessing the portal homepage? http://localhost:8080/portal View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864496#3864496 Reply to the post : http://www.jboss.org/index.html?module=bb&op=po

[JBoss-dev] [Design of JBoss Remoting, Unified Invokers] - Re: Marshall registry - design question

2005-01-31 Thread [EMAIL PROTECTED]
As I was getting geared up to implement this I realized that there is yet another issue with doing it this way. The problem is that the marshaller is the closest thing to the wire. Therefore, if someone implements a custom UnMarshaller (since it is just an interface), there is no way to ensure

[JBoss-dev] [Design of JBoss Portal] - exception when logging in

2005-01-31 Thread linghuchong
hi, got the following messages when i tried to log in, previously it was okay... 2005-02-01 12:01:11,004 ERROR [org.apache.coyote.tomcat5.CoyoteAdapter] An exception or error occurred in the container during the request processing java.lang.NullPointerException at java.util.Arrays.mergeSo

[JBoss-dev] jboss-3.2-testsuite build.60 Build Successful

2005-01-31 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2-testsuite?log=log20050131210727Lbuild.60 BUILD COMPLETE - build.60Date of build: 01/31/2005 21:07:27Time to build: 82 minutes 32 secondsLast changed: 01/31/2005 03:44:41Last log entry: Fixed JBAS-1360

[JBoss-dev] [Design of JBoss Portal] - startup with an exception

2005-01-31 Thread scean_1
Hello everyone: I got an exception when I startup JBoss with JBoss Portal. JBoss-4.0.0 JBoss Portal 2.0 Alpha. I'm a Beginer of JBoss Portal. Need help. 3x. 2005-02-01 11:09:48,611 INFO [org.jboss.system.ServiceConfigurator] Problem configuring service jboss.mq.destination:name=securedTopic,servi

[JBoss-dev] [Design of JBoss Profiler] - Re: Should logging be enabled?

2005-01-31 Thread [EMAIL PROTECTED]
There is a DLL which generates the log files every time your application enters and exit a method. As this log file is too detailed, the DLL generates it into compessed and binary files. (.log.gz). I'm about to generate a download package. I was closing some issues before generating the packag

[JBoss-dev] jboss-4.0 build.348 Build Successful

2005-01-31 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20050131202833Lbuild.348 BUILD COMPLETE - build.348Date of build: 01/31/2005 20:28:33Time to build: 21 minutes 49 secondsLast changed: 01/31/2005 20:19:53Last log entry: Fix the invalid direct

[JBoss-dev] [JBoss JIRA] Updated: (JBAS-1366) Alter table throws Exception when using with mysql and postgresql

2005-01-31 Thread Richard C. L. Li (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1366?page=history ] Richard C. L. Li updated JBAS-1366: --- Attachment: JDBCStartCommand.java I have marked the modified session as // Patched by Richard Li > Alter table throws Exception when using with m

[JBoss-dev] [JBoss JIRA] Created: (JBAS-1366) Alter table throws Exception when using with mysql and postgresql

2005-01-31 Thread Richard C. L. Li (JIRA)
Alter table throws Exception when using with mysql and postgresql - Key: JBAS-1366 URL: http://jira.jboss.com/jira/browse/JBAS-1366 Project: JBoss Application Server Type: Patch Components: CMP service

[JBoss-dev] [Design of JBoss Portal] - Re: exceptions when tried to

2005-01-31 Thread linghuchong
forgot to mention, i'm using mysql 4.1.8, thanks! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864486#3864486 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3864486 ---

[JBoss-dev] [Design of JBoss Portal] - Re: exceptions when tried to

2005-01-31 Thread linghuchong
hi, the following is what i got in my server log: 2005-02-01 09:22:28,721 DEBUG [net.sf.hibernate.hql.QueryTranslator] HQL: from org.jboss.portal.core.impl.user.UserImpl 2005-02-01 09:22:28,721 DEBUG [net.sf.hibernate.hql.QueryTranslator] SQL: select userimpl0_.jbp_uid as x0_0_ from jbp_users us

[JBoss-dev] jboss-head build.756 Build Successful

2005-01-31 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20050131180300Lbuild.756 BUILD COMPLETE - build.756Date of build: 01/31/2005 18:03:00Time to build: 34 minutes 41 secondsLast changed: 01/31/2005 13:39:08Last log entry: Added session bind/unb

[JBoss-dev] [JBoss JIRA] Commented: (JBAS-1357) Support for massive mbean counts

2005-01-31 Thread Jeff Carpenter (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1357?page=comments#action_12315089 ] Jeff Carpenter commented on JBAS-1357: -- An example of an application that uses thousands of MBeans: - System monitors/controls a non-Java legacy system. - Entities in th

[JBoss-dev] [Design of JBoss Portal] - Re: JSR-168 question

2005-01-31 Thread eztrip
Thanks very, very much Thomas. It's working fine. Sorry for bothering you with typos... Cheers Michael View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864470#3864470 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3864

[JBoss-dev] [JBoss JIRA] Created: (JBAS-1365) Allow arbitrary creation of filters in ListenerServiceMBeanSupport

2005-01-31 Thread Dimitris Andreadis (JIRA)
Allow arbitrary creation of filters in ListenerServiceMBeanSupport -- Key: JBAS-1365 URL: http://jira.jboss.com/jira/browse/JBAS-1365 Project: JBoss Application Server Type: Feature Request Environment:

[JBoss-dev] [Design of JBoss Portal] - Re: JSR-168 question

2005-01-31 Thread [EMAIL PROTECTED]
In you helloworld.java In the init method, you need to call super.init(config) If you do both changes you will have the helloworld View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864464#3864464 Reply to the post : http://www.jboss.org/index.html?module=bb&o

[JBoss-dev] [JBoss JIRA] Updated: (JBAS-1364) MEMBER OF Bug in SQL92 Compiler

2005-01-31 Thread Jens Braeuer (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1364?page=history ] Jens Braeuer updated JBAS-1364: --- Attachment: localDB.log this is the localDB.log generated by hypersonic. The application i am testing is named "yabat" an the only extra application in the defau

[JBoss-dev] [JBoss JIRA] Updated: (JBAS-1364) MEMBER OF Bug in SQL92 Compiler

2005-01-31 Thread Jens Braeuer (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1364?page=history ] Jens Braeuer updated JBAS-1364: --- Attachment: insert-testdata-hypersonic.sql This is the script i use to insert test-data into the database. Data is injected using the "HSQL Database Manager" ->

[JBoss-dev] [Design of JMX on JBoss (JBoss/JMX)] - Re: Catching JkCoyoteHandler startup with Listener

2005-01-31 Thread acxsjones
I am going to post this to the user list. Sorry View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864452#3864452 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3864452

[JBoss-dev] [Design of JBoss Admin Console] - Re: Third party dependencies

2005-01-31 Thread [EMAIL PROTECTED]
I plan to add the following files to thirdparty, and to jboss-head in CVSROOT/modules: /thirdparty/apache/commons/lib/commons-validator-1.1.3.jar /thirdparty/apache/oro/lib/jakarta-oro-2.0.8.jar /thirdparty/apache/oro/LICENSE /thirdparty/apache/struts/lib/struts-1.2.6.jar /thirdparty/apache/tagli

[JBoss-dev] [Design of JBoss Portal] - Re: JSR-168 question

2005-01-31 Thread [EMAIL PROTECTED]
One error is: in helloworld-pages.xml you should write: /helloworld.HelloWorldPortlet.HelloWorldPortletInstance Then there is another error but it looks like a bug. I am still looking at it. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864450#3864450 Repl

[JBoss-dev] [JBoss JIRA] Created: (JBAS-1364) MEMBER OF Bug in SQL92 Compiler

2005-01-31 Thread Jens Braeuer (JIRA)
MEMBER OF Bug in SQL92 Compiler --- Key: JBAS-1364 URL: http://jira.jboss.com/jira/browse/JBAS-1364 Project: JBoss Application Server Type: Bug Components: CMP service Versions: JBossAS-4.0.1 Final Environment: Java 1.4.2, Hyp

[JBoss-dev] [Design of JBoss Portal] - Re: JSR-168 question

2005-01-31 Thread eztrip
Thanks Thomas - I've forwarded you my EAR w/source. Mike View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864447#3864447 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3864447 ---

[JBoss-dev] [JBoss JIRA] Created: (JBAS-1363) JACC DelegatingPolicy will not work with a SecurityManager installed

2005-01-31 Thread Scott M Stark (JIRA)
JACC DelegatingPolicy will not work with a SecurityManager installed Key: JBAS-1363 URL: http://jira.jboss.com/jira/browse/JBAS-1363 Project: JBoss Application Server Type: Bug Components: Securit

[JBoss-dev] [Design of JBoss Portal] - Re: JSR-168 question

2005-01-31 Thread [EMAIL PROTECTED]
Send me your sources + build script + anything to [EMAIL PROTECTED] View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864445#3864445 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3864445 -

[JBoss-dev] [Design of JBoss Portal] - Re: JSR-168 question

2005-01-31 Thread eztrip
Thanks Roy. I tried that but no luck. Same error. The portlet is definitely getting loaded but when I hit it with the url it gives the above mentioned error. I'm not even sure what that error is supposed to mean. It doesn't give much of a hint as to what went wrong. Anyone else? It

[JBoss-dev] [Design of JBoss Portal] - Re: JSR-168 question

2005-01-31 Thread [EMAIL PROTECTED]
One thing I discovered, and you can tell me if this is your problem: Inside your helloworld.ear create a /META-INF dir. In it, create a file, "application.xml" and put this in it: | |HelloWorld War | | | helloworld.war | | | I had to do this

[JBoss-dev] [JBoss JIRA] Commented: (JBAS-1324) org.jboss.ejb.plugins.LogInterceptor not printing SQLException.getErrorCode()

2005-01-31 Thread Frank Grimes (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1324?page=comments#action_12315083 ] Frank Grimes commented on JBAS-1324: Or better yet, maybe you could use commons-lang's org.apache.commons.lang.exceptions.ExceptionUtils.getThrowables() method to get al

[JBoss-dev] [JBoss JIRA] Created: (JBAS-1362) bin/shutdown reports -S to be the default option

2005-01-31 Thread Dimitris Andreadis (JIRA)
bin/shutdown reports -S to be the default option Key: JBAS-1362 URL: http://jira.jboss.com/jira/browse/JBAS-1362 Project: JBoss Application Server Type: Bug Versions: JBossAS-4.0.1 Final Reporter: Dimitris

[JBoss-dev] [Design of JBoss Portal] - Re: JSR-168 question

2005-01-31 Thread eztrip
Thanks jimmyed2001. I tried both method declarations and I'm still getting this error: exception javax.servlet.ServletException: javax.servlet.ServletException: no main org.jboss.portal.core.servlet.TransactionFilter.doFilter(TransactionFilter.java:85) org.jboss.web.tomcat.filt

[JBoss-dev] [JBoss JIRA] Commented: (JBAS-1324) org.jboss.ejb.plugins.LogInterceptor not printing SQLException.getErrorCode()

2005-01-31 Thread Frank Grimes (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1324?page=comments#action_12315078 ] Frank Grimes commented on JBAS-1324: Just wanted to add that you need to walk through chained exceptions in order to get to the ISAM error(s): i.e. while (SQLException.g

[JBoss-dev] [Design of JBoss/Tomcat Integration] - tomcat to jboss server.xml JMX MBeans support conversion

2005-01-31 Thread fish1ric
Currently in Tomcat the server.xml configuration has the following MBean entry and uses a custom realm for LDAP support. The custom realm jar files currently drop in to the [stand-alone] tomcat/server/lib directory for authentication. This currently fails under Jboss, and I don't see where to do t

[JBoss-dev] [Design of JBoss Admin Console] - Re: Third party dependencies

2005-01-31 Thread [EMAIL PROTECTED]
1.0.4 doesn't look like it contains anything which Struts/Admin Console should really need: http://jakarta.apache.org/commons/logging/commons-logging-1.0.4/RELEASE-NOTES.txt Lets try sticking with 1.0.3 and see if we run into problems. View the original post : http://www.jboss.org/index.html?m

[JBoss-dev] [JBossCache] - Replication?

2005-01-31 Thread
Hi Everyone, I am newbie with JBossCache, and i am trying to understand how it exactly works with Replication. The thing that i am really intersted is the Statemanagement? I am also confused how the TransactionManager works with all this? Please let me know? Thank You, View the original po

[JBoss-dev] [Design of JBoss Admin Console] - Re: Third party dependencies

2005-01-31 Thread [EMAIL PROTECTED]
You are requesting commons-logging 1.0.4 which conflicts with the existing version of 1.0.3. I suggest we try staying with 1.0.3 unless it proves ibcompatible. Then we will have to look at moving all other components to 1.0.4. The differences are small between the two, but I prefer stability i

[JBoss-dev] jboss-head build.755 Build Successful

2005-01-31 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20050131104408Lbuild.755 BUILD COMPLETE - build.755Date of build: 01/31/2005 10:44:08Time to build: 61 minutes 7 secondsLast changed: 01/31/2005 08:12:32Last log entry: Fix handling of wsdl de

[JBoss-dev] [Design of JMX on JBoss (JBoss/JMX)] - Catching JkCoyoteHandler startup with Listener

2005-01-31 Thread acxsjones
I am trying to catch the startup of the Coyote Handler. I have followed instruction on how to apply a listner but can not get a notification to just catch the startup of JkCoyoteHandler. Below is a print out of the Notifications that are caught with a subscription list also listed below.

[JBoss-dev] [Design of JBoss Portal] - Re: new release already old?

2005-01-31 Thread [EMAIL PROTECTED]
As i said don't care too much about the build mechanism as of today it just works (1.4) but is a real mess. With 1.4 you just call ant and it builds everything. We are having a new build system that has been working on and will be available. Someone built it on 1.5, i think you just have to cha

[JBoss-dev] [Design of JBoss Portal] - Re: new release already old?

2005-01-31 Thread elkner
"[EMAIL PROTECTED]" wrote : It builds with JDK 1.4, don't worry too much about the build system. | | This is not antique :) | Well - but somehow "different" ;-). Usually one can call just ant and everything gets build. With the portal system, it is not possible and even ignores current

[JBoss-dev] [Design the new POJO MicroContainer] - Re: JARDeployer

2005-01-31 Thread [EMAIL PROTECTED]
But that something should be the configuration of another service like the bootstrap service, or even the URLDeploymentScanner. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864401#3864401 Reply to the post : http://www.jboss.org/index.html?module=bb&op=po

[JBoss-dev] [Design the new POJO MicroContainer] - Re: Deployers overview

2005-01-31 Thread [EMAIL PROTECTED]
Right, security and logging are aspects which should be applied to the deployment stack, not actually be deployers themselves. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864398#3864398 Reply to the post : http://www.jboss.org/index.html?module=bb&op=post

[JBoss-dev] [JBoss JIRA] Commented: (JBAS-1245) JDBCEJBQLCompiler: Invalid SQL for Left join read ahead

2005-01-31 Thread George Chitishvili (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1245?page=comments#action_12315077 ] George Chitishvili commented on JBAS-1245: -- Ich analysed the case and I think it's bug. And the specification says that on the left side of "" should be a table re

[JBoss-dev] [Design of JBoss's Web Services Implementation] - Re: No Serializer for an Array of Ojbects

2005-01-31 Thread [EMAIL PROTECTED]
The complexbean sample uses an endpoint like this | public interface CustomerOrderEndpoint | extends java.rmi.Remote | { | |public CustomerOrder echoCustomerOrder(CustomerOrder order) |throws java.rmi.RemoteException; | |public CustomerArray echoCusto

[JBoss-dev] [JBoss JIRA] Created: (JBAS-1361) Incorrect relations management

2005-01-31 Thread Doychin Bondzhev (JIRA)
Incorrect relations management -- Key: JBAS-1361 URL: http://jira.jboss.com/jira/browse/JBAS-1361 Project: JBoss Application Server Type: Bug Components: CMP service Versions: JBossAS-3.2.6 Final Environment: Jboss 3.2.6, Wind

[JBoss-dev] [Design the new POJO MicroContainer] - Re: Deployers overview

2005-01-31 Thread [EMAIL PROTECTED]
In general this kind of problem is a cross cutting concern. We have some tree of metadata that needs processing by a deployer aspect, but only some parts of the metadata are relevent to it. This is usually done by a vistor pattern. But as we know, patterns are best implemented with aspects. 1) Y

[JBoss-dev] [Design the new POJO MicroContainer] - Re: JARDeployer

2005-01-31 Thread [EMAIL PROTECTED]
Yes, but you need something to add plain jars and directories to the classpath. I believe it should be a policy decision whether it just does it or whether it looks for specifc pattern (like does it end with .zip or .jar, etc.) In the current implementation it just does it (with some file patter

[JBoss-dev] [JBoss JIRA] Commented: (JBCACHE-37) Stack Overflow when using Collection classes in TreeCacheAop

2005-01-31 Thread Andrew May (JIRA)
[ http://jira.jboss.com/jira/browse/JBCACHE-37?page=comments#action_12315075 ] Andrew May commented on JBCACHE-37: --- I tried running my original test against jboss-head (I wasn't sure how to run the test case you had checked in) and the stack overflow

[JBoss-dev] [Design the new POJO MicroContainer] - Re: Convenience or use case configurations

2005-01-31 Thread [EMAIL PROTECTED]
I was thinking out load about the advanced configuration. Let me be clear that when I post xml fragments, I am not thinking that these should be just xml. In fact, the use of xslt is not what I want. Everything that is xml should be directly backed by a javabean (the xml parser just does a direct

[JBoss-dev] [JBoss JIRA] Commented: (JBAS-1358) Tomcat session replication breaks if there is already an active transaction

2005-01-31 Thread Ben Wang (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1358?page=comments#action_12315074 ] Ben Wang commented on JBAS-1358: So Julien mentioned that the filter context can be under transaction. This is something that I missed. I will make sure the rest of transacti

[JBoss-dev] [Design of JBoss Profiler] - Should logging be enabled?

2005-01-31 Thread kalyan120
Hi, I have read in the JBoss Profiler documentation that it analyzes the log files to obtain various data related to profiling. So, does it mean that I should turn on the Log Intereceptors or Metrics Interceptros in my EJB container stack in standardjboss.xml? I have turned them off for our app

[JBoss-dev] [Design of JTA on JBoss] - local transaction warning

2005-01-31 Thread peterwarde
I have a session bean method that involves 2 entity beans in a "Required" transaction - both entity beans relate to 2 different databases. I get the following waring when the method is called [TXConnnectionManager] Prepare called on local tx. Use of local transactions on a jta transaction wit

[JBoss-dev] jboss-head build.754 Build Successful

2005-01-31 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20050131075942Lbuild.754 BUILD COMPLETE - build.754Date of build: 01/31/2005 07:59:42Time to build: 32 minutes 34 secondsLast changed: 01/31/2005 06:22:24Last log entry: added the ability to u

[JBoss-dev] [Design of JBoss Portal] - Re: Fresh install of alpha Portal - server.log error and 404

2005-01-31 Thread prax
thomas : correct me if I am wrong, but the 4.0 version does not contain standard right? lundin : I believe you would be well adviced to run 4.0.1. Makes it a bit easier to deploy without too much tweeking. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864

[JBoss-dev] [Design of JBoss Portal] - Re: Fresh install of alpha Portal - server.log error and 404

2005-01-31 Thread [EMAIL PROTECTED]
"prax" wrote : thomas : correct me if I am wrong, but the 4.0 version does not contain standard right? Wrong. 4.0.0 contains standard 4.0.1 does not "prax" wrote : lundin : I believe you would be well adviced to run 4.0.1. Makes it a bit easier to deploy without too much tweeking. Not yet,

[JBoss-dev] [JBossCache] - Re: unable to call getKeys using JNDI

2005-01-31 Thread kkalmbach
This is probably a question for another forum, but I'll give it a try here. I added the code you have in the latest doc and when I try to deploy it I get this message. | 10:51:51,266 ERROR [URLDeploymentScanner] Incomplete Deployment listing: | Packages waiting for a deployer: | [EMAIL P

[JBoss-dev] [Design of JBoss Portal] - Re: Fresh install of alpha Portal - server.log error and 404

2005-01-31 Thread dlundin
Thomas :- portal-core.sar was in the proper location but I was not running JBoss with -c standard Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864364#3864364 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=386

[JBoss-dev] [Design of JBoss Portal] - Re: Fresh install of alpha Portal - server.log error and 404

2005-01-31 Thread [EMAIL PROTECTED]
Then i guess your problem is even simpler: 1) Check where is your portal-core.sar It should be in $JBOSS_HOME/server/standard/deploy 2) Make sure to start JBoss with "-c standard" run.bat -c standard View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864357#3864

[JBoss-dev] [Design of JBoss Portal] - Re: Fresh install of alpha Portal - server.log error and 404

2005-01-31 Thread prax
ahha. Again a 4.0.1 issue. :) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864356#3864356 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3864356 --- This SF.Net ema

[JBoss-dev] [Design of JBoss Portal] - Re: Fresh install of alpha Portal - server.log error and 404

2005-01-31 Thread dlundin
Thomas :- I do not see the Portal page and/or logo but instead get: HTTP Status 404 - /portal type Status report message /portal description The requested resource (/portal) is not available.

[JBoss-dev] [Design of JBoss Portal] - Re: Fresh install of alpha Portal - server.log error and 404

2005-01-31 Thread [EMAIL PROTECTED]
No no, don't care about this exception, this is about JMS and won't affect JBoss Portal (we are not using JMS). Switching to JBoss 4.0.1 would get rid of this problem (or removing JMS stuff) But again, this is not a problem. It just makes your log file a bit bigger :) View the original post :

[JBoss-dev] [Design of JBoss Portal] - Re: Fresh install of alpha Portal - server.log error and 404

2005-01-31 Thread prax
Also, the server error log indicates failure to make tables etc.. Being a relative newbie I permit myself the liberty to ask : Have you followed the instructions in the user guide? Especially the ones related to datasources? Prax. View the original post : http://www.jboss.org/index.html?modu

[JBoss-dev] [Design of JBoss Portal] - Re: Fresh install of alpha Portal - server.log error and 404

2005-01-31 Thread prax
Lundin : I would like to point out that the url http://localhost:8080 shows you the JBOSS AS management console. This is independent of the portal application. Prax. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864347#3864347 Reply to the post : http://ww

[JBoss-dev] [Design of JBoss Portal] - Re: Fresh install of alpha Portal - server.log error and 404

2005-01-31 Thread [EMAIL PROTECTED]
This error is not relevant to your problem. Are you sure you get HTTP 404 error ? So you see the JBoss Portal logo and windows ? If you have a portlet saying HTTP 404 error, then you need to make sure the cms-content-zip is unzipped in the data directory of your application (it should be done a

[JBoss-dev] jboss-head build.753 Build Successful

2005-01-31 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20050131062152Lbuild.753 BUILD COMPLETE - build.753Date of build: 01/31/2005 06:21:52Time to build: 31 minutes 28 secondsLast changed: 01/31/2005 06:03:16Last log entry: added copy() remote/lo

[JBoss-dev] [JBossCache] - Re: Cache deadlock problem when using TreeCache as 2LC for h

2005-01-31 Thread octopus
"[EMAIL PROTECTED]" wrote : Can you enable this in Hibernate to see if that solves the problem: | | hibernate.cache.use_minimal_puts | | Gavin and I have had a discussion on the potential problem. That, when using query cache, Hibernate will do a put on the JBossCache while retrieving

[JBoss-dev] [Design of JBoss Portal] - Fresh install of alpha Portal - server.log error and 404 err

2005-01-31 Thread dlundin
Hello, I'm a newbie to JBoss but am anxious to work through this problem. If there were a newbie forum for Portal I would have posted this there. I've installed mySQL, JBoss 4.0 and JBoss Portal. JBoss fires up with no errors reported in its process window. The server.log contains no errors exc

[JBoss-dev] jboss-4.0 build.347 Build Successful

2005-01-31 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20050131052442Lbuild.347 BUILD COMPLETE - build.347Date of build: 01/31/2005 05:24:42Time to build: 33 minutes 33 secondsLast changed: 01/31/2005 03:51:22Last log entry: Fixed JBAS-1360 Session

[JBoss-dev] [Design of JBoss Portal] - Re: Error when update user role

2005-01-31 Thread [EMAIL PROTECTED]
Bug reported: JBPORTAL-196 http://jira.jboss.com/jira/browse/JBPORTAL-196 (solved) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864322#3864322 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3864322 -

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

2005-01-31 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2?log=log20050131040957Lbuild.286 BUILD COMPLETE - build.286Date of build: 01/31/2005 04:09:57Time to build: 40 minutes 52 secondsLast changed: 01/31/2005 03:44:41Last log entry: Fixed JBAS-1360 session

[JBoss-dev] [JBoss JIRA] Resolved: (JBPORTAL-196) Edit a role does not work

2005-01-31 Thread Thomas Heute (JIRA)
[ http://jira.jboss.com/jira/browse/JBPORTAL-196?page=history ] Thomas Heute resolved JBPORTAL-196: --- Resolution: Done Fixed, the JSP page was referring an outdated operation name > Edit a role does not work > - > >

[JBoss-dev] [JBoss JIRA] Created: (JBPORTAL-196) Edit a role does not work

2005-01-31 Thread Thomas Heute (JIRA)
Edit a role does not work - Key: JBPORTAL-196 URL: http://jira.jboss.com/jira/browse/JBPORTAL-196 Project: JBoss Portal Type: Bug Components: Portal Core Versions: 2.0 Alpha Reporter: Thomas Heute Assigned to: Thomas Heute

[JBoss-dev] [Design of JBoss Portal] - Re: Error when update user role

2005-01-31 Thread [EMAIL PROTECTED]
This is a bug. A last minute change. If you have the sources, edit the file: core/src/resources/portal-core-war/WEB-INF/jsp/role/editRole.jsp Then change: by Thanks for the bug report View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864315#3864315 Reply

[JBoss-dev] [Design of JBoss Portal] - Re: exceptions when tried to

2005-01-31 Thread [EMAIL PROTECTED]
What version of MySQL are you using ? Can you give more of the stack trace (what's before and after) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864314#3864314 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3864314

[JBoss-dev] [Design of JBoss Portal] - Re: Portal 2.0 alpha (binaries or source)

2005-01-31 Thread [EMAIL PROTECTED]
you don't need any password you need to use the :pserver:[EMAIL PROTECTED] CVSROOT. There is no password View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864308#3864308 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3864

[JBoss-dev] [Design of JBoss Portal] - Re: new release already old?

2005-01-31 Thread [EMAIL PROTECTED]
It builds with JDK 1.4, don't worry too much about the build system. This is not antique :) As of today using features of 1.5 is a bit too much asked for users. I didn't try to compile with 1.5 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864307#3864307

[JBoss-dev] jboss-head build.752 Build Successful

2005-01-31 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20050131024619Lbuild.752 BUILD COMPLETE - build.752Date of build: 01/31/2005 02:46:19Time to build: 31 minutes 1 secondLast changed: 01/31/2005 02:39:24Last log entry: Updated

[JBoss-dev] [Design of JBoss Portal] - Re: Portal 2.0 alpha (binaries or source)

2005-01-31 Thread lnhf
Hi thomas, I try cvs, but i need login password, and i don't know which identication i must used ... ? anonymous ? but with which password ... ? thanks for your help. lnhf View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864304#3864304 Reply to the post : ht

[JBoss-dev] [Design of JBoss IIOP on JBoss] - Re: Bad performance when deploying EJBs on JBoss 4.0

2005-01-31 Thread viguera79
I tried to download again and this time all was right. Jboss4.0.2beta has a good performance even with interceptors enabled. Thanks a lot View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864303#3864303 Reply to the post : http://www.jboss.org/index.html?module

[JBoss-dev] [JBossCache] - Still Persistence

2005-01-31 Thread Jarva55
Well, i've obtained jbosscache persistence, but with some problems. The modifications are saved on the corresponding file "[EMAIL PROTECTED]@3DTreeCache.xml", but i've several problems with CacheLoaderConfig; when i modify one property, not cacheloaderconfig neccesary, the cacheloaderconfig att

[JBoss-dev] [Design of JBoss Portal] - Error when update user role

2005-01-31 Thread clownfish
Hi, i have the following error if i try to update user role, creating a new role is okay though, 2005-01-31 15:55:45,952 INFO [STDOUT] javax.servlet.ServletException: Nothing to invoke 2005-01-31 15:55:45,952 INFO [STDOUT] at org.jboss.portal.core.servlet.CoreServlet.render(CoreServlet.java: