[jboss-user] [JBoss Portal] - Can portlets developed for other portals be deployed on JBos

2008-02-16 Thread BruceSpringfield
Can portlets developed for Liferay or Websphere Portal Server as an example be deployed on JBoss Portal? And can JBoss Portlets be deployed on other portals? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4129814#4129814 Reply to the post : http://www.jbos

[jboss-user] [Clustering/JBoss] - Re: Load Balancing?

2007-10-28 Thread BruceSpringfield
"BruceSpringfield" wrote : But now, I want to createa a cluster the clusters with load balancing. That should be : But now, I want to create a cluster of clusters with load balancing. It would be nice if we could edit our posts :) View the original post : http://www.jboss.com/

[jboss-user] [Clustering/JBoss] - Re: Load Balancing?

2007-10-28 Thread BruceSpringfield
"[EMAIL PROTECTED]" wrote : Yes, although at this point mod_jk remains the preferred solution. Thanks very much for your comment!! Yes, mod_jk seems to work better with JBoss. Is it possible to create a cluster of jboss clusters with load balancing using mod_jk? I created a cluster of jboss

[jboss-user] [Clustering/JBoss] - Re: How to verify isolated all services for 2nd Cluster?

2007-10-19 Thread BruceSpringfield
did a search for mcast_port through Jboss deploy folder and came up with following : deploy\cluster-service.xml deploy\ejb3-clustered-sfsbcache-service.xml deploy\ejb3-entity-cache-service.xml deploy\jboss-web-cluster.sar\META-INF\jboss-service.xml also came up with : deploy\jmx-console.war\WEB

[jboss-user] [Clustering/JBoss] - How to verify isolated all services for 2nd Cluster?

2007-10-19 Thread BruceSpringfield
I want to create 2 clusters on the same network. Is there a way to verify that I have isolated the JGroups channels between the clusters for all services? How can I find out if a channel was not isolated for a service? View the original post : http://www.jboss.com/index.html?module=bb&op=view

[jboss-user] [Clustering/JBoss] - Re: Load Balancing?

2007-10-19 Thread BruceSpringfield
Could mod_proxy_blancer also be used? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4096910#4096910 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4096910 ___ jboss-user mailin

[jboss-user] [Beginners Corner] - What is a Jasper Listener?

2007-10-16 Thread BruceSpringfield
What is a Jasper Listener? Where can I get more info on it? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4095626#4095626 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4095626 __

[jboss-user] [JBossCache] - Re: Cache not accessible from different methods ?

2007-10-05 Thread BruceSpringfield
Out of curiosity, which version of POJO Cache are you using? "jacobeukes" wrote : | Would it be possible to post the configuration file (in which you specify the MBean configuration) ? Here is a minimal config you could use to deploy POJO Cache as an MBean. It is for POJO Cache version 1.4.

[jboss-user] [JBossCache] - Re: Running PojoCache in multiple machines

2007-10-02 Thread BruceSpringfield
What is your question? Can you post the configuration? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4090727#4090727 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4090727 ___

[jboss-user] [JBossCache] - Re: Way to access JBoss PojoCache interceptor?

2007-10-02 Thread BruceSpringfield
Thanks very much!! That was exactly the information I was looking for!! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4090724#4090724 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4090724 __

[jboss-user] [Performance Tuning] - Re: Monitoring and managing clustered servers

2007-09-27 Thread BruceSpringfield
You might consider setting up a JGroups Channel and use multicasting to pass information among the nodes as does the JBoss Cache. One idea. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4089170#4089170 Reply to the post : http://www.jboss.com/index.html?mod

[jboss-user] [JBossCache] - Re: start SystemPropertiesService before POJOCacheService?

2007-09-27 Thread BruceSpringfield
moving POJOCacheService into the deploy.last folder fixed the problem. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4089169#4089169 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4089169

