[jboss-user] [JBoss Portal] - Re: Portal/CMS Exceptions in 2.6-ALPHA1 when creating new ht

2007-01-23 Thread [EMAIL PROTECTED]
btw Forgot to mention, I am using mysql as my database server instead of the default hypersonic. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4005676#4005676 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4005676 ___

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

2007-01-23 Thread mariuszs
"lightbulb432" wrote : | 1) How does going to /seam-booking automatically redirect to /seam-booking/home.seam? I don't see anything in web.xml or pages.xml where this behavior has been configured. | There is default page index.html, which make redirect to home.seam | | | |

[jboss-user] [JBoss Portal] - Re: Portal/CMS Exceptions in 2.6-ALPHA1 when creating new ht

2007-01-23 Thread [EMAIL PROTECTED]
I tried the same on my box locally and its working just fine for me. Here are the steps I performed: 1) Went to the main portal page: http://localhost/portal 2) Then logged in as user: admin, password: admin 3) Clicked the 'Admin' link 4) Clicked the 'CMS' link 5) This brought up the CMS Admi

[jboss-user] [JBoss Portal] - Passing user credentials to Producer

2007-01-23 Thread bhupeshs
In Jboss portal 2.4.0GA, How do we pass the user credentials to the producer portlet? we can authenticate the consuer with the produer using the element in *-wsrp.xml file, but I need to pass the credentials of the user who requested the remote portlet. View the original post : http://www.jb

[jboss-user] [JBoss Seam] - Re: How to automatically end a conversation if fail to click

2007-01-23 Thread [EMAIL PROTECTED]
Your problem seems to be that you don't have a well-defined navigation model. You talk about "accidently clicking another action" taking you back to a place where a conversation can begin. This should never happen. The only way to get to a conversation begin point should be via a link that does

[jboss-user] [EJB 3.0] - Re: Persistence context injection problem - is it a bug ?

2007-01-23 Thread [EMAIL PROTECTED]
any idea ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4005662#4005662 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4005662 ___ jboss-user mailing list jboss-user@lists.jbo

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Issue with JBoss IDE 2.0 Beta with Eclipse 3.2.1

2007-01-23 Thread [EMAIL PROTECTED]
if you have a user name and password on the jmx console, you'll need to add these username and password parameters to the start / stop / twiddle tabs of the launch configuration for your server. DOuble click your server, it should open in an editor. Click edit launch configuration, and modify t

[jboss-user] [JBoss jBPM] - anyone define swimlanes externally (DB, shared xml, etc?)

2007-01-23 Thread dslevine
Has anyone defined swimlanes externally to the process definition? (Does that even make sense?) I have many workflows that involve the same swimlanes, and right now I am cutting and pasting the XML into each process, which is not the idea situation for many reasons, the most obvious of which i

[jboss-user] [JBossWS] - Way to tell wstools ant-task to not regenerate all wsdl arti

2007-01-23 Thread umesh.dua
Hi, I am using jboss-wstools ant task to generate my wsdl file from the Endpoint. Following is the build.xml code, | | | | | | | wstools-config.xml looks like this, | http://www.jboss.org/jbossws-tools"; |xmlns:xsi="http://www.w3.org/2001/XMLSchema-i

[jboss-user] [JBoss Seam] - Re: iText (PDF) support in Seam

2007-01-23 Thread [EMAIL PROTECTED]
I've checked in some changes to PDF that solve the session/conversation scope problem and that give significantly more control over the URLs used. (/myApp/myDocument.pdf, for example) I'd appreciate feedback from anyone who was bothered by the previous behavior. View the original post : ht

[jboss-user] [JBoss Seam] - Re: iText (PDF) support in Seam

2007-01-23 Thread [EMAIL PROTECTED]
Just to make sure I am hearing you correctly - you want to take an existing PDF document and define precise rectangles over it in which seam should generate a page overlay, essentially "filling in" the document? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p

[jboss-user] [JBossWS] - Using JBossWS 1.2 (JAX-WS) and SOAP 1.2

2007-01-23 Thread dwin
Hey guys I was wondering how I could leverage SOAP 1.2 along with JBossWS 1.2? Does the annotation @BindingType for a SEI work? @BindingType (value=SOAPBinding.SOAP12HTTP) I am kinda lost as to how to map fault codes to specific java exceptions. any info would be much apperciated. View the

