[jboss-user] [JBossWS] - Initializing parameters in a webservice

2007-11-04 Thread alfred.rsa
Hi guys I want to be able to add init-params or something similar to my deployment descriptor and access it from my webservice (through injection if possible) If I add the following to my web.xml: dispatcherName FNB.Commercial.BFLo:service=JMSDataDispatcherService

[jboss-user] [JBossWS] - Re: NoSuchMethodError exception on webservice invocation

2007-11-04 Thread [EMAIL PROTECTED]
Hi, the ClassLoader will be the difference. Richard View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101673#4101673 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4101673 __

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: JBoss 4.2.1 GA Remote Access

2007-11-04 Thread Veroland
The problem with the -b flag is server wide, we have 2 web apps running on one instance at the moment and want to allow only a certain ip range to access the one web app whereas the other one needs to allow all. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4

[jboss-user] [JBossWS] - Re: problem with calling ssl web service

2007-11-04 Thread [EMAIL PROTECTED]
Hi, you have to setup stub properties: MyService port = (MyService)service.getPort(portName, MyService.class); | Stub stub = (Stub)port; | stub._setProperty(Stub.USERNAME_PROPERTY, USERNAME); | stub._setProperty(Stub.PASSWORD_PROPERTY, PASSWORD); | port.myMethodCall(); | Richard V

[jboss-user] [JBoss Seam] - @DataModelSelection help

2007-11-04 Thread Kragoth
Hi all, I have a really simple question and I've tried and tried to find the answer and I'm sure it's on the forum already but all the examples and similar posts I've found have not fixed my problem so... I"m sorry if this answered somewhere else but Why!!! does my DataModelSelection

[jboss-user] [JBoss Seam] - Re: Quartz configuration in Seam 2.0B

