[jboss-user] [Beginners Corner] - SSL on JBOSS on linux

2008-04-18 Thread sunjboss
Hi , We got system with jobss running as application server for our integrator. Now, we have to implement SSL on jobss using linux(RHEL server). I am newbie .. Your guide is expected.. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4145286#4145286 Reply to t

[jboss-user] [JBoss Cache: Core Edition] - write lock for / could not be acquired after 15000 ms

2008-04-18 Thread jay_bee
Hi, We're using JBoss 4.2.2GA which incorporates JBoss Cache 1.4.1SP5 and problems are coming up during volume testing of our system. The system itself uses EJB3 and hibernate, JBoss Cache is used as a second level cache with optimistic locking The exception below is thrown at above 500 concur

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: A jsp web station's deploy question!!

2008-04-18 Thread kameron
thanks! problem has been solve by using "run -b " But I want to know how to solve my issue by configing the xml file. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4145284#4145284 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBoss 4.2 Context.xml docBase ignored?

2008-04-18 Thread jeffgao
Peter, sorry! b It seems that "modifying server.xml Context entry, adding docBase" works. The key on Windows is to add "c:\" before directory. Jeff View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4145283#4145283 Reply to the post : http://www.jboss.com/index.

[jboss-user] [JBoss Portal] - How can I get current portal user from javax.portlet.Portlet

2008-04-18 Thread freesoul
hi , i want to obtain the current user object from my prtlet based on struts2 portlet,but I can only get javax.portlet.PortletContext use PortletActionContext.getPortletContext() in referenceGuide of Jboss Portal, it says anonymous wrote : The org.jboss.portal.api.PortalRuntimeContext gives access

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBoss 4.2 Context.xml docBase ignored?

2008-04-18 Thread PeterJ
jeffgoa - PLEASE STOP POSTING your problem to every forum post that mentions external directories!!! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4145277#4145277 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4145277 _

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBoss 4.2 Context.xml docBase ignored?

2008-04-18 Thread jeffgao
We still didn't solve the problem: context.xml ignored. This one only add another local directory as deploy directory. I still have the problem with "context docbase ignored". Anyone know how to solve this problem. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic

[jboss-user] [JBoss Portal] - Re: WSRP Help

2008-04-18 Thread [EMAIL PROTECTED]
Note that the portlet won't appear as remotable when looking at it in the "self" producer: remote portlets are not remotable, they are just remote! :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4145271#4145271 Reply to the post : http://www.jboss.com/inde

[jboss-user] [JBoss Portal] - Re: Impersonating users

2008-04-18 Thread [EMAIL PROTECTED]
no it is not possible with the current security design imposed by Java EE. we are going to work soon on security redesign, that's certainly a valid use case we will take in account. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4145270#4145270 Reply to the p

[jboss-user] [JBoss Portal] - Re: WSRP Help

2008-04-18 Thread [EMAIL PROTECTED]
Could you post your jboss-portlet.xml? If you marked the portlet as remotable it should show up in the admin page... Which version of Portal are you using, by the way? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4145265#4145265 Reply to the post : http://w

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: External Directories On JBoss 4.2.x

2008-04-18 Thread jeffgao
Michale, I tried on my Jboss 4.3, it doesn't work. In my c:/images directory, I only have a few image files. I hope to see http://localhost/images, but I did not. Jeff View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4145264#4145264 Reply to the po

[jboss-user] [Performance Tuning] - Re: How good is Jboss 5b4 performance?

2008-04-18 Thread tdanecito
Thanks PeterJ what you said does make sense. I will hold off a while longer on trying JBoss 5b4 until the production release. Regards, Tony View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4145263#4145263 Reply to the post : http://www.jboss.com/index.html?mod

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: PersistenceUnitInfo

2008-04-18 Thread mfobrien
Hi, There is a fix for the secondary NPE in this bug within EclipseLink M7 under bug#227630 This is a fix for the NPE when doing a universalClassLoader3.loadClass() - the call to aPersistenceUnitInfo.getNewTempClassLoader() returns a [UCL3] not [null] in this case. The JBoss SPI implementation

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: MalformedURLException for cache config in a web app