[jboss-user] [JBoss Seam] - Re: org.hibernate.exception.DataException: could not initial

2007-01-23 Thread ernest210
So why that work on scope SESSION and doesn't work on scope CONVERSATION?. I use "Hypersonic". View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4005632#4005632 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4005632 __

[jboss-user] [JBoss Seam] - Seam Examples

2007-01-23 Thread lightbulb432
I have some questions after taking a look at the Seam booking example. 1) How does going to /seam-booking automatically redirect to /seam-booking/home.seam? I don't see anything in web.xml or pages.xml where this behavior has been configured. 2) In the example's pages.xml there is a no-conversa

[jboss-user] [JBoss Seam] - s:link

2007-01-23 Thread lightbulb432
Does s:link always output a lot of text as its rendered HTML? Is there any way to get rid of this to result in more "friendly" URLs? (e.g. put that stuff in hidden form fields or something) I noticed the outputted URL has lots of parameters like actionMethod, dataModelSelection...out of curiosi

[jboss-user] [EJB 3.0] - JPQL, Postgres and nulls

2007-01-23 Thread ghinkle
I am wondering if anyone has been able to effectively use null jpql parameter bindings with postgres version 8+. The story is this. I have columns that are nullable. I want to search by them finding nulls if i pass in a null parameter or where they match if i pass in a non-null parameter. Now J

[jboss-user] [JBoss Messaging] - Re: Problem if messaging client deployed within same VM

2007-01-23 Thread alllle
I just got it work, but I don't know if I did it the correct way. So if your solution is different, please post as well. I commented out the scoped classloader for the JBoss Messaging in the jboss-messaging.sar/META-INF/jboss-service.xml file, then copied the jboss-messaging-client.jar into the

[jboss-user] [JBoss Seam] - Re: How to automatically end a conversation if fail to click

2007-01-23 Thread [EMAIL PROTECTED]
anonymous wrote : I accidentally click an action other than the @End action. Define what you mean by this. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4005614#4005614 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=400

[jboss-user] [Installation, Configuration & Deployment] - Failed to connect to localhost:1099

2007-01-23 Thread gaulakh
I am running JBoss_4_0_3_SP1 on a Windows 2000 evironment. I am trying to run my server instance (named DAS) on a different set of ports. I have looked into the bindings.xml file and modified the second instance (the one with JNDI port = 1199) and changed the server name to DAS. I then commented

[jboss-user] [JBoss Seam] - Re: How to automatically end a conversation if fail to click

2007-01-23 Thread gus888
Hi Gavin, Thank you very much for your quick help. My situation is typical, I think. For example, when a user checks out an order, but before he place the order, he doesn't want the order, but he also didn't click cancel button. He continues to view products just clicking product categories. Af

[jboss-user] [JBoss Seam] - Re: s:link

2007-01-23 Thread [EMAIL PROTECTED]
No, you can't put this stuff in form fields, because there is no form! s:link if for GET requests. These parameters only appear when they are needed. In simple cases, they aren't there at all. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4005615#4005615 Rep

[jboss-user] [JBoss jBPM] - problem with action

2007-01-23 Thread varshita
i am using jbpm strters kit3.0.4 with eclipseIDE1.5.When i deploy simple.par process with MessageActionHandler.java as action (which is provided with jbpm), It is not showing any effect.Should i need to download any extra features or starters kit is enough. View the original post : http://www.

[jboss-user] [JBoss Seam] - Re: s:link

2007-01-23 Thread lightbulb432
When would you use s:link vs h:commandButton within a dataTable? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4005624#4005624 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4005624 __

[jboss-user] [JBoss Portal] - Portal/CMS Exceptions in 2.6-ALPHA1 when creating new html p

2007-01-23 Thread freeportpa
I'm trying to get the portal with cms working and have run in to an exception that appears to be a bug. I have ot use the 2.6 version because I want to have different CMS regions on different pages with different content and I saw that this is possible in this release. I just tried it again by

[jboss-user] [JBoss Seam] - How to automatically end a conversation if fail to click @En

2007-01-23 Thread gus888
Hi, I still cannot figure out how to let system automatically end a conversation if I accidentally click an action other than the @End action. The conversation is as followings: @Begin | public String createInstance() { | ... | return "page1"; | }