[jboss-user] [JBossCache] - Re: JBossCache - configuring multiple instances (i.e. both L

2007-09-26 Thread BruceSpringfield
use 2 different caches? 1 local, 1 for replication View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4089166#4089166 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4089166 ___ jb

[jboss-user] [Management, JMX/JBoss] - StatisticsCollector?

2007-09-26 Thread BruceSpringfield
I found this great service in the JBoss Wiki : http://wiki.jboss.org/wiki/Wiki.jsp?page=StatisticsCollector but can't seem to actually find the service in JBoss. Does anyone know where it is? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4088906#4088906 Re

[jboss-user] [JBossCache] - Best way to get Cache statistics in 1.4.1?

2007-09-26 Thread BruceSpringfield
Are there any built in cache stats we can access with POJOCache in 1.4.1? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4088875#4088875 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4088875 _

[jboss-user] [JBossCache] - POJO Cache listener in 1.4.1?

2007-09-26 Thread BruceSpringfield
I couldn't find one listed in the API. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4088874#4088874 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4088874 ___ jboss-user mai

[jboss-user] [JBossCache] - Re: POJO Cache as singleton?

2007-09-26 Thread BruceSpringfield
"jacobeukes" wrote : Hi Bruce. Will it be possible to tell me if you've found a solution to your question ? In my case, there wasn't a need to use a singleton since when the cache is deployed as a service, every time I accessed the cache, I was accessing the Mbean. "jacobeukes" wrote : | I

[jboss-user] [JBossCache] - Re: Cache not accessible from different methods ?

2007-09-26 Thread BruceSpringfield
I couldn't reproduce your error. But I have POJO Cache deployed as an Mbean service on the JBoss server. When I run your test, the object is returned. If you are deploying the cache from a jar file within a web application, I'm not sure what the results would be. View the original post :

[jboss-user] [Performance Tuning] - Re: Monitoring and managing clustered servers

2007-09-26 Thread BruceSpringfield
How are you collecting individual counters and statistics? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4088775#4088775 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4088775

[jboss-user] [Beginners Corner] - Number of users connected?

2007-09-26 Thread BruceSpringfield
Is there a way in JBoss to see the number of users connected to the server? And to identify each connection? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4088774#4088774 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=

[jboss-user] [Clustering/JBoss] - Heavy load test?

2007-09-25 Thread BruceSpringfield
Is there any way to test our JBoss cluster as if it were operating with a heavy customer load, say 1 million customers? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4088435#4088435 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mod

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Service dependency?

2007-09-25 Thread BruceSpringfield
. . . and then he found the deploy.last directory and lived happily ever after! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4088381#4088381 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4088381 ___

[jboss-user] [JBossCache] - Re: Adding TreeCache to JBoss default server

2007-09-24 Thread BruceSpringfield
"khkachn" wrote : That works for 'all', but what do I need to do to get it to work in 'default' (jboss/server/default)? | should not be so different, as long as you are not attempting to cluster from default "khkachn" wrote : | I put tree-cache.jar and jgroups.jar in default/lib and my ca

[jboss-user] [JBossCache] - start SystemPropertiesService before POJOCacheService?

2007-09-24 Thread BruceSpringfield
JBoss 4.2.1 Deploying POJOCache with deployment descriptor xml file in deploy directory. Setting POJOCache system variables with SystemProperties service. As it stands now, the POJOCache service appears to be started before the SystemProperties service. Is there a way to guarantee that the

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Service dependency?

2007-09-24 Thread BruceSpringfield
I need to start my SystemProperties service before my POJOCache service. I declared the dependency in the POJOCache MBean service : jboss.varia:service=SystemProperties,name=SystemProperties | But this causes a number of errors and prevents both services from deploying. Can anyone see any

[jboss-user] [JBossCache] - Re: Way to access JBoss PojoCache interceptor?

2007-09-24 Thread BruceSpringfield
"[EMAIL PROTECTED]" wrote : | You can do something similar by removing the cache interceptor from the object How do you remove the cache interceptor from an object? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4087747#4087747 Reply to the post : http://

[jboss-user] [JBossCache] - Re: Adding TreeCache to JBoss default server

2007-09-24 Thread BruceSpringfield
Add a deployment descriptor for the TreeCache to the deploy directory of your server. You can also include the cache jar files in applications you deploy to the server. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4087745#4087745 Reply to the post : http:

[jboss-user] [JBossCache] - Re: Running PojoCache in multiple machines

2007-09-24 Thread BruceSpringfield
You need to set the ClusterConfig attribute to let the Cache know you are running as a cluster. The mcast_port values should be the same for the caches on both machines. CacheMode should also be set to something other than LOCAL. View the original post : http://www.jboss.com/index.html?modu

[jboss-user] [JBossCache] - Re: Way to access JBoss PojoCache interceptor?

2007-09-21 Thread BruceSpringfield
"[EMAIL PROTECTED]" wrote : Are you referring to the core cache interceptors that control things like locking and eviction, or are you looking for the AOP interceptors that are on all advised objects? | the AOP interceptors on objects attached to the POJO Cache. "[EMAIL PROTECTED]" wrote :

[jboss-user] [Beginners Corner] - starting JBoss services in order

2007-09-21 Thread BruceSpringfield
Is there a way to specify in JBoss the order that services are started when the server is started? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4087114#4087114 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4087114 ___

[jboss-user] [Beginners Corner] - Re: best way to manage a lot of start options?

2007-09-20 Thread BruceSpringfield
Okay. I think I found it : jmx-console : SystemPropertiesService : showGroup() Thanks very much!! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4086591#4086591 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4086591 __

[jboss-user] [Beginners Corner] - Re: best way to manage a lot of start options?

2007-09-20 Thread BruceSpringfield
"PeterJ" wrote : I would create another *.bat file, set the -D options there, and have that *.bat call run.bat. | | Also, if you have a lot of system properties you want to set, look into the system properties service (server/xxx/deploy/properties-service.xml) Thanks very much for the post

[jboss-user] [Beginners Corner] - best way to manage a lot of start options?

2007-09-20 Thread BruceSpringfield
I have to set a lot of system properties to start my jboss servers, -D options. What is the best way to manage these options so I don't have to type huge entries on my command line whenever I start jboss? (i.e. run -Dblahblah -Dblahblah . . . ) Can I add these options to the run.bat file? V

[jboss-user] [Beginners Corner] - start options for JBoss?

2007-09-20 Thread BruceSpringfield
Is there a list or a wiki somewhere that lists the startup options for JBoss? I know -c all for the all config but other options? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4086526#4086526 Reply to the post : http://www.jboss.com/index.html?module=bb&op=p

[jboss-user] [JBossCache] - Way to access JBoss PojoCache interceptor?

2007-09-19 Thread BruceSpringfield
Is there a way to access an object that manages the interceptors for all objects attached to the Pojo Cache? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4086230#4086230 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4

[jboss-user] [JBossCache] - Re: load root node - table initialized for custom loader?

2007-09-19 Thread BruceSpringfield
No, just answered my own question :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085918#4085918 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4085918 ___ jboss-user mailing

[jboss-user] [Clustering/JBoss] - Load Balancing?

2007-09-18 Thread BruceSpringfield
Is there load balancing support in JBoss? Couldn't find the directory JBOSS_HOME/docs/examples/varia/loadbalancer/ in JBoss 4.2.1.GA : http://wiki.jboss.org/wiki/Wiki.jsp?page=HTTPLoadbalancer View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085496#4085496

[jboss-user] [Clustering/JBoss] - Farming - FilterInstance not configured

2007-09-18 Thread BruceSpringfield
Deploying farm-service.xml for a custom configuration and get the following error : --- MBeans waiting for other MBeans --- ObjectName: jboss:service=FarmMember,partition=Cluster State: FAILED Reason: java.lang.IllegalStateException: 'FilterInstance' attribute not configured What is the cor

[jboss-user] [JBossCache] - Re: Beware of this attribute - ReplicationVersion

2007-09-17 Thread BruceSpringfield
I have a 2 server cluster. I set up a test where I put data into the cache on one server and then access the data from the cache on the other server in the cluster. With this attribute - ReplicationVersion included in my config file, data appears to no longer be replicated onto the other serve

[jboss-user] [JBossCache] - Beware of this attribute - ReplicationVersion

2007-09-14 Thread BruceSpringfield
using JBC 1.4.1 on JBoss 4.2.1.GA including : in POJO Cache config appears to break POJO Cache replication. Replication between POJO caches on different JBoss servers no longer works. Taking out the attribute, replication back to normal. View the original post : http://www.jboss.com/in

[jboss-user] [JBossCache] - Re: Why ClusteredCacheLoader?

2007-09-13 Thread BruceSpringfield
"[EMAIL PROTECTED]" wrote : | 2) Avoid overhead of writing to a persistent store if you want to support recovering data that's been evicted. Note this is a less than perfect solution, as it's possible all nodes will evict the data, and thus it won't be recoverable. So, ClusteredCacheLoader c