2008-04-18 Thread bob_ninja
I have a simple WinXP box. The web app is just a few JSPs and a single servlet, so nothing fancy. Any other info needed? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4145258#4145258 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mo

[jboss-user] [Installation, Configuration & DEPLOYMENT] - MalformedURLException for cache config in a web app

2008-04-18 Thread bob_ninja
I have a simple web app that tries to initialize and use a cache instance. I am running the latest AS BETA 4, using the ALL config that includes cache lib. I copied one of the sample config files: all/lib/jbosscache.jar/META-INF/replSync-service.xml ... into my app to avoid any issues. My code is

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Expended war for external URLs

2008-04-18 Thread jeffgao
Yes, we are using JBoss 4.3 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4145256#4145256 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4145256 ___ jboss-user mailing list jbo

[jboss-user] [JBoss Portal] - Re: Error - Both MyFaces and the RI are on your classpath.

2008-04-18 Thread ronnie8080
Peter, Thank you so much for getting back. I now understand the STDERR better. However, I am not sure about how to remove the myfaces related jar as I do not remember having added them. In fact I have not done anything to the out of the box server other than run it. But, it seems that myface

[jboss-user] [JBoss Messaging] - Re: MQ migration help

2008-04-18 Thread tnine
Great! I'm looking forward to deploying it. Check out the 2 queue definitions in my last post, StatementInput and StatementOutput. Statement output never fails, it just dumps data to disk, so I'm not worried that worried about its DLQ. In the event of a read failure, the program halts immedi

[jboss-user] [JBoss jBPM] - Re: Failure instantiating custom ActionHandler

2008-04-18 Thread salaboy21
Can you show us how you package your process archive? o where your process definition is? I think it is only some class loader problem... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4145252#4145252 Reply to the post : http://www.jboss.com/index.html?module

[jboss-user] [JBoss jBPM] - Failure instantiating custom ActionHandler

2008-04-18 Thread chip_schoch
JBossAs 4.2.2.GA, jpdl 3.2.2 Each time try to run my process it cannot load my action class. Looking at it in the debugger and it is trying to load it from the db. I included the action classes in a jar in the service archiveI deployed, not in the process definition. (Although when I added i

[jboss-user] [JBossWS] - Re: Problem consuming .net webservice with jbossws-3.0.1-nat

2008-04-18 Thread claudio_br
Hi Richard Your last response is correct! You got error 500 because user and password are fake. I can not send my user and password of the system. The original message is: Autenticao n..o autorizada, por favor, entre em contato com a MapLink. The message translated is: Authentication unaut

[jboss-user] [JBoss jBPM] - How to do a mass submit of documents

2008-04-18 Thread bhagatkota
I undesrtand how to submit a single document of a certain document type through the JbpmContext API getting the task instance. Is there a way to submit multiple documents of the same document type in a single call? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&

[jboss-user] [JBoss Getting Started Documentation] - JBPM deployment on JBOSS on Unix server.

2008-04-18 Thread Milochanzy
Hi, I am new to JBOSS and server concept. I need to deploy a JBPM application on the unix server. JBOSS is already installed on the unix server. I need to deploy it in clustered manner. I have to use ant to deploy it (to which also I am new). Can some one guide me on this. Its urgent. Thanks i

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: jboss 4 static content access

2008-04-18 Thread jeffgao
Hi, I am trying to do it for JBoss 4.3, can not get it work. Where does the name of "myapp.xml" come from? Is it match to something? Thanks! Jeff View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4145245#4145245 Reply to the post : http://www.jboss.com/index.

[jboss-user] [JBoss jBPM] - process form out of jbpm4jsf

2008-04-18 Thread ar.mohseni
hi i want to design a jbpm console with seam framework. i don't have any problem with jbpm but when i want to get generated form in my page i needful to use gravel and jbpm4jsf . so when these jar file use in project i should use jbpm4jsf ViewHandler and gravel Navigation handler in faces-conf

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Expended war for external URLs

2008-04-18 Thread PeterJ
Are you sure you posted the jbossas version correctly? 4.3? Not 4.2.x? I have tried this on 4.2.x and if I recall correctly it worked for me. I also tried on 5.0 beta 4 and the expanded directories do not work there (I posted about this some time ago). The 4.3 version is available only from th

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Getting Log4j configured for an EAR: DLQHandler NullPointerE

2008-04-18 Thread mmichalek
I am interested in deploying an EAR which contains its own log4j.xml configuration. I've seen a lot of references which recommend class loader scoping to get this done. I followed the advice from http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125552 which apparently has worked for

[jboss-user] [JBossWS] - Re: Customizing XJC invocation?

2008-04-18 Thread jyrinx
"[EMAIL PROTECTED]" wrote : No, JAXBIntrods is something different. I guess what you are asking for is | http://weblogs.java.net/blog/kohsuke/archive/2005/06/writing_a_plugi.html, right? Yes yes, that. The problem is I can't add the option ("-Xinject-code" in his example) to the XJC command

[jboss-user] [JBossWS] - Re: Customizing XJC invocation?

2008-04-18 Thread jyrinx
"[EMAIL PROTECTED]" wrote : Please read the following doc: | | http://wiki.jboss.org/wiki/JAXBIntroductions | | It allows you to do some JAXB customizations and it's config driven. Maybe you will be able to solve your usecase. JBossWS support jaxbintros feature. There are also some test

[jboss-user] [Messaging, JMS & JBossMQ] - Re: configure queue

2008-04-18 Thread bfach
Vikrant1 I just realized it is not copying in the whole xml. Go to the file i mentioned, and search for testQueue. Copy this xml for the queue, paste and change the name... its that easy :) Cheers. bfach View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4145

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Expended war for external URLs