[jboss-user] [JBossWS] - NullCountedPointer exception from WSDL11Reader

2007-01-23 Thread wpower
I am trying to migrate an Axis based web service to JBoss. JBossws fails processing the existing web services .wsdl file. The problem is caused by the tag. Does anyone know if there is a fix for this problem. Error message: 20:39:44,590 WARN [WSDL11Reader] Unsupported fault message part

[jboss-user] [JBoss Eclipse IDE (users)] - Issue with JBoss IDE 2.0 Beta with Eclipse 3.2.1

2007-01-23 Thread manojpn
Operating system : OpenSuse 10.2 X86_64 Java version: JDK 1.5 (1.5.0_10-b03) 64 Bit Eclipse version: 3.2.1+ Webtools 1.5.1 JBoss-IDE version : 2.0 Beta JBoss Sever version : jboss-4.0.5.GA I setup the Server runtime using the JBoss Inc entry for Jboss 4.0 server. I enabled the Server view to dis

[jboss-user] [JBoss Seam] - Re: iText (PDF) support in Seam

2007-01-23 Thread spambob
Hello Norman, congratulation on your PDF library! While I partially agree that PDF Forms are nice I run in some problems with them (while using iText): 1. One isn't able to format the label & the inputfield 2. The input is always displayed in some typewriter font (Please correct me if I'm wrong

[jboss-user] [JBoss Messaging] - Re: Problem if messaging client deployed within same VM

2007-01-23 Thread alllle
"PeterJ" wrote : The jboss-messaging-client.jar file is only for use with a stand-alone messaging client. You do not need it for a messaging client that is deployed to the application server. All of the necessary classes should already be in the jar files in the server/default/lib directory. Th

[jboss-user] [Messaging, JMS & JBossMQ] - Re: how to save text of the message to JMS_MESSAGES table

2007-01-23 Thread hquang
hi genman, Thanks for your reply. You are right, the msg is stored as s srerialized obj. Very much appreciated if you could tell me how to create my own persistence manager to save the text. Thank you. Best Regards, Quang View the original post : http://www.jboss.com/index.html?module=bb&o

[jboss-user] [JBoss Messaging] - Re: Problem if messaging client deployed within same VM

2007-01-23 Thread PeterJ
The jboss-messaging-client.jar file is only for use with a stand-alone messaging client. You do not need it for a messaging client that is deployed to the application server. All of the necessary classes should already be in the jar files in the server/default/lib directory. View the original p

[jboss-user] [JBoss Seam] - Re: Destroying a coversation causes exception

2007-01-23 Thread seamNoobie
After the exception; if I re-fresh the page I can carry on and the conversation is not in the list. It's as if the "line" that was deleted is not quite removed from the screen so that when the page is refreshing (pre-exception) the line is still there and tries to access some information from it

[jboss-user] [JBoss Seam] - Object cached when page parameter not specified

2007-01-23 Thread fabio.ita04
Hi, According to Seam App Framework documentation, "when we link to the page with no request parameter, the Create page will be displayed". But, the behavior I'm really getting is: when clicking "new" button for the first time, a new entity is created. So I click back button, and choose (in a

[jboss-user] [JBoss jBPM] - Re: Unable to insert new process definitions.

2007-01-23 Thread mihochan
Found the problem Turning the following configuration option OFF removes the error. | false | Looks like a bug to me. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4005554#4005554 Reply to the post : http://www.jboss.com/index.html?module=bb&op=

[jboss-user] [JBoss Seam] - Right way to refresh a DataModel

2007-01-23 Thread twocoasttb
What's the *right* way to refresh a DataModel living inside a SFSB on every page load? Is it to add an entry to pages.xml like this? Or is there another prefered method? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4005545#4005545 Reply to the post : h

[jboss-user] [EJB 3.0] - Re: RuntimeExceptions caught, wrapped in EJBException

2007-01-23 Thread ALRubinger
I've made a little Interceptor to do the trick here, but when configuring, I'm unsure how to signal to AOP that I'd like to intercept "all client calls to the service methods", not "all calls to service methods, including internal ones when a service method calls another". I've currently config

[jboss-user] [JBoss Portal] - Security-constraint being ignored

