[JBoss-dev] [JBossCache] - Re: Query Cache in JbossCache

2005-02-03 Thread khamre
yes I am using cmp. is there not any other caching solution available? I mean this must be quite a common problem? regards, Kjetil View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3865158#3865158 Reply to the post : http://www.jboss.org/index.html?module=bb&

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

2005-02-03 Thread elkner
"[EMAIL PROTECTED]" wrote : ... | If you successfully compile it, please let me know. Again there is no reason why it should not work OK. If you have time, take a look at http://www.linofee.org/~jel/develop/portal/ Reagrds, jens. View the original post : http://www.jboss.org/index.html?modu

[JBoss-dev] [Design of JBoss Profiler] - two questions from a beginner

2005-02-03 Thread pshen
Hi, first thank you for this good tool. I downloaded this today, and found I don't know how to use it. 1, I start the data gathering, And it generate a lot of gz files with 0KB, and 1 .log file with 36MB. But When I want to analize it. It gives errors: Opening C:\profiler\serverspy_5716_thread_126

[JBoss-dev] [Design of JBossCache] - Re: TreeCacheAop object event listener

2005-02-03 Thread [EMAIL PROTECTED]
In the dynamic case, you only need to insert the advice, you don't need the interface on the front end since you know what wants to addObserver(). View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3865155#3865155 Reply to the post : http://www.jboss.org/index.htm

[JBoss-dev] [Design of JBossCache] - Re: TreeCacheAop object event listener

2005-02-03 Thread [EMAIL PROTECTED]
Your pattern is a generalization of the GOF pattern. You might call it FineGrainedObservable Just as Bill's aspect library document contains other extensions: TransactionallyObservable AsynchronouslyObservable I would think that the others can be implemented from the FineGrainedObservable simply

[JBoss-dev] [Design of JBossCache] - Re: TreeCacheAop object event listener

2005-02-03 Thread [EMAIL PROTECTED]
Guess I have never seriously looked at this pattern under aop before. :-) Anyway, currently it only notifies the observer that the Subject has changed. But it doesn't say what exactly is changed. For my case, I will need to know whether it is a field read/write and possibly which one. In additio

[JBoss-dev] [Design of JBossCache] - Re: TreeCacheAop object event listener

2005-02-03 Thread [EMAIL PROTECTED]
Isn't this a version of Observer/Observable? http://www.jboss.org/wiki/Wiki.jsp?page=GOFObservable Except, as Bill says this should be implemented as a plain Introduction rather than a Mixin, such that the advice holds the Subject's observers. This would allow the pojo to dynamically become obser

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

2005-02-03 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20050204004122Lbuild.771 BUILD COMPLETE - build.771Date of build: 02/04/2005 00:41:22Time to build: 18 minutes 26 secondsLast changed: 02/04/2005 00:25:15Last log entry: updated for JCA1.5 att

[JBoss-dev] [Design of JBossCache] - TreeCacheAop object event listener

2005-02-03 Thread [EMAIL PROTECTED]
While trying to implement http session replication (field level granularity), the need arises to listen for an object level event since we will need to update the timestamp, for example. I thought such event listering mechanism will also be useful for others as well. Let's say if a field has be

[JBoss-dev] [Design of JBoss Admin Console] - Implemation summary and implication documents in CVS

2005-02-03 Thread [EMAIL PROTECTED]
I've just uploaded two documents into sourceforge CVS at jboss-admin-console/docs/design. They cover an outline for how the Phase 1.0 of the Admin console will be implemented and some implications arising from that. I urge anyone interested in the Admin Console to go through these documents c

[JBoss-dev] [JBoss JIRA] Created: (JBCACHE-85) TreeCacheAop object event listener

2005-02-03 Thread Ben Wang (JIRA)
TreeCacheAop object event listener -- Key: JBCACHE-85 URL: http://jira.jboss.com/jira/browse/JBCACHE-85 Project: JBoss Cache Type: Feature Request Reporter: Ben Wang Assigned to: Ben Wang Fix For: 1.2.2 Need to add a TreeC