2008-04-18 Thread jeffgao
Peter, The result is same. Expended war file doesn't work, war file works. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4145225#4145225 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4145225 ___

[jboss-user] [Messaging, JMS & JBossMQ] - Re: configure queue

2008-04-18 Thread bfach
Vikrant1, Sorry something went wrong with the post. Go to the deploy/jboss-messaging.sar/ directory, there is a file named destinations-service.xml. The above code shows how to configure a queue of a specific name. Hope this helps, View the original post : http://www.jboss.com/index.html

[jboss-user] [Messaging, JMS & JBossMQ] - Re: configure queue

2008-04-18 Thread bfach
For example: (Sorry got cut off) E.g. jboss.messaging:service=ServerPeer jboss.messaging:service=PostOffice View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4145222#41452

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: External Static Content in AS 4.2.2

2008-04-18 Thread jeffgao
Peter, I found server.xml under deploy/jboss-web.deploy, modified it, still not working. I can not to step 1, because there no web.xml under server//conf directory. When I put web.xml there, all my webapps are not working anymore. I only want to add External Static Content for one web app. th

[jboss-user] [JBoss jBPM] - Re: j4j:listTasksForActor and j4j:listPooledTasks ?

2008-04-18 Thread jue
Thanks for the reply. I did read the source code, it only returns the tasks assigned to the group, and not the pooled tasks. Did I miss anything? I really do not want to patch it myself. -Jue View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4145219#414521

[jboss-user] [Security & JAAS/JBoss] - Re: j_security_check error 404 (Bump) (Bump)

2008-04-18 Thread mcalello
Has this issues been resolved? Someone has to know how to fix this?? We just migrated to 4.2.2GA and are now encountering the same issue. We already had the caching disabled for our site as well. One note is that we did end up changing our login form: >From " > To " > Basically removing the

[jboss-user] [JBossWS] - Re: Problem consuming .net webservice with jbossws-3.0.1-nat

2008-04-18 Thread [EMAIL PROTECTED]
Sorry, but I'm getting the same result with JBossWS 2.0.0 :( | POST /webservices/v3/Authentication/Authentication.asmx?datatype=JBossWSMessage HTTP/1.1 | SOAPAction: "http://webservices.maplink2.com.br/getToken"; | Content-Type: text/xml; charset=UTF-8 | JBoss-Remoting-Version: 22 | U

[jboss-user] [JBoss jBPM] - Re: Have a node wait for JMS message - Problem

2008-04-18 Thread genman
Not sure I can help. But I think in a JEE context you shouldn't be using a JMS message listener. But probably it's not valid to receive JMS messages either. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4145210#4145210 Reply to the post : http://www.jboss.co

[jboss-user] [JBoss Portal] - Re: CMS Adminnistration for Guest User