2007-01-23 Thread rsliotta
Good Evening. environment: JBoss Portal Version 2.4SP1 downloaded JBoss AS Version 4.0.4GA Database is Postgres 8.0.4 I am running on Windows Describe the problem: I am trying to add page level security to a page. It I configure it as unchecked and look in the management portal, it shows as un

[jboss-user] [Beginners Corner] - Is it consistent behavior for jboss to copy ear files to /jb

2007-01-23 Thread Xia
Is it consistent behavior for jboss to copy ear files to /jboss/server/default/tmp/deploy and explode them but not copy war files? I see each ear file in its entirety and its matching exploded subfolder. For war files I only see their exploded folders and not the war file itself?! View the or

[jboss-user] [JBoss Seam] - Re: End doesn't really end the conversation in 1.1

2007-01-23 Thread andrew.rw.robinson
Thank you "@End(beforeRedirect=true)" was exactly what I was looking for. Didn't realize the conversation would propagate with the redirect filter and having the End. Is there documentation on this (if so I'd like to see if there is more that I wasn't aware of)? View the original post : http

[jboss-user] [JBoss Seam] - Re: outject a constant string value from pages.xml

2007-01-23 Thread Holger Prause
finally found out how to uotput a constant string for example use : use | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4005538#4005538 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4005538 __

[jboss-user] [JBoss jBPM] - Unable to insert new process definitions.

2007-01-23 Thread mihochan
I am trying to insert process definitions into a MySQL database from a stand-alone application. The process definitions are good as they install from JBoss. The problem seems to be with the persistence configuration but I can't see what is going wrong. I can also contact the database to retriev

[jboss-user] [JBoss Messaging] - Problem if messaging client deployed within same VM

2007-01-23 Thread alllle
I have been struggling with deploying JBoss Messaging 1.0.1SP2 for a couple of days and got no luck. Please help. What I need is to be able to send/receive messages in my EJB3 that is deployed in the same JBoss server as the JBoss Messaging. I followed the instruction on the user manual for the

[jboss-user] [JBoss Seam] - Re: concurrent conversations changing same data

2007-01-23 Thread [EMAIL PROTECTED]
I think you are trying to ask "how can I have an atomic conversation". Use @Begin(flushMode=MANUAL). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4005541#4005541 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4005541 _

[jboss-user] [JBoss Seam] - Re: End doesn't really end the conversation in 1.1

2007-01-23 Thread [EMAIL PROTECTED]
oh, you can also use @End(beforeRedirect=true) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4005527#4005527 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4005527 ___ jboss-us

[jboss-user] [JBoss Seam] - Re: End doesn't really end the conversation in 1.1

2007-01-23 Thread [EMAIL PROTECTED]
Conversations ALWAYS propagate acroess redirects when you have SeamRedirectFilter installed. (Unless you end the conversation using Conversation.endBeforeRedirect().) This has been the case since early versions of Seam. View the original post : http://www.jboss.com/index.html?module=bb&op=view

[jboss-user] [JBoss Seam] - Re: Using Seam gem for tomcat with and without embedded ejb3

2007-01-23 Thread [EMAIL PROTECTED]
You should be OK using jboss embeddable ejb3 in this scenario. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4005522#4005522 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4005522

[jboss-user] [JBoss Seam] - Seam Gen Problem

2007-01-23 Thread kasim
This is probably something obvious but i cant figure it out. When i run the ./seam generate-entities i get No driver found error. i was assuming it was going off the one we defined in the setup. which i verified is there Total time: 1 second | apple-nusairat:/usr/local/java/packages/jboss-se

[jboss-user] [JBoss Seam] - End doesn't really end the conversation in 1.1

2007-01-23 Thread andrew.rw.robinson
I have an event listener with an End attribute on it inside of a conversation scoped bean: @Observer(UserContextUtils.APP_SET_CHANGE_EVENT_NAME) | @End | public void currentViewAppSetChanged(CurrentViewApplicationSetChangeEvent evt) {...} There is no nested conversation when this meth

[jboss-user] [JNDI/Naming/Network] - Re: unpacked WAR access to datasource - not found

2007-01-23 Thread PeterJ
What is in your jboss-ds.xml file? You should have something like this: | | jdbc/XWikiDS | . . . | | You might also have to add a WEB-INF/jboss-web.xml file to the xwiki war file: | | jdbc/XWikiDS | java:jdbc/XWikiDS | | View the origi