[jboss-user] [Clustering/JBoss] - Re: Cluster members don't see each other

2007-09-13 Thread BruceSpringfield
"Tomcat-Cluster" sounds like the web session replication service. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4084006#4084006 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4084006 ___

[jboss-user] [JBossCache] - Why ClusteredCacheLoader?

2007-09-13 Thread BruceSpringfield
If you have a replicating cache, why bother with a ClusteredCacheLoader? What is the difference? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4083937#4083937 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4083937

[jboss-user] [Clustering/JBoss] - Is there a way to get more than 1 ip address (localhost) on

2007-09-13 Thread BruceSpringfield
I wanted to check out jboss clustering on a non-networked windows machine. Is there a way to get another IP address other than localhost? 127.0.0.2? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4083880#4083880 Reply to the post : http://www.jboss.com/ind

[jboss-user] [JBossCache] - ClusteredCacheLoader asks all servers in a cluster? faster?

2007-09-12 Thread BruceSpringfield
When looking for data does the ClusteredCacheLoader query all servers in a cluster? Is there any way to limit this search just to a Buddy or a particular server? Also, is data access via ClusteredCacheLoader faster than JDBCCacheLoader? View the original post : http://www.jboss.com/index.h

[jboss-user] [JBossCache] - JBCACHE-118