2008-04-18 Thread [EMAIL PROTECTED]
bahhh...You are correct. This is definitely a bug. If have created a corresponding JIRA to fix it. Details are here: http://jira.jboss.com/jira/browse/JBPORTAL-1997 Unfortunately there is no workaround till this issue is resolved, so you will have to do your demo in non-Anonymous mode. Thanks

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Expended war for external URLs

2008-04-18 Thread PeterJ
I don't think that actual URLs work with expanded directories. Instead, try this: | deploy/,/mylocaldir/ | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4145206#4145206 Reply to the post : http://www.jboss.com/index.html?modu

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: External Static Content in AS 4.2.2

2008-04-18 Thread PeterJ
Did you do a search for server.xml? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4145203#4145203 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4145203 ___ jboss-user mailing

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Expended war for external URLs

2008-04-18 Thread jeffgao
Hi, In JBoss 4.3, I modified jboss-service.xml, deploy/, file:/mylocaldir/ With this modification, I can put my war file into mylocaldir, it works. But when I expended the war file into directory structure, it doesn't work. How can I get it work with expended war file?

[jboss-user] [JBoss Cache: Core Edition] - Re: JBoss Cache GUI Demo

2008-04-18 Thread Adrigan
Thanks a million! This is a great tool! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4145199#4145199 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4145199 ___ jboss-user mai

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: External Static Content in AS 4.3

2008-04-18 Thread jeffgao
Hi all, I tried to do the same thing for AS 4.3 version, followed the instruction on http://wiki.jboss.org/wiki/ExternalDirectories, but can not find jbossweb-timecat50.sar. How to add External Static Content for AS 4.3? Thanks a lot! Jeff View the original post : http://www.jboss.com/index

[jboss-user] [JBossWS] - TestSuite in Eclipse problem

2008-04-18 Thread hbpost
Hi. I'm having difficulty getting the JBossWS TestSuite to run in Eclipse. I'm using jbossws-3.01-native under 4.2.2GA and was able to build and install jbossws successfully, and run the test from the ant script. I've followed the instructions under 'Setup you IDE' and everything builds fine,

[jboss-user] [JBoss Portal] - Re: CMS Adminnistration for Guest User

2008-04-18 Thread tinico
Thank you for your answer... But it don't work... I remove all tables, and I restart with your policy and now, anybody have access to the CMS... Neither admin and user and "Anonymous"... It's likely that "Anonymous" wasn't known as group !!! I don't understand ! Have you any ideas ? View the o

[jboss-user] [JBoss Messaging] - Re: ((BytesMessage)message).readBytes(...) on a redelivered

2008-04-18 Thread jmesnil
"plesur" wrote : | with initialized i mean a new created empty bytearray in the size of the Bytemessage's payload: | byte[] payload = new byte[(int)bytesmessage.getBodyLength()]; | | with: | bytesmessage.readBytes(payload); | it should be filled - this is what didn't work for me on

[jboss-user] [Beginners Corner] - Re: how to create new user for durable topic subscriber lik

2008-04-18 Thread arvind_agg
Hi Peter, Can you please help me on my below given post. This issue is not letting me move on. http://www.jboss.com/index.html?module=bb&op=viewtopic&t=133573 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4145181#4145181 Reply to the post : http://www.jbo

[jboss-user] [JNDI/Naming/Network] - JDNI Lookup - Naming Not Found with JBOSS 4.2.2

2008-04-18 Thread senthilrajan.nitt
Hi, I am trying to set my local environment in JBOSS 4.2.2 server for my project. I have configured the Datasource to point to my local oracle instance. The JBOSS log shows up as follows. 19:29:13,031 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jb oss.jca:service=DataSourc

[jboss-user] [Beginners Corner] - Re: SQL and Jboss

2008-04-18 Thread PeterJ
Why write this code yourself? Seam already provides this capability. Just point Seam at your database and it will generate the entire CRUD app, including providing pageable lists of data within your tables. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=414517

[jboss-user] [Beginners Corner] - Re: how to create new user for durable topic subscriber lik

2008-04-18 Thread PeterJ
Oh, messaging works on 5.0 beta4, as long as you include the necessary jars in your classpath. [I have the list and will make it available for reasonable price. This is a limited time offer, so call now! All major credit cards accepted! ;-) (Sorry, its Friday...)] View the original post : ht

