[jboss-user] [JBoss Messaging] - Re: Problem with JEMS JMS install: User is NOT authenticated

2008-02-27 Thread ataylor
Can you confirm that you have the following files under conf/props: messaging-roles.properties messaging-users.properties These define the security for messaging, they should contain something like: # | # user=role1,role2,... | # | guest=guest and # | # user=password | # | guest=gue

[jboss-user] [Performance Tuning] - Re: How the jboss performance can be increased?

2008-02-27 Thread FrankTheTank
I read that the supplied jboss binaries are a debug version and one is able to recompile the code without debug and gain performance. I tried to compile the sources but failed using 1.6. Seems to be a known issue and using 1.5 supposedly works fine. If anyone has a non-debug 1.5 build, maybe th

[jboss-user] [JBoss jBPM] - BPEL2 --> Error in examples

2008-02-27 Thread rgesteban
Hi all, I´m using BPEL2 from jbpm-bpel-1.1.GA in Jboss4.2.2.. I try to run the samples and I can deploy them, but when I call it via SOA i have an exception: org.jbpm.bpel.BpelException: no port implements the required port type It occurs for intance in the purchase example. Thanks Rodolfo

[jboss-user] [JCA/JBoss] - Re: Hide pasword in oracle-ds.xml

2008-02-27 Thread jaikiran
See http://wiki.jboss.org/wiki/Wiki.jsp?page=EncryptingDataSourcePasswords View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132734#4132734 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4132734

[jboss-user] [JBoss Portal] - Accessing portal content with bookmarkable URLs+Parameters

2008-02-27 Thread jvence
I know that this topic has been addressed in the past but it seems that most threads deal with older versions of JBoss and Portal. I want to: Allow users to bookmark pages URL with parameters So for example: http://localhost:8080/portal/portal/default/Community?topic=2323 Will load the Communi

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Using GET Method

2008-02-27 Thread sirishakr
Hi All, I am able to solve the issue. Make use of Jetty web container instead of Tomcat server. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132729#4132729 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4132729 _