2007-09-12 Thread BruceSpringfield
using JBC 1.4.1 on JBoss 4.2.1.GA encountered following messages on what appears as every get() : 10:15:00,639 INFO [CacheLoaderInterceptor] CacheLoader.get(Fqn) returned a null; assuming the node does not exist. 10:15:00,639 INFO [CacheLoaderInterceptor] The CacheLoader interface has changed

[jboss-user] [JBossCache] - Re: load root node - table initialized for custom loader?

2007-08-30 Thread BruceSpringfield
I see. There is a start() method for JDBCCacheLoader that initializes the / node of the table. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079613#4079613 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4079613 __

[jboss-user] [JBossCache] - Re: Failed to create local transaction; TransactionManager i

2007-08-30 Thread BruceSpringfield
logging on startup : anonymous wrote : 2007-08-30 15:24:12,800 INFO [STDOUT] - before start | 2007-08-30 15:24:12,800 INFO [org.jboss.cache.pojo.impl.PojoCacheImpl] PojoCache version: JBossCache 'Habanero' 2.0.0.GA[ $Id: Version.java,v 1.35 2007/08/01 16:52:13 msurtani Exp $] | 2007-08-30

[jboss-user] [JBossCache] - load root node - table initialized for custom loader?

2007-08-29 Thread BruceSpringfield
I wrote a custom loader that extends the JDBCCacheLoader I defined my own table. on start of the cache, the cache attempts to loadNode by executing a select statement on the '/' node. Should there be initial data in the table? Do we need to set data for the '/' node? View the original pos

[jboss-user] [JBossCache] - Is there a way to view evictions from the cache without a li

2007-08-29 Thread BruceSpringfield
Is there a way to know that items are being evicted from the cache without attaching a listener to the cache? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079063#4079063 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=

[jboss-user] [JBossCache] - Re: Failed to create local transaction; TransactionManager i