[jboss-user] [Beginners Corner] - Re: how to create new user for durable topic subscriber lik

2008-04-18 Thread PeterJ
The JMS client code is the same, whether you use JBossMQ or JBoss Messaging. So the code you have should work without any changes. It looks like you defined your own durable topic. You will have to change its declaration. Just follow the examples provided in the server/default/deploy/messaging/

[jboss-user] [JBoss Messaging] - Re: measuring server-side message throughput

2008-04-18 Thread ataylor
Currently statistics can only be gathered on a queue by queue basis via the QueueService mbean. You can of course write you're own service that does looks up all the queues deployed and does this for you. In JBM2 which should be available towards the end of the year(alpha in the next few weeks

[jboss-user] [JBoss Messaging] - Re: Clustered server preference

2008-04-18 Thread [EMAIL PROTECTED]
Andy wrote : So in answer to your question, you would need to use a singleton queue that all your consumers used and use the other node as a backup for fail over. A Singleton Queue it the way JBossMQ decided to implement cluster, and that was as performant as having a single node. If you need

[jboss-user] [JBoss Portal] - Re: CMS Adminnistration for Guest User

2008-04-18 Thread [EMAIL PROTECTED]
tinico- Start with a fully fresh portal (including database) and in the CMS service configuration use this as the policy: inside jboss-service.xml file | | | |

[jboss-user] [JBoss Messaging] - Re: Clustered server preference

2008-04-18 Thread ataylor
anonymous wrote : I certainly appreciate your taking the time to participate in this discussion. no problems. In Jboss Messaging if a single queue has more than one Consumer, we will deliver to the first available. If multiple consumers are registered with the queue(with no message selectors) t

[jboss-user] [JBoss Portal] - Re: Portal LDAP integration problems

2008-04-18 Thread mputz
created http://jira.jboss.com/jira/browse/JBPORTAL-1996 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4145169#4145169 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4145169 ___

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: A jsp web station's deploy question!!

2008-04-18 Thread jaikiran
Use the -b option to start JBoss. See this for more details http://wiki.jboss.org/wiki/JBoss42FAQ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4145167#4145167 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4145167

[jboss-user] [JBossWS] - Asynchronous WebService Using JBOSS4.2.2 & Seam

