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
--
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
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
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
---
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
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
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
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
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
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
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
---
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
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
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
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
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.
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
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
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
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
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
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:
22 matches
Mail list logo