2007-11-04 Thread modoc
To be more specific (I only copied the exception from the thread earlier, what I get is: org.quartz.JobPersistenceException: Couldn't recover jobs: Couldn't store trigger: No ClassLoaders found for: org.jboss.seam.async.AsynchronousInvocation View the original post : http://www.jboss.com/inde

[jboss-user] [JBoss Portal] - Re: order of portlets in page layout not maintained once the

2007-11-04 Thread relatedtowork
hi Thomas, i did the following : keep default.default But the solution doesnt work for me. Is there some other way? Please help. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101667#4101667 Reply to the post : http://www.jboss.com/index.html?module=bb

[jboss-user] [JBoss jBPM] - Role based Group assignment API

2007-11-04 Thread jbpmIndia
Hi All, I am using jbpm-3.1.3 Is there any API for role based Group assignment in jBPM ? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101666#4101666 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4101666 __

[jboss-user] [JBoss Portal] - Re: Open URls required !!

2007-11-04 Thread pradeepherle
Hi, Kindly can you send me the open urls in Jboss, so that I can check, how in my application it reflects. Do send it to my mail address. Waiting for your early reply. Mail id: [EMAIL PROTECTED] Regards Pradeep View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p

[jboss-user] [Installation, Configuration & DEPLOYMENT] - 5.0beta3: When?

2007-11-04 Thread Juergen.Zimmermann
Is there an *approximate* date when 5.0beta3 will be available, e.g. "beginning of Dec." or "middle of Jan."? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101664#4101664 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=

[jboss-user] [JBoss Seam] - Queries with optional arguments

2007-11-04 Thread EricJava
I've got a Seam application, and now I'm writing the search page. It has advanced search options. For example, there is a drop-down where the user can select the customer, so it will only find records for that customer. If the drop-down isn't used, it will find records from any customer. An

[jboss-user] [JBoss Seam] - Re: Autologin cookie extension to Identity component

2007-11-04 Thread matt.drees
It's pretty simple. You just need to @Name your subclass the same as Seam's built-in identity component ("org.jboss.seam.security.identity"). (It needs to have a higher precedence, but the default precdence -- APPLICATION -- is higher than the built-in one, so you don't need to specify one) Vi

[jboss-user] [JBoss Portal] - Re: Jboss Portal installation errors

2007-11-04 Thread sbarreros
One more thing I am using jdk 1.5.0 I think this should be fine, correct? I have also read that the portal uses EJB3 Do I need to install something separate or should jboss be able to run EJB3?? Thanks again View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=41016

[jboss-user] [JBoss Portal] - Re: Jboss Portal installation errors

2007-11-04 Thread sbarreros
Any ideas? I followed the installation guide to install the portal... I don't know why this is not working ??? I am looking into implementing a form of portal for my company I would really like this to work, so we don't have to change to another server. THanks View the original post : http:/

[jboss-user] [JBoss Seam] - Autologin cookie extension to Identity component

2007-11-04 Thread jghayward
Has anyone tried to extend the Identity component to auto-login a user based on a cookie? This would allow clients to login once and the cookie would let them in for some period of time longer than a session (often a day or a week for example). I can see how I would extend Identity to do this,

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: migrating from 3.2.3 to 4.0.2

2007-11-04 Thread xps2nini2000
Hi All Its again me.Pls Help me .The same code is working fine on other m/c but on my m/c which is having the same setup as the previus one Its giving exception illegal state execption.detail of exception Are: 04:27:58,018 INFO [STDOUT] **Error found in TranslateDirect .

[jboss-user] [JNDI/Naming/Network] - Re: ClassCastException on PortableRemoteObject.narrow(object

2007-11-04 Thread lavkul
I have already seen using System.out and it prints the correct details of EJB's. I have deployed similar application GlassFish and it works, but I really wonder why does it not work on JBoss. I Guess JBoss needs some additional configuration. Which JBoss version are you using? I am using 4.2.x

[jboss-user] [JBossWS] - problem with calling ssl web service

2007-11-04 Thread hugo_th02
Hello all, I've successfully deploy jboss web service using ssl. But when calling this ssl web service from standalone client, i got error at client side as follow: Exception in thread "main" javax.xml.ws.WebServiceException: java.io.IOException: Could not transmit message | at org.jboss.

[jboss-user] [JBoss Seam] - Re: Quartz configuration in Seam 2.0B

2007-11-04 Thread modoc
I'm using JBoss 4.2.2, and an ear deployment. The quartz example I see only uses a Ram store. When I had my application using the Ram store it worked fine. It's only when I changed over to persist the jobs that the error occurred. Thanks! View the original post : http://www.jboss.com/index

[jboss-user] [JBoss Seam] - Re: Quartz configuration in Seam 2.0B

2007-11-04 Thread juntao
Devon, Hmm, the nasty classloader problem ... Are you running this inside JBoss AS? Are you using EAR or WAR deployment? Also, can you try the examples/quartz example and see if it works in your setup? Thanks. cheers Michael View the original post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Is there any API that can be used for configuration at runti

2007-11-04 Thread vola
Hi everyone, I am trying to configure the JBoss AS 4.0.5 to see if it is possible to increase its capacity when the load is high. I know that I can modify some xml files (e.g. service.xml, service-config.xml) to configure the JBoss AS. These can change the max thread numbers and max memory. I

[jboss-user] [JBoss Seam] - Re: HTTPS redirection

2007-11-04 Thread modoc
You could also use RewriteCond and RewriteRule on the apache instances (if you're using apache with ssl after the BigIP, otherwise I think the F5 can be configured to do this as well) to enforce this. Obviously it would be nice to have this handled with in the application, but if you need a qui

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Is it possible to create a new Session ID using session.

2007-11-04 Thread jbosstak
Thank you for reply. I could understand it is impossible to create a new SessionID under JBoss. Are there any recommendation way to prevent Session Fixation Attack under JBoss? If there are any recommendation way, could you please teach it to me ? Thank you. View the original post : http://

[jboss-user] [JBoss Seam] - Re: Quartz configuration in Seam 2.0B

2007-11-04 Thread modoc
Michael, thanks for your reply. Yes, I have done that, however I get this error: java.lang.ClassNotFoundException: No ClassLoaders found for: org.jboss.seam.async.AsynchronousInvocation My application is very simple, and I've only recently started building it. It's using a seam-gen created

[jboss-user] [JBoss Seam] - Re: Quartz configuration in Seam 2.0B

2007-11-04 Thread juntao
modoc, Persistence Quartz job store can be defined in seam.quartz.properties file in your classpath. Please let me know if this does not work. cheers Michael View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101646#4101646 Reply to the post : http://www.jbos

[jboss-user] [JBoss Seam] - Trouble deploying Seam application in JBoss 4.2.2

2007-11-04 Thread tnabeel
I get the error below when I deploy the default Seam web project generated by Red Hat Studio Beta 2. I'm using JBoss 4.2.2. I couldn't get rid of the error by using latest ajax4jsf library (ajax4jsf-1.1.1). Any help would be appreciated. 07-11-04 19:56:11,534 ERROR [STDERR] javax.faces.FacesEx

[jboss-user] [JBoss Seam] - Re: HTTPS redirection

2007-11-04 Thread kukeltje
getScheme does not work on all appservers with a reverse proxy in front of it (afaik). So I tend to vote for pete's proposal to make it customizable, where the getScheme is the default impl. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101644#4101644 Reply

[jboss-user] [JBoss Seam] - Re: Remoting behaviour

2007-11-04 Thread [EMAIL PROTECTED]
What happens when you just make it a POJO? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101641#4101641 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4101641 ___ jboss-user m

[jboss-user] [JBoss Seam] - Re: Login Restriction servlets?

2007-11-04 Thread [EMAIL PROTECTED]
The login-required attribute in pages.xml is only for pages, not servlets. If you want to restrict access to a servlet then you'll probably need to write a custom filter. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101642#4101642 Reply to the post : htt

[jboss-user] [JBoss Portal] - Refreshing user membership information without logoff

2007-11-04 Thread asyedin
Hi, I faced the problem trying to change membership of currently logged in user. I have a page Page_A, which has access limited only for users in role Role_A, and a User_A, which is not in this role. Then I perform following steps: 1. I login as User_A. I don't see Page_A in navigation area, whe

[jboss-user] [JBoss Seam] - Re: HTTPS redirection

2007-11-04 Thread [EMAIL PROTECTED]
I think I like Matt's idea of overriding HttpServletRequest.getScheme() in a filter. In my opinion, that would be the preferred method. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101639#4101639 Reply to the post : http://www.jboss.com/index.html?module=

[jboss-user] [JBoss jBPM] - too many mysql connections

2007-11-04 Thread rossputin
Hi, I am hoping someone can give me a little advice and help with database performance (Mysql) with jbpm 3.2.1. I have searched this forum but not found a large amount of data on the topic, although I did see one post about adding DBCP connection pooling to hibernate. Specifically, in stress

[jboss-user] [JBoss Seam] - Re: Seam with WAS 6.1 EJB3 feature pack

2007-11-04 Thread vietbird
By adding all the dependent jar filenames to the Class-Path inside the MANIFEST file of the example jar file (jboss-seam-jee5.jar), I can successfully deploy the JEE5 booking example on WAS. But when I try to run the example, there is an error as following: On the browser screen: Error 500: org

[jboss-user] [Installation, Configuration & DEPLOYMENT] - JBoss 5 native library integration

2007-11-04 Thread johne
I am developing a library which allows access to an OO database (JADE, see www.jadeworld.com) from Java. It uses the EJB JPA interfaces (EntityManagerFactory etc) with an implementation of javax.persistence.spi.PersistenceProvider as the link to the EE app server. The application persistence.xm

[jboss-user] [JBoss Seam] - Re: error en property/getter

2007-11-04 Thread [EMAIL PROTECTED]
Use [ code ] tags, post the whole of LoginForm View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101632#4101632 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4101632 ___ jboss-us

[jboss-user] [JBoss Seam] - Re: Seam + RichFaces: NPE on SeamELResolver

2007-11-04 Thread [EMAIL PROTECTED]
Is this a Tomcat with JBoss Embedded installed and another Seam app in webapps? I would try on a clean tomcat install View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101631#4101631 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=

[jboss-user] [JBoss Seam] - Re: commandButton and pageflow transition....

2007-11-04 Thread [EMAIL PROTECTED]
Post the pageflow, should work. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101633#4101633 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4101633 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - commandButton and pageflow transition....

2007-11-04 Thread fphilip
how i do to makes that commandButton works without java code in pageflow and in java public String cancel(){ return "cancel"; } this works, but dosen't works.. any idea? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101630#4101630 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Exception on timeout due to Hibernate Filter

2007-11-04 Thread [EMAIL PROTECTED]
You are going to have to use your debugger to find out what that NPE in Facelets is trying to reference. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101629#4101629 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=41016

[jboss-user] [JBoss Seam] - Re: pages.xml action method fired on ajax requests - must be

2007-11-04 Thread [EMAIL PROTECTED]
I'm not really in love with the idea. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101628#4101628 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4101628 ___ jboss-user mailin

[jboss-user] [JBoss Seam] - Re: Running SeamTest-based tests inside an applicatoin serve

2007-11-04 Thread [EMAIL PROTECTED]
Override the startJBossEmbededdedIfNecessary method with an empty body. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101626#4101626 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4101626 ___

[jboss-user] [JBoss Seam] - Re: HTTPS redirection

2007-11-04 Thread [EMAIL PROTECTED]
"rjstanford" wrote : Actually, what would be great (but not helpful for us at the moment) would be if the Pages.getRequestUrl() method was actually overridable. That way, for those of us with offloaded SSL, we could simply check a header (or whatever) and report back, "Yes, this was sent as SSL

[jboss-user] [JBoss Seam] - Re: AbstractResource subclass gets ClientAbortException writ

2007-11-04 Thread [EMAIL PROTECTED]
Thats what I meant you should do. Not sure then, sorry... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101624#4101624 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4101624 _

[jboss-user] [JBoss Seam] - Re: Another conversation question ...

2007-11-04 Thread [EMAIL PROTECTED]
You've outjected a variable into conversation scope and as you are in the same conversation the original value is still there and not recreated. Try using an afterTransactionSuccess event as documented here http://docs.jboss.org/seam/2.0.0.CR3/reference/en/html/framework.html#d0e6304 View the

[jboss-user] [JBoss Seam] - Re: problem with @Redirect

2007-11-04 Thread [EMAIL PROTECTED]
http://docs.jboss.org/seam/2.0.0.CR3/reference/en/html/events.html#d0e4417 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101623#4101623 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4101623

[jboss-user] [JBoss Seam] - Re: actionListener vs action and redirect

2007-11-04 Thread [EMAIL PROTECTED]
Post code to show your problem. Both actionListeners should do the same thing, just the RichFaces one suffers from less good english ;) Or ask on the RichFaces forum. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101622#4101622 Reply to the post : http://

[jboss-user] [JBoss Seam] - Re: Conversation Propogation on Redirect

2007-11-04 Thread [EMAIL PROTECTED]
Simply, no. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101621#4101621 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4101621 ___ jboss-user mailing list jboss-user@lists.jb

[jboss-user] [JBoss Seam] - Re: Using EL in backend Java code?

2007-11-04 Thread [EMAIL PROTECTED]
"wschwendt" wrote : "[EMAIL PROTECTED]" wrote : soon we will have a lovely new forum :) | | But please keep this old forum as an archive. It would be a pity if all booksmarks to valuable posts on this forum got lost. Of course :) View the original post : http://www.jboss.com/index.html?

[jboss-user] [JBoss Seam] - Re: Concurrent requests on SFSB

2007-11-04 Thread [EMAIL PROTECTED]
@Synchronized will do this. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101619#4101619 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4101619 ___ jboss-user mailing list jbo

[jboss-user] [JBoss Seam] - Re: JBoss Tools 2.0.0 and Eclipse compatibility

2007-11-04 Thread [EMAIL PROTECTED]
Discuss this on the JBoss Tools forum. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101617#4101617 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4101617 ___ jboss-user maili

[jboss-user] [JBoss Seam] - Re: seam and rich faces 3.1.2

2007-11-04 Thread [EMAIL PROTECTED]
There are some notes in the seam2migration guide as well in Seam2 CR3 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101616#4101616 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4101616 _

[jboss-user] [JBoss Seam] - error en property/getter

2007-11-04 Thread fphilip
LoginForm.java public String login(){ identity.login(); } login.xhtml ... ... command-panel.xhtml and the error is : Property 'login' not found on type packageLoginForm_$$_javassist_?? View the original post :

[jboss-user] [JBossWS] - Re: Retrieving alias for WS Secure client

2007-11-04 Thread kaprys
Hi, I'm having very identical problem. I would like to authenticate the connecion with webservice using x509 certificate. Many clients will connect to webservice. Every client will have their own certificate. Webservice should recognize with client is connecting to him after getting the name fro

[jboss-user] [JBoss Seam] - Re: Charts

2007-11-04 Thread aloleary
Trinidad unfortunately (or fortunately depending on your situation) is SVG based, therefore only supports newer browsers and IE through an Adobe plugin. What I am looking for, related to this, is if anyone know of an existing open source project that takes JFreeChart and brings it into the Ajax/

[jboss-user] [Beginners Corner] - Re: build failed

2007-11-04 Thread gdwinslow
the problum appers to be in the CallableStatement implementation class. Its changed. I am having the same problum exept sun upgraded me mauchean automaticly. I am in the proses of trying to reinstall java 5 now View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p

[jboss-user] [Clustering/JBoss] - Re: SSO between several JBoss instances

2007-11-04 Thread [EMAIL PROTECTED]
ClusteredSSO is cookie-based, and by default the browser will only present the cookie to the same hostname that issued it. In your case, you are trying to use two different host names. See "Limitations" discussion in http://wiki.jboss.org/wiki/Wiki.jsp?page=SingleSignOn and the bit following it

[jboss-user] [JBoss Seam] - jboss-seam-1.2.1.GA + Hibernate search

2007-11-04 Thread LockDog
Versions (from jboss-4.0.5.GA log): anonymous wrote : 2007-11-04 18:09:23,156 INFO [org.hibernate.ejb.Version] Hibernate EntityManager 3.2.0.GA | 2007-11-04 18:09:23,671 INFO [org.hibernate.cfg.annotations.Version] Hibernate Annotations 3.2.0.GA | 2007-11-04 18:09:23,734 INFO [org.hibernat

[jboss-user] [JBoss Portal] - Re: deploy of 2.4.1 SP1 portal over 2.4.0 DB

2007-11-04 Thread tolstiy
small addition to my previous post. as a result of the exceptions we get following errors by the end of the deployment : --- MBeans waiting for other MBeans --- ObjectName: portal:service=CMS State: FAILED Reason: javax.jcr.RepositoryException: failed to read node state from cache: deadbeef

[jboss-user] [JBoss Portal] - deploy of 2.4.1 SP1 portal over 2.4.0 DB

2007-11-04 Thread tolstiy
hello, in our current configuration we use JBoss AS 4.0.5 GA and Portal 2.4.0 GA. Portal DB is persisted inside Oracle 10g. We tried to upgrade Portal up to 2.4.1 SP1 version. We pointed new installation with new Portal into same DB instance 2.4 used. And on Server start up we get following exce

[jboss-user] [JBoss jBPM] - jBPM @ Novajug

2007-11-04 Thread [EMAIL PROTECTED]
Another shameless plug: http://koentsje.blogspot.com/2007/11/jbpm-novajug.html Regards, Koen View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101601#4101601 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4101601 _

[jboss-user] [JBoss Seam] - Re: s:link builds absolute path

2007-11-04 Thread emsa
I have added a comment to the issue above - this cannot be just a configuration issue, can it? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101598#4101598 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4101598 ___

[jboss-user] [JBoss Seam] - Seam + RichFaces: NPE on SeamELResolver

2007-11-04 Thread odyssee
Hi, I'm trying RichFaces documantion example on Tomcat (Simple Ajax Echo Project). On run, i got NPE on SeamELResolver. 4 nov. 2007 16:33:17 com.sun.faces.lifecycle.LifecycleImpl phase ATTENTION: executePhase(RESTORE_VIEW 1,[EMAIL PROTECTED]) threw exception java.lang.NullPointerException

[jboss-user] [EJB/JBoss] - Does PHP5 run in a JBoss Server and how does it correspond w

2007-11-04 Thread mirko33
Hello, I am German and I am not a programmer. Planing a project I was asked, whether and how about php5 can be executed in JBoss Server environment and how a php5 peripheral program can acces or correspond with the central EJB. Any short answers would be very helpful to answer these questions

[jboss-user] [EJB/JBoss] - How EJB return virtual page content to JBoss without JSPs

2007-11-04 Thread mirko33
Hello, I am German and I am not a Programmer. I must find out, whether and how about an EJB can (after recieving an URL from the JBoss) transfer directly a complete virtual page content to an JBoss Server without using an JSP file. The transfered page content might be a complete virtual JSP to

[jboss-user] [Clustering/JBoss] - Re: SSO between several JBoss instances

2007-11-04 Thread gmeroz
i created a file, "test.html", under the jmx-console.war with the following code: | | | http://192.168.10.106:8080/jmx-console/index.jsp";>app 1 | http://192.168.10.222:8080/jmx-console/index.jsp";>app 2 | | | then i opened it from http://192.168.10.106:8080/jmx-console/test.

[jboss-user] [Clustering/JBoss] - Re: SSO between several JBoss instances

2007-11-04 Thread gmeroz
didn't mentioned i'm using version 4.0.5GA... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101591#4101591 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4101591 ___ jboss-use

[jboss-user] [JBoss Seam] - Re: Error after updated CR2!

2007-11-04 Thread srpantano
I resolved the problem! I Javaassist that is depended by Seam-IOC (using Maven), has conflict with JavaAssist in the Jboss Server. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101588#4101588 Reply to the post : http://www.jboss.com/index.html?module=bb&op

[jboss-user] [Clustering/JBoss] - Re: SSO between several JBoss instances

2007-11-04 Thread [EMAIL PROTECTED]
Please be more descriptive beyond "It didn't work". What exactly did you try and what happened? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101589#4101589 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4101589 _

[jboss-user] [JBoss Portal] - requestParameterMap

2007-11-04 Thread attodorov
Hi guys, I have a portlet, which is displaying a JSF page, and on the client side on an event I submit some parameters in the HTTP request. They are not visible in the externalContext() -> requestParameterMap , though. I imagine this could be normal (i.e. the PortletRequest not showing the Ht

[jboss-user] [Clustering/JBoss] - SSO between several JBoss instances

2007-11-04 Thread gmeroz
I have several applications, each deployed on a seperate Jboss server. all of them are deployed on the same machine, using a different virtual IP addresses. i tried to configure jboss to enable SSO between them by: | 1. copy deploy/all directory for each instance. | 2. edit deploy\jbossweb-t

[jboss-user] [JBoss Seam] - Test problem with EntityController, waiting online for answe

2007-11-04 Thread Seto
The register component injected a DAO. When the DAO extends EntityController, when only one test exists, it runs normal;when two tests or above the second test will throw exception that entityManager is closed.When the DAO injects the EntityManager directly, doesn't extend the EntityController w

[jboss-user] [JBoss Seam] - Re: Another h:selectOneMenu and valueChangeListener problem.

2007-11-04 Thread ElNino
Oups, My connection was bad. Sorry for spam. PLEASE DO NOT ANSWER IN THIS TOPIC. ADMINISTRATOR, SORRY FOR THAT.. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101582#4101582 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply

[jboss-user] [JBoss Seam] - Re: Another h:selectOneMenu and valueChangeListener problem.

2007-11-04 Thread ElNino
Oups, My connection was bad. Sorry for spam. PLEASE DO NOT ANSWER IN THIS TOPIC. ADMINISTRATOR, SORRY FOR THAT.. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101580#4101580 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply

[jboss-user] [JBoss Seam] - Re: Another h:selectOneMenu and valueChangeListener problem.

2007-11-04 Thread ElNino
Oups, My connection was bad. Sorry for spam. PLEASE DO NOT ANSWER IN THIS TOPIC. ADMINISTRATOR, SORRY FOR THAT.. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101581#4101581 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply

[jboss-user] [JBoss Seam] - Re: Another h:selectOneMenu and valueChangeListener problem.

2007-11-04 Thread ElNino
Oups, My connection was bad. Sorry for spam. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101579#4101579 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4101579 ___ jboss-user

[jboss-user] [JBoss Seam] - Another h:selectOneMenu and valueChangeListener problem...

2007-11-04 Thread ElNino
Hello, I am relatively new with JBoss technologies; I spent a lot of time reading books and posts but I spent several days on a very simple thing; others people have already explain the same problem on the forum but the proposed solutions are not working for me. My post is quite long cause I

[jboss-user] [JBoss Seam] - Another h:selectOneMenu and valueChangeListener problem...

2007-11-04 Thread ElNino
Hello, I am relatively new with JBoss technologies; I spent a lot of time reading books and posts but I spent several days on a very simple thing; others people have already explain the same problem on the forum but the proposed solutions are not working for me. My post is quite long cause I

[jboss-user] [JBoss Seam] - Another h:selectOneMenu and valueChangeListener problem...

2007-11-04 Thread ElNino
Hello, I am relatively new with JBoss technologies; I spent a lot of time reading books and posts but I spent several days on a very simple thing; others people have already explain the same problem on the forum but the proposed solutions are not working for me. My post is quite long cause I

[jboss-user] [JBoss Seam] - Another h:selectOneMenu and valueChangeListener problem...

2007-11-04 Thread ElNino
Hello, I am relatively new with JBoss technologies; I spent a lot of time reading books and posts but I spent several days on a very simple thing; others people have already explain the same problem on the forum but the proposed solutions are not working for me. My post is quite long cause I

[jboss-user] [JBossWS] - WebService with Basic Security Profile

2007-11-04 Thread kaprys
Hi, I'm trying to write a WebService on EJB 3.0 that is using Basic Security Profile to communicate. Every send message i signed with x509 certificate. I'm new in java WebServices and I really don't know how to do it. Can anybody help me?? WebService will be deployed on JBoss 4.2.1 GA with java

[jboss-user] [JBoss Tools (users)] - Creating Webservices

2007-11-04 Thread baz
I got the task to introduce web services to people with only little experience with java EE. What i need, is an easy procedure in the IDE to create web services and web service clients. (with JaxWS, Jboss tools seems to only support axis, when i am right) Config files, ant etc. are to complica

[jboss-user] [JBoss Seam] - Re: Batch Index using Hibernate Search and Seam

2007-11-04 Thread mat
Hi Pete, When calling | EntityManager em = (EntityManager) Component.getInstance("entityManager"); | I get the following Exception: | 07:55:26,593 ERROR [STDERR] org.hibernate.HibernateException: Filter [accessCompanyFilter] parameter [currentAccessCompany] value not set | at

[jboss-user] [Beginners Corner] - Re: A Beginner Problem: JAVA_HOME not set?

2007-11-04 Thread mesmer
Hi, thanks for the tips, it's very helpful, I can run my portal now :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101567#4101567 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4101567

[jboss-user] [JBoss Seam] - Re: Exception on timeout due to Hibernate Filter

2007-11-04 Thread mat
Hi Pete, This is just the session timeout when the user is not using the application for a period of time and then trying to use the application; Apperciate your feedback; View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101566#4101566 Reply to the post : htt

[jboss-user] [JBoss Seam] - Re: seam and rich faces 3.1.2

2007-11-04 Thread baz
We have migrated to RF 3.1.2 only with the help of the richfaces documentation and the richfaces forum. RF 3.1.2 does work with seam 1.2.1 and 2.0.0CR2 for us. Ciao, carsten View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101565#4101565 Reply to the post : h