2008-04-18 Thread reluser99
I want to invoke webservice method calls asynchronously through my client (so as not to wait for the response for long time). I am using the following bindings file and wsimport ant task to accomplish using an example from online source I tried bindings for that particular node (only one web s

[jboss-user] [JBossWS] - Re: Problem consuming .net webservice with jbossws-3.0.1-nat

2008-04-18 Thread claudio_br
Hi Richard, I asked you to try with the release jbossws-2.0.0.GA to prove that .net webservice is functioning normally and that the problem is in release jbossws-3.0.1-native-2.0.4, because the release jbossws-2.0.0.GA works. The .net webservice return always http code 200 to correct request. Yo

[jboss-user] [JBoss Messaging] - measuring server-side message throughput

2008-04-18 Thread mlange
Is there an easy way to get a valid measurement of the current server-side throughput of the whole messaging server including all queues which are in use? I know that there are JMX attributes for monitoring queue sizes and histories but what about the total message throughput per second? As we a

[jboss-user] [JBoss jBPM] - Re: How to attach an Action dinamically to every Node ?

2008-04-18 Thread salaboy21
i think not necesary need to add a runtime action to every node programatically.. you can do this adding an action to the process definition level related with an event. if you add something like this at the process definition level you can achiva that: | | | | | |

[jboss-user] [JBoss jBPM] - Deploy jBPM bpel on Weblogic

2008-04-18 Thread abhijeetkasale
Hi, I am trying to deploy jBPM / BPEL on Weblogic 9.2. I created the ear and it gets deployed in JBoss properly. Please help me with the steps to do so in Weblogic. Regards, Abhijeet View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4145159#4145159 Reply to th

[jboss-user] [JBoss Portal] - CMS Adminnistration for Guest User

2008-04-18 Thread tinico
Hi, For a demonsrtration to my compani, I need to access to the portlet CMS administration without any authentification (uncheked user)... But, when I try this, I've a "Access Denied" message on the portlet. Can you tell me how can I do that... I've tried to change the "jboss-portal.sar\portal

[jboss-user] [Clustering/JBoss] - Detect ip of cluster

2008-04-18 Thread ruhe
Hi. Is there any way to detect IP of cluster node from bean? Here is simple example: | InitialContext ctx = new InitialContext(); | Chunky chunky = (Chunky) ctx.lookup("ChunkyBean/remote"); | I'm using Round-Robin method for load-balance. Each call to chunky stub calls new node from clu

[jboss-user] [Installation, Configuration & DEPLOYMENT] - A jsp web station's deploy question!!

2008-04-18 Thread kameron
I deploy my web station in jboss. use http://localhost:8080/photomanager I can visit my web station use http://127.0.0.1:8080/photomanager I can visit my web station but when I use http://211.142.244.248:8080/photomanager to visit my web station, I fault. 211.142.244.248 is my machine's ip address

[jboss-user] [JBoss Messaging] - Re: Clustered server preference

2008-04-18 Thread chip_schoch
I certainly appreciate your taking the time to participate in this discussion. It seems we have a permanent miscommunication. I am aware that setting DefaultPreserveOrdering will preserve the ordering of the message consumption but after numerous tests, some of which the results are posted in

[jboss-user] [JBossWS] - Re: Problem consuming .net webservice with jbossws-3.0.1-nat

2008-04-18 Thread [EMAIL PROTECTED]
"claudio_br" wrote : | You are using: | os.write(msg.getBytes()) | Yes, because my default platform encoding is utf-8 (it applies to the call) "claudio_br" wrote : | Please, try using jbossws 2.0.0.GA to same wsdl, should work. | Try use POST of jbossws 2.0.0.GA in your test code. |

[jboss-user] [JBossWS] - Re: WS-Security question

2008-04-18 Thread pramod_bs
Please look into this. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4145149#4145149 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4145149 ___ jboss-user mailing list jboss-us

[jboss-user] [JBossWS] - Re: Problem consuming .net webservice with jbossws-3.0.1-nat

2008-04-18 Thread claudio_br
Could you do the test? This problem with the release jbossws-3.0.1-native-2.0.4 doesn´t allow I update from release jboss-2.0.0.GA. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4145146#4145146 Reply to the post : http://www.jboss.com/index.html?mod

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

2008-04-18 Thread nickarls
here you go http://jira.jboss.com/jira/browse/JBIDE-2093 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4145143#4145143 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4145143 _

[jboss-user] [JBoss Messaging] - Re: MQ migration help

2008-04-18 Thread [EMAIL PROTECTED]
anonymous wrote : I can queue almost 3000 messages per minute! That's great! I should wait to tell you this.. but I can't wait! :-) We are working on JBM2, and on my poor Linux Laptop, using native LibAIO I'm doing 25000 persistent messages / second, on a size of 1K each one, which is pretty m

[jboss-user] [JBoss Messaging] - Re: ((BytesMessage)message).readBytes(...) on a redelivered

2008-04-18 Thread plesur
"jmesnil" wrote : | I'm not sure to follow you: you say that your 'payload' byte array is initialized with the content of the BytesMessage, right? | If that's the case, it is the expected behavior. | | hope it helps, | jeff | | Hi Jeff, with initialized i mean a new created emp

[jboss-user] [JBoss Messaging] - Re: ((BytesMessage)message).readBytes(...) on a redelivered

2008-04-18 Thread jmesnil
"plesur" wrote : | But then calling bytesmessage.readBytes(payload) method on a redelivered BytesMessage results in a strange behavior (maybe only strange for me:) - the 'payload'-bytearray is still initialized although as I can see when I debug my project the JBossBytesMessage.payloadAsByteA

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

2008-04-18 Thread [EMAIL PROTECTED]
ok - could you please report this in jira with screenshots of what works for one but fails for us so we are sure we are looking the same place ,) thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4145137#4145137 Reply to the post : http://www.jboss.com/i

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

2008-04-18 Thread nickarls
2.0.1.GA View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4145134#4145134 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4145134 ___ jboss-user mailing list jboss-user@lists.jboss

[jboss-user] [Clustering/JBoss] - Re: Importance of M-Bean architecuture

