[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Cookies lost when included JSP file used

2007-10-05 Thread Raist_Majere
You should use a page directive specifying a greater buffer size. Take a look at the spec: anonymous wrote : | buffer | Specifies the buffering model for the initial out JspWriter to | handle content output from the page. | If none, then there is no buffering and all output is written

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: For what serves use-cookiesfalse/use-cookies ?

2007-10-05 Thread Raist_Majere
Please copy your jboss-web.xml file (and remember to use the code tags [ code] and [ /code] * around it). * Without the space between the [ and code] or /code] View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4092241#4092241 Reply to the post :

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: For what serves use-cookiesfalse/use-cookies ?

2007-10-05 Thread Raist_Majere
By the way, are you encoding the URL with encodeURL or some framework (JSF, Struts...)? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4092242#4092242 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4092242

[jboss-user] [JBoss Seam] - Re: Problem with injection @In

2007-10-05 Thread luiz.sg
swd847 wrote : | when a user logs in the user entity is outjected to session scope, allowing it be used by other beans. When you think about it it makes sense that an exception is thrown, how can you inject the current user if they have not logged in yet? | | Yes, I tought i had

[jboss-user] [JBoss Portal] - Re: problem in struts mail portlet in portlet swap

2007-10-05 Thread arunprasathav
Why dont i get any repllies? is JBoss forum is utter waste? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4091825#4091825 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4091825

[jboss-user] [JBoss Seam] - Re: Seam remoting and persistence

2007-10-05 Thread tamirw
Thanks for the reply ! I will, but before I do, maybe this piece of info would help : When I switched to using EJB SLSB as actions, the problem went away. There seems to be something wrong (or mis-configured) with the replacement of the container-managed transactions. Even though I think I've

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: How setup JBoss for the Timeout ?

2007-10-05 Thread jaikiran
anonymous wrote : My application use DatabaseLoginModule and JAAS. | I write a login form (standalone application) to client can enter userName and passWord. And after client login successful, he can call some methods on beans. My mind is if he login successful, and he do nothing and 10

[jboss-user] [JBoss Seam] - Seam 2.0.0.Beta1 and gif-images

2007-10-05 Thread TurkishPirate
Hi everybody. I'm using Seam 2.0.0.Beta1 and have following problem: when i use s:graphicImage with *.gif image as a value, image doesn't appear on my page. When i use png instead of gif - all works fine. Can anybody tells me, what's happening? :) View the original post :

[jboss-user] [JBoss Seam] - Re: Seam text and pdf support

2007-10-05 Thread jrosskopf
Okay, I´ll have a review of my code over the weekend and try to integrate into seam build process. Unfortunatly I´m absolutly unexpirienced in maven ;-) Regards. --- Joachim View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4091832#4091832 Reply to the post :

[jboss-user] [JBoss Seam] - Re: DocumentStore usage

2007-10-05 Thread nickarls
Or if there are no solutions to this (although I find it quite strange that the singleton would return an javassist instance instead of the real one) then what is the suggested way of sending a PDF to the browser? If I write an own servlet for this, what util classes can be used to attach to

[jboss-user] [JBossWS] - Re: WebServiceContext injection. Was it fixed or not?

2007-10-05 Thread richard_opalka
Your service looks OK, could you create minimalistic version of your problem and report a JIRA issue with the sources reproducing the problem? Richard View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4091844#4091844 Reply to the post :

[jboss-user] [JBoss Seam] - Integration of Jboss Portal with Seam and Facelets

2007-10-05 Thread [EMAIL PROTECTED]
Hi all, Our organization will implement new web based app using (JBoss Portal, Seam and facelets) or (.Net WCF) With the current Jboss portal 2.6.1, is it possible to integrate Jboss Portal with Seam and Facelets? Many thanks in advance for your info. View the original post :

[jboss-user] [JBoss Seam] - Re: Stupid ajax4jsf filter when downloading files

2007-10-05 Thread franck93
Should I create a Jira issue? If so, to what project? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4091856#4091856 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4091856 ___