2007-08-29 Thread BruceSpringfield
used a simple cache config : | | | jboss:service=Naming | jboss:service=TransactionManager | org.jboss.cache.transaction.JBossTransactionManagerLookup | LOCAL | | View the original post : http://www.jboss.com/index.html?module=bb&op=vie

[jboss-user] [JBossCache] - Re: Failed to create local transaction; TransactionManager i

2007-08-29 Thread BruceSpringfield
upgraded to JBossCache-all-2.0.0.GA same results If OPTIMISTIC | is in the config file, I get the following error on start of cache : 11:31:07,596 INFO [PojoCacheImpl] PojoCache version: JBossCache 'Habanero' 2.0.0.GA[ $Id: Version.java,v 1.35 2007/08/01 16:52:13 msurtani Exp $] 11:31:08,

[jboss-user] [Beginners Corner] - setting logging in a WAR for a JAR?

2007-08-29 Thread BruceSpringfield
I have a jar file that is included in my war file that is deployed in JBoss. The jar file uses log4j and does logging. Is there a way for my war file to set log4j logging to DEBUG and then have the DEBUG logging from the included jar file appear? View the original post : http://www.jboss.com

[jboss-user] [JBossCache] - Re: How to locate customer CacheLoader?

2007-08-27 Thread BruceSpringfield
That should be : | org.custom.jboss.CustomJDBCCacheLoader | How does JBoss Cache locate the class? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4078339#4078339 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4078

[jboss-user] [JBossCache] - How to locate customer CacheLoader?

2007-08-27 Thread BruceSpringfield
How should JBoss Cache locate a custom CacheLoader? If I set the class attribute of the Cache Loader to : | org.custom.jboss.CustomJDBCCacheLoader | [/custom] | | How does JBoss Cache locate the class? | | | View the original post : http://www.jboss.com/index.html?module=bb&o

[jboss-user] [JBossCache] - changing name of jdbc.table.name?

2007-08-24 Thread BruceSpringfield
Can we not change the name of the table used by JDBCCacheLoader? If I change the name to anything other than 'jbosscache' then as the POJOCache is started, I get the exception : org.jboss.cache.pojo.PojoCacheException: Failed starting org.jboss.cache.CacheException: Unable to start cache loader

[jboss-user] [Beginners Corner] - Re: Faster start for JBoss Server??

2007-08-24 Thread BruceSpringfield
Correction: out-of-box installation startup is 23 seconds. With my apps deployed, then it turns into 57 seconds. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077875#4077875 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=repl

[jboss-user] [JBossCache] - The type Fqn is not generic; it cannot be parameterized with

2007-08-24 Thread BruceSpringfield
Strange error. Compiling the code from the passivation example from : D:\lib\JBossCache-all-2.0.0.GA\examples\PojoCache\passivation in Eclipse as a Dynamic Web Project. In StudentMaintTest.java : line 43 : cache1_.getCache().addCacheListener(listener_); get the error : The type Fqn is no

[jboss-user] [JBossCache] - Re: Passivation false?

2007-08-24 Thread BruceSpringfield
That's very clear now!! I'm glad I asked! I just didn't get this information from the documentation. Thank you very much for the clear explanation! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077790#4077790 Reply to the post : http://www.jboss.com/ind

[jboss-user] [Beginners Corner] - Re: Faster start for JBoss Server??

2007-08-24 Thread BruceSpringfield
"jaikiran" wrote : Which version of JBoss? For me an out-of-box installation of 4.2.1 takes less than a minute to start. Have you deployed any of your own applications? | | Also, have a look at http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossASTuningSliming for leaving out any applications

[jboss-user] [Beginners Corner] - Faster start for JBoss Server??

2007-08-24 Thread BruceSpringfield
It takes a while for the JBoss Server to start. Haven't timed it with a stop watch yet, but it seems to be atleast a few minutes. Is there a faster way to start as well stop JBoss? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077691#4077691 Reply to the

[jboss-user] [JBossCache] - Re: Passivation false?

2007-08-23 Thread BruceSpringfield
Okay, I think I understand. When passivation is false, passivation doesn't take place, but activation does . . . ? So, elements are prestored in the data store and activated as accessed? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077551#4077551 Reply t