[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - How to intercept RMI calls

2005-02-03 Thread jingdong
Specifically, I need to intercept Naming.bind() and Naming.lookup() calls in my program. I am not sure if I can do this with JBoss AOP, as it seems that JBoss AOP cannot change Java system classes. Can anyone help me with this issue? Thanks very mucu! View the original post : http://www.jboss.

[JBoss-dev] [Design of JBoss Admin Console] - Re: First sections of Admin Console requirements in CVS

2005-02-03 Thread [EMAIL PROTECTED]
The use case and sitemap documentation have been updated to reflect the full phase 1.0 functionality. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3865139#3865139 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3865139

[JBoss-dev] [Design of JBoss Remoting, Unified Invokers] - Re: Documentation

2005-02-03 Thread [EMAIL PROTECTED]
Thanks. Will correct it. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3865130#3865130 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3865130 --- This SF.Net email i

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

2005-02-03 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20050203205326Lbuild.354 BUILD COMPLETE - build.354Date of build: 02/03/2005 20:53:26Time to build: 42 minutes 51 secondsLast changed: 02/03/2005 20:19:05Last log entry: Fixed web app path bug

[JBoss-dev] [JBoss JIRA] Created: (JBAS-1376) JBoss freezes if the wrong port is specified for JNDI lookup.

2005-02-03 Thread Daniel (JIRA)
JBoss freezes if the wrong port is specified for JNDI lookup. - Key: JBAS-1376 URL: http://jira.jboss.com/jira/browse/JBAS-1376 Project: JBoss Application Server Type: Bug Components: EJBs Versions:

[JBoss-dev] [Design of JBoss Remoting, Unified Invokers] - Documentation

2005-02-03 Thread damien
Just an FYI - the JBoss Remoting doc referenced from http://www.jboss.org/docs/index is the old (alpha release) document. The correct document is referenced from the Remoting project home page. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3865128#3865128 R

[JBoss-dev] [JBossCache] - Re: Using JBossCache on BEA WebLogic

2005-02-03 Thread e2kcgan
JBossCache is version 1.2. Weblogic is version 8.1. How do I change the transaction manager to weblogic one? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3865127#3865127 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3

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

2005-02-03 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20050203195016Lbuild.770 BUILD COMPLETE - build.770Date of build: 02/03/2005 19:50:16Time to build: 24 minutes 31 secondsLast changed: 02/03/2005 16:47:17Last log entry: DeploymentService test

[JBoss-dev] [Design of JBoss Portal] - I'll second it being fairly easy...

2005-02-03 Thread kgelner
As the other poster said, look for older posts about using Postgres. However, as it is fresh in my mind here is a high-level view of the steps needed (note these are for 7.4.6, hopefully not much different in 8): 1) install Postgres. 2) Create database, I forget what they recommend the name be

[JBoss-dev] [JBossCache] - Re: net.sf.hibernate.cache.CacheException: org.jboss.util.Ne

2005-02-03 Thread [EMAIL PROTECTED]
You can turn on the debug trace to see what's going on. -Ben View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3865123#3865123 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3865123 ---

[JBoss-dev] [JBossCache] - Re: Problem with demo

2005-02-03 Thread [EMAIL PROTECTED]
Which JBossCache version you are running? Have you modified runShellDemo.sh or plain.bsh? Basically, it is trying to aop intrumentation but can't find the class in the path. -Ben View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3865122#3865122 Reply to the pos

[JBoss-dev] [JBossCache] - Re: Query Cache in JbossCache

2005-02-03 Thread [EMAIL PROTECTED]
Not sure about what you meant. If you are using cmp, then not much you can do about it. -Ben View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3865121#3865121 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3865121 --

[JBoss-dev] [JBossCache] - Re: Using JBossCache on BEA WebLogic

2005-02-03 Thread [EMAIL PROTECTED]
Looks like it is still using the DummyTransactionManager instead of Weblogic one. Which version is this? -Ben View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3865119#3865119 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&

[JBoss-dev] [Design of JBoss Profiler] - Re: can't start

2005-02-03 Thread [EMAIL PROTECTED]
Well, I had an error with the binary I just downloaded from sourceforge but that didn't have anything to do with file not found. Probably you're having some authorization issue, or something like that. Can you open the file (like cat /home/jrichard/downloads/jboss/profiler/native/linux/libjboss

[JBoss-dev] [Design of JBoss Profiler] - Re: can't start

2005-02-03 Thread jhrich906
here is the output using the new path - still not working: Error occurred during initialization of VM Could not find -Xrun library: libjbossInspector.so [EMAIL PROTECTED] main]$ ls /home/jrichard/downloads/jboss/profiler/native/linux/ libjbossInspector.so [EMAIL PROTECTED] main]$ !echo echo $LD_

[JBoss-dev] [JBossCache] - Dropped packets causing problems