2008-04-18 Thread praveenas
Hi, I have gone through that document, http://wiki.jboss.org/wiki/ConfiguringMultipleJBossInstancesOnOneMachine The document is suggesting that when we "provide alternate ports for each instance of JBoss AS" for making the web-clustering is not recomended for a production server. So,

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

2008-04-18 Thread [EMAIL PROTECTED]
So you are saying the generic JBoss adapter provided with WTP works, but ours does not ? What version of jboss tools are you using ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4145130#4145130 Reply to the post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Switched from JBoss 4.0.1RC1 to 4.0.5GA and app does not

2008-04-18 Thread parveenh
Hi, did u get the solution for solved. I am also facing the same problem... Please help View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4145127#4145127 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4145127 ___

[jboss-user] [JBoss jBPM] - Problem when deploying jbpm-bpel and Jboss Portal

2008-04-18 Thread Jannis84
Hi @ll, I'm getting an exception that a hibernate.cfg.xml could not be found when deploying jbpm-bpel on a JBOSS AS environment, where Jboss Portal is installed, too. When deleting Jboss Portal everthings working fine. Does anyone have a clue why this is happening ? Jannis View the original po

[jboss-user] [Clustering/JBoss] - Re: Importance of M-Bean architecuture

2008-04-18 Thread praveenas
HI, We are running currently a product related to Information Security in Tomcat. As we need to handle huge number of transactions, we want to make use of clustering support. So, we are evaluating different application servers like Jboss and Geronimo. Please guide me, if the web - tier

[jboss-user] [Clustering/JBoss] - Re: Strange Memory usage in cluster

2008-04-18 Thread [EMAIL PROTECTED]
Your config looks fine. The JBoss Cache version used in 3.2.7 is quite old; I suspect your memory problem is due to one or both of: http://jira.jboss.com/jira/browse/JBCACHE-298 http://jira.jboss.com/jira/browse/JBCACHE-308 Suggest you try upgrading JBC to either 1.2.4.SP2 (latest SP of the vers

[jboss-user] [JBoss Messaging] - ((BytesMessage)message).readBytes(...) on a redelivered Byte

2008-04-18 Thread plesur
JBoss 4.2.2.GA JBoss Messaging 1.4.0.SP3 JBoss Remoting 2.2.2.SP7 Hi, my 'payload'-bytearray (see below) which has been declared and initialized via: byte[] payload = new byte[(int)bytesmessage.getBodyLength()]; has the right size ((int)bytesmessage.getBodyLength() still returns the correct siz

[jboss-user] [Clustering/JBoss] - Re: Forwarding from Jboss over Apache using mod_proxy withou

2008-04-18 Thread umailkamal
Also http://wiki.jboss.org/wiki/UsingMod_proxyWithJBoss View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4145113#4145113 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4145113 __

[jboss-user] [Clustering/JBoss] - Re: Forwarding from Jboss over Apache using mod_proxy withou

2008-04-18 Thread umailkamal
Hi Brian: Here you go! [ Same post but at the begining] http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossOnPort80 and http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100168#4100168 Regards Kamal View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4145112#

[jboss-user] [Clustering/JBoss] - Re: Importance of M-Bean architecuture

2008-04-18 Thread [EMAIL PROTECTED]
http://wiki.jboss.org/wiki/ConfiguringMultipleJBossInstancesOnOneMachine View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4145111#4145111 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4145111 __

[jboss-user] [JBoss Messaging] - Re: MQ migration help

2008-04-18 Thread tnine
I have one final question regarding Dead Letter Queues. I have configured both my statement input and statement output queues to use a specific DLQ. Sometimes our MDBs are given invalid data, usually due to file charset issues, and I'd like to be notified processing fails so we can fix the inp

[jboss-user] [JBoss jBPM] - Re: Referencing JSF components from Javascript in JPDL forms

2008-04-18 Thread luiseterc
Ok, but I'm posting the issue in this forum because I'm trying to tweak the xhtml forms provided with jBPM console, that is: | | http://www.w3.org/1999/xhtml"; | xmlns:ui="http://java.sun.com/jsf/facelets"; | xmlns:c="http://java.sun.com/jstl/core"; | xmlns:h="http:/

[jboss-user] [JBoss Tools (users)] - Re: set system variable for JBoss

2008-04-18 Thread OChikvina
Use our documentation on JBoss AS tools http://download.jboss.org/jbosstools/nightly-docs/en/as/html_single/index.html It may help you View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4145108#4145108 Reply to the post : http://www.jboss.com/index.html?module=

[jboss-user] [Beginners Corner] - Re: how to create new user for durable topic subscriber lik

2008-04-18 Thread sudasudheer
ou means to say that above program I can use for JBoss Messaging also ,Right ? If yes Please tell me where I have to give the entries for 1) ConnectionFactory (my factory name "MyConnectionFactory") 2) Queue and topic And necessay changes if any. to execute the above program. I am us

