[JBoss-user] [JBossCache] - Re: jboss cache memory and files

2005-05-19 Thread dannyb23
can the replication be disabled for the cache? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878318#3878318 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3878318 --

[JBoss-user] [Management, JMX/JBoss] - jmx console content of entity beans

2005-05-10 Thread dannyb23
Hi Is there (and is it planned - could be nice) any option using the jmx console to view the content (lets say as a table on screen) of the content of entity beans? lets say i have a UserEntity I would like to have an operation content() by pressing it i can see the content of all the entities

[JBoss-user] [JBossCache] - Re: jboss cache memory and files

2005-04-16 Thread dannyb23
Thanks... I need to implement a cache mechanism for big files like images, sounds, videos, mails (generaly a cache for a mailstore) i would like to know will jboss-cache be suitable for that purpose? when i have a cluster would there be much traffic between the nodes because of the size of the

[JBoss-user] [JBossCache] - jboss cache memory and files

2005-04-13 Thread dannyb23
Hi Can jboss cache work with a primary memory cache and a secondary file storage cache? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873805#3873805 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3873805 ---

[JBoss-user] [Installation & Configuration] - Re: ServiceBindingManager multiple jboss same machine using

2005-04-09 Thread dannyb23
In the clustering webinar there was an example of running two nodes on same machine and all they did there was updating the ServiceBindingManager and its with ports-01 , wasnt this supposed to be working?? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873354

[JBoss-user] [JBossWS] - configuration files for exposing a stateless session bean

2005-03-31 Thread dannyb23
I want to expose a stateless session bean as a web service in the wiki i see that i should run this: wscompile -cp ../../output/classes -gen:server -f:rpcliteral -d META-INF/wsdl -mapping META-INF/OrganizationServiceEJB_Mapping.xml config.xml my question is how exactly do i create the kind of fi

[JBoss-user] [Beginners Corner] - Re: exploded ear

2005-03-16 Thread dannyb23
anybody knows? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870324#3870324 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3870324 --- SF email is sponsored by - The

[JBoss-user] [Beginners Corner] - exploded ear

2005-03-07 Thread dannyb23
Hi I have an exploded ear with some wars and jars inside. I have noticed that when i update one of the jsps then things are updated automatically however if i updated one of the classes in my jar then i needed to touch application.xml so that the changes will take effect, can the changes take e

[JBoss-user] [The Lizzard's corner] - jboss-4.0.1 vs jboss-3.2.7

2005-02-02 Thread dannyb23
Hi Any testimonials of the stability of jboss4.0.1 I would like to use it but i *feel* like 3.2.7 is much more stable, so should i stick with 3.2.7 or upgrade to 4.0.1 with no stability fears? anyway have got already experienced with 4.0.1 in production with like lot of users data features etc

[JBoss-user] [Beginners Corner] - Re: Integrating MMS server with jboss 3.2.5

2005-01-18 Thread dannyb23
I'm talking about MBeans as well. MBeans are living inside a j2ee container. its not recommanded to start your own threads when you are living in a j2ee container, the container should be responsible of threads managment. can you give an example of a legitimate way to start threads while living i

[JBoss-user] [Beginners Corner] - Re: Integrating MMS server with jboss 3.2.5

2005-01-18 Thread dannyb23
how can one fire up a thread in a "legitimate way" while being inside a j2ee container?! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862530#3862530 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3862530 ---

[JBoss-user] [Clustering/JBoss] - Re: cluster jmx-console not updated in different nodes

2005-01-10 Thread dannyb23
does this means that if i update an mbeans attribute through jmx-console / twiddle i should update it in all my clustered nodes? (assuming i want this attribute to be the same in all nodes...) Thanks... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861370#3

[JBoss-user] [Clustering/JBoss] - cluster jmx-console not updated in different nodes

2005-01-09 Thread dannyb23
Hi I have 2 jboss nodes in my cluster. I have updated in one of them some properties using jmx-console and then I refreshed the jmx-console in the other node and I didnt see the properties was updated...(standard jboss properties not my custom properties to be sure, i tried also my custom mbean

[JBoss-user] [Persistence & CMP/JBoss] - cmp scheme and indexses

2005-01-02 Thread dannyb23
Hi I'm using jboss CMP. Its creating automatically my Tables as well. Is there any option to specify some indexes constraints? perhaps using jbosscmp-jdbc.xml ? I would be very gratefull for any examples... Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtop

[JBoss-user] [Persistence & CMP/JBoss] - tell a specific field not to use foreign key constraint

2004-11-04 Thread dannyb23
hi in jbosscmp-jdbc.xml i used under the default tag fk-constraint = true, how can I tell a specific field in an entity bean not to have a fk constraint ? I tried this : enterprise-beans entity ejb-name cmp-field its name... fk-constraint - false with no success... View the

[JBoss-user] [Persistence & CMP/JBoss] - Re: Why an ejbLoad() call for each get* method?

2004-10-27 Thread dannyb23
You probably need to update to commit option A etc... in the default commit option, you application server does not assume he is the only one touching the database therefore with every "get" you perform your app server refreshes itself from the database in case anyone else updated the database.

[JBoss-user] [Management, JMX/JBoss] - Re: scheduler at midnight

2004-08-21 Thread dannyb23
Its fine! my mistake :O setting the scheduled period to : 8640 and its perfect. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845792#3845792 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845792

[JBoss-user] [Management, JMX/JBoss] - Re: scheduler at midnight

2004-08-08 Thread dannyb23
Thanks but it didnt work :/ (I have tested it with 5000 ms , perhaps you should too since with such a big SchedulePeriod as you specified perhaps it didnt really work exactly at midnight for you too ? ) Is your scheduler implementing org.jboss.varia.scheduler.Schedulable ? what jboss version a

[JBoss-user] [Management, JMX/JBoss] - Re: scheduler at midnight

2004-08-08 Thread dannyb23
Hi I would really appreciate any help on this: When i'm using: attribute name="InitialStartDate"2/5/02 07:21 pm/attribute attribute name="SchedulePeriod"1/attribute attribute name="InitialRepetitions"-1/attribute The scheduler works every 10 seconds with no consideration of the

[JBoss-user] [Persistence & CMP/JBoss] - is entity exists

2004-08-03 Thread dannyb23
Is there a better way to know whether an entity bean exists other than trying a finder and catching a FinderException ? (I dont like the idea of having an exception for an unexceptional state) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844008#3844008 Re

[JBoss-user] [Management, JMX/JBoss] - Re: scheduler at midnight

2004-08-03 Thread dannyb23
opps the snipped wasnt seen correctly here it is : mbean code="org.jboss.varia.scheduler.Scheduler" name=":service=Scheduler" attribute name="StartAtStartup"true/attribute attribute name="SchedulableClass"mypackage.util.jmx.JMXLogScheduler/attribute attribute name="Schedulab

[JBoss-user] [Management, JMX/JBoss] - scheduler at midnight

2004-08-03 Thread dannyb23
Hi How can I update the following xml snippet so that it would be scheduled to every day at midnight ? I have tried updating InitialStartDate to midnight without success... true mypacakge.util.jmx.JMXLogScheduler NOW 1 -1 View the original post : http: