[jboss-user] [JBoss Tools (users)] - Re: Cannot build bottom up web service in eclipse using JBos

2008-11-12 Thread dennyxu
Hi Billy I create a JIRA for this issue:https://jira.jboss.org/jira/browse/JBIDE-3173, not sure if it is the same case of yours, we appreciate any comment on the JIRA. once the issue is fixed(I think it will be fixed soon), you can get it from nightly build, any questions are welcome. View

[jboss-user] [JBoss Portal] - Re: Error occured accessing the

2008-11-12 Thread [EMAIL PROTECTED]
With 2.6 we were at the limit, with 2.7 there are a bit more libs included so more permgen space. (which has a low value by default on most JDKs) If you remove the services you don't use you would save PermGen space if you really need to. View the original post :

[jboss-user] [EJB 3.0] - Timed functions

2008-11-12 Thread kesson
Hello all, We have an application running on JBoss -4.2.1GA, and there is some method annotated as @Timeout. In other words, we have defined a timer in the application, and it invokes this method in timely manner. The timed method initializes some action, which needs to use external scripting

[jboss-user] [Installation, Configuration DEPLOYMENT] - Jboss Startup Script

2008-11-12 Thread vpire
Is there any startup script available. Normally I start up jboss using ./run.sh -c default -Djboss.bind.address=123.123.1.1 then I just use Ctrl+C to stop it. Now I want o create a script to run daily where it shutdown the current jboss and startup a new jboss without appearing in the console.

[jboss-user] [Remoting] - Re: Using proxy for localhost

2008-11-12 Thread mproch
It says: | Wont use proxy for : null | - so I guess it's not this one... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4188675#4188675 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4188675

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Jboss Startup Script

2008-11-12 Thread vpire
I am using Jboss 4.2 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4188676#4188676 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4188676 ___ jboss-user mailing list

[jboss-user] [Remoting] - Re: Using proxy for localhost

2008-11-12 Thread jaikiran
The reason i asked you to post that output is to ensure that you had not unitentionally set the bypass proxy for localhost through the http.nonProxyHosts system property. Your settings look correct to me. View the original post :

[jboss-user] [JNDI/Naming/Network] - JNDI/JDBC error

2008-11-12 Thread Sherst
Hi all. I am trying to run web application and get error: anonymous wrote : 2008-11-12 10:31:33,344 INFO [org.jboss.resource.connectionmanager.CachedConnectionManager] Closing a connection for you. Please close them yourself: [EMAIL PROTECTED] | java.lang.Throwable: STACKTRACE | at

[jboss-user] [JBoss jBPM] - BPEL development and deploy process

2008-11-12 Thread sw_bpel
hello, i'm trying to create a chart which shows the process of bpel process development including the deployment and the execution. is there any graph out there? well some things aren't clear to me. i develop the processes in eclipse using the bpel designer 0.3.0. then i have the bpel file

[jboss-user] [JBoss AOP] - The use of the file jboss-aop.xml

2008-11-12 Thread hou84
Hello, My question is: When I use under the file jboss-aop.xml the tag bind pointcut I use dynamic AOP, or we couldn't considerate that I use dynamic AOP only in the case I use HotDeployment and hotSwapping? Thank you a lot. View the original post :

[jboss-user] [JBoss Tools (users)] - Re: The Beta 1 download doesn't work

2008-11-12 Thread waynebagguley
I've got the download to work but installing it doesn't do anything. If I use the beta update site it moans about dependencies. Eclipse could do better by reporting which components are causing issues. View the original post :

[jboss-user] [JBoss Tools (users)] - Re: CCE from building all packages from project

2008-11-12 Thread cavani
I will try with my work packaging (large one) when the nightly builds return green. Thanks, View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4188697#4188697 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4188697

[jboss-user] [Beginners Corner] - Re: how to undeploy ear and war file from eclipse