[jboss-user] [Beginners Corner] - Re: how to create new user for durable topic subscriber lik

2008-04-18 Thread sudasudheer
You means to say that above program I can use for JBoss Messaging also ,Right ? If yes Please tell me where I have to give the entries for 1) ConnectionFactory (my factory name "MyConnectionFactory") 2) Queue and topic And necessay changes if any, to execute the above program. I am

[jboss-user] [JBoss Portal] - Re: Portal LDAP integration problems

2008-04-18 Thread bdaw
and one more thing for the configuration. You are right that timeout setting for LDAPConnectionContext doesn't work. It seesm that these option must be specified in java opts as you did: http://java.sun.com/products/jndi/tutorial/ldap/connect/config.html anonymous wrote : "Note that these are s

[jboss-user] [JBoss Portal] - Impersonating users

2008-04-18 Thread erezharari
can an administrator impersonate a user, i.e. open the user's dashboard as if it was the user? (without having the user's password) can that be done using some API calls or other ways? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4145104#4145104 Reply to the

[jboss-user] [Beginners Corner] - Will JBoss 4.2.0 work on Vista ?

2008-04-18 Thread Ravella
Hi All, Can anyone conform if JBoss will work in Windows Vista ? Thanks Ravella View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4145102#4145102 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4145102 ___

[jboss-user] [JBoss Portal] - Re: Portal LDAP integration problems

2008-04-18 Thread bdaw
btw. I'm not sure your take on TIME_WAIT is correct. Creating a connection is costly so keeping the pool of open ones and reuse gives performance gain. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4145100#4145100 Reply to the post : http://www.jboss.com/in

[jboss-user] [JBoss jBPM] - Have a node wait for JMS message - Problem

2008-04-18 Thread [EMAIL PROTECTED]
Hello everyone, I have a node in my process that I want to wait on a jms message. I'm using the following code: package ch.siesa.beyondfibre.jbpm.customer.delete; | | import javax.jms.*; | import javax.naming.*; | | import org.jbpm.graph.def.ActionHandler; | import org.jbpm.graph.e

[jboss-user] [JBoss jBPM] - Problems with WSDL for incoming asyncronous request in BPEL

2008-04-18 Thread conoroneill
I'm trying to write a BPEL process which receives callbacks from a third-party service. I can successfully invoke synchronous calls to/from that service. It has published a separate WSDL for its callbacks. I have (after some problems) managed to get jBPM to use this WSDL and it can successfully

[jboss-user] [JBoss Portal] - Re: Portal LDAP integration problems

2008-04-18 Thread bdaw
I improved the code a bit and with my test number of open connections always remains low and related to poolingMaxsize. Could you try it out? http://anonsvn.jboss.org/repos/portal/modules/identity/branches/JBP_IDENTITY_BRANCH_1_0/ View the original post : http://www.jboss.com/index.html?module

[jboss-user] [JBoss Portal] - Re: Prevent login of same user from different machines

2008-04-18 Thread hbarca
Does anyone have an idea how to do this? I still did not find anything on this issue. Thank you for any idea. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4145090#4145090 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=

[jboss-user] [Beginners Corner] - Re: ClassCastException accessing a DataSource

2008-04-18 Thread jaikiran
Please post the entire exception stacktrace. Also, let us know the Java vendor/version that you are using on the client as well as the server. Finally, post the contents of the jndi tree as mentioned at http://wiki.jboss.org/wiki/DisplayTheJDNITreeWithTheJMXConsole While posting the logs or cod

  1   2   >