[jboss-user] [JBossCache] - Re: Passivation false?

2007-08-23 Thread BruceSpringfield
Yes, I understand the true case, but I didn't find information about the false case. I couldn't derive the information from the first few sentences of the section. I would assume passivation doesn't take place. So, I guess it is just a switch to turn passivation on and off. It is for convenie

[jboss-user] [JBossCache] - Re: Failed to create local transaction; TransactionManager i

2007-08-23 Thread BruceSpringfield
Hi Manik, "[EMAIL PROTECTED]" wrote : | The entry is correct, and there is no reason that the NLS should null out the TM. | | Any reason why you're using a CR3 instead of the GA, BTW? I have been using CR3 because that was the version available for download, when I downloaded JBossCac

[jboss-user] [JBossCache] - Passivation false?

2007-08-23 Thread BruceSpringfield
In the config file, for the attribute CacheLoaderConfiguration, why would someone set passivation to false? What would JBoss Cache do? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077440#4077440 Reply to the post : http://www.jboss.com/index.html?module=b

[jboss-user] [JBossCache] - Re: Failed to create local transaction; TransactionManager i

2007-08-21 Thread BruceSpringfield
add entry to config xml file : OPTIMISTIC Then error returns. This was one entry I added to the config file before the initial error. Is the entry correct? Is there any reason the NodeLockingScheme would null out the Transaction Manager? View the original post : http://www.jboss.com/index.

[jboss-user] [JBossCache] - Re: Failed to create local transaction; TransactionManager i

2007-08-21 Thread BruceSpringfield
Put the TransactionManagerLookupClass entry back in and it still runs. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4076389#4076389 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4076389 __

[jboss-user] [JBossCache] - Re: Failed to create local transaction; TransactionManager i

2007-08-21 Thread BruceSpringfield
That's : org.jboss.cache.transaction.JBossTransactionManagerLookup | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4076377#4076377 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4076377 _

[jboss-user] [JBossCache] - Re: Failed to create local transaction; TransactionManager i

2007-08-21 Thread BruceSpringfield
If I remove the entry : org.jboss.cache.transaction.JBossTransactionManagerLookup from my cache config .xml file then POJO Cache runs fine I get the message : No transaction manager lookup class has been defined. Transactions cannot be used But otherwise no problems View the original po

[jboss-user] [JBossCache] - Failed to create local transaction; TransactionManager is nu

2007-08-21 Thread BruceSpringfield
JBoss Server 4.2.1, PojoCache version: JBossCache 'Habanero' 2.0.0.CR3 using as Transaction manager : org.jboss.cache.transaction.JBossTransactionManagerLookup cache mode : LOCAL cache initialized and started on first attach() attempt, got error : java.lang.Exception: Failed to create local t

[jboss-user] [JBossCache] - How to fix NameAlreadyBoundException due to GenericTransacti

2007-08-21 Thread BruceSpringfield
I ran into this error and found the problem listed under JBossCacheTroubleshooting : anonymous wrote : | Q. I'm using org.jboss.cache.GenericTransactionManagerLookup as the TransactionManagerLookupClass and jboss:service=TransactionManager service fails to start due to a javax.naming.NameAlr

[jboss-user] [JBossCache] - Invalidation versus replication in POJOCache?

2007-08-21 Thread BruceSpringfield
Do the same arguments hold for preferring invalidation over replication for large objects with POJOCache? What about for small objects? Which is preferred? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4076176#4076176 Reply to the post : http://www.jboss.c

[jboss-user] [Clustering/JBoss] - Re: How to run multiple JBoss Server instances on one machin

2007-08-20 Thread BruceSpringfield
"gasper_k" wrote : | If you're trying to run a cluster, just copy one server directory to a new one and use it for the second instance. | JBoss knows they are clustered? Is this also true for Windows? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=407

[jboss-user] [Beginners Corner] - Re: Deploying WAR files - stop and start server?