[jboss-user] [JBoss Seam] - Re: Stupid ajax4jsf filter when downloading files

2007-10-05 Thread amitev
Here is a link to the post http://www.jboss.com/index.html?module=bbop=viewtopict=119575 Here is a link to the issue http://jira.jboss.org/jira/browse/RF-1006 I think that you can disable the parser for a particular view to workaround the problem. View the original post :

[jboss-user] [JBoss Seam] - Re: Message Driven Bean starting jbpm process

2007-10-05 Thread jgeraert
Hello, I had already tried with the TransactionAttribute removed. I looked closer to the NullPointerException in the stacktrace | Caused by: java.lang.NullPointerException | at org.jboss.seam.contexts.BusinessProcessContext.getNamesFromContext(BusinessProcessContext.java:1 | 15)

[jboss-user] [JBoss Portal] - User Identity modules in a Portlet?

2007-10-05 Thread remi_dong
Hi, I have a problem with user the modules Identity for gestion authentication. My Portlet is : - public class UserIdentity extends GenericPortlet{ private UserModule userModule; private RoleModule roleModule; static Logger

[jboss-user] [JBossCache] - Re: Running PojoCache in multiple machines

2007-10-05 Thread [EMAIL PROTECTED]
Basically if you have 1 network interface on your machine and you wish to use UDP as a network protocol, then you have to set your bind_address. I.e., tell JGroups which network interface to use. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4091870#4091870

[jboss-user] [EJB 3.0] - Exception while deploying entity bean for MSSQL 2000 server

2007-10-05 Thread newgro
Hi *, i wrote a simple entity bean, which should access a table on a mssql server 2000 instance. But i get this exception and dont know how to solve it. The information_schema.system_sequences is not available in the database. But everything (jboss and mssql server) are standard installations.

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: How setup JBoss for the Timeout ?

2007-10-05 Thread catania
Thank you very much. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4091872#4091872 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4091872 ___ jboss-user mailing list

[jboss-user] [JBoss Portal] - Re: User Identity modules in a Portlet?

2007-10-05 Thread remi_dong
I find the solution. My problme is i'am not decalre the Transaction in my portlet, so i add the description in to the jboss-portlet.xml: -- portlet-nameUserGestionPortlet/portlet-name

[jboss-user] [JBossCache] - Re: Cache not accessible from different methods ?

2007-10-05 Thread [EMAIL PROTECTED]
The reason is that in both methods (populateCache and displayCacheContents) you're creating a new cache instance. And if these instances are not configured to be clustered, they won't see state in each other. Bruce's case probably worked since when you retrieve the cache from an MBean server

[jboss-user] [JBoss Portal] - Re: User Identity modules in a Portlet?

2007-10-05 Thread remi_dong
remi_dong wrote : I have other question. | when i finish the verification the password in my Portlet, i want connect this use, so i have a JSP for send to context de auth. | But it send me to page login.jsp. |

[jboss-user] [JBoss Seam] - Seam Remoting message leak with JMS Topic Subscribe

2007-10-05 Thread scotto
We have observed a JMS message leak using Seam Remoting to subscribe to a JMS topic, whereby the list of undelivered topic messages grows indefinitely until the server ultimately runs out of memory and crashes. The cause of this seems to be that Seam Remoting requires the web client to

[jboss-user] [JBossWS] - Re: Completely stuck with RPC client- please help!

2007-10-05 Thread mrokka123
Hi, I also have faced the same problem but now i can able to run rpc client using wsrunclient which was found under jboss_installation_dir/bin. EG, wsrunclient myclientprogram Regards, View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4091889#4091889 Reply to

[jboss-user] [JBoss Seam] - Re: Problem with s:conversationPropagation

2007-10-05 Thread ivicac
I am using facelets. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4091892#4091892 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4091892 ___ jboss-user mailing list

[jboss-user] [JBoss Portal] - Re: User Identity modules in a Portlet?

2007-10-05 Thread remi_dong
I have other question. when i finish the verification the password in my Portlet, i want connect this use, so i have a JSP for send to context de auth. But it send me to page login.jsp. -- % String

[jboss-user] [JNDI/Naming/Network] - Global namespace: Client network restriction

2007-10-05 Thread kadlecp
Hello, Is there any restriction on the client that looks up objects from the global namaspace? I have read this article http://jbossupdate.sadalbari.com/2007/07/ and author says that objects bound in global namaspace are available to any lookup on the SAME network. Is there such restriction

[jboss-user] [JBoss Seam] - How to abandon a conversation?

2007-10-05 Thread stephen.friedrich
Ok, I now about the propagation attribute and about s:conversationPropagation. It does not work for me, because I am using Trinidad's Xml menu and tr:commandNavigationItem as a stamp to render it. Docs for s:conversationPropagation:anonymous wrote : Customize the conversation propagation for a

[jboss-user] [JBoss jBPM] - How to define Description Element in JPDL

2007-10-05 Thread easmiley
Hi, Issue: Migration from OBE - JBPM, when converting XPDL to JPDL we replicated all the tags from XPDL to JPDL but for some tags(element) we are not able to identify. Below mentioned is one of the element used in XPDL: XPDL: | Descriptionwork item generation completed/Description |

[jboss-user] [JBossWS] - Re: org.jboss.ws.WSException: Cannot obtain java type mappin

2007-10-05 Thread [EMAIL PROTECTED]
tpawankumar wrote : Cannot obtain java type mapping for This means that the wsdl contract, the xml artifacts and the java interfaces/classes somehow don't match. Generally speaking, you should double check namespaces, types, etc. tpawankumar wrote : I have tried with jbossws 2.0.1 GA it is

[jboss-user] [JBoss Messaging] - Re: Messages are moved to expiry queue only when there is a

2007-10-05 Thread timfox
julians37 wrote : | Does this makes sense or would you consider this to be an abuse of the expiry feature? Do you see a way of implementing this in another way, maybe using temporary topics and a DLQ? (Right now I'm not using temporary topics for responses - instead I use a global response

[jboss-user] [JBoss Seam] - Re: rendered problem for commandButton

2007-10-05 Thread margielm
[EMAIL PROTECTED] wrote : I would suggest pushing (e.g. in pages.xml, a @Factory) your param.mode variable into page scope when the page is loaded, then it will be there when you submit the page. | Hi. thanks for your answer, but can you give my some exaple of pushing variable into page

[jboss-user] [JBossWS] - error runtime modeler error: Wrapper class ... is not found

2007-10-05 Thread Fantagir
Hi! I'm developing a Client of a WebService and when a I run it I've the next error: com.sun.xml.ws.model.RuntimeModelerException: runtime modeler error: Wrapper class service.jaxws.DarCuenta is not found. Have you run APT to generate them? My environment is: Eclipse and JbossIDE for Eclipse

[jboss-user] [JBoss jBPM] - Re: How to use hibernate session in jbpm xhtml files

2007-10-05 Thread dleerob
I'm not sure how it's done using JSF, but I make use of my own tags to access info from jbpm libraries/database. Here's an example of how I do it: /** | * This tag will create an html dropdown list of all the current | * groups within the jbpm database, where the value and label of | *

[jboss-user] [JBossCache] - Re: storing objects in multiple caches

2007-10-05 Thread [EMAIL PROTECTED]
why would you want to do this? Different cache cfgs? How do your cache cfgs vary? With such references, eviction will become a problem since even if an object is evicted from a cache it won't be gc'd unless all referencing objects are also evicted from the other cache. And as for cache

[jboss-user] [JBoss Messaging] - Re: JBM doesn't recover after database restart

2007-10-05 Thread timfox
Hi- Are you still having problems with this? I'd like to close the task... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4091900#4091900 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4091900

[jboss-user] [JBoss Seam] - Possible to let normal conversations behave like nested ones

2007-10-05 Thread mtaal
Hi, As far as I understand nested conversations will not have their own persistence context (assuming that a parent already did some db actions). However is there a (easy - standard) way to let a standard conversation act like a nested conversations when the conversation is ended? What I would

[jboss-user] [JBoss Seam] - Re: Message Driven Bean starting jbpm process

2007-10-05 Thread [EMAIL PROTECTED]
Please :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4091927#4091927 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4091927 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: How to abandon a conversation?

2007-10-05 Thread [EMAIL PROTECTED]
Similar means any JSF component which takes embedded f:param's and embed's them in it's submission. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4091923#4091923 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4091923

[jboss-user] [JBoss Portal] - Re: Jboss Portal 2.6 problems with API login and an URL requ

2007-10-05 Thread Antoine_h
strange what you are doing not sure to have clearly understood how you call the portlet, but quite sure it is a wrong idea... you may isolate the feature outside the portlet : put it in some independant class, or better, in a JMX service. the portlet call this feature when it need it the login

[jboss-user] [JBoss Seam] - Re: seam in a portal

2007-10-05 Thread suckerd
Hi cwash, there are still some issues concering seam+ portal http://wiki.jboss.org/wiki/Wiki.jsp?page=SeamPortlet. On the other hand some stuff might work with seam 1.2.1 http://www.jboss.com/index.html?module=bbop=viewtopict=89767postdays=0postorder=ascstart=10 ...but for seam2.0 (with

[jboss-user] [JBossWS] - Re: Unmarshalling Exception with Web Service Array Input

2007-10-05 Thread [EMAIL PROTECTED]
Did you try with JAX-WS, using jbossws wsprovide instead of wscompile? Can you post your SEI / impl here? Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4091938#4091938 Reply to the post :

[jboss-user] [JBoss Seam] - Re: How to abandon a conversation?

2007-10-05 Thread stephen.friedrich
Thanks, Pete! Turned out it _is_ working with tr:commandNavigationItem, I only tested with the wrong menu level :-( Anyway, I think the documentation should be improved: * similar = any other JSF component that embeds a child f:param into its submission. * Facelets only. = Facelets only - JSP

[jboss-user] [JBossWS] - Re: error RuntimeModelerException: runtime modeler error: Wr

2007-10-05 Thread Fantagir
Hi! I use the options of eclipse to generated client artifacts and this don't generate all the classes that say in the page. I'll use wsconsume in the command line, I put the classes in the correct place of my project in eclipse and it WORKS!! THANKS THANKS THANKS But, if any of us know

[jboss-user] [EJB 3.0] - Transaction not rolling back in CONTAINER mode

2007-10-05 Thread umberto_soprano
Hello, I've a EHB3 Stateless bean who's using direct JDBC connections (no persistence manager) to store data in a database. If I try to use TransactionManagement=CONTAINER Jboss seems to not execute roll backs in case of exceptions (both Application or Runtime exception). I inserted an as

[jboss-user] [JBoss Seam] - Re: DocumentStore usage

2007-10-05 Thread [EMAIL PROTECTED]
You can't. You'll need to do the work in the war. The war can see the jar but not vice-versa. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4091928#4091928 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4091928

[jboss-user] [JBoss Seam] - Re: Stupid ajax4jsf filter when downloading files

2007-10-05 Thread franck93
anonymous wrote : unfortunately you are caught between a rock and a hard place :( anonymous wrote : I think that you can disable the parser for a particular view to workaround the problem. Who's right? Is there or isn't there a workaround to have both functionnalities running within the same

[jboss-user] [JBoss Seam] - Re: Stupid ajax4jsf filter when downloading files

2007-10-05 Thread [EMAIL PROTECTED]
We also have http://jira.jboss.org/jira/browse/JBSEAM-2036 - unfortunately you are caught between a rock and a hard place :( View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4091926#4091926 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Use Apache mod_proxy or mod_rewrite to redirect to jboss

2007-10-05 Thread bvogt
I cannot believe that they have hard-coded links... If you use mod_proxy, have you configured: ProxyPreserveHost On That should replace the name and port according to your apache configuration (at least it's working with Apache 2.0.x and JBP 2.4). View the original post :

[jboss-user] [Performance Tuning] - Thread creation impacts performance - SNMP stack

2007-10-05 Thread dpocock
When an SNMP stack is used to send queries to remote SNMP agents, JBoss slows down. This is particularly severe when SNMP GetNext is used to browse a process table or other large table. Various SNMP stacks, including the joeSNMP bundled with JBoss, and Westhawk SNMP stack, rely on thread

[jboss-user] [JBoss Portal] - Indexing binary documents / searching the cms

2007-10-05 Thread frontline
I configured the jackrabbit installation by adding indexfilters for word, excel, pdf etc. But when I search them the search rarely returns any hits. Sometimes it returns some of the documents with some words in them (other than the title), so the configuration seems to work somewhat. Has

[jboss-user] [JBoss Seam] - Re: Integration of Jboss Portal with Seam and Facelets

2007-10-05 Thread suckerd
Hi Danny, there are still some issues concering seam+ portal http://wiki.jboss.org/wiki/Wiki.jsp?page=SeamPortlet. On the other hand some stuff might work with seam 1.2.1 http://www.jboss.com/index.html?module=bbop=viewtopict=89767postdays=0postorder=ascstart=10 ...but for seam2.0 (with

[jboss-user] [JBoss Seam] - Re: seam-gen setup and maven

2007-10-05 Thread damianharvey
Pete, I'm trying to use the nightly build from today (Build #350) and am getting the same problem:Unable to resolve artifact: Missing: | -- | 1) org.jboss.seam:jboss-seam-gen:jar:2.0.0-CR2 I assume that the nightly builds would include the fix that you mention above? The 3 steps you

[jboss-user] [JBossCache] - Re: Cache not accessible from different methods ?

2007-10-05 Thread BruceSpringfield
Out of curiosity, which version of POJO Cache are you using? jacobeukes wrote : | Would it be possible to post the configuration file (in which you specify the MBean configuration) ? Here is a minimal config you could use to deploy POJO Cache as an MBean. It is for POJO Cache version 1.4.1

[jboss-user] [JBoss Seam] - Re: DocumentStore usage

2007-10-05 Thread nickarls
Aah, thanks. That got rid of the class-loading stuff. Now I got a /seam-doc.xhtml Not Found in ExternalContext as a Resource. The manual gave me the impression that the pdf:s could be served ootb if you didn't need the *.pdf mapping. What component is responsible for the /seam-doc.seam

[jboss-user] [Security JAAS/JBoss] - Socket Connection Denied?

2007-10-05 Thread andrewjc
Hi All, Just wondering if anyone can help. I'm trying to submit HTTP POST request to a JBoss application from a PHP client, but I'm getting permission denied (error 13) when first attempting to connect to the JBoss server. What I'm trying to work out is where the problem is. I don't think

[jboss-user] [JBoss Seam] - Re: Stupid ajax4jsf filter when downloading files

2007-10-05 Thread [EMAIL PROTECTED]
It's a bug in RF. But you can't disable the filter because of a missing in Seam. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4091954#4091954 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4091954

[jboss-user] [JBossWS] - Re: error runtime modeler error: Wrapper class ... is not fo

2007-10-05 Thread [EMAIL PROTECTED]
http://www.jboss.org/index.html?module=bbop=viewtopict=120258 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4091917#4091917 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4091917

[jboss-user] [JBossWS] - Re: error RuntimeModelerException: runtime modeler error: Wr

2007-10-05 Thread [EMAIL PROTECTED]
Fantagir wrote : Hi! | | I'll try to do what explain in this page | http://jbws.dyndns.org/mediawiki/index.php?title=Quick_Start | | but don't work. The error is still the same. | | What can I do? Do you really used the jbossws wsconsume to generate the *client*? I guess

[jboss-user] [JBoss Seam] - Re: Stupid ajax4jsf filter when downloading files

2007-10-05 Thread [EMAIL PROTECTED]
a missing feature. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4091963#4091963 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4091963 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: DocumentStore usage

2007-10-05 Thread [EMAIL PROTECTED]
I believe the phase listener in jboss-seam-pdf.jar View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4091964#4091964 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4091964 ___

[jboss-user] [JBoss Portal] - Re: User Identity modules in a Portlet?

2007-10-05 Thread Antoine_h
For the first question, yes, the transactionManager is initialized by the Portlet Container. It is a kind of Injection, like oftenly used in AOP (Aspect Oriented Programming), in EJB3 (for the persistenceManager), in Seam, etc... Second question : you are doing a Login Portlet : a portlet to

[jboss-user] [JBoss Seam] - Re: @in(create=true) not working !

2007-10-05 Thread [EMAIL PROTECTED]
Seam has *always* done bijection by variable name. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4091922#4091922 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4091922 ___

[jboss-user] [JBoss Seam] - Re: Message Driven Bean starting jbpm process

2007-10-05 Thread jgeraert
See JBSEAM-2047 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4091953#4091953 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4091953 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: @in(create=true) not working !

2007-10-05 Thread _polly
yeah... this is different to my problem. I had the injected variable name matching @Name, and it still couldn't handle auto-creation from within the richfaces tab panel. Incidentally I never solved this. Just worked around it by refactoring a bit, so I didn't have to call any components

[jboss-user] [JBossCache] - Re: Data gravitation synchronization issue

2007-10-05 Thread fungrim
Unit test can be downloaded here: http://www.cubeia.com/files/cache-lock-test.tar.gz Regards /Lars J. Nilsson www.cubeia.com View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4091939#4091939 Reply to the post :

[jboss-user] [JBoss Seam] - Re: DocumentStore usage

2007-10-05 Thread nickarls
OK, and is it one of the things that should be automagically installed by some other seam listener or filter under 2.0.0CR1? And if so, could something in ICEFaces 1.7DR1 interfere? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4091971#4091971 Reply to the

[jboss-user] [JBoss Portal] - Re: Portlet Login

2007-10-05 Thread Antoine_h
Hello, don't know exactly for the problem but using a LoginPortlet is not recommended a lot of problems on the way see : http://www.jboss.com/index.html?module=bbop=viewtopicp=4091965#4091965 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4091970#4091970 Reply

[jboss-user] [JBoss jBPM] - Re: async processes : favour termination instead of inceptio

2007-10-05 Thread gogoasa
Do you think there should be a fix for this issue ? Should I file a Jira ? I personnaly think this will be an issue for all people that use jBPM for orchestrating remote services that take a long time to execute. View the original post :

[jboss-user] [JBoss jBPM] - swimlane

2007-10-05 Thread fuligj
In the sample webapp, that comes with jpdl-3.2.2, the task Evaluate web order assigned to manager, but all of the users can see it an execute too. Is that correct? I would like it, if only secreted would see his task. The swimlanes not in this direction good? Best regards! View the original

[jboss-user] [JBossWS] - Re: WS config

2007-10-05 Thread nickarls
Any help would be...helpful. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4091973#4091973 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4091973 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: DocumentStore usage

2007-10-05 Thread [EMAIL PROTECTED]
All phase listeners are automatically installed by JSF. IceFaces could well interfere - put a breakpoint on beforePhase of DocumentStorePhaseListener and see whether it gets called. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4091975#4091975 Reply to the

[jboss-user] [JBoss Portal] - Re: Making Portal loginpage to a portlet

2007-10-05 Thread Antoine_h
two things : LoginPortlet there is this : http://www.jboss.com/index.html?module=bbop=viewtopicp=4091970#4091970 Making a LoginPortlet is not recommended a lot of problems on the way see : http://www.jboss.com/index.html?module=bbop=viewtopicp=4091965#4091965 second thing : for the start page

[jboss-user] [Clustering/JBoss] - NameNotFound Exception on switching over

2007-10-05 Thread kanth_seenu
I have setup two nodes in cluster 1. The first node starts the clustered service successfully 2. The second waits to start the service Everything works fine upto this. Once the first node goes down, the immediate task that has to happen is to publish a JMS message. But what I get is just

[jboss-user] [JBoss Seam] - Re: Stupid ajax4jsf filter when downloading files

2007-10-05 Thread amitev
so shall we raise an issue for this? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4091974#4091974 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4091974 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: Stupid ajax4jsf filter when downloading files

2007-10-05 Thread [EMAIL PROTECTED]
For what? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4091999#4091999 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4091999 ___ jboss-user mailing list

[jboss-user] [EJB 3.0] - Session bean as a return parameter

2007-10-05 Thread ColinEberhardt
Just a quick question ... Is it OK for one session bean to return another as the return parameter of one of its business methods? i.e. class SessionBeanOne { public SessionBeanBeanTwo getBeanTwo() } Both are used via their local interfaces. I have tested the above and found that it

[jboss-user] [EJB 3.0] - Re: Session bean as a return parameter

2007-10-05 Thread wolfc
You should return a proxy to a bean via SessionContext.getBusinessObject. Now transaction, security and interceptors are ignored. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4092002#4092002 Reply to the post :

[jboss-user] [JBoss Seam] - Re: How to abandon a conversation?

2007-10-05 Thread jacob.orshalick
[EMAIL PROTECTED] wrote : JSP users can instead directly use f:param name=conversationPropagation value=none Yes Stephen, that will work. Embedding the f:param inside an h:commandLink / or similar component will have the same effect for JSP users. I agree that the documentation could use

[jboss-user] [JBoss Seam] - Why does s:convertDateTime pattern=

2007-10-05 Thread grettke_spdr
During testing we found that text input fields for date values set up with a converter: s:convertDateTime pattern=MM/dd// allow for the year input as 20007, which blows up on the DB side of things. The unexpected thing here is that I expected the converter to limit year inputs to 4

[jboss-user] [JBoss Portal] - Re: problem in struts mail portlet in portlet swap

2007-10-05 Thread PeterJ
There are several reasons why this post might not get any response. First, you do not indicate which version of JBoss Portal, JBoss App Server, and JDK you are using. In some cases, you also need to state which database and its version (not sure if that would apply here). Second, error text is

[jboss-user] [JBoss Seam] - Re: How to abandon a conversation?

2007-10-05 Thread [EMAIL PROTECTED]
Jacob, http://jira.jboss.com/jira/browse/JBSEAM-1899 I need to check the claim that it only works in Faclets - I think it should work in JSP now. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4091998#4091998 Reply to the post :

[jboss-user] [JBossWS] - XMLSchema, WSDL and wsconsume tool

2007-10-05 Thread mleite
Hi, i have created a WSDL file that is based on a XMLSchema file. In that XMLSchema file i have defined some rules related to simpleTypes, like that: xs:simpleType name=gender | xs:restriction base=xs:string | xs:enumeration value=M / | xs:enumeration value=F / |

[jboss-user] [JBoss Seam] - Re: seam and batch/queue-processing

2007-10-05 Thread motte79
@kenglover: Thanks, but i'm using Quartz not EJB-Timers. I'm sorry, should have told it. @pete.muir: I tried the approach by scheduling an asynchronous task at startup, which performs some operations and gives the control for the next operation to a new asynchronous task. This works fine for

[jboss-user] [JBoss Seam] - fileupload contentType is set to application/force-download

2007-10-05 Thread franck93
When i use s:fileUpload and its contentType attribute for submitting a pdf file, the variable linked to the contentType's attribute value is set to application/force-download. Do you know why it is not set to application/pdf instead? fyi if i submit an excel file it is set to

[jboss-user] [Management, JMX/JBoss] - System properties

2007-10-05 Thread chris.w
Is it possible for a remote JMX client to read the JBoss server's JVM's system properties (like you would normally do with System.getProperties() for your local machine)? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4092012#4092012 Reply to the post :

[jboss-user] [JBoss Seam] - Re: How to abandon a conversation?

2007-10-05 Thread jacob.orshalick
From testing, s:conversationPropagation works embedded in an h:commandLink for JSPs, just as f:param works so the docs should definitely be updated. The hidden form field is how I would expect it to work for an h:commandButton, but unfortunately just as specified in the bug report it does not

[jboss-user] [Management, JMX/JBoss] - Re: System properties

2007-10-05 Thread PeterJ
Yes, you can get this from the MBean jboss:type=Service,name=SystemProperties. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4092014#4092014 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4092014

[jboss-user] [JBoss Seam] - Re: Problem with s:conversationPropagation

2007-10-05 Thread jacob.orshalick
Please see: http://jira.jboss.com/jira/browse/JBSEAM-1899 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4092016#4092016 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4092016 ___

[jboss-user] [Messaging, JMS JBossMQ] - Re: Exception in JMSCI message listener

2007-10-05 Thread [EMAIL PROTECTED]
It is if the static initialization threw a JAXBException, jc will be null. But that's not a JMS question either. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4092017#4092017 Reply to the post :

[jboss-user] [Messaging, JMS JBossMQ] - Re: Does setJMSPriority() actually do anything?

2007-10-05 Thread [EMAIL PROTECTED]
No, it's an FAQ, read the spec. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4092018#4092018 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4092018 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Performance: @Name and @Stateless

2007-10-05 Thread DiegoCoronel
Ok, ty for your help, i saw in my code that my menu was using if(Identity.instance().hasPermission(Modulo, modulo_+modulo.getTxModulo(), this)){ and now i got my menu from database ... i won like 20 sec with this change... probably i did something wrong with hasPermission. View the original

[jboss-user] [JBoss Seam] - Re: Performance: @Name and @Stateless

2007-10-05 Thread DiegoCoronel
just to complete... my iterator with hasPermission had more then 30 elements... :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4092020#4092020 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4092020

[jboss-user] [JBoss Seam] - Re: How to abandon a conversation?

2007-10-05 Thread [EMAIL PROTECTED]
Jacob, if you would file a issue about updating the docs for the controls which claim to be facelets only it would be great :) Sure, its currently an issue. We'll get a fix into the 2.0.1 release View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4092021#4092021

[jboss-user] [JBoss Portal] - Re: Chanhes Made Though the Admin Console is not reflecting

2007-10-05 Thread PeterJ
Please post the *-ds.xml file you are using for Oracle. From my Oracle days, I recall that it included some tools to monitor or log SQL calls. Could you turn those on to see what activity, if any, there is when you use the Management Portlet to add a portlet to that page. View the original

[jboss-user] [JBoss Seam] - Re: Stupid ajax4jsf filter when downloading files

2007-10-05 Thread amitev
maksimkaszynski wrote : It's Alex's sacred mystery. | Such holy mantra is believed to force RichFaces use Tidy filter to process certain view. | | | | context-param | | param-nameorg.ajax4jsf.xmlparser.ORDER/param-name | | param-valueTIDY,NEKO,NONE/param-value | |

[jboss-user] [JBoss Seam] - Re: Stupid ajax4jsf filter when downloading files

2007-10-05 Thread [EMAIL PROTECTED]
Yes, raise an issue asking for this in components.xml View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4092046#4092046 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4092046 ___

[jboss-user] [JBoss Portal] - Re: Got it y'all. Here's a working Struts bridge example (2.

2007-10-05 Thread NM-156
Can you also set up web.xml as follows? I believe I omitted this from the original config that I posted, so I apologize. web.xml: ?xml version=1.0 encoding=ISO-8859-1? | !DOCTYPE web-app PUBLIC -//Sun Microsystems, Inc.//DTD Web Application 2.3//EN |

[jboss-user] [Management, JMX/JBoss] - Re: System properties

2007-10-05 Thread chris.w
Excellent, thanks a lot! I wonder why I couldn't figure this out by myselft... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4092024#4092024 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4092024

[jboss-user] [JBoss Seam] - Re: How to abandon a conversation?

2007-10-05 Thread jacob.orshalick
Done. Please see: http://jira.jboss.com/jira/browse/JBSEAM-2048 Thanks for the information Pete :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4092023#4092023 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4092023

  1   2   3   >