2005-02-03 Thread damiandiaz
Test Setup: 2 node cluster between machines that occasionaly loose packets when talking (caused by an interface mistakenly being in half duplex mode, but that's besides the point) Setup cluster using UDP transport. Startup TreeCache in SYNC mode. Run TreeCacheAop.putObject in a tight loop on o

[JBoss-dev] [Design of JBoss Portal] - javax.servlet.ServletException: no main

2005-02-03 Thread sdash324
I am trying to deploy the HelloWorldPortlet into JBoss Portal 2.0 and JBoss Server 4.0.1 RC1 and i am getting this exception when i try to accesss the page via http://localhost:8080/portal/index.html?page=hello message description The server encountered an internal error () that prevented it f

[JBoss-dev] [JBossCache] - Re: net.sf.hibernate.cache.CacheException: org.jboss.util.Ne

2005-02-03 Thread sreepraveen_2000
hi all, i fixed this problem, it was due to the older version of jbosscache. where i downloaded the new version 1.2 and replaced the existing files with the new one. and it worked. but i really dont know if jboss treecache is working in my application. i tested it with and without treecache it

[JBoss-dev] [Design of JBoss Profiler] - Re: JBoss Profile on Mac OS X

2005-02-03 Thread [EMAIL PROTECTED]
The download package also conatins the jnlib for MacOS. Download the URL here: http://sourceforge.net/project/showfiles.php?group_id=22866&package_id=142773 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3865105#3865105 Reply to the post : http://www.jboss.

[JBoss-dev] [Design of JBoss Profiler] - Re: can't start

2005-02-03 Thread [EMAIL PROTECTED]
It's okay to place questions here. It looks like the path for the .so dir is wrong. I think it should be :/home/db2inst1/sqllib/lib:/home/jrichard/downloads/jboss/profiler/native/linux/ instead of :/home/db2inst1/sqllib/lib:/home/jrichard/downloads/jboss/profiler/native/linux/libjbossInspector.

[JBoss-dev] [Design of JBoss's Web Services Implementation] - Axis web services for MBeans

2005-02-03 Thread northex
I am creating a web service from an existing MBean that I run under JBoss 4.0. When JBoss starts up, it instantiates an instance of the MBean. Following is the Axis configuration of my service: service name="Weather" provider="java:RPC"/ parameter name="allowedMethods" value="*" / parameter name="

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

2005-02-03 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20050203155258Lbuild.769 BUILD COMPLETE - build.769Date of build: 02/03/2005 15:52:58Time to build: 25 minutes 17 secondsLast changed: 02/03/2005 13:45:01Last log entry: Additional fix for web

[JBoss-dev] [Design of JBoss Profiler] - can't start

2005-02-03 Thread jhrich906
First off, let me appoligize for asking this in the development forum, but I couldn't find another suitable place. I'm having problems starting the profiler. I downloaded the zip file, followed the instructions in the readme file, upon server start up, I get this error: [EMAIL PROTECTED] m

[JBoss-dev] [JBossCache] - initial replication fails - sometimes

2005-02-03 Thread vpertsovskiy
We have 2 nodes running on seperate windows machines. The first node starts up and builds the cache. The second node starts afterwards and get's the initial state. This works great for a little while. If the node 1 stays alive while node 2 is shutdown and restarted after a few hours, node 2 is n

[JBoss-dev] [Design of Management Features on JBoss] - automated patching

2005-02-03 Thread [EMAIL PROTECTED]
Thinking about patching JBossAS and other products, we are trying to think of ways to do it. Any one know of an open source product that either: A) performs automatic download and/or installation of patches or B) provides an API that enables the auto-download and/or installation of patches T

[JBoss-dev] [JBossCache] - net.sf.hibernate.cache.CacheException: org.jboss.util.Nested

2005-02-03 Thread sreepraveen_2000
hi all, when i tried to use jobss treecache for my application i get this exception shown below. where the mapping file has the form *.hbn.xml i posted this question in hibernate.org , but i looked through their code and the exception is thrown from the jbosscache code. i

[JBoss-dev] [JBoss JIRA] Updated: (JBAOP-68) JBoss AOP build should use docbook-support

