[jboss-user] [JBoss jBPM] - Re: Concurrency Problem

2009-06-19 Thread wjn811
hi kukeltje, very appreciate your replies! I'm a new one here. And I even don't know JIRA... What a pity! I go through the topic you have metioned http://www.jboss.org/index.html?module=bbop=viewtopicp=4238433#4238433 If I don't misunderstand that post, changing org.hibernate.dialect can get

[jboss-user] [JBoss Portal] - dashboard

2009-06-19 Thread ariel_red
I have created one new page in the dashboard.I only see it when I click the dashboard.I want to know the main function of dashboard.Because I always think it used for show the home page.What situation do we use dashboard in? View the original post :

[jboss-user] [JBoss AOP] - weaving aspects into applets

2009-06-19 Thread harryiam42
hi! alas my searching skills appear rather weak as i can find no advice on how to weave aspects into applets. we have a successfully woven some test advice into a straight up java application, but when i tried it with an applet it just ignored the advice. here is the command i'm using

[jboss-user] [Performance Tuning] - Re: JBOSS Client pooling conections problem, concurrent acce

2009-06-19 Thread mnenchev
PeterJ wrote : Ah yes, it's always the details that you don't provide that are the root cause. Glad you found the problem and are up and running. Yes, but if i knew i would never ask :). Coulde you tell me some book or tutorial how to configure jboss for production. We will migrate to the last

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Regarding Jboss deploying war

2009-06-19 Thread jaikiran
See this http://www.jboss.org/community/wiki/ExplodedDeployment View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4238674#4238674 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4238674

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: xxx-jboss-beans.xml realm

2009-06-19 Thread jaikiran
Post the contents of your -ds.xml and also the jboss-web.xml. While posting logs or xml content or code, please remember to wrap it in a code block by using the Code button in the message editor window. Please use the Preview button to ensure that your post is correctly formatted. View the

[jboss-user] [JBoss OSGi] - Re: JBossOSGi source archive

2009-06-19 Thread VincentGR
Thanks ;) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4238677#4238677 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4238677 ___ jboss-user mailing list

[jboss-user] [JBoss OSGi] - Re: OSGi + EE code in the same JAR ?