[jboss-user] [JBoss Seam] - Re: New fileUpload component

2007-01-23 Thread gus888
Very nice. This will be very easy to value-bind file with entity bean. Thank you so much. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4005516#4005516 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4005516

[jboss-user] [JBoss Seam] - Re: Using Seam gem for tomcat with and without embedded ejb3

2007-01-23 Thread guy_davis
Hi Norman, Our product currently ships a Java daemon that we've embedded Tomcat into. It runs as a Windows service. We are hesitant to require our clients to follow a whole other install process for JBoss along with ours. Is it possible to embed JBoss into the JVM process of another Java dae

[jboss-user] [JBoss Seam] - Re: selectItems exception

2007-01-23 Thread petemuir
Does it work properly without A4J? - I've never tested it with A4J. N.B. The problem could well be that you have given a name to the si:config in components.xml - as a result you are configuring a seperate instance of the config rather than the default. Try it without the name. View the origin

[jboss-user] [EJB/JBoss] - Listening Remote Topic from MDB

2007-01-23 Thread jp_ammu
Hi All, I have gone through the JBOSS article http://wiki.jboss.org/wiki/Wiki.jsp?page=HowDoIConfigureAnMDBToTalkToARemoteQueue . I haven't been successfull yet though i have done exactly the same way. Iam using JBOSS 4.0.2(A) and 4.0.3(B) jboss serevers 1) Remote Topic is configured on B tied t

Re: [jboss-user] [Installation, Configuration & Deployment] - Symlink Resouce bundles and symlinks

2007-01-23 Thread Matthew Hannigan
On Tue, Jan 23, 2007 at 01:58:23PM -0500, YosarianTheGreat wrote: > We're trying to upgrade to 4.0.5 but have hit a snag. We use > Class.findResource and ResourceBundle.getBundle to locate properties files > which exist in WEB-INF/classes. Because we have different environments (dev, > stage,

[jboss-user] [JCA/JBoss] - Re: Need help in using org.jboss.util.threadpool.ThreadPool

2007-01-23 Thread [EMAIL PROTECTED]
Are you talking about a JCA adapter having access to a thread pool. JCA uses a concept called the 'WorkManager' to give access to resource adapters for managing threads. Note, this is not a generalized mechanism and does not apply to other EE application components. View the original post : h

[jboss-user] [JBoss Seam] - Autocomplete textfield with Seam & Ajax4jsf

2007-01-23 Thread toni
Hi, I'm trying to use an autocomplete textfield in my seam applicaiton. The latest verison of ajax4jsf has a tag for that: However, I can't find a seam example, which makes use of this tag. Has anybody implemented an autocomplete textfield in seam using ajax4jsf yet? View the origina

[jboss-user] [JBoss jBPM] - Re: Problem integrating identity component

2007-01-23 Thread estaub
I don't know anything about this, but it looks like you might be doing some initialization twice that must only be done once. Also, google {proxool fastclassbycglib duplicate class definition} and look at the first item (re Proxool 0.9.0 RC3) in the first link you find. -Ed Staub View the or

[jboss-user] [Installation, Configuration & Deployment] - Re: How to Turn Off DTD Validation for struts-config.xml

2007-01-23 Thread Dynapen
Is there a way to set it so that the dtd can just be deployed alongside the xml file (even inside the WEB-INF folder) and have the validation go from there? That way I could simply have the dtd reside alonside the xml file so that validaiton passes, and I don't have to worry about linking extern

[jboss-user] [Clustering/JBoss] - Re: Can't reconnect to JMS server after cluster node goes do

2007-01-23 Thread kratosh
I'm using a QueueSender in some class of mine in order to send messages to the queue. And i use a QueueConnection that is created by QueueConnectionFactory. I use MDB for getting messages from the queue, not sending to the queue. And the problem is with sending the messages. I looked at the wiki

[jboss-user] [JBoss jBPM] - Re: Is this a mem. leak

2007-01-23 Thread estaub
I'm just a newbie here... have you considered submitting a bug report? This looks like a well-documented, solid catch. http://jira.jboss.com/jira/secure/CreateIssue!default.jspa -Ed Staub View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4005509#4005509 Reply