2005-02-03 Thread Bill Burke (JIRA)
[ http://jira.jboss.com/jira/browse/JBAOP-68?page=history ] Bill Burke updated JBAOP-68: Version: 2.0 (was: 2.1) Fix Version: 2.0 > JBoss AOP build should use docbook-support > -- > >

[JBoss-dev] [JBoss JIRA] Updated: (JBAOP-70) NullPointerException in toString()

2005-02-03 Thread Bill Burke (JIRA)
[ http://jira.jboss.com/jira/browse/JBAOP-70?page=history ] Bill Burke updated JBAOP-70: Fix Version: 1.1.1 > NullPointerException in toString() > -- > > Key: JBAOP-70 > URL: http://jira.jboss.com/jira/browse

[JBoss-dev] [JBoss JIRA] Deleted: (JBAOP-72) CLONE -java.lang.StackOverflowError in execution of INTRODUCED interface methods

2005-02-03 Thread Bill Burke (JIRA)
[ http://jira.jboss.com/jira/browse/JBAOP-72?page=history ] Bill Burke deleted JBAOP-72: > CLONE -java.lang.StackOverflowError in execution of INTRODUCED interface > methods >

[JBoss-dev] [JBoss JIRA] Updated: (JBAOP-71) java.lang.StackOverflowError in execution of INTRODUCED interface methods

2005-02-03 Thread Bill Burke (JIRA)
[ http://jira.jboss.com/jira/browse/JBAOP-71?page=history ] Bill Burke updated JBAOP-71: Fix Version: 1.1.1 > java.lang.StackOverflowError in execution of INTRODUCED interface methods >

[JBoss-dev] [TODO -- DEVELOPMENT] - Re: Want to contribute?

2005-02-03 Thread colintoal
Nope - Remoting sounds like fun too - glad to be of help whereve I can. [EMAIL PROTECTED] View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3865090#3865090 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3865090 --

[JBoss-dev] [TODO -- DEVELOPMENT] - Re: Want to contribute?

2005-02-03 Thread [EMAIL PROTECTED]
There are some HTTP issues I could really use some help on for JBoss Remoting. :) Can get more information on the project at (http://www.jboss.org/products/remoting) and the issues are listed on Jira (http://jira.jboss.com/jira/browse/JBREM?report=com.atlassian.jira.plugin.system.project:roadm

[JBoss-dev] [JBoss JIRA] Created: (JBAOP-72) CLONE -java.lang.StackOverflowError in execution of INTRODUCED interface methods

2005-02-03 Thread rkadayam (JIRA)
CLONE -java.lang.StackOverflowError in execution of INTRODUCED interface methods Key: JBAOP-72 URL: http://jira.jboss.com/jira/browse/JBAOP-72 Project: JBoss AOP Type: Bug Versions:

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

2005-02-03 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20050203130848Lbuild.768 BUILD COMPLETE - build.768Date of build: 02/03/2005 13:08:48Time to build: 28 minutes 53 secondsLast changed: 02/03/2005 11:45:33Last log entry: Add initial support fo

[JBoss-dev] [Design of AOP on JBoss (Aspects/JBoss)] - Re: Inteception and SessionContext

2005-02-03 Thread rkadayam
You can intercept the setSessionContext(SessionContext) method to temporarily store the sessioncontext in some singleton (like JBoss Cache). Retrieve this context in subsequent interceptions to other method calls and at that point you can attempt to retrieve the principal details. Note if you do

[JBoss-dev] [TODO -- DEVELOPMENT] - Re: Want to contribute?

2005-02-03 Thread colintoal
Hi, Can I help fix some bugs or do some work on JBoss Portal or is there some other project I should work on ? Colin View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3865084#3865084 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode

[JBoss-dev] jboss-4.0-jdk-matrix build.79 Build Successful

2005-02-03 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0-jdk-matrix?log=log20050203115338Lbuild.79 BUILD COMPLETE - build.79Date of build: 02/03/2005 11:53:38Time to build: 50 minutes 55 secondsLast changed: 02/03/2005 01:21:58Last log entry: [JBAS-1373] Fi

[JBoss-dev] [JBoss JIRA] Resolved: (JBAS-1375) RMI-over-HTTP : HostNotFound

2005-02-03 Thread Scott M Stark (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1375?page=history ] Scott M Stark resolved JBAS-1375: - Resolution: Rejected This means your name configuration on the server is invalid. Somewhere you have an http url of the form http://galaxy3d/... instead

[JBoss-dev] [JBoss JIRA] Resolved: (JBPORTAL-183) Notification interceptors in forums

2005-02-03 Thread Thomas Heute (JIRA)
[ http://jira.jboss.com/jira/browse/JBPORTAL-183?page=history ] Thomas Heute resolved JBPORTAL-183: --- Resolution: Done > Notification interceptors in forums > --- > > Key: JBPORTAL-183 > URL: http:/

[JBoss-dev] [JBoss JIRA] Updated: (JBAS-1375) RMI-over-HTTP : HostNotFound

2005-02-03 Thread Maxim Tugai (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1375?page=history ] Maxim Tugai updated JBAS-1375: -- Description: An UnknownHostExcception exception occurs when I trying to establish JNDI-over-HTTP connection. I have JBoss on galaxy3d.com.ua, this server has http i

[JBoss-dev] [JBoss JIRA] Created: (JBAS-1375) RMI-over-HTTP : HostNotFound

2005-02-03 Thread Maxim Tugai (JIRA)
RMI-over-HTTP : HostNotFound Key: JBAS-1375 URL: http://jira.jboss.com/jira/browse/JBAS-1375 Project: JBoss Application Server Type: Bug Components: Naming Versions: JBossAS-3.2.6 Final Environment: My configuration on server

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

2005-02-03 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20050203100708Lbuild.767 BUILD COMPLETE - build.767Date of build: 02/03/2005 10:07:08Time to build: 36 minutes 7 secondsLast changed: 02/03/2005 08:15:17Last log entry: Add support for client

[JBoss-dev] [JBoss JIRA] Resolved: (JBAS-1374) failed to restore bean state

2005-02-03 Thread Scott M Stark (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1374?page=history ] Scott M Stark resolved JBAS-1374: - Resolution: Rejected Yes, this is standard behavior for a session. They expire and ultimately are discarded based on the cache settings. > failed to re

[JBoss-dev] [JBoss JIRA] Commented: (JBAS-1374) failed to restore bean state

2005-02-03 Thread Attila Ulbert (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1374?page=comments#action_12315144 ] Attila Ulbert commented on JBAS-1374: - The exception can be avoided by tuning the Standard Stateful SessionBean configuration in standardjboss.xml. When I set remover-per

[JBoss-dev] [JBossCache] - Re: Problem with demo

2005-02-03 Thread
I am running on Windows XP and Java 1.4. And following what i get. Please help me get started. [ERROR] bsh % sourceRelative("plain.bsh"); [error] Failed to aspectize class org.jboss.cache.TreeCache. Could not find cla ss it references org.jboss.remoting.ServerInvocationHandler.. Do verbose mode

[JBoss-dev] [JBossCache] - Re: Replication?

2005-02-03 Thread
I will do that No i have not look at those. Thank you, Pratik Parikh View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3865043#3865043 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3865043 --

[JBoss-dev] [Design of JBoss Portal] - Re: JBoss Portal on non MySQL???

2005-02-03 Thread [EMAIL PROTECTED]
How difficult ? It's easy :) There is tons of info on this forum already about doing that, just check the last posts titles, some says "postgres" I updated the documentation, i still need to upload it... (By the way some parts of forums are GPL anything else is LGPL) View the original post :

[JBoss-dev] [Design of JBoss Portal] - Forum

2005-02-03 Thread patrickdalla
I've deployed the forum. But with which URL do I use him? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3865040#3865040 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3865040 --

[JBoss-dev] [JBoss JIRA] Closed: (JBPORTAL-197) Patch for JBPORTAL-74 (Delete a group)

2005-02-03 Thread Thomas Heute (JIRA)
[ http://jira.jboss.com/jira/browse/JBPORTAL-197?page=history ] Thomas Heute closed JBPORTAL-197: - Resolution: Done Fix Version: 2.0 Beta Thank you wdimac. It's great. I updated the related task and am commiting your work in the CVS right now.

[JBoss-dev] [JBoss JIRA] Resolved: (JBPORTAL-74) Delete a group

2005-02-03 Thread Thomas Heute (JIRA)
[ http://jira.jboss.com/jira/browse/JBPORTAL-74?page=history ] Thomas Heute resolved JBPORTAL-74: -- Assign To: Thomas Heute Resolution: Done Fix Version: 2.0 Beta Contribution if wdimac. It works, it's great, it's perfect :) Thanks. > D

[JBoss-dev] [Design of the JBoss EJB Container] - EJB Passivation destination???

2005-02-03 Thread Gags_pary
Hi everyone, I have the following doubt regarding passivation of stateful EJB?s:- When the maximum pool size has been reached, the JBoss server passivate?s the EJB?s, and stores them at a particular location in the hard-disk. - Is this locatio

[JBoss-dev] [Design of JBoss Portal] - JBoss Portal on non MySQL???

2005-02-03 Thread supernovasoftware
How difficult is it to set up JBoss portal with another database? I am specifically interested in PostgreSQL 8.0 deployment. My point is JBoss is LGPL, JBoss Portal is LGPL, and MySQL is GPL or commercial license. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtop

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

2005-02-03 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0-testsuite?log=log20050203083352 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 Eclipse IDE (dev)] - Re: method POST is not supported

2005-02-03 Thread jayjboss
Thanks a lot ! tuzi. im now more confident to continue futhur with JBossIde(Eclipse). i made the mistake of declaring doGet() method as protected. I corrected it to public and it worked. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3865034#3865034 Reply t

[JBoss-dev] [JBossCache] - Query Cache in JbossCache

2005-02-03 Thread khamre
I am having some EJB entity beans with finders with parameters not being the primary key. They presently hit the database every time with jboss 3.2.3. Will jbosscache be able to perform as a query cache in my case? regards khamre View the original post : http://www.jboss.org/index.html?modul

[JBoss-dev] [JBoss JIRA] Updated: (JBPORTAL-197) Patch for JBPORTAL-74 (Delete a group)

2005-02-03 Thread Julien Viet (JIRA)
[ http://jira.jboss.com/jira/browse/JBPORTAL-197?page=history ] Julien Viet updated JBPORTAL-197: - Assign To: Thomas Heute (was: Julien Viet) > Patch for JBPORTAL-74 (Delete a group) > -- > > Key: JBPORTAL-19

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

2005-02-03 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2-jdk-matrix?log=log20050203065124Lbuild.46 BUILD COMPLETE - build.46Date of build: 02/03/2005 06:51:24Time to build: 25 minutes 49 seconds  Unit Tests: (0)  Tot

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

2005-02-03 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2-testsuite?log=log20050203035722Lbuild.62 BUILD COMPLETE - build.62Date of build: 02/03/2005 03:57:22Time to build: 82 minutes 44 seconds  Unit Tests: (1936)  T

[JBoss-dev] [ jboss-Bugs-1115311 ] SQLException : Table Not Found

2005-02-03 Thread SourceForge.net
Bugs item #1115311, was opened at 2005-02-03 10:41 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=1115311&group_id=22866 Category: Hibernate Group: None Status: Open Resolution:

[JBoss-dev] [Design of Persistence on JBoss] - Possible HibernateContext.java modification suggestion

2005-02-03 Thread Devas73
Hello, the standard hibernate way to add an interceptor to a session is: SomeInterceptor int = new SomeInterceptor(); | int.setStateDependentFromCurrentUserOperations(...); | Session session = sf.openSession( int ); Which allows to build an interceptor passing it whatever information is neede

[JBoss-dev] [JBossCache] - Re: Using JBossCache on BEA WebLogic

2005-02-03 Thread e2kcgan
I received the following error when running the examples given in http://www.jboss.org/wiki/Wiki.jsp?page=JBossCacheAndWebLogic ERROR [org.jboss.cache.transaction.DummyTransactionManager] binding of DummyTransactionManager failed javax.naming.OperationNotSupportedException: bind not allowed in

[JBoss-dev] [JBoss JIRA] Created: (JBAS-1374) failed to restore bean state

2005-02-03 Thread Attila Ulbert (JIRA)
failed to restore bean state Key: JBAS-1374 URL: http://jira.jboss.com/jira/browse/JBAS-1374 Project: JBoss Application Server Type: Bug Components: EJBs Versions: JBossAS-4.0.1 Final Environment: HP DL-380, 2.5G RAM; RedHat

[JBoss-dev] [Design of JBoss Portal] - Also, appear to have needed jboss-remoting.jar

2005-02-03 Thread kgelner
I am running JBoss 4.0.1 - I'm not sure if that matters, but I also appear to have needed to copy $JBOSS_HOME/server/all/lib/jboss-remoting.jar into $JBOSS_HOME/server/standard/lib (I actually have the "default" directory, not "standard", but I made a symlink to keep everything happy). Vie

[JBoss-dev] [Design of JBoss Portal] - A suggestion for the users guide...

2005-02-03 Thread kgelner
"[EMAIL PROTECTED]" wrote : java.lang.NoClassDefFoundError: org/jboss/cache/TransactionManagerLookup | | You are missing jboss-cache.jar in the lib directory, you will also miss jgroups.jar. | | Please refer to the user guide. I thank you for this correction. I was actually following

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

2005-02-03 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20050203015910Lbuild.353 BUILD COMPLETE - build.353Date of build: 02/03/2005 01:59:10Time to build: 32 minutes 55 secondsLast changed: 02/03/2005 01:21:58Last log entry: [JBAS-1373] Fix incorre