2007-08-20 Thread BruceSpringfield
Okay, I see. Thanks for your posts!! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075952#4075952 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075952 ___ jboss-user mailin

[jboss-user] [JBossCache] - Re: Instrumentation - preparing an object for POJO Cache 2.0

2007-08-20 Thread BruceSpringfield
My initial tests were done programmatically with JBoss Cache running outside the JBoss server. I thought that might be the reason, I didn't need to aspectize the objects. So I deployed a test on a running JBoss server. And I got same results. The objects I attached to the POJO Cache were not

[jboss-user] [Beginners Corner] - Deploying WAR files - stop and start server?

2007-08-20 Thread BruceSpringfield
Do I need to stop and start JBoss every time I have to deploy WAR files? Is there a faster way? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075683#4075683 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075683 _

[jboss-user] [Clustering/JBoss] - How to run multiple JBoss Server instances on one machine?

2007-08-20 Thread BruceSpringfield
What do I need to change in the config to run mulitple Server instances on one machine? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075655#4075655 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075655 __

[jboss-user] [JBossCache] - Re: Instrumentation - preparing an object for POJO Cache 2.0

2007-08-14 Thread BruceSpringfield
For the Student and Course objects, I removed the annotation that had been present in the code and the objects still appeared to function with POJO Cache. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073933#4073933 Reply to the post : http://www.jboss.com/

[jboss-user] [JBossCache] - Correct annotation for a local object in POJOCache 2.0

2007-08-14 Thread BruceSpringfield
I see the annotation for a replicable object is : @org.jboss.cache.pojo.annotation.Replicable but what about for an object in a local cache? Which annotation type should we use? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073931#4073931 Reply to the pos

[jboss-user] [JBossCache] - Instrumentation - preparing an object for POJO Cache 2.0?

2007-08-14 Thread BruceSpringfield
Can someone clarify instrumentation of objects for POJO Cache 2.0 The documentation continually emphasizes the need for instrumentation of Objects before using these objects with POJO Cache. But I ran some tests with POJO Cache and did not instrument the objects at all in the tests and POJO C

[jboss-user] [JBossCache] - Re: read only POJOCache objects?

2007-08-14 Thread BruceSpringfield
Okay, I see. Thanks for the information!! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073861#4073861 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073861 ___ jboss-user m

[jboss-user] [JBossCache] - Re: POJOCache detach()? Sort Of?

2007-08-14 Thread BruceSpringfield
Yes, I wanted to detach() a local Object so it was no longer connected to the cache, and yet I wanted the Object to still remain in the cache. I wanted to have a local Object that was no longer connected to the cache and and would not affect the object that was stored in the cache. A copy of

[jboss-user] [JBossCache] - Re: findAll(null) working?

2007-08-14 Thread BruceSpringfield
Hi Ben, My JUnit test only has tests for attaching, detaching, and removing. I didn't have any tests for findAll() or findAll(null). With Jason Greene's previous post, the usage of findAll() is clear and I see that I was trying to attach multiple objects to a single id and then using findAll()

[jboss-user] [JBossCache] - Re: Multiple Objects under a single key in POJOCache?

2007-08-14 Thread BruceSpringfield
Hi Jason, "[EMAIL PROTECTED]" wrote : Id really should be called Fqn in the signature. You can use this method to find all objects at a particular location in the cache. | | For example: | | | cache.attach("/people/Bob", bob); | | cache.attach("/people/Fred", fred); | | cache

[jboss-user] [JBossCache] - Re: Multiple Objects under a single key in POJOCache?

2007-08-13 Thread BruceSpringfield
Since, there doesn't seem to be much point to use findAll(id) when you could just as well use find(id) if there will only be one object associated with this id? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073620#4073620 Reply to the post : http://www.j

[jboss-user] [JBossCache] - Re: Multiple Objects under a single key in POJOCache?

2007-08-13 Thread BruceSpringfield
Hi Ben, "[EMAIL PROTECTED]" wrote : No, you can't associate multiple objects using a single key. Then is the only use for the findAll() method to get all objects in the cache? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073619#4073619 Reply to the post