[jboss-user] [JBoss Seam] - Re: org.hibernate.exception.DataException: could not initial

2007-01-23 Thread [EMAIL PROTECTED]
That error is from your database, nothing to do with seam. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4005510#4005510 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4005510

[jboss-user] [JBoss jBPM] - Re: Changing the process requires me to recreate the oracle

2007-01-23 Thread estaub
I just moved to Oracle today and don't see this problem. A new ProcessDefinition record with the next version number is created. What method are you calling? I'm using GraphSession.deployProcessDefinition. -Ed Staub View the original post : http://www.jboss.com/index.html?module=bb&op=viewt

[jboss-user] [JBoss jBPM] - Beta3, packaging issues

2007-01-23 Thread rjain15
Hi, I downloaded the jbpm-bpel beta3, and I see some build files, ant scripts missing. Also the packaging of the examples etc has changed from Beta2. Its kind of difficult to get started to use beta3 in Eclipse. Is there a patch available to fix all the beta3 issues to make it build and work

[jboss-user] [Security & JAAS/JBoss] - Re: JBoss4.0 and JAAS/Login-config.xml

2007-01-23 Thread eschulma
And the final fix -- I should have put java:/jaas/webappDomain in jboss.xml rather than java:jaas/webappDomain Both forms actually work for jboss-web.xml, which is a little surprising. Hope this helps someone. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p

[jboss-user] [JBoss Seam] - Re: org.hibernate.exception.DataException: could not initial

2007-01-23 Thread ernest210
I forget ERROR: | 21:57:30,781 INFO [IntegerType] could not bind value '1' to parameter: 1; Type Conversion not supported | 21:57:30,796 WARN [JDBCExceptionReporter] SQL Error: -95, SQLState: 22003 | 21:57:30,796 ERROR [JDBCExceptionReporter] Type Conversion not supported | 21:57:30,81

[jboss-user] [JNDI/Naming/Network] - < Environment> entry in Tomcat's context file

2007-01-23 Thread BrianR
I'm reposting this, since the first post doesn't even display the Topic title correctly (the use of the greater-than and less-than symbols) I'm looking into the possibility of migrating our web applications from standalone Tomcat to JBoss AS. One difference I seem to have encountered arises

[jboss-user] [JBoss Seam] - org.hibernate.exception.DataException: could not initialize

2007-01-23 Thread ernest210
My problem. I have two class Client and Book with relations OneToMany set on cascade "REMOVE". Now I must change scope "SESSION" on "CONVERSATION". Now (after the change) when i execute delete method on Client i have error. When scope is set on SESSION everything is ok but when is set on CONVERS

[jboss-user] [JBoss Portal] - Portlet state refresh problem

2007-01-23 Thread TopperHarley
I am having some problems with my JBoss portal app that I think might be caused by how Portal is caching portlet state. My app has: JBoss Portal 2.4 Seam 1.1 Myfaces 1.1.4 I have a portlet that has a navigation of A -> B -> C -> D. I submit the actions that take me to page C. If I naviga

[jboss-user] [Security & JAAS/JBoss] - Re: JBoss4.0 and JAAS/Login-config.xml

2007-01-23 Thread eschulma
As usual, after banging my head so long that I finally decide to post, the solution comes shortly afterward. The main problem appears to have been that I had commented out some lines in the Tomcat SAR server.xml that refer to JAAS when JBoss was first installed, over 6 months ago. Not sure *wh

[jboss-user] [JBoss jBPM] - Re: org.jbpm.JbpmException: token 'Token(/)' can't be signal

2007-01-23 Thread juangiovanolli
the problem was i'm not calling the signal() method of the root token for appoint to the start state. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4005482#4005482 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4005482

[jboss-user] [JBoss Seam] - Re: and HTML tags

2007-01-23 Thread toni
any workaround? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4005480#4005480 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4005480 ___ jboss-user mailing list jboss-user@list

[jboss-user] [JBoss Seam] - need help pls!!!

2007-01-23 Thread Holger Prause
Hello in need urgent help for this problem or at least a comment on this http://www.jboss.com/index.html?module=bb&op=viewtopic&t=99753 Sorry for any cross posting but i really need an answer / reaction on this (didnt got any) View the original post : http://www.jboss.com/index.html?module=bb&o

[jboss-user] [JBoss Seam] - selectItems exception