2009-06-19 Thread VincentGR
Yes but from your post I had understood that deploying EJBs was not possible. Perhaps I misunderstood. Here is what I tried. I have the following EJB: | @Remote | @WebService | public class HelloWorldBean implements HellowWorld | { | @WebMethod | public String sayHello(

[jboss-user] [JCA/JBoss] - Re: 4.2.3.GA to 5.1.0.GA regression - heirarchical JNDI name

2009-06-19 Thread jaikiran
kennardconsulting wrote : if I declare a heirarchical JNDI queue in my destinations-service.xml it shouldn't fail just because I don't also deploy an app that depends on it. | You mean, if you create a queue with that hierarchical JNDI name and don't deploy any applications which use this

[jboss-user] [JCA/JBoss] - Re: 4.2.3.GA to 5.1.0.GA regression - heirarchical JNDI name

2009-06-19 Thread jaikiran
And please also post the exact queue configuration file contents. The first post contains a combination of JBoss MQ and JBoss Messaging queue configurations. Just want to make sure we are discussing about the correct file. View the original post :

[jboss-user] [JCA/JBoss] - Re: 4.2.3.GA to 5.1.0.GA regression - heirarchical JNDI name

2009-06-19 Thread jaikiran
I just tried this with the default DLQ configuration that comes with JBoss: mbean code=org.jboss.jms.server.destination.QueueService | name=jboss.messaging.destination:service=Queue,name=DLQ | xmbean-dd=xmdesc/Queue-xmbean.xml | attribute

[jboss-user] [Clustering/JBoss] - Re: JBoss 5.1 clustering improvements - update the Wiki plea

2009-06-19 Thread jaikiran
kennardconsulting wrote : | ...but this doesn't seem to quite work because the VM arg isn't passed through run.conf.bat (if you manually put it in the run.conf.bat it does). So close! | | That seems to be a bug then. The run.bat.conf was a recent addition, let's see what issue it

[jboss-user] [JBoss jBPM] - Re: instalation of jbpm 3.2 with oracle

2009-06-19 Thread anisj1m
thank you very much alex, the version of jbpm that i am using is 3.2 , in it's instalation there isnt oracle option for instalation, and i cant use the new version. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4238686#4238686 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: Hotdeploy problem (JBoss Tools not useable)

2009-06-19 Thread max.ander...@jboss.com
Yes, unless you are using the *same* project i'm inclined to say Maven's generation is broken. What happens if you simply use the same workspace you used in Europe with Ganymede ? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4238690#4238690 Reply to the

[jboss-user] [JBoss Messaging] - Re: journal files not getting cleaned up and server startup

2009-06-19 Thread jbmuser
Thank you Clebert. Will try it and let you know. Bijith View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4238692#4238692 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4238692 ___

[jboss-user] [JBoss Tools (users)] - Re: Seam

2009-06-19 Thread Cvele_eSoft
- anybody knows ? Whenever generate entities by rev. engineering from database, it always creates CRUD interfaces too. Any way to change this behavior ? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4238694#4238694 Reply to the post :

[jboss-user] [EJB/JBoss] - Problem with a OneToOne relation

2009-06-19 Thread krum
Hi, I have a problem when i would lyke to deploy my jar on my jboss server 4.2.2 GA. I generate my entity from my database. and when i have an @OneToOne annotation, i have this error when i deploy: 14:13:55,029 WARN [ServiceController] Problem starting service

[jboss-user] [JBoss Cache: Core Edition] - Re: Refresh cache from cache loader on demand?

2009-06-19 Thread galder.zamarr...@jboss.com
drcallaway wrote : .. Though mostly static, this data may occasionally change. When this happens, is there a way to force the cache to refresh this node with data from the cache loader? This process would be similar to removing the node and then running preload again. What do you exactly mean

[jboss-user] [JBoss Portal] - Is there any way that we can get the details of all the port

2009-06-19 Thread vijay2p
Hi All, Is there any way that we can get the details of all the portals and sub pages in xml file in JBOSS Portal. Early help will apreciated. Thanks, VJ View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4238699#4238699 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: Hotdeploy problem (JBoss Tools not useable)

2009-06-19 Thread baz
I have copied my Europa workspace and used the copy with ganymede. The same result/problem. ZThe only thing that is working is to generate a new seam project with JBT inside ganymede So i fear that i must go back to europa. I can not change the way our eclipse artefacts are generated:-( View

[jboss-user] [Management, JMX/JBoss] - Re: Description / Parameter names etc in jmx-console

2009-06-19 Thread mlange
I am not familiar with the annotations used there but the descriptions only appear if you use XMBeans or Dynamic MBeans (no standard mbeans), View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4238702#4238702 Reply to the post :

[jboss-user] [JCA/JBoss] - Re: 4.2.3.GA to 5.1.0.GA regression - heirarchical JNDI name

2009-06-19 Thread vickyk
kennardconsulting wrote : The JBoss Messaging guys (you have them to blame for this :) suggested I refer this issue to you. | Let us get back to the same forum entry and pick some info from there, I see activations...@1030063(ra=org.jboss.resource.adapter.jms.jmsresourceadap...@e0863a

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Problem with a OneToOne relation

2009-06-19 Thread jaikiran
This is actually a bug http://opensource.atlassian.com/projects/hibernate/browse/ANN-554?focusedCommentId=26534#action_26534 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4238704#4238704 Reply to the post :

[jboss-user] [JCA/JBoss] - Re: 4.2.3.GA to 5.1.0.GA regression - heirarchical JNDI name

2009-06-19 Thread vickyk
Also did you confirm from the JNDI view if the Queues are bound to JNDI properly, I don't think so. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4238706#4238706 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4238706

[jboss-user] [Installation, Configuration DEPLOYMENT] - form field validation and form posting not working after a d

2009-06-19 Thread brettcave
have a strange error that I am really battling to isolate. have a jsf page with validation, using code like: h:inputText value=#{user.username} required=true validator=usernameValidator a:support event=onblur reRender=usernameValidation bypassUpdates=true ajaxSingle=true / /h:inputText I

[jboss-user] [JBoss jBPM] - Re: instalation of jbpm 3.2 with oracle

2009-06-19 Thread kukeltje
3.2? Why 3.2 and not the minor update to 3.2.6sp1? Strange policy View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4238709#4238709 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4238709

[jboss-user] [JBoss jBPM] - Re: Logging mails in jBPM 4.0.CR1

2009-06-19 Thread kukeltje
Alex, did you file a Jira ;-) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4238710#4238710 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4238710 ___ jboss-user mailing list

[jboss-user] [JBoss Portal] - Portlet Session Replication related query

2009-06-19 Thread rinku05
I am using jboss AS 4.2.1, jboss portal and apache2.2 for clustering setup. I am successful in achieving the clustering. My test scenarios are: Scenario1: 1. start the jboss application server and apache server on both the machines. 2. login to the site, minimize the portlet say on pageA. 3. stop

[jboss-user] [Remoting] - Failsafe RMI

2009-06-19 Thread goldi
Hy, I'm wondering what the best way is to make a RMI/Synchron-Call (from JBoss to JBoss) failsafe. So I have JBoss1 in wich is running a SSB (doing some things on DB return result), and JBoss 2 in wich is running a SSB calling SSB on JBoss1. Problems that may occur: - SSB from JBoss2

[jboss-user] [JBoss jBPM] - Re: Concurrency Problem

2009-06-19 Thread kukeltje
And maybe this as well View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4238716#4238716 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4238716 ___ jboss-user mailing list

[jboss-user] [JBoss Portal] - Re: Problem with cach when a user modifies his password on J

2009-06-19 Thread vladoseprak
Hello, I'm having the same problem with JBoss Portal 2.7.1 authenticating with OpenLDAP. Im using user administration portlet (shipped with portal) for changing user password, but I can access portal with old password as well. Even http://www.jboss.org/community/wiki/CachingLoginCredentials

[jboss-user] [Performance Tuning] - About the UseParallelOldGC

2009-06-19 Thread cytchiu
I am running a cluster JBoss servers. Both server has 4 CPUs, dual cores. i.e. 8 logical CPUs. I want to tune the JVM setting and I found that I can use the following parameters: +UseParallelOldGC -XX:ParallelGCThreads I did some load test with different number of ParallelGCThreads. However, I

[jboss-user] [EJB 3.0] - Re: Attribute from MappedClass as a part of composit PK ?

2009-06-19 Thread Wolfgang Knauf
Hi, you have to synchronize them yourself. So the setter of one attribute has to update the other. This might be a problem for the embedded id, because it cannot set it's timestamp value to the outer class. But you might add a @PreUpdate callback method to your entity and synchronize both

[jboss-user] [JBoss jBPM] - Problem using multiple timers

2009-06-19 Thread nikosd23
Hi, We have identified a case in which when using 2 timers in a flow we get exception. To be more specific, we use the following process-definition.xml ?xml version=1.0 encoding=UTF-8? | | process-definition | xmlns= name=TestWait |start-state name=start | transition

[jboss-user] [JBoss Tools (users)] - Re: Hotdeploy problem (JBoss Tools not useable)

2009-06-19 Thread max.ander...@jboss.com
well I would really like to know why the same project in europe doesn't work on ganymede. Could you create the *simplest* project that illustrates this and report it in jira ? Would like to know if it is something that changed in Eclipse or in JBoss Tools that causes it. View the original

[jboss-user] [JBoss Tools (users)] - Re: Seam

2009-06-19 Thread max.ander...@jboss.com
You can use Hibernate Tools to just generate entities View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4238726#4238726 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4238726 ___

[jboss-user] [JBoss Cache: Core Edition] - Re: Refresh cache from cache loader on demand?

2009-06-19 Thread mircea.markus
anonymous wrote : Basically, I remove the cache store interceptor before removing the child (this removes the local node but doesn't touch the database). I then add the interceptor back and retrieve the node. This will refresh the node from the database. So you know that data changed in the

[jboss-user] [Installation, Configuration DEPLOYMENT] - Securing jmx-remoting.sar

2009-06-19 Thread lkrejci
The standard JVM platform Mbeans can be accessed remotely by specifying -Dcom.sun.management.jmxremote.* properties on the JVM startup. One can specify role based authentication, ssl access, client side ssl certificate validation, etc. with regards to securing the remote connections. Is there

[jboss-user] [JBoss Messaging] - Re: Metrics in JBoss Messaging.

2009-06-19 Thread mlange
AOP is a technology to implement cross-cutting concerns and it is heavily used in JBM 1.4. I simply used the existing classes (some of them are precompiled with aopc) and added an interceptor. This one is called before/after the method call. Using this the message rate (incoming/outgoing) or

[jboss-user] [JBoss Portal] - Re: Why JSF portlet show null

2009-06-19 Thread jpviragine
Hi uxa, Have you created the default-object.xml or something-object.xml? In your case, the content of the file should be something like: deployments |deployment | parent-refdefault/parent-ref | if-existsoverwrite/if-exists | page |

[jboss-user] [JBoss Portal] - Re: dashboard

2009-06-19 Thread jpviragine
Ariel, The main purpose of dashboard is to provide the user the possibility to customize his view of the portal. Something like iGoogle. When we translated the word dashboard for Brazilian Portuguese, we translated to 'Meu Portal', a word that means My Portal in English. View the original

[jboss-user] [JBoss Messaging] - Re: Ordering Group and Queue-FullSize reload problem

2009-06-19 Thread mclu
Howard! Here more analysis! I can see that the order is scambled. But this has nothing to do with the ordered load of the messages. It has to do with updating the Page_ORD. The above error can be reproduced if you kill the server before all Page_Ord`s are updated. So before

[jboss-user] [JBoss jBPM] - Re: Problem using multiple timers

2009-06-19 Thread kukeltje
do not use 'node.ĺeave' in a timer where you also have a transition specified in the timer. The transition is automatically taken if the action in the timer has finished. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4238738#4238738 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: Seam

2009-06-19 Thread Cvele_eSoft
max.ander...@jboss.com wrote : You can use Hibernate Tools to just generate entities | - thanks, so it is possible...when you say use Hibernate Tools, do you mean Create Hibernate Console Configuration, or what ? Any resource to learn how to do that from JBT ? View the original post :

[jboss-user] [JBoss Messaging] - Re: Serious idle problem with Bridges on AS 5.1.0.Beta

2009-06-19 Thread rnicholson10
Sorry about the delay in getting back to you. Here's the log from the box1, after the idle time. It seems that the remoting session etc. is found. Spot anything interesting? The second log extract is from box2 when I try to redeploy one of the bridges. | 2009-06-19 09:43:40,373 DEBUG

[jboss-user] [JBoss Cache: Core Edition] - Re: Manual node locking?

2009-06-19 Thread mircea.markus
anonymous wrote : To lock object O: | 1. val = cache.put( '/locks', O, 'lock' ) | 2a. If val == null, we have the lock (no previous 'put') | 2b. Else (val != null ) somebody else locked it first. Use a cache listener to wait for removed nodes | 3a. Lock owner in (2a) proceeds. When

[jboss-user] [JBoss Messaging] - Re: Ordering Group and Queue-FullSize reload problem

2009-06-19 Thread gaohoward
Thanks a lot Markus. I'll be on this one very soon (I'm closing another issue right now). View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4238747#4238747 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4238747

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Problem with a OneToOne relation

2009-06-19 Thread krum
ok thanks, can you tell me if this bug exist in any version of JBoss ? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4238761#4238761 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4238761

[jboss-user] [JBoss Messaging] - Re: journal files not getting cleaned up and server startup

2009-06-19 Thread jbmuser
Hi Clebert, Just tested successfully with 2.0.0.beta3. Awesome!!! Thanks Bijith View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4238762#4238762 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4238762

[jboss-user] [JBoss Portal] - jbpm on portal 2.7.2 WARN logs

2009-06-19 Thread ozguy
Hi, I am using jboss 4.2.3 with portal 2.7.2 and when the server starts up i see lots of WARN related to jbpm configurations not found as listed below. How can i fix this warnings? 21:07:41,250 WARN [EhCacheProvider] Could not find configuration [org.jbpm.graph.def.Node]; using defaults.

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Problem with a OneToOne relation

2009-06-19 Thread jaikiran
It's been marked as fixed in hibernate annotations 3.3.0.GA. JBossAS - 4.x series do not ship with this version. Not even JBoss AS 4.2.3 GA. However, JBoss AS 5.1.0 GA ships with 3.4.0 GA of hibernate annotations, so migrating to AS-5.1.0 would be an option. View the original post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Problem with a OneToOne relation

2009-06-19 Thread jaikiran
Or maybe on AS-4.2.x, package your own version of Hibernate. But i am not sure at what point this annotation processing is triggered and whether the packaging your own version is going to help. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4238769#4238769

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: xxx-jboss-beans.xml realm

2009-06-19 Thread Wolfgang Knauf
Hi Eric, any newlines/spaces around the datasource name? I run into a similar problem recently and found that login-config.xml trims the JNDI name, but the new -jboss-beans.xml does not. Hope this helps Wolfgang View the original post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Problem with a OneToOne relation

2009-06-19 Thread krum
ok, thanks! i will try with JBoss 5.1.0 GA View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4238773#4238773 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4238773 ___ jboss-user

[jboss-user] [JBoss Cache: Core Edition] - Transfered objects during a cluster state transfer event

2009-06-19 Thread clajoie
I just want to check my understanding here. When a cluster transfer event is occurring the object being transferred is an org.jboss.cache.Fqn. That is, the object I would receive when calling org.jgroups.Message#getObject() would be an Fqn. Is this correct? View the original post :

[jboss-user] [JBoss Messaging] - How to find total mumber of messages in a queue (i.e. in mem

2009-06-19 Thread jbmuser
Hi Folks, When I look at my queue from JConsole, value shown in MessageCount attribute does not include the messages that are paged. How can I find the total number of messages in queue (i.e. in memory + paged)? Any help is greatly appreciated. I am using JBM 2.0.0.beta2. Thanks Bijith View

[jboss-user] [JBoss Messaging] - Clustering question (1.4.4)

2009-06-19 Thread viniciuscarvalho
Hello there! We are preparing an environment that will consist of 2 physical servers, where we would have 2 instances on each server, a total of 4 JBoss AS instances. Those would be grouped in 2 separate partitions. So far this is working great. Now we need to add JBM to the cluster, and some

[jboss-user] [JBoss jBPM] - Re: Problem using multiple timers

2009-06-19 Thread nikosd23
Thanks a lot kukeltje!!! You have managed with one line to solve our problem. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4238790#4238790 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4238790

[jboss-user] [JBoss Portal] - Re: Portlet Session Replication related query

2009-06-19 Thread prabhat....@jboss.com
First, clustering problems are hard to solve using community forum as setup required to produce your issue is time consuming and not easy. This is when you should buy support contract. In your case, it fits more because you said it's very urgent. You did not mention which portal version you

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Problem with a OneToOne relation

2009-06-19 Thread krum
so i try to deploy with jboss 5.1.0 and i have the same error but there is a description of the problem now: org.hibernate.AnnotationException: Referenced property not a (One|Many)ToOne: thales_isr.missionDAO.entity.FixedFrequency.listTechAnalysisParamses in mappedBy of thales_isr.mi |

[jboss-user] [Security JAAS/JBoss] - Re: Peer address from LoginModule

2009-06-19 Thread egiva
Have you succeeded to retrieve client IP on login module? I mean in normal API way, other then parsing thread name :) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4238796#4238796 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: Clustering question (1.4.4)

2009-06-19 Thread gaohoward
1st question: JBM has its own jgroups config, you can change it as you wanted. It in xxx-persistence-service.xml, where xxx is the db name you are using (for example mysql). 2st question: It depends on your needs. View the original post :

[jboss-user] [JBoss jBPM] - Re: jbpm-console user login error with Jbpm-3.26.SP1 and JBo

2009-06-19 Thread arpan25
hi, I have already populated jbpm_id_user, jbpm_id_membership and jbpm_id_group tables...is there anything to be done other than that ? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4238803#4238803 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Problem using multiple timers

2009-06-19 Thread kukeltje
You are most welcome. For others who read this, it is not related to multiple timers... this error occurs with one timer as well (afaik) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4238805#4238805 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: xxx-jboss-beans.xml realm

2009-06-19 Thread michel.strogoff
Hi guys, Thank you for your answers. You were right Wolfgang ! I had applied xml text formatting with eclipse to my xxx-jboss-beans.xml file, and it caused a blank line to be appended to the source name. I couldn't see it in the log since blank character are not visible ! Thnak you very much,

[jboss-user] [JBoss jBPM] - Re: JBPM4: running multiple PVMs in

2009-06-19 Thread muellere
Hi all, I just found that JBPM 4.0 implements a JobExecutorThreadPool, instantiating 3 executor threads by default. From this point of view it does not seem to be necessary to start multiple PVMs on the same database instance if the number of executor threads can be increased. Regards,

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: jboss.xml validation problem

2009-06-19 Thread gcoleman
I'm still getting the jboss.xml is not well formed! exception, even with an empty jboss.xml: | jboss xmlns=http://www.jboss.com/xml/ns/javaee; | xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; | xsi:schemaLocation=http://www.jboss.com/xml/ns/javaee |

[jboss-user] [JBoss Cache: Core Edition] - Re: Refresh cache from cache loader on demand?

2009-06-19 Thread drcallaway
galder.zamarr...@jboss.com wrote : | What do you exactly mean with data changing? Is data changing as a result of your interaction with the cache? Are you changing the data directly in the cache store? I don't understand why you'd want the data to be replaced with the one in the cache store.

[jboss-user] [JBoss Cache: Core Edition] - Re: Refresh cache from cache loader on demand?

2009-06-19 Thread drcallaway
mircea.markus wrote : So you know that data changed in the cache store and want to 'refresh', you cannot do a cache.remove as this would also remove it from persistent store, right? Yes. That's exactly the problem. Removing a node from the cache also removes it from the data store. I would

[jboss-user] Exception in thread main javax.xml.ws.WebServiceException: No Content-type in the header!

2009-06-19 Thread Koxkorrita
Hello i have made one webservice for deploing into my jbosss using jaxws and also i have made one client for this. when i execute the client appears this error: Exception in thread main javax.xml.ws.WebServiceException: No Content-type in the header! at

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: jboss.xml validation problem

2009-06-19 Thread gcoleman
Should deployers/metadata-deployer-jboss-beans.xml contain some stuff about the 5_1 deployment descriptors? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4238818#4238818 Reply to the post :

[jboss-user] [JBoss Messaging] - Client program exception

2009-06-19 Thread chipschoch
JBOSS AS 4.2.2. JBM 1.4.4 I just upgraded my JBM to 1.4.4 and am trying to read a queue from a JUnit test. I get: | org.jboss.jms.exception.MessagingJMSException: Failed to invoke | at org.jboss.jms.client.delegate.DelegateSupport.handleThrowable(DelegateSupport.java:269) | at

[jboss-user] [Installation, Configuration DEPLOYMENT] - Time Zone, yet again

2009-06-19 Thread sbrenneis
I am using JBoss 5.0.1GA. My logs show time stamps that are on hour behind my actual time zone. My environment timezone is: [jb...@gamer ~]$ date Fri Jun 19 12:25:09 EDT 2009 I found some references to setting user.timezone, so I added this to run.sh # Setup JBoss specific properties

[jboss-user] [JBoss Cache: Core Edition] - Re: Refresh cache from cache loader on demand?

2009-06-19 Thread drcallaway
drcallaway wrote : Can you say a little more about the Option.suppressPersistence API? How would I use that? Where can I get a reference to the Option object? Never mind. I figured it out and your suggestion worked great. Here's the new code: Option option =

[jboss-user] [Advanced Documentation] - Re: JBoss configuration to allow CAB and MSI files

2009-06-19 Thread PeterJ
What you mean by the page attempts to render the file? To me that means that the server processes the files and attempts to generate HTML based on their contents. If you really mean that, then there must be some mapping in you web.xml file that maps files with those extensions to some servlet.

[jboss-user] [Clustering/JBoss] - How to check whether Jboss has joined cluster?

2009-06-19 Thread muddu_shafi
I have copied all configuration and created a new configuration on my two server lying on the same network. I have restarted both servers using run -c atcc. In the Jmx-console, service: DefaultPartition,field currentview shows only one ip adress. does this mean that the other Jboss has not

[jboss-user] [Performance Tuning] - Re: JBOSS Client pooling conections problem, concurrent acce

2009-06-19 Thread PeterJ
I should hire you as my straight man for my next conference presentation... ;-) JBoss in Action, http://www.manning.com/jamae, the last several chapters are specific to getting ready for production. The book is based on 5.0.x, but all of the recommendations, and many of the details, apply to

[jboss-user] [Performance Tuning] - Re: JBOSS Client pooling conections problem, concurrent acce

2009-06-19 Thread PeterJ
Oh, and the errata for the book has updates for 5.1.0.GA View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4238827#4238827 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4238827 ___

[jboss-user] [JBoss Messaging] - Re: DurableTopicSubscriptions Creation in JBoss AS5

2009-06-19 Thread probs_77
gaohoward wrote : http://www.jboss.org/file-access/default/members/jbossmessaging/freezone/docs/userguide-1.4.3.GA/html_single/index.html | Hi, There is a configuration file jbossmq-state.xml which is present in the JBOSS version 3.x and up. The entries are basically the user and their

[jboss-user] [JBoss Messaging] - JBOSS Messaging Error

2009-06-19 Thread probs_77
Hi, There is a configuration file jbossmq-state.xml which is present in the JBOSS version 3.x and up. The entries are basically the user and their roles along with the client id's. However, in the latest JBOSS version 5, this file is not there and so we need to map the entries in the

[jboss-user] [JBoss Tools (users)] - Re: Seam

2009-06-19 Thread PeterJ
Yes, it is Hibenrate Console-related. Start here: http://docs.jboss.org/tools/3.0.1.GA/en/hibernatetools/html/plugins.html#refeng_codegen, and work your way through 4.5.2, Exporters, click Generate EJB3 annotations and select Domain Code. View the original post :

[jboss-user] [Performance Tuning] - Re: About the UseParallelOldGC

2009-06-19 Thread PeterJ
I have found the same strange behavior - while running parallel gc threads for minor collections reduces the gc pause time, running parallel gc threads for major collections increases the pause time. It makes no sense, but there you have it. You really have to try various heap and gc settings

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: jboss.xml validation problem

2009-06-19 Thread jaikiran
gcoleman wrote : Should deployers/metadata-deployer-jboss-beans.xml contain some stuff about the 5_1 deployment descriptors? Good point! Add this to the deployers/metadata-deployer-jboss-beans.xml (under the JBossMetaData section) !-- JBossMetaData --: | | entry |

[jboss-user] [Beginners Corner] - Re: How to prevent CSRF (Cross Site Request Forgeries)

2009-06-19 Thread acastanheira2001
Hi, I don´t use Seam, I do use jsp and jsf. Thanks, Andre View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4238838#4238838 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4238838

[jboss-user] [Beginners Corner] - How to set HTTPonly in JSESSIONID Cookie?

2009-06-19 Thread acastanheira2001
Folks, How can I implement this? Thanks, Andre View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4238839#4238839 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4238839 ___ jboss-user

[jboss-user] [Clustering/JBoss] - Re: Load Balancing in Jboss 5.1 , not able to test it !

2009-06-19 Thread bstansbe...@jboss.com
Leonets: is your webapp continuing to use the same connection to the JMS server? Or are you closing connections and creating new ones? Per JBoss Messaging docs[1] connection creation is load balanced, but once a connection is created it will stick to one server (unless failover happens). [1]

[jboss-user] [EJB 3.0] - Stateful EJB hanging in JNDI namespace - JBAS bug?

2009-06-19 Thread ozi...@redhat.com
Hi, I've been playing with EJB 3.0. I've managed to get AS to a state when EJB jar was not (reported as) deployed, but the stateful bean which was inside it is still hanging in JNDI namespace, causing: java.lang.IllegalStateException:

[jboss-user] [EJB 3.0] - Re: Stateful EJB hanging in JNDI namespace - JBAS bug?

2009-06-19 Thread ozi...@redhat.com
Caused by: org.jboss.deployers.client.spi.IncompleteDeploymentException: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS): DEPLOYMENTS MISSING DEPENDENCIES: Deployment jboss.j2ee:jar=ejb-stateful-1.0-SNAPSHOT.jar,name=CounterXBean,service=EJB3_endpoint is missing the

[jboss-user] [EJB 3.0] - Re: Stateful EJB hanging in JNDI namespace - JBAS bug?

2009-06-19 Thread ozi...@redhat.com
JMX console - Global JNDI Namespace: +- CounterBean (class: org.jnp.interfaces.NamingContext) | +- remote-ejbtest.stateful.bean.CounterBean (class: Proxy for: ejbtest.stateful.bean.CounterBean) | +- remote (class: Proxy for: ejbtest.stateful.bean.CounterBean) View the original post :

[jboss-user] [EJB 3.0] - Re: Stateful EJB hanging in JNDI namespace - JBAS bug?

2009-06-19 Thread ozi...@redhat.com
Actually, JMX console reports the jar as deployed. It seems not to be through EmbJopr, so it might me a ProfileService bug. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4238846#4238846 Reply to the post :

[jboss-user] [Clustering/JBoss] - Re: JNP lookup from multi-homed client

2009-06-19 Thread bstansbe...@jboss.com
By the multi-home limitation do you mean configuring the bind address in the JGroups UDP protocol? That's pretty straightforward. You can control the interface JGroups uses by setting system property -Djgroups.bind_addr=192. as a command line argument. If don't specifically set

[jboss-user] [JBoss Cache: Core Edition] - JBosscache dirty read even though isolation is REPEATABLE_RE

2009-06-19 Thread vishwasoft
I'm trying to evaluate the JBossCache for our application I'm getting dirty read even though I rollback transaction. I tried this with EJB3 Stateless session bean BMT. Could you please anyone help me on this prolbem, Am I making anything wrong? Here is the code public class TestEntity {

[jboss-user] [Clustering/JBoss] - Re: JNP lookup from multi-homed client

2009-06-19 Thread bstansbe...@jboss.com
JBoss does the same basic thing with the java.rmi.server.hostname system property 1) Do nothing if already set (e.g. via -Djava.rmi.server.hostname) 2) else if the -b value isn't 0.0.0.0, set java.rmi.server.hostname to the -b value 3) else set java.rmi.server.hostname to

[jboss-user] [JBoss Cache: Core Edition] - Re: JBosscache dirty read even though isolation is REPEATABL

2009-06-19 Thread vishwasoft
I have tried with Isolation level READ_COMMITTED also. I have replaced array in my TestEntity object, but still the same problem View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4238850#4238850 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Adding JSF Environments to Create New JSF Project Wizard

2009-06-19 Thread fischman_98
The documentation is as follows: anonymous wrote : We don't lock you into any one JavaServer Faces implementation. You can always select the one which is necessary for you while creating a new JSF project, adding JSF capability to any existing Eclipse project or importing existing JSF projects

[jboss-user] [JBoss Cache: Core Edition] - Dirty read even though configured as REPEATABLE_READ or READ

2009-06-19 Thread vishwasoft
I'm trying to evaluate the JBossCache for our application I'm getting dirty read even though I rollback transaction. I tried this with EJB3 Stateless session bean BMT. Could you please anyone help me on this problem, Am I making anything wrong? please let me know if you need additional info

[jboss-user] [JBoss Cache: Core Edition] - Hibernate + JBC not reading from cache: spatial or view tabl

2009-06-19 Thread nicholeuf
Hibernate 3.3.1.GA Hibernate-spatial 1.0-M2 Spring 2.5.6 JBC 3.0.3.GA I am noticing that Hibernate + JBC is not retrieving a particular cached query. They query involves a view table and it also involves querying on a spatial field. I have searched the forums and am finding nothing about this

[jboss-user] [JBoss/Spring Integration] - Installation Instructions for JBoss 4.2.3.GA?

2009-06-19 Thread Crucifix
I'm trying to install the Spring deployer into JBoss 4.2.3.GA. The installation instructions on the wiki state to copy the jboss-spring-jdk5.deployer directory into the JBoss deploy/ directory, but I don't see this available for download on the Sourceforge page here:

[jboss-user] [JBoss Portal] - Creating dummy ServletRequest and ServletResponse objects fr

2009-06-19 Thread souravm
Hi, I'm trying to expose Report delivered by a reporting solution through a Portlet. Unfortunately, the API of the Reporting solution which generates a HTML snippet accepts HttpServletRequest, HttpServletResponse and ServletContext. Wondering how do I create a dummy set of these above

[jboss-user] [JCA/JBoss] - Re: 4.2.3.GA to 5.1.0.GA regression - heirarchical JNDI name

2009-06-19 Thread kennardconsulting
jaikiran, Your example uses the attribute JNDIname, but the queue name is still just DLQ... mbean code=org.jboss.jms.server.destination.QueueService | name=jboss.messaging.destination:service=Queue,name=DLQ ...it is the queue name I wanted to be heirarchical. I thought by putting it under a

  1   2   >