[jboss-user] [JBossCache] - Re: Performance expectations

2007-08-13 Thread BruceSpringfield
Which version of JBOSS Cache was Lior using? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073503#4073503 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073503 ___ jboss-user

[jboss-user] [JBossCache] - Re: Performance expectations

2007-08-13 Thread BruceSpringfield
Out of curiosity, is Optimistic locking still an issue with POJOCache in 2.0 Habanero? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073501#4073501 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073501 ___

[jboss-user] [JBossCache] - read only POJOCache objects?

2007-08-10 Thread BruceSpringfield
Is there a way to retrieve objects from POJOCache that are read only? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073148#4073148 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073148 _

[jboss-user] [JBossCache] - findAll(null) working?

2007-08-10 Thread BruceSpringfield
Trying to get all Objects in the POJOCache with findAll(null) but the results I get are varied. When I add 2 objects to the cache and then return the Map, the Map size is 4 objects. When I add 3 objects to the cache and return the map, the Map size is 5 objects. View the original post : htt

[jboss-user] [JBossCache] - Multiple Objects under a single key in POJOCache?

2007-08-10 Thread BruceSpringfield
from the findAll(id) method in POJOCache, I assumed that multiple objects can be stored under a single id. Is this not the case? If yes, how do I do it? I tried to attach() different objects with the same id, but then when I find() using that id, I get back the object that I last attached with

[jboss-user] [JBossCache] - POJOCache detach()? Sort Of?

2007-08-10 Thread BruceSpringfield
I need to detach an object, but then have it also stay in the cache to be accessed by others if needed or by my own instance if needed again. But I just need to detach() just my reference to the object, so I have my own free object. Is there an easy way to do this with POJOCache? Or does this

[jboss-user] [JBossCache] - Re: Multicasting only means of replication in POJOCache?

2007-08-10 Thread BruceSpringfield
Okay, I see, JGroups multiplexing can also be used as well. Any other options? Which is better? Multicasting seems in many cases to be the better method in general networks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072922#4072922 Reply to the post :

[jboss-user] [JBossCache] - Re: Multicasting only means of replication in POJOCache?

2007-08-10 Thread BruceSpringfield
I'm also assuming in multicasting, POJOCache is relying on JGroups in the JBoss Server? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072909#4072909 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072909 __

[jboss-user] [JBossCache] - Multicasting only means of replication in POJOCache?

2007-08-10 Thread BruceSpringfield
Is multicasting the only means of replication in POJOCache? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072902#4072902 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072902 __

[jboss-user] [JBossCache] - Re: How to store an object in POJOCache under multiple keys?

2007-08-09 Thread BruceSpringfield
Hi Jason, Thanks for your reply! Is there anything about the key that tells POJOCache this is the same object? Is it the '/' forward slash or does POJOCache just know its the same object and so does not save the same object again? Thanks, Bruce View the original post : http://www.jboss.com

[jboss-user] [JBossCache] - How to store an object in POJOCache under multiple keys?

2007-08-09 Thread BruceSpringfield
I've read in the docs this can be done, but haven't found how to do this. Any ideas? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072431#4072431 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072431

[jboss-user] [JBossCache] - FQN in Habanero POJOCache?

2007-08-09 Thread BruceSpringfield
Can Fully Qualified Name be used with POJOCache in Habanero? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072377#4072377 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072377

[jboss-user] [JBossCache] - Habanero vs. Cayenne

2007-08-09 Thread BruceSpringfield
Is it better to deploy Cayenne rather than Habenero for POJO Cache? In the documentation, Habenero looks to be significantly better. But I've heard Habenero still has performance problems and bugs. Which is better to deploy at the moment? When will Habenero be stable enough for deployment?

[jboss-user] [JBossCache] - Re: POJOCache unresponsive

2007-08-04 Thread BruceSpringfield
Thanks for your reply! I really appreciate it!! I see what my error was. I used a pojocache-passivation-service.xml for the config file when I was only testing on a local machine with no network connections. You really need to be aware of what is in the config file. I changed to cache-confi

  1   2   >