[jboss-user] [JBoss jBPM] - Re: Exception handling in JBPM (Rolling back to previous sta

2008-02-27 Thread dhananjay.patkar
I observed that,JBPM persists each succeessfull node as its default behavior. So now the problem is I need to go to 2 state back in the process graph and continue from there while recovery of the process.. As per my knowledge ,JBPM doesnt saves the intermediate nodes traversed in the proces

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Install issue:Using different port to 8080 from jboss 4.

2008-02-27 Thread karachi
09:38:05,227 ERROR [Naming] Could not start on port 1099 java.net.BindException: Address already in use: JVM_Bind at java.net.PlainSocketImpl.socketBind(Native Method) at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:359) at java.net.ServerSocket.bind(ServerSocket.java:

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Chnaging JBoss JDBC connection pool size

2008-02-27 Thread vashistvishal
Do we know the default settings for these two attributes... Jboss -4.0.4 5000 The default is 3 for the blocking timeout 15 waht about idle time out View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132726#4132726 Reply to the post : http://www.jbo

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Chnaging JBoss JDBC connection pool size

2008-02-27 Thread vashistvishal
One query - Is their any MAX limit set by JBoss 4.0.4 container on How Many Connection Pools (JDBC to Oracle) can be set. I know we can modify oracle-ds.xml for max and min, but is their any constraint on these esp max one. View the original post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Maximum CPU Usage in Jboss4.0.4 GA

2008-02-27 Thread zasmen
"PeterJ" wrote : The best thing to do is get a Java thread dump. I recommend doing three thread dumps at about 10 or 20 second intervals while the CPU usage is high. Examining the threads to see which ones are busy and what code they are executing should help pinpoint the problem. | | Also,

[jboss-user] [Security & JAAS/JBoss] - Re: Loosing caller principal after random runtime of server

2008-02-27 Thread ragavgomatam
Can you please post the client code that tries to access the secured ejb's ?We can start from there View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132711#4132711 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4132711 __

[jboss-user] [Security & JAAS/JBoss] - Re: UsernamePasswordLoginModule and client origin

2008-02-27 Thread ragavgomatam
Remote Ejb's clients look up the jndi to get the ejb handle...Prior to that they log in as follows. import javax.security.auth.Subject; | import javax.security.auth.login.LoginContext; | import javax.security.auth.login.LoginException; | | public class CustomClient { | | /** |

[jboss-user] [JBoss Portal] - Duplicate Instances

2008-02-27 Thread dsulliva
Taking jboss-forums.ear portlet as an example. I removed the portlet-instances.xml and *-object.xml file descriptors. Deployed to a clean database. Under the Manage Portlet>Portlet Definitions I created a new JBoss Forums instance. Then a created a second JBoss Forums instance. Let's say Fo

[jboss-user] [JBoss/Spring Integration] - Re: Jboss 5 Beta 4 Spring Problems

2008-02-27 Thread ragavgomatam
Yes...Works...Thank youNeed of the hour is OSGI...Wish we have Jboss 5 GA with OSGI... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132703#4132703 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4132703 __

[jboss-user] [JBoss jBPM] - modify seam todo(example) to portal bridge 1.00b on jboss

2008-02-27 Thread kevnlin
this example (todo) , when I create new Jbpm process in todo.jsp (portlet) , and show errorjbpm session is close View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132699#4132699 Reply to the post : http://www.jboss.com/index.html?module=bb&op=po

[jboss-user] [JBoss jBPM] - Re: Less coding by custom nodes/jrules/etc...

2008-02-27 Thread trouby
Hey, Can't I just have my own node type? maybe extended from the generic node available in JBPM like there's / I would like to have my own node tag, fully described differently, with different tags and parameters? Thanks, Asaf. View the original post : http://www.jboss.com/index.html?m

[jboss-user] [Beginners Corner] - Re: IP address

2008-02-27 Thread [EMAIL PROTECTED]
"[EMAIL PROTECTED]" wrote : hi Asaf, | thx View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132695#4132695 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4132695 ___ jboss-user

[jboss-user] [Beginners Corner] - Re: IP address

2008-02-27 Thread [EMAIL PROTECTED]
hi Asaf, thz View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132694#4132694 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4132694 ___ jboss-user mailing list jboss-user@lists.j

[jboss-user] [JBoss Portal] - Re: How do JBossPortal support multi lingual?

2008-02-27 Thread littleprince
ya. Finally i did it correctly. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132693#4132693 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4132693 ___ jboss-user maili

[jboss-user] [Clustering/JBoss] - Re: Jboss 4.2.1.GA + Apache 2.2.6 + mod_jk-1.2.26-httpd-2.2.

2008-02-27 Thread gianfeng
Copy JkMount /* loadbalancer JkMount /*.jsp loadbalancer JkMount /*.go loadbalancer to virtualHost configuration, and ok. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132692#4132692 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting

[jboss-user] [JBoss/Spring Integration] - Re: Jndi lookup on spring factory return 'null'

2008-02-27 Thread zumbiehl
Hi , I have the exact same issue here trying to access the Spring NamedXmlApplicationContext bound to the global jndi context from a JUnit client. The lookup returns me a null instance of the Spring context although lookups work fine from within the JBoss container. Has anyone been successful

[jboss-user] [Installation, Configuration & DEPLOYMENT] - setting JSESSIONID cookie domain

2008-02-27 Thread cantara256
Our app servers will be accessed through two different domains, http://www.foo.com and https://secure.foo.com. This won't work if the JSESSIONID cookie domain continues to default to www.foo.com. How can I configure JSESSIONID so the domain is .foo.com? View the original post : http://www.jb

[jboss-user] [Clustering/JBoss] - JBoss 4.0.5.GA: farm deployment of exploded archives

2008-02-27 Thread ishai
Dear reader, Please speak up if you know the answer to below problem. I tried farm deploying across the cluster exploded ears, which are allowed under deployment folder and got burned on Access Denied on the sending side. Is there a way to make farming work with exploded archives? Thank you fo

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

2008-02-27 Thread jue
Hi, did you find the solution? Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132678#4132678 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4132678 ___ jboss-user maili

[jboss-user] [JBoss Portal] - Re: How do JBossPortal support multi lingual?

2008-02-27 Thread juancito
As you could do this: Ingles Aleman Frances If I select English to me to show all files that have English language, as you could do it? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132674#4132674 Reply to the post : http://www.jboss.com/index.html?module

[jboss-user] [JBoss jBPM] - Re: WebBean & jbpm

2008-02-27 Thread kukeltje
it creates 1 instance of a process each time you call into the bean. That is how it is supposed to work View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132669#4132669 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=413266

[jboss-user] [JBoss jBPM] - Re: Less coding by custom nodes/jrules/etc...

2008-02-27 Thread kukeltje
Customized node via delegation classes yes, custom nodes that have their own 'look and feel' in the GPD no.. Although the esb node is a kind of intermediate. No this is not common. Since jBPM can be functionally extended with actions on nodes in a way that custom nodes are not often needed.

[jboss-user] [JBoss jBPM] - Re: exposing GPD in web applications

2008-02-27 Thread kukeltje
anonymous wrote : A standalone installation of the designer tool is on the roadmap. Correct, but this is nothing more than eclipse with lots of menu options turned of and e.g. a fixed perspective anonymous wrote : It may be possible to embed the business analyst GPD eclipse perspective inside

[jboss-user] [Security & JAAS/JBoss] - Re: Flushing the credential cache ==> InstanceNotFoundExcept

2008-02-27 Thread benoitx
HI Anil Thanks for your reply and sorry for the delay (I did not get the email it is supposed to send, may be caught in my anti-spam...) If an "admin" changes somebody password (say because they do not remember it), the cache must be flushed for the new password to be effective immediately. I

[jboss-user] [JBoss Messaging] - trying to use the http servlet-invoker transport so that I'm

2008-02-27 Thread dsmiley
I'm trying to configure JBM 1.4.0.SP3 to use the servlet-invoker transport. See this for more info: http://jira.jboss.com/jira/browse/JBMESSAGING-1131 (I commented on that) but it doesn't work for me. What is the state of this capability in JBM? Any pointers? View the original post : http://

[jboss-user] [JBoss Portal] - Re: Help with portlet authentication

2008-02-27 Thread dcollodel
On the Documentum side, the portlet is configured as "trusted". A Documentum superuser makes the initial connection, and compares the Jboss-supplied user principal with the users in Documentum. Assuming the principal authenticates with Jboss, and matches a Documentum user, the Documentum module

[jboss-user] [Beginners Corner] - Re: JBOSS SSO Authentication with Windows

2008-02-27 Thread trouby
SSO? Are you talking about transparent authentication through Windows? If so, yeah, you can use JCIFS , I used it a lot, btw, are you using Seam by any chance? Asaf. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132645#4132645 Reply to the post : ht

[jboss-user] [Beginners Corner] - Re: Deploying .EAR files fails with [HDScanner] Scan failed

2008-02-27 Thread trouby
I would suggest you to take a look at class: EARStructure.java, line 155, But Jboss should never throw a NPE anyway, So you better open a ticket in JIRA :-) Asaf. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132643#4132643 Reply to the post : http://w

[jboss-user] [Beginners Corner] - Re: richfaces richTree can't get item.type!

2008-02-27 Thread trouby
Hey, You have some tree examples that are working perfectly in the samples war file, If you need more specific help you better ask in Richfaces forum, Asaf. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132641#4132641 Reply to the post : http://www.jboss

[jboss-user] [JBoss Portal] - Re: CMS File Creation Error

2008-02-27 Thread dsulliva
Well, I gave up on this issue and decided to try out mysql. It seems to work with mysql so I'm happy now. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132640#4132640 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4132

[jboss-user] [JNDI/Naming/Network] - Re: remote JNDI lookup fails

2008-02-27 Thread lamprecht
Not completely. The response refered to localhost. There was something messed up with the service configuration. For one service, the IP was hardcoded to localhost. I don't know, who changed it, but now, I've fixed it. Thanks for pointing me to the right thing :-) Heiner View the original

[jboss-user] [Beginners Corner] - Re: Windows vs Linux

2008-02-27 Thread trouby
Yeah, Same goes here, I was checking Jboss in Win/Linux(many different kind of distributions) and the results were pretty equal, I still would suggest to go for Linux, Mainly because it's easier to start it as a service rather than installing Native pkg/using external service loaders... Asaf

[jboss-user] [JBoss jBPM] - WebBean & jbpm

2008-02-27 Thread Rodrigo_seam
Hi, i am developer in seam, and i have had a problem with call the task from jbpm into the webbean, well, i'd like to create just um process with many instance de um processo, but when i am calling de anotation @CreateProcess it allways created a new process, so, i want to know what is wrong, i

[jboss-user] [Beginners Corner] - Re: IP address

2008-02-27 Thread trouby
Yeah, Jboss binds itself to localhost by default, If you want, you must set the binding parameter and specify the IP you would like JBOSS to listen to (this is relevant to many JBOSS services, 0.0.0.0 meaning all available IPs), I guess this is mainly for security reasons :) Asaf. View the

[jboss-user] [JBoss jBPM] - Re: Less coding by custom nodes/jrules/etc...

2008-02-27 Thread trouby
Hey, I already read the whole doc from top to bottom :) I'll try to download the source code, hopefully there's a full sample (custom node/process that make a usage of the custom node, etc...) I thought that this is something very common, Thanks, Asaf. View the original post : http://www

[jboss-user] [JBoss Portal] - Re: Help with portlet authentication

2008-02-27 Thread bvogt
That's quite interesting to me what you are expected to do, because I had to manage a documentum migration onto a solaris cluster in the past (I guess in 2001). Your login within the documentum portlet provides a session on the documentum side, what you need to have is a session on the portal s

[jboss-user] [JBoss Portal] - Re: help needed in LDAP authentication in portal environ.

2008-02-27 Thread rammy1984
UserModule module = (UserModule) new InitialContext().lookup("java:/portal/UserModule"); RoleModule roleModule =(RoleModule) new InitialContext().lookup("java:/portal/RoleModule"); UserProfileModule userProfileModule = (UserProfileModule) new Ini

[jboss-user] [JBoss Portal] - Help with portlet authentication

2008-02-27 Thread dcollodel
Hi, I am currently deploying Documentum portlets to Jboss portal. I've been successful in getting them to work with a separate login, but not using the Portal's security principal. The documentation is leaving me hanging on the Jboss configuration side, so any help would be greatly appreciated.

[jboss-user] [Clustering/JBoss] - Re: Jboss 4.2.1 clustering bug ?

2008-02-27 Thread islpe
Thanks for the suggestion I have done as you and the doc described and the application starts nicely up and no error occurred. But the real test comes when I deploy it into the cluster next week. I will get back with the result Lasse Petersen View the original post : http://www.jboss.com/inde

[jboss-user] [EJB 3.0] - Re: StackOverflowException caused by throwing app exception

2008-02-27 Thread ALRubinger
If you suspect a bug, please try to isolate in a slim, repeatable test case project. From there we'll be able to get some context into the Exception thrown. Thanks. :) S, ALR View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132619#4132619 Reply to the post :

[jboss-user] [EJB 3.0] - StackOverflowException caused by throwing app exception with

2008-02-27 Thread LordCoven
Hi All, Just had and resolved a really nasty problem. I've got a stateful (but I'd also tried the same with a stateless) EJB3 session bean which access an OpenLDAP backend to find some user data. I'm catching the NamingException when attempting the search and throwing my own application excepti

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Possible bug in named queries

2008-02-27 Thread apinto
Hi there, I guess I've hit what seems to be a bug in the way certain properties are referenced in a named query. If the entity bean has an attribute like: public String getPName() ... ... then, the named query fails deployment if the parameter "pName" is used, saying that it doesn't exist. The

[jboss-user] [JBoss Portal] - Re: CMS File Creation Error

2008-02-27 Thread dsulliva
I see what's causing the problem, but not sure why this happening. After dropping the database and recreating it. I go in as admin and go to CMS page. As soon as I try to create a file I get the error noted in last post. In looking at the postgres logs I see: ERROR: duplicate key violates uni

[jboss-user] [JBoss Tools (users)] - IDE for JBoss Portlet development (2.6.4)

2008-02-27 Thread [EMAIL PROTECTED]
Hi there, I'm another newbie at JBoss. Struggling to find out a right IDE for Portlet development that plan to deploy on JBoss Portal Server 2.6.4. Is there an IDE which will help me stop/start JBoss Portal Server and deploy portlets onto the JBoss Portal server from within IDE? I'm ready to p

[jboss-user] [JBoss jBPM] - Re: Less coding by custom nodes/jrules/etc...

2008-02-27 Thread pojomonkey
"trouby" wrote : So, for the start, is it possible to customize nodes? if so, is it documented? somehow? somewhere? samples? :) If you haven't yet, then download the jBPM source code (http://docs.jboss.com/jbpm/v3/userguide/gettingstarted.html#cvsaccess) and check out the unit test code and samp

[jboss-user] [Security & JAAS/JBoss] - Re: UsernamePasswordLoginModule and client origin

2008-02-27 Thread idweiss
A small addition, my clients are EJB Java clients, some are processes that run on the JBoss machine (the "local" clients), and some are Java EJB client applications running on external machines View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132605#4132605 Re

[jboss-user] [JBoss AOP] - Re: Interceptor not geting executed in a WAR

2008-02-27 Thread chandra_88
Thanks , i tried separate bundling with a war and aop separately it worked. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132604#4132604 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4132604 _

[jboss-user] [Security & JAAS/JBoss] - Re: UsernamePasswordLoginModule and client origin

2008-02-27 Thread ragavgomatam
You will l have to write a Tomcat ValveI have posted the codesome where in this or Tomcat/Httpd/Servlets/Jsp forum here under Jboss. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132600#4132600 Reply to the post : http://www.jboss.com/index.html?mod

[jboss-user] [Security & JAAS/JBoss] - Re: UsernamePasswordLoginModule and client origin

2008-02-27 Thread ragavgomatam
Url for the Tomcat Valve code :- http://www.jboss.com/index.html?module=bb&op=viewtopic&t=125015 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132603#4132603 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4132603

[jboss-user] [Installation, Configuration & DEPLOYMENT] - jboss and soft links in linux

2008-02-27 Thread ramonibz
Hi all, First of all I want to say hi to everybody since I'm new in JBoss. My problem is as follows: I have two soft links in the context folder of JBoss, this two links are pointing to another folder outside of the context folder where I have some JSPs. My problem is that Jboss cannot find my

[jboss-user] [JBossCache] - Re: JndiBoundTreeCacheProvider

2008-02-27 Thread spatik
To be specific, the exported interface used is a TreeCacheMBean, but the author has type caste it to TreeCache. When it comes to the getCache, the library throws a exception that, the TreeCache which was proxied cannot be type casted to org.jboss.cache.TreeCache. View the original post : http:

[jboss-user] [JBoss AOP] - Re: Interceptor not geting executed in a WAR

2008-02-27 Thread [EMAIL PROTECTED]
You cannot put sub-deployments beyond simple jars in WEB-INF/lib. You will need to deploy your .aop alone before your .war, or bundle them together in an .ear file if that does not work for you View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132595#4132595 Re

[jboss-user] [JBoss jBPM] - exposing GPD in web applications

2008-02-27 Thread wootenator
I've read on the jbpm FAQ that in the future you are going to create a new eclipse perspective that will make the GPD have only those features needed by the analyst, and hide some of the developer features from the current eclipse perspective. Also, in the User’s Guide: “A standalone instal

[jboss-user] [JBoss Portal] - Re: Multiples idio mas Español , catalan , aleman

2008-02-27 Thread juancito
Creo que nadies sabe español, haci que me respondero solito jejeje. E podido crear por CMS una pagina llamada Index.html y me e dado cuenta que por ahi se puede escoger el idioma, ahora la cosa era como crear para las demas, pues simplemente creas otra con el mismo nombre Index.html pero l

[jboss-user] [JBoss Messaging] - Problem with JEMS JMS install: User is NOT authenticated

2008-02-27 Thread karpinsn
Hi, I'm trying to install a simple setup of JBoss with JBoss messaging. I used JEMS 1.2.1.CR4 to install a JMS setup with everything default except for the configuration which I have named messaging. From this point I can start JBoss at a command line issuing "run -c messaging" from the %JBOS

[jboss-user] [JBoss AOP] - Interceptor not geting executed in a WAR

2008-02-27 Thread chandra_88
Hi, I have a simple interceptor code and a servlet . When the servlets gets executed i wanted the Interceptor to log a message . The code is all tehre but the interceptor is failing to log it . I am sure this is related to packaging iam able to access the servlet but nothing gets logged in the

[jboss-user] [Management, JMX/JBoss] - Re: MBeanServerLocator.locateJBoss() throws IllegalStateExce

2008-02-27 Thread rammy1984
even iam encountering the same problem . MBeanServer server; server=MBeanServerLocator.locateJBoss(); what is the mistake iam doing. iam running my jboss portal server 2.6.3 GA. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132582#4132582 Reply to the

[jboss-user] [JBoss Portal] - CMS File Creation Error

2008-02-27 Thread dsulliva
I ran into a similar error to the one below on trying to create a folder within the CMS area. I dropped the database and recreated the db. Then I created a new folder, which workded, but then I ran into the error below when trying create a file within this new folder. Any idea of what could b

[jboss-user] [JBossCache] - Re: TCP clustering problem

2008-02-27 Thread [EMAIL PROTECTED]
Read the documentation and wiki (latter has a good discussion of the protocols) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132580#4132580 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4132580 ___

[jboss-user] [JBossCache] - Re: TCP clustering problem

2008-02-27 Thread tyke16
Thanks for the info. That configuration seems to be working. Can you give me the reader's digest version of the significance of where the configuration options fall in the stack? Thank you, Tyke View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132579#4132579

[jboss-user] [JCA/JBoss] - Hide pasword in oracle-ds.xml

2008-02-27 Thread Anna_Lut
Is it possible to hide or crypt password in oracle-ds.xml file smth like that | jboss_usr | *** | and to prevent that this information was visible in server.log like this: | 2008/02/27 18:45:46 internalRegisterPool: registering pool with interval 90 old int

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Simply IP ban

2008-02-27 Thread PeterJ
See http://wiki.apache.org/tomcat/FAQ/Security. Try googling "tomcat restrict ip address". Most of what you find should work on jbossas also. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132574#4132574 Reply to the post : http://www.jboss.com/index.html?m

[jboss-user] [JBoss Portal] - Re: Where is the portal properties file for PortalContext, o

2008-02-27 Thread PeterJ
One possibility. Place your properties file in server/xxx/conf, and then access it in the portlets using the jboss.server.config.url system property. Something like this: String propfFile = System.getProperties("jboss.server.config.url") + "myportlet.properties"; Properties prop = Properties.lo

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Authentication or security features

2008-02-27 Thread pdesj
Hi. I'm using JBoss 4.2.1.GA to serve a web application that provides online help for another web application. I won't go into the reasons for separating these two applications but that's important to us. My requirement is that only users of the main web application may access the online help

[jboss-user] [JBoss Portal] - Re: PortletPreferences in MySql

2008-02-27 Thread cassitos
Hi, here is the result: auto_increment_increment: 1 | auto_increment_offset: 1 | automatic_sp_privileges: ON | back_log: 50 | basedir: C :\Arquivos de programas\MySQL\MySQL Server 5.0\ | binlog_cache_size: 32768 | bulk_insert_buffer_size: 8388608 | character_set_client: latin1 | cha

[jboss-user] [JBoss jBPM] - Re: jBPM Centralised Tables

2008-02-27 Thread kukeltje
If you know how to differentiate between the 'taskslist' you can. E.g. with a custom query or a compound businesskey. Never did it though View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132565#4132565 Reply to the post : http://www.jboss.com/index.html?module

[jboss-user] [JBoss Portal] - Re: Restricting access to different portals.

2008-02-27 Thread PeterJ
One possibility. Define a role name Portal1Users. Add User1 to that role. For MyPortal1 assign the role Portal1Users viewrecursive (or personalizerecursive) permission, and remove all other permissions. Repat for the other portals. The User1 should have access to only MyPortal1. View the origin

[jboss-user] [Management, JMX/JBoss] - Re: MyMBean depending on MyOtherMBean issues

2008-02-27 Thread PeterJ
Which version of JBossAS are you using? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132561#4132561 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4132561 ___ jboss-user mail

[jboss-user] [Performance Tuning] - Re: How the jboss performance can be increased?

2008-02-27 Thread PeterJ
Yes, there are a million things that you could change that affect the performance. For some tuning tips see http://wiki.jboss.org/wiki/Wiki.jsp?page=SPECjAppServer2002Tuning. Though the wiki article is specific to tuning that particular benchmark, the general principles apply to all applicatio

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Maximum CPU Usage in Jboss4.0.4 GA

2008-02-27 Thread PeterJ
The best thing to do is get a Java thread dump. I recommend doing three thread dumps at about 10 or 20 second intervals while the CPU usage is high. Examining the threads to see which ones are busy and what code they are executing should help pinpoint the problem. Also, what are your JVM comman

[jboss-user] [JBoss Portal] - Re: PortletPreferences in MySql

2008-02-27 Thread PeterJ
Our portal uses MySQL and the preferences are stored and retrieved without any problems. I suspect a database configuration issue. Please run the myssql utility, enter the following command, and post the results: show variables; (you will want to widen your console window to prevent line wrappi

[jboss-user] [JBoss jBPM] - Re: Less coding by custom nodes/jrules/etc...

2008-02-27 Thread trouby
Hey, Thanks for answering, Few reasons: 1) In the future, it'll be easier to customize things visually through nodes, selecting handles is not nice as dragging nodes, 2) Customizing parameters of nodes can be done visually, handlers receive info as method parameters, which is not nice as visual

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Deployers ordering and write access to the private namin

2008-02-27 Thread deruelle_jean
By something hacky I meant something like : Let the EARDeployer deploys everything then iterate through all webapps/sipapps modules, get their SipFactory and inject them into the ENC of every other JEE modules (EJB, Web Service MDB and so on)... Everything done in EARDeployer that might have ac

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Deployers ordering and write access to the private namin

2008-02-27 Thread deruelle_jean
We are currently adding sip servlets spec implementation on top of JBoss 4.2.2.GA as we are targeting the same version used by Mobicents (JAIN SLEE) to be able to bundle them together to provide full telco features. There is no way at all to do it in a 4.x version ? Even if it's a bit hacky in

[jboss-user] [JBoss Portal] - Re: Default Pages On Reboot

2008-02-27 Thread dsulliva
Disregard my last post, just reading the documentation wrong. You are correct in the fact that I don't need to have to *-object.xml and portlet-instances.xml as the documentation mentions if you want to create the page layouts and portlet instances with the Manage Portlet capability. I was maki

[jboss-user] [JBoss jBPM] - problem in invoking of a web service

2008-02-27 Thread danesharman
Dear Friends, I have deisigned a simple process in BPEL designer to invoke a web service. But when I deploy this process to jbpm 1.1 GA, it shows an error message. I am sedning this error message at the end of this message. As it is not possible to attach the project, I am also sending the othe

[jboss-user] [JBoss Messaging] - Client failover

2008-02-27 Thread dlakhin
Hello all, I have a problem with the client failover sending JMS messages to the JBoss Cluster if I shutdown (not kill) one of the cluster nodes. JBoss version 4.2.2 GA JBM version 1.4.0 SP3 Java version 1.6.0_04 OS solaris 2.10 The cluster contains 2 nodes. JBM was installed on the clean JBoss

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Deployers ordering and write access to the private namin

2008-02-27 Thread [EMAIL PROTECTED]
Not necessarily as its a question of a new resource injection type. This will only be reasonably doable in jbossas5. Its not a question of startup ordering. Its an issue of a new resource type showing up in the component ENC. View the original post : http://www.jboss.com/index.html?module=bb&o

[jboss-user] [JBoss AOP] - Re: dynamic AOP whith EJB ?

2008-02-27 Thread belabed
Thanks for your response; I want to use dynamic AOP to realize a run-time adaptability of applicationsbased components, dynamic AOP is used to implement a redirection mechanism that allow a replacement of component, this mechanism is implemented in connectors level ( between two components). th

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: 4.2.2 wont deploy my persistency unit

2008-02-27 Thread yugantshah
"ae" wrote : "aborland" wrote : Is there currently any other solution/workaround for this? I'd prefer not to hack in such a change. I'm using 4.2.0.GA_CP01 and having this exact problem. | | This fix is pretty safe and should not have any impact to the rest of the system. | | As fo

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Deployers ordering and write access to the private namin

2008-02-27 Thread alesj
Moved this to User forum, where it should be in the first place. ;-) What's the env you're running this? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132522#4132522 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4132

[jboss-user] [Clustering/JBoss] - Re: Jboss 4.2.1 clustering bug ?

2008-02-27 Thread [EMAIL PROTECTED]
Try deploying you war in deploy, no sar or HASingletonController, with your classloader isolation in jboss-web.xml. That is, the way it works. But add to jboss-web.xml a depenedency on the HASingleton BarrierController as described at http://labs.jboss.com/file-access/default/members/jbossas/

[jboss-user] [EJB/JBoss] - Re: Migrating from jBoss4.0.5GA to 4.2.2GA

2008-02-27 Thread nsmith80
"nsmith80" wrote : Here's the bean, the interface(s) implemented, and class he inherits from. Basically the business tier was built on a hierarchical scheme where the highest level user BeloAdmin would inherit his characteristics from the lower levels. ie. RegionAdmin | | | | @Statel

[jboss-user] [JBoss Portal] - Re: Changing port to 80 works, but throws errors

2008-02-27 Thread [EMAIL PROTECTED]
You still need to update the consumer configuration for the self producer if you are using it. See http://wiki.jboss.org/wiki/Wiki.jsp?page=WSRPChangePorts, consumer configuration... ;) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132515#4132515 Reply to t

[jboss-user] [EJB/JBoss] - Re: Migrating from jBoss4.0.5GA to 4.2.2GA

2008-02-27 Thread nsmith80
Here's the bean, the interface(s) implemented, and class he inherits from. Basically the business tier was built on a hierarchical scheme where the highest level user BeloAdmin would inherit his characteristics from the lower levels. ie. RegionAdmin @Stateless public class BeloAdminFactoryBe

[jboss-user] [Security & JAAS/JBoss] - UsernamePasswordLoginModule and client origin

2008-02-27 Thread idweiss
I have a subclass of UsernamePasswordLoginModule, and I want to use different authentication logic for clients that run on the server machine and clients that run on remote machines. How can I obtain the client origin from within the Login Module instance? View the original post : http://www.jb

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Simply IP ban

2008-02-27 Thread zfar
Oh come on, it must works...anyway. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132507#4132507 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4132507 ___ jboss-user mailing

[jboss-user] [JBoss jBPM] - Creating ProcessInstance Object from webapplication

2008-02-27 Thread ganesh7582
hi, I persisted processdefinition.xml in to the database, and able to load it from database from my web application, using this code : JbpmContext jbpmContext = jbpmConfiguration.createJbpmContext(); try { GraphSession graphSession = jbpmContext.getGraphSession(); ProcessDefinit

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBoss AS 5.0.0.Beta3

2008-02-27 Thread marciowb
Please Help! There is any solution? I'm also unable to use the JBoss AS 5.0.0.beta4 with IDE Netbeans 6.0.1 'cause the error: "The domain path is not valid..." Workarround? Solution? Patch & Rebuild? Please give me an aid. View the original post : http://www.jboss.com/index.html?module=bb&op=vi

[jboss-user] [JBossWS] - referencing jboss-wsse-client.xml in WAR

2008-02-27 Thread nickarls
Hi, Noob question: I have a WAR that serves both as a provider and consumer of a secure web service. In the client section I try to do a ((StubExt)port).setSecurityConfig(new File("WEB-INF/jboss-wsse-client.xml").toURL().toExternalForm()); but end up with a FileNotFound for | \bin\META-

[jboss-user] JBOSS CLutering Problem

2008-02-27 Thread Subhasis Dasgupta
I am trying to running a cluster in jboss at two remote machine I am using the following command bin/run.sh -c all -b {Global IP} -g kaavo for both node A and B both are forming different cluster , can't locate each other . I am new in JBOSS please help me by your valuable advice

[jboss-user] [Security & JAAS/JBoss] - Re: JAAS Authentification with wrong role

2008-02-27 Thread forfaro
Thanks for help, worked fine by adding | | 403 | /sorry.html | | Greets Sascha View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132498#4132498 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mod

[jboss-user] [JBoss Portal] - multiple portal instances

2008-02-27 Thread erezharari
what are multiple portal instances good for? what is the motivation? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132488#4132488 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4132488 __

[jboss-user] [Clustering/JBoss] - log4j properties in .sar file in jboss 4.0.4GA

2008-02-27 Thread girijasahoo
I have created a .sar in JBoss 4.0.4 GA. i want to use log4j . Where i have to put the log4j properties file . Can anybody help me. Thanks in advance. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4132479#4132479 Reply to the post : http://www.jboss.com/ind

  1   2   >