2008-11-12 Thread francis17101970
actually I'm using MyEclipse (which is an Eclipse with bundled plugins) and it has a Remove button in the deployment tab. I'm not sure it Eclipse + JBoss plugin has the same facility. Anyway if you don't have it available simply create a new ant build.xml file and add a Task which delete the

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: where to set the JAVA_OPTS for Max memory allocated

2008-11-12 Thread jaikiran
The run.bat is the right place to do this. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4188719#4188719 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4188719 ___ jboss-user

[jboss-user] [JBossWS] - Re: NullPointerException on combined EJB3 session bean and J

2008-11-12 Thread twwwt
Meanwhile, I tried it with JBossWS-Native-3.0.4.GA and it works! -- Thorsten View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4188734#4188734 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4188734

[jboss-user] [Microcontainer] - Re: Classloading docs?

2008-11-12 Thread alesj
Perhaps setting parent domain while registering it into system would help? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4188765#4188765 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4188765

[jboss-user] [Microcontainer] - Re: Classloading docs?

2008-11-12 Thread [EMAIL PROTECTED]
emmartins wrote : almost there: | | | | VirtualFile tempClassDeploymentDirVF = VFS.getRoot(getTempClassDeploymentDir().toURL()); | | VFSClassLoaderPolicy classLoaderPolicy = VFSClassLoaderPolicy.createVFSClassLoaderPolicy(tempClassDeploymentDirVF); | | ClassLoader classLoader =

[jboss-user] [Installation, Configuration DEPLOYMENT] - New classfiles not getting picked up from EAR

2008-11-12 Thread aditya_adobe
I have an application running on JBoss 4.0.3 deployed as an EAR. If I update some classfiles in one of the wars present inside the ear, and restart the server, the changes are not picked up many a times. I have to manually go and delete the files from tmp and work folder and then start the

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: New classfiles not getting picked up from EAR

2008-11-12 Thread jaikiran
anonymous wrote : restart the server, the changes are not picked up many a times. I haven't heard of such an issue. Restarting the server should start the application from a clean state. Can you provide more details about these class files that are not updated? How do you deploy the

[jboss-user] [Microcontainer] - Re: Classloading docs?

2008-11-12 Thread emmartins
[EMAIL PROTECTED] wrote : [EMAIL PROTECTED] wrote : guys, don't we have better doc for people wanting to try something like this? | | What makes you think I would document people creating their own classloaders? | (I will but this stuff will be in the reference guide rather than the user

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: xa-datasource issue

2008-11-12 Thread rotor
I had to work around it by granting permissions across schemas and creating a view containing what I needed. In my case that was a safe thing to do - it might not be in all cases. Thanks and good luck! View the original post :

[jboss-user] [EJB 3.0] - Re: JEE 5 packaging + add jars to ejb modules

2008-11-12 Thread cangelim
Hi, Georg You can't put a jar file inside another jar file. One solution is to reference external.jar as a shared lib inside ear's application.xml Your packaging layout would become: | ear | - module_1.jar | - module_2.jar | - lib | - external.jar | and your

[jboss-user] [JBoss jBPM] - Re: jBPM 3.2.1 jbpm-console with a different database

2008-11-12 Thread kukeltje
similar or identical? In the latter case, the solution is to populate the database correctly. In the former, it is a new issue and requires a new topic. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4188799#4188799 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: How can i get inform about running tokens/processes.