2007-01-23 Thread damatrix
Hello, I'm using Seam 1.1.0.GA, Ajax4JSF, Facelets and selectItems beta 1.1.1beta 4. This little bit of code on my page is giving me an exception immediately focus moves away from the selectOneMenu. | |

[jboss-user] [JBoss Seam] - Re: outject a constant string value from pages.xml

2007-01-23 Thread Holger Prause
i noticed the same problem occurs if u use params, u cant output a constant string(u can only use el expression which will be evaluated), i am really getting crazy/ mad on this , why o why? Such a simple thing and i am stuck on it, pls help. View the original post : http://www.jboss.com/index

[jboss-user] [JBoss Seam] - Re: Destroying a coversation causes exception

2007-01-23 Thread seamNoobie
"petemuir" wrote : Post the code for the entry component Destroying ANY conversation gives this... I am not quite sure what you want me to post. Please pm me and I can supply a link to all the code etc. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4005467#4

[jboss-user] [JBoss Seam] - Re: seampay example broken?

2007-01-23 Thread [EMAIL PROTECTED]
Nope - I can't reproduce. It runs fine with an install from JEMS installer linked from the Seam download page. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4005465#4005465 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&

[jboss-user] [JBoss Seam] - Re: seampay example broken?

2007-01-23 Thread [EMAIL PROTECTED]
Nope - I can't reproduce. It runs fine with an install from JEMS installer linked from the Seam download page. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4005464#4005464 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&

[jboss-user] [JBoss jBPM] - Re: change database

2007-01-23 Thread estaub
I just switched to Oracle today, so this is all pretty fresh in my head (unlike most of the rotten stuff in there). First, if you haven't already, see http://docs.jboss.org/jbpm/v3/userguide/persistence.html#changingthejbpmdb and the surrounding context. So you need to change the jdbc connec

[jboss-user] [EJB 3.0] - [SessionFactoryObjectFactory] Not found

2007-01-23 Thread mphansen
Hi, After asking this question in the Seam forum (http://www.jboss.com/index.html?module=bb&op=viewtopic&t=99749) I was directed to this forum. I'm trying to set up the seam booking example in a cluster. I have two jboss-4.0.5-ga instances installed (with ejb3-clustered support) and an Apache

[jboss-user] [JNDI/Naming/Network] - unpacked WAR access to datasource - not found

2007-01-23 Thread fbadt
jboss 4.04 Installed XWiki as an inpacked WAR in the server/deploy directory. The web.xml has the following entry: DB Connection java:jdbc/XWikiDS javax.sql.DataSource Container What needs to be in what config file for the datasource to be found? I woul

[jboss-user] [JBoss Seam] - Re: Clustering booking example

2007-01-23 Thread mphansen
"[EMAIL PROTECTED]" wrote : You would be better off asking about the first problem in the ejb3 forum. Thanks, I posted the question at http://www.jboss.com/index.html?module=bb&op=viewtopic&t=99783. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4005474#400547

[jboss-user] [JNDI/Naming/Network] - entry in Tomcat's context file.

2007-01-23 Thread BrianR
I'm looking into the possibility of migrating our web applications from standalone Tomcat to JBoss AS. One difference I seem to have encountered arises from an error related to the lookup of values we had defined in entries in our web application contexts... when the WAR file is deployed in JB

[jboss-user] [JNDI/Naming/Network] - Re: Environment entry in Tomcat's context file.

2007-01-23 Thread BrianR
Well, that post didn't turn out quite as I expected... The context file includes an entry along the lines of: http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4005477#4005477 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4005477 __

[jboss-user] [JBoss Seam] - Re: seampay example broken?

2007-01-23 Thread [EMAIL PROTECTED]
It works fine for me on CVS JBoss image. I'm downloading the installer to see if it looks any different there. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4005456#4005456 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&

[jboss-user] [JBoss jBPM] - deployProcessDefinition helper function - throws NullPointer

2007-01-23 Thread pailRider
I am having an issue with programmatically deploying a process definition via the JbpmContext help functions. I am calling the following code within a struts action class when the user clicks a button. My config and code follow. The problem is that I get a null pointer exception during the call

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

2007-01-23 Thread [EMAIL PROTECTED]
I've never tried, but I don't think you can you use it on its own. Seam-pdf registers a document store as a seam components and needs a conversation scope to efficiently store the documents. I can certainly foresee even more use of Seam features in the future. That being said, except for th

[jboss-user] [JBoss jBPM] - Re: processdefinition.xml error

2007-01-23 Thread brunoduarte
Have you solve this problem Andrea? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4005453#4005453 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4005453 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - seampay example broken?

2007-01-23 Thread bengt_mansson
Hi. I try to use asynchronicity but it won't work. Now I have run the jems installer again, with ejb3 profile, and then tried to run the seampay exmple. Same problem again. Is it really broken or is there any mistake from my side? /Bengt debug print: Exception during INVOKE_APPLICATION(5): $Pr

[jboss-user] [JBoss Seam] - Re: Validating initial input parameters for a pageflow

2007-01-23 Thread [EMAIL PROTECTED]
1) Use Seam page parameters 2) Try using Validators.instance(). 3) No, but you can do the validation in a Seam page action, and if the validation succeeds, begin the pageflow Note that I have never tried to do this, but I believe that the above will work. View the original post : http://www

[jboss-user] [JBoss Seam] - Re: and HTML tags

2007-01-23 Thread [EMAIL PROTECTED]
I doubt this is possible. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4005447#4005447 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4005447 ___ jboss-user mailing list jboss

[jboss-user] [JBoss Seam] - Re: SeamTest & Form based authentication

2007-01-23 Thread [EMAIL PROTECTED]
Override Request.getUserPrincipalName() and have it do whatever you like. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4005443#4005443 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4005443 _

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

2007-01-23 Thread [EMAIL PROTECTED]
you need the whole lot, I think, but Norman can give the definitive answer. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4005445#4005445 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4005445 ___

[jboss-user] [JBoss Seam] - Re: Clustering booking example

2007-01-23 Thread [EMAIL PROTECTED]
You would be better off asking about the first problem in the ejb3 forum. As for the second problem, use your debugger to figure out what object is being serialized. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4005442#4005442 Reply to the post : http://ww

[jboss-user] [Security & JAAS/JBoss] - Re: JBoss4.0 and JAAS/Login-config.xml

2007-01-23 Thread eschulma
I have the identical problem with JBoss 4.0.4, and I do have the correct DTD. The only way I can get JBoss to see my application policy is if I call it jboss.web in login-config.xml -- I noticed that I get a message [JAASRealm] Set JAAS app name jboss.web every time I start my app. Trying t

[jboss-user] [JBoss Seam] - Re: New fileUpload component

2007-01-23 Thread [EMAIL PROTECTED]
anonymous wrote : This fileUpload component is very easy to use, but I am wondering how to get the uploaded file properties, e.g. type, name. Thank you. Shane added that last night. It looks like: View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4005440#400544

[jboss-user] [JBoss Seam] - Re: Advice on Security System

2007-01-23 Thread [EMAIL PROTECTED]
Pete, its better to add that list to the JIRA issue. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4005438#4005438 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4005438 ___ jb

[jboss-user] [JBoss Seam] - Re: Cancel with h:commandButton

2007-01-23 Thread [EMAIL PROTECTED]
There is no reason why immediate=true should stop @End from working. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4005439#4005439 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4005439 __

[jboss-user] [Installation, Configuration & Deployment] - How scalable is JBOSS cluster per instance?

2007-01-23 Thread ajbiv
This may be off topic, but I was hoping maybe someone could point me to some information that might be helpful. I am trying to answer an RFP for my company. They essentially want to know how many users our application can support...then by adding another instance how much does that buy us. Obvi

[jboss-user] [Installation, Configuration & Deployment] - Symlink Resouce bundles and symlinks

2007-01-23 Thread YosarianTheGreat
We're trying to upgrade to 4.0.5 but have hit a snag. We use Class.findResource and ResourceBundle.getBundle to locate properties files which exist in WEB-INF/classes. Because we have different environments (dev, stage, prod) we need multiple versions of these properties files. In order to k

[jboss-user] [Clustering/JBoss] - When to add another instance

2007-01-23 Thread ajbiv
This may be off topic, but I was hoping maybe someone could point me to some information that might be helpful. I am trying to answer an RFP for my company. They essentially want to know how many users our application can support...then by adding another instance how much does that buy us.

  1   2   3   >