2008-11-12 Thread kukeltje
anonymous wrote : - create a list from waiting process ( i need to create a task for every resumable tokens?) No, you can just use the token to acquire more info about it or the node it is in, like name, description etc anonymous wrote : | -signaling (i want to take a signal for the tokens

[jboss-user] [JBoss Cache: Core Edition] - Re: is compatible jboss cache 3.0 with hibernate 3.3?

2008-11-12 Thread sninsky
Hi all, I tried Hibernate 3.3.1 and jboss cache 3.0 CR3 and I've got this result. Google didn't help. | 12.11.2008 13:25:26 org.hibernate.cache.impl.bridge.RegionFactoryCacheProviderBridge init | INFO: Cache provider: org.hibernate.cache.TreeCacheProvider |

[jboss-user] [Microcontainer] - Re: Classloading docs?

2008-11-12 Thread emmartins
almost there: VirtualFile tempClassDeploymentDirVF = VFS.getRoot(getTempClassDeploymentDir().toURL()); VFSClassLoaderPolicy classLoaderPolicy = VFSClassLoaderPolicy.createVFSClassLoaderPolicy(tempClassDeploymentDirVF); ClassLoader classLoader =

[jboss-user] [Microcontainer] - Re: Classloading docs?

2008-11-12 Thread emmartins
[EMAIL PROTECTED] wrote : | classLoaderPolicy.setImportAll(true); // if you want to see other classes in the domain | classLoaderPolicy.setExportAll(ExportAll.NON_EMPTY)); // if you want others to see your classes It worked, thanks :-) View the original post :

[jboss-user] [JBoss Tools (users)] - Re: Cannot build bottom up web service in eclipse using JBos

2008-11-12 Thread newmanw10
Ah ok I see. But that does not fix my problem. Actually I had that set correctly all along. Select project TestWeb in project explorer, and then right click and select new - other - web service, and the Service Project fills in correclty. Another question, I would like to deploy this war as

[jboss-user] [Security JAAS/JBoss] - kerberos configuration

2008-11-12 Thread cro110011
hi all I try to setup a kerberos security configuration with a standalone java client on windows xp; the client correctly gets the kerberos token from windows os using a configuration that looks like this: kerberoslogincontextname { com.sun.security.auth.module.Krb5LoginModule required

[jboss-user] [JBoss Cache: Core Edition] - Re: is compatible jboss cache 3.0 with hibernate 3.3?

2008-11-12 Thread repkin
I was trying, and I have taken error, and I decided to write, I have seen sninsky have been writed already, these are my logs: | Nov 12, 2008 4:25:43 PM org.apache.catalina.core.StandardContext listenerStart | SEVERE: Exception sending context initialized event to listener instance of

[jboss-user] [JBoss jBPM] - Re: Question about jBPM Client API

2008-11-12 Thread benhu
I am trying to use jBPM in my system and I am designing common interfaces layer which talks to jBPM and provides bpm support to the rest of the system. This stable jBPM API is a great thing for me because I do not need to change a lot even jBPM upgrades. Thus I want to try with the new API to

[jboss-user] [JBoss Messaging] - cluster performance with many queues

2008-11-12 Thread bartvh
As far as I understand, the documentation on clustering always assumes one is clustering to handle more messages over the same number of queues, that is, to scale the number of messages. My question is if clustering is also helpful when the number of messages per queue remains the same, but

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: where to set the JAVA_OPTS for Max memory allocated

2008-11-12 Thread erasmomarciano
It is not rigth to modify the file run.bat If you have to set JAVA_HOME, it is better to edit run.conf. NOTE: It seems it does not work in WINDOWS :( So i advice you to create a new file of start. | | @echo on | rem

[jboss-user] [Remoting] - Re: When to use EJB container and when Remoting ?

2008-11-12 Thread jaikiran
I am new to Remoting too :-) But based on the documentation that i have seen, Remoting is a framework for communication between processes. EJB container on the other hand provides you many more services like transactions, security etc... View the original post :

[jboss-user] [JBoss jBPM] - executing process with timer

2008-11-12 Thread boxwala
I am encountering an error trying to execute a process that has a timer. I am running jbpm 3.2.1 in its app-server form, using the ear file, on jboss AS 4.2.1.GA. The only change we made in the ear was to modify the hibernate config file since we switched the DBMS to MSSQL 2005. That seems to

[jboss-user] [JBossWS] - Re: the generated java file has errors when using wsprovide

2008-11-12 Thread PeterJ
Try adding @WebMethod to the echo method. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4188821#4188821 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4188821 ___ jboss-user

[jboss-user] [JBoss Messaging] - Re: cluster performance with many queues

2008-11-12 Thread ataylor
If a queue is clustered and it has a local consumers then it distributes the messages to the local consumers in a round robin fashion. If a queue has no local consumers then it will distribute the messages around the cluster. If you have a clustered queue with only one consumer then (apart from

[jboss-user] [JBoss jBPM] - Re: Question about jBPM Client API

2008-11-12 Thread kukeltje
The current 'api' has been fairly stable for the last 2 years, so it is not really bad thing to use (even across upgrades). The 'stable' api will not be fully ready until the 4.0 CR1 release I think. The upcoming January release of jBPM 4 (alpha 1) will contain the first cut of this stable api.

[jboss-user] [JBoss Portal] - Re: accessing one page to another page

2008-11-12 Thread PeterJ
In on of your portlets on PageA, place this hyperlink: a href=/portal/portalname/PageDPageD/a[/url] | | At least, I think that is the correct URL (it could be /portal/portal/portalname/PageD). I know that you can get to a specific page by entering this into the browser: | |

[jboss-user] [JBoss jBPM] - Re: Question about jBPM Client API

2008-11-12 Thread benhu
Thanks for your explanation. By current 'api', you mean the existing interfaces in jBPM 3 code base? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4188826#4188826 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4188826

[jboss-user] [JBossWS] - Sigining a SOAP message using the enveloped-signature transf

2008-11-12 Thread MrGuy
I have an application that needs to consume a webservice. I've generated the client stubs with wsconsume, and I've configured most of the security settings our partner requires ( username tokens, and a signature ). However, the webservice provider requires that the SOAP envelope be signed using

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Jboss Startup Script

2008-11-12 Thread PeterJ
Why not set up JBossAS to run at system startup, that is, as a service, and use a script stop and start the service? For running as a service, see http://www.jboss.org/community/docs/DOC-12305 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4188831#4188831

[jboss-user] [Remoting] - Re: How to classify instances of InvokerCallbackHandler ?

2008-11-12 Thread jaikiran
Maybe you could create multiple server invocation handlers, each serving a different sub-system (which can correspond to an event). The Client which does the addListener can then connect/listen to the appropriate sub-system using the following constructor: public Client(InvokerLocator locator,

[jboss-user] [JNDI/Naming/Network] - Re: Multiple databases solution

2008-11-12 Thread mitabhushan
Could you able to make it work with multiple databases View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4188833#4188833 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4188833 ___

[jboss-user] [JNDI/Naming/Network] - Re: JNDI/JDBC error

2008-11-12 Thread PeterJ
After you are done using the connection (basa in your code), do you call basa.close()? The error message indicates that you are not doing this. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4188834#4188834 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Question about jBPM Client API

2008-11-12 Thread benhu
kukeltje wrote : The current 'api' has been fairly stable for the last 2 years, so it is not really bad thing to use (even across upgrades). The 'stable' api will not be fully ready until the 4.0 CR1 release I think. The upcoming January release of jBPM 4 (alpha 1) will contain the first cut of

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: where to set the JAVA_OPTS for Max memory allocated

2008-11-12 Thread PeterJ
erasmarciano, the run.conf file is not used on Windows, so editing it does no good. In addition, gan.gary wanted to know how to set JVM heap options - your example script file does not do this and thus does not solve gan.gary's problem. View the original post :

[jboss-user] [EJB 3.0] - Re: 2 Stateless session beans, same name+interface, differen

2008-11-12 Thread gr28
Hi, Thank you for your response. The usage of @LocalBinding seems to help. But anyway, is it possible to intercept the decision process (the JNDI injection) in JBoss? Our use case is simple: We have a product that implements default behavior. For projects a specific implementation should be

[jboss-user] [JNDI/Naming/Network] - Re: Multiple databases solution

2008-11-12 Thread jaikiran
Please give more information about what you are trying to do and what issue you are running into. This is a 3 year old thread and you probably wont get any response if you don't provide any information. I would recommend that you open a new thread in the Installation Deployment forum

[jboss-user] [JBoss Portal] - Re: Font size change

2008-11-12 Thread PeterJ
Yes you can and the mechanisms are the same as for plain JSP pages (think about it - JavaScript is run by the browser and all the browser knows is that it has an HTML page, it has no idea what software was used to generate the page). However, have you tired to manually change the font size for

[jboss-user] [JNDI/Naming/Network] - Re: classCastException while casting ejb Home's proxy.

2008-11-12 Thread PeterJ
Another possible solution: remove the ejb interfaces from the war file. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4188842#4188842 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4188842

[jboss-user] [EJB 3.0] - Manually created Hibernate EntityManager vs. injected one

2008-11-12 Thread alexeinov
Because of isolated classloading problems with several applications in the same container I have to avoid injecting EntityManager via a @PersistenceContext annotation. I tried to use the following code in my stateless bean: | private EntityManager em; | | @PostConstruct |

[jboss-user] [JBoss jBPM] - How can i get inform about running tokens/processes.

2008-11-12 Thread exe
I have a Message Driven Bean for controlling the processes. I need some information about the running processes, wich process/tokens is in waiting state, where can i signal the process to resume executions. What is the pattern if i want to create a processManaggerMDB that can - start the

[jboss-user] [Clustering/JBoss] - Exception in JNDI lookup based on partition and Udp group

2008-11-12 Thread mohitanchlia
Here is the lookup code: | | properties.put(jnp.partitionName, getSystemConfig().getBackendPartition()); | properties.put(jnp.discoveryGroup, getSystemConfig().getBackendUdpGroup()); | try { | this.backEndCtx = new

[jboss-user] [JBoss jBPM] - Re: Problem: jBPM + JTA

2008-11-12 Thread kukeltje
please. english View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4188718#4188718 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4188718 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: jBPM 3.2.1 jbpm-console with a different database

2008-11-12 Thread [EMAIL PROTECTED]
I'm having similar issues. Infact, I migrated jBPM to Tomcat and I'm also using a postgreSQL db View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4188722#4188722 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4188722

[jboss-user] [Clustering/JBoss] - Monitoring nodes partecipating in the cluster

2008-11-12 Thread marcopb
Sorry for the question.. but I'm really a jboss newbie. I've configured two machine to be part of a jboss cluster. Now I've started one of this machine... hoping I've well configured cluster-service.xml files on both jboss machine... how can I monitoring if I have the cluster working well and how

[jboss-user] [EJB 3.0] - Re: Detach entities - Obtaining a clear pojo

2008-11-12 Thread juandbotiva
Hi! I'm getting an java.lang.IllegalAccessError when trying to access the fields in the getInnerCollection method. Is there a workaround for this ? java.lang.IllegalAccessError: tried to access field org.hibernate.collection.PersistentBag.bag from class

[jboss-user] [JBossWS] - Re: Sigining a SOAP message using the enveloped-signature tr

2008-11-12 Thread PeterJ
Does the WS-Security section of the docs help: http://jbossws.jboss.org/mediawiki/index.php?title=JAX-WS_User_Guide#WS-Security View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4188850#4188850 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Question about jBPM Client API

2008-11-12 Thread kukeltje
What I'd suggest then (and would be a good approach anyway) is to use a what 'we' call PAO, Process Access Object, just like a DAO. Use more business friendly method signatures in these like finishPayment(Amount amount) { } The implementation can be jbpm 3 now and more easily changed to the

[jboss-user] [JBoss jBPM] - Re: How can i get inform about running tokens/processes.

2008-11-12 Thread exe
My problem is the next: First: load process instance send signal to token (now the node thread is running ... ) while the node is running i load the process instance from an other jbpm context and try to send an other signal i'll get an exception: Error signalling token: An exception of

[jboss-user] [JBoss Portal] - Re: problem connection : Transaction is not active

2008-11-12 Thread Donigm
Hi, we have the same problem. Can you solve it?. If yes, how you solve it? Thanks, Doni. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4188854#4188854 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4188854

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: New classfiles not getting picked up from EAR

2008-11-12 Thread aditya_adobe
These class files are normal java beans being referenced from JSPs. I deploy the EAR by placing it in the deploy folder directly. It doesn't happen each time. JDK 1.5, Windows 2003 We have moved to newer JBoss, but we support upgrading earlier version of our application which was supported on

[jboss-user] [JBoss Messaging] - Re: JBoss-4.2.3 giving problem when loading

2008-11-12 Thread timfox
As Peter points out, if you're using HSQL that is your problem. HSQL cannot/must not be used with JBM for anything other than playing around with a few demos. It does not have transaction isolation amongst other things. This is also covered in the user guide and on the wiki. Can you clarify

[jboss-user] [JBoss Portal] - Reorder tabs

2008-11-12 Thread ruchika
Hello, I am using Jboss2.6.4. Is it possible to reorder the tabs dynamically in my portal application. Regards, Ruchika View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4188770#4188770 Reply to the post :

[jboss-user] [JBoss AOP] - Re: The use of the file

2008-11-12 Thread [EMAIL PROTECTED]
hou84 wrote : | When I use under the file jboss-aop.xml the tag bind pointcut I use dynamic AOP Hi! Nope, you are not using dynamic AOP. Dynamic AOP is when you add and/or remove aspects at runtime. You can do this by hot deployment (available only in AS) or by using our dynamic AOP API

[jboss-user] [JBoss Messaging] - Re: cluster performance with many queues

2008-11-12 Thread bartvh
Is there a way to have failover without clustering? I know about the ha-singleton setup, but this would place the jms server only at one of the nodes in the cluster. And I do want to distribute the load of the growing number of clients over multiple instances. View the original post :

[jboss-user] [JBossWS] - Re: Sigining a SOAP message using the enveloped-signature tr

2008-11-12 Thread MrGuy
Unfortunately, the WS-Security documentation hasn't helped with the particular problem. It was very helpful in getting the WS-Security set up initially, and working from there I created the following jboss-wsse-client.xml file: | jboss-ws-security

[jboss-user] [JBoss Messaging] - Re: JBoss-4.2.3 giving problem when loading

2008-11-12 Thread sentcs
We are using database engine as innoDB. which is default provided by JBoss Messaging 1.4.0.SP3 server Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4188725#4188725 Reply to the post :

[jboss-user] [JBoss Messaging] - Message distribution in cluster

2008-11-12 Thread rana24
Hi , We have a scenario , where my MDB is listening to a Queue , application is configured in to cluster. JMS client is sending msg to Queue . Surprisingly all the messages are coming to Node1 in Cluster. We wanted to distribute it to all the nodes but it is not working. I am making context

[jboss-user] [Clustering/JBoss] - Message distribution in cluster

2008-11-12 Thread rana24
Hi , We have a scenario , where my MDB is listening to a Queue , application is configured in to cluster. JMS client is sending msg to Queue . Surprisingly all the messages are coming to Node1 in Cluster. We wanted to distribute it to all the nodes but it is not working. I am making context

[jboss-user] [Installation, Configuration DEPLOYMENT] - where to set the JAVA_OPTS for Max memory allocated

2008-11-12 Thread gan.gary
where's the best place to configure the max memory allocated for JBoss? In the C:\jboss-4.2.2.GA\bin\run.bat, set JAVA_OPTS=%JAVA_OPTS% -Xms128m -Xmx1G or environment variable? Diff? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4188714#4188714 Reply to the

[jboss-user] [JBoss Tools (users)] - Re: CCE from building all packages from project

2008-11-12 Thread [EMAIL PROTECTED]
Higher than 90% tests is equal to green at the moment - we got some issues with the build machines for some tests. So feel free to try ;) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4188708#4188708 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: where to set the JAVA_OPTS for Max memory allocated

2008-11-12 Thread jaikiran
gan.gary wrote : Thanks. why ? Any difference? Those parameters are passed to the JVM. The run.bat (or the run.sh) is responsible for instantiating the JVM. These scripts do not look into the environment variables for JVM options. So you either have to change those scripts yourself to pick the

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JConsole / jmxremote connection problems

2008-11-12 Thread [EMAIL PROTECTED]
Thanks PeterJ, I'm not entirely sure I understood what you got working - I have interpretted it right?... JBoss running on Windows and JConsole on Fedora working connecting to windows okay, but trying to run JBoss on Fedora and JConsole on windows did not? I don't have the luxury of moving the

[jboss-user] [JNDI/Naming/Network] - Re: Weird access to jboss problem (port 1099)

2008-11-12 Thread jaikiran
Use the -b option to start the server. See this for details http://www.jboss.org/community/docs/DOC-10179 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4188732#4188732 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4188732

[jboss-user] [JBoss Messaging] - Re: JBoss Messaging 2.0 Monitoring (JMX)

2008-11-12 Thread luis.miranda
Hi Tim, Thanks for the prompt reply. I was having some trouble getting inbound connectivity to work with JBM and JMSJCA. Outbound seems to be working, but I would like to confirm that by examining either the JMX statistics or the debug logs, and neither seem to be implemented in the alpha.

[jboss-user] [JBoss jBPM] - Re: How can i get inform about running tokens/processes.

2008-11-12 Thread kukeltje
First of all, 'nodes' should not be long running in the client thread (the thread from which it is signalled). Use the jBPM async functionality for this. The functionality you describe is already in the current jBPM webconsole and will eventually also make it into the new upcoming GWT based

[jboss-user] [Microcontainer] - Re: Classloading docs?

2008-11-12 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote : guys, don't we have better doc for people wanting to try something like this? What makes you think I would document people creating their own classloaders? (I will but this stuff will be in the reference guide rather than the user guide). JavaEE says its illegal for an

[jboss-user] [JBoss jBPM] - Re: Is there webservice interface for JBPM?

2008-11-12 Thread kukeltje
the cvs repo is 'old'. The current code is in svn. There was indeed an initial try to create a webservices frontend, but it was not more than that. The code is not in svn afaik. So yes, you have to create something yourself. e.g. based on the code that is (still?) in cvs View the original post

[jboss-user] [JBoss Portal] - How to implement BreadCrumb

2008-11-12 Thread praatiy
Hi All I am using 2.6.4 version of JBoss Portal and want to implement the 'where are you now'(BreadCrumb) functionality for easy back navigation. I read few posts but din't get any idea for implementation. I understood the breadcrumb used in the portal admin side but they are hardcoding the

[jboss-user] [Remoting] - When to use EJB container and when Remoting ?

2008-11-12 Thread freejohn22
Dear all, I have read some chapters about Remoting, I wonder if there's a guidline which explains when you need to deploy your application to an EJB container and when you should rather use Remoting..can you give me some clues ? thanks john View the original post :

[jboss-user] [JBoss Portal] - region and Layout

2008-11-12 Thread nhearne
Hi I have four windows in a page and I have chosen generic theme which is available from the admin console for the page. THis gives me center and left regions. in my *-object.xml I defined four windows (for four portlets already defined in portlet.xml and portletInstance.xml) and set the

[jboss-user] [JBoss Tools (users)] - Re: Error creating Seam 2.1.0 SP1 Web Project with Tools 3 b

2008-11-12 Thread [EMAIL PROTECTED]
Please show the exact exceptions. They cannot be the same since by default there is no JPA enabled. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4188739#4188739 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4188739

[jboss-user] [JBoss Messaging] - Re: JBoss-4.2.3 giving problem when loading

2008-11-12 Thread sentcs
we are using database as mysql-5.0.22-win32 . View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4188721#4188721 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4188721 ___ jboss-user

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Jboss Startup Script

2008-11-12 Thread jaikiran
vpire wrote : but when I try to execute the run command above and redirect it to the background it just fail to load. Can anybody give me some pointer? Thanks See if this helps http://www.jboss.com/index.html?module=bbop=viewtopict=91758 View the original post :

[jboss-user] [JBoss Tools (users)] - Re: The Beta 1 download doesn't work

2008-11-12 Thread waynebagguley
Ah, my bad, I thought I had uninstalled all the previous version but something was lurking. It worky now. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4188701#4188701 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4188701

[jboss-user] [JBoss Messaging] - Re: JBoss-4.2.3 giving problem when loading

2008-11-12 Thread timfox
Which database engine type are you using for your tables? MySQL allows a choice. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4188723#4188723 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4188723

[jboss-user] [JBoss Portal] - Regarding Session Timeout and Automatic Logout

2008-11-12 Thread praatiy
Hi All I am developing a portal application and have a requirement that the system should automatically logoff users if they remain inactive on the system for a specific period of time called session timeout (should be parameterized). But prior to the time-out a warning message should be

[jboss-user] [JBoss jBPM] - Re: Question about jBPM Client API

2008-11-12 Thread kukeltje
The client api is under development and not for jbpm 3 (yet). jBPM 4 will contain this. So no real deliverables, and nothing to rely on yet. What do you want to use it for at this moment? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4188716#4188716 Reply to

[jboss-user] [JBoss Portal] - Re: i want to disable page

2008-11-12 Thread PeterJ
Two things to check: 1: make sure that the portal does not have a recursive access permission set. 2: Try dropping all the tables from the database, this will eliminate any old configuration settings. View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JConsole / jmxremote connection problems

2008-11-12 Thread PeterJ
anonymous wrote : JBoss running on Windows and JConsole on Fedora working connecting to windows okay, but trying to run JBoss on Fedora and JConsole on windows did not? | That is correct. anonymous wrote : Presumably if I find a Linux OS with a desktop envrionment you're saying JConsole

[jboss-user] [JBoss Messaging] - Re: cluster performance with many queues

2008-11-12 Thread ataylor
anonymous wrote : Is there a way to have failover without clustering? Not with JBM. I guess you create you're queue dynamically, you could make it so that you always create you're producers and consumers on the same machine you create the queue on, but this would have to be done at the

[jboss-user] [JBoss jBPM] - Re: Using pooled actors in a mail template?

2008-11-12 Thread ClayM
Is it possible to assign a list of people in a mail node or is that going to have the same templating problem? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4188894#4188894 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: Message distribution in cluster

2008-11-12 Thread rana24
Thanks Andy, Even if my client sends messages from a Remote Location ( M/C - A). It always comes to M/C -B. Never goes to M/C -C , which is also part of same cluster. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4188899#4188899 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: Message distribution in cluster

2008-11-12 Thread ataylor
The load balance is done at a connection level so once youve created you're connection all message will be sent to the same server. Try creating multiple connections to see what happens. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4188900#4188900 Reply to

[jboss-user] [JBoss Tools (users)] - Re: Error creating Seam 2.1.0 SP1 Web Project with Tools 3 b

2008-11-12 Thread elenctic87
I get this exception with DWP Seam 2.0, No JPA. It occurs within a brand new workspace in Ganymede. Please see my next post for exceptions that occur with JPA enabled. | java.lang.NullPointerException | at

[jboss-user] [JCA/JBoss] - Re: Setting up XA datasource with oranxo driver and RAC

2008-11-12 Thread vickyk
Can you try setting URL property? xa-datasource-property name=URLjdbc:oracle:oci8:@tc/xa-datasource-property And in the URL you can set what is explained in the docs for connection-url

[jboss-user] [JBoss Messaging] - Re: Message distribution in cluster

2008-11-12 Thread rana24
You mean to say , Creating multiple connection for multiple node ? that doesnt serve the purpose of cluster right ? if there are 5 nodes , Do we need to create 5 Connection for 5 node ? Plz. explain. thanks View the original post :

[jboss-user] [JBoss Cache: Core Edition] - problem with hibernate configuration

2008-11-12 Thread cmatric
hi all, I am new on jboss forum. we are using jbosscache-core 2.1.1.GA with hibernate 3.3.1.GA. we would create a distributed transactional cache with MultiplexedJBossCacheRegionFactory. I have read the tutorial of hibernate and the jboss tutorial about integration of them, and I have produced

  1   2   >