[jboss-user] [JBoss Tools (users)] - Re: Problem configuring server launch for Jboss 3.2

2007-08-15 Thread [EMAIL PROTECTED]
the 3.2.x driver is from Eclipse WTP and should work. But how come you need to add an external folder ? Could you report the issue in jira with the usecase ? Thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4074273#4074273 Reply to the post :

[jboss-user] [Beginners Corner] - configure application in NetBean

2007-08-15 Thread [EMAIL PROTECTED]
Dear Sir/Madam Currentlly I have one ejb module and one web module. Now i want to add another web module. At backend that new web module will also use same ejb module. I am using Netbeans 5.5 IDE. My question is how could i configure new web module to use existing ejb module. One possiblity is

[jboss-user] [JBoss Seam] - Re: validation and persisting

2007-08-15 Thread miloslav.vlach
But how to do with this situation: there is no @Begin annotated method. Page is displayed and when clicking the button actionlistener is called. public String save() { } How to do in this situation ? Thanks Mila View the original post :

[jboss-user] [JBoss Seam] - Re: h:commandLink behaviour - decode, encode

2007-08-15 Thread msznapka
I forget my configuration: jboss-seam-2.0.0.BETA1 jboss-4.2.0.GA facelets-1.1.13 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4074282#4074282 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4074282

[jboss-user] [JBoss Portal] - Re: Portal 2.6.1 and JDK 1.4.2

2007-08-15 Thread [EMAIL PROTECTED]
JBoss Portal 2.6.1 supports JDK 1.4 and JDK 5. JBoss AS 4.0.5 supports JDK1.4 (and JDK 5) JBoss AS 4.2.1 supports JDK5 only JBoss Portal 2.6.1 supports JBoss AS 4.0.5 and 4.2.1. So for you the good match is: JDK 1.4 + JBoss Portal 2.6.1 + JBoss AS 4.0.5 View the original post :

[jboss-user] [JBoss Seam] - Re: validation and persisting

2007-08-15 Thread [EMAIL PROTECTED]
Easy: Don't modify your data. If you do not have a conversation, then the entity instances have to be loaded by you from the database and it is you who are modifying these instances. Do your validation before you modify the instances. View the original post :

[jboss-user] [JBoss Seam] - Re: validation and persisting

2007-08-15 Thread [EMAIL PROTECTED]
If you want more specific help, as always, post your code. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4074285#4074285 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4074285 ___

[jboss-user] [EJB/JBoss] - Re: Remoting over https; where to put NoThrowOnError=true

2007-08-15 Thread itsme
hi all, we are having the same problem. Possibly the configuration of the servlet connectors should be the rigth place to configure that. Is there anybody else, who could give us a hint to solve this issue. /sandor/ View the original post :

[jboss-user] [JBoss Seam] - Re: validation and persisting

2007-08-15 Thread miloslav.vlach
There is code | @Name(requestAction) | @Stateful | @Restrict(#{identity.loggedIn}) | public class RequestAction implements RequestActionLocal, Serializable { | | | | | @ValidatedMethod(formName = editForm, validators = { @CustomValidator(validatorClass =

[jboss-user] [EJB 3.0] - Re: @local @remote

2007-08-15 Thread jdijkmeijer
Hmm maybe I'm a brainwashed by Seam lately just do something as #{sessionbeanname.doMethod} where the sessionbeanname is actually a seam reference, and of course I have forgotten a dozen times to declare the method in the bean. But on the other hand It should not be too hard to reference those

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Server Getting Shutdown

2007-08-15 Thread bkmjava78
Hi Peter, Thanks for replying. I am using Linux 4. I am running though the Putty. Jboss stars peoperly but sddenly it gets shut down. Here i am sending few lines from log. Thnaks 2007-08-14 04:45:50,784 INFO [org.jboss.system.server.Server] JBoss (MX MicroKernel) [4.0.2 (build:

[jboss-user] [JBoss Seam] - Re: Chapter 13

2007-08-15 Thread [EMAIL PROTECTED]
Aha.. Identity.java loggedIn Should this be mentioned in the doco as apposed to fishing about in the code? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4074296#4074296 Reply to the post :

[jboss-user] [JBoss Seam] - Chapter 13

2007-08-15 Thread [EMAIL PROTECTED]
Am I missing something or does it not tell you what the string that gets returned from a successful login will be? I thought it used to be success? I want to set a nav rule to go to a page when the user successfully logs in.. View the original post :

[jboss-user] [JBoss Seam] - Re: validation and persisting

2007-08-15 Thread miloslav.vlach
I remove the resfresh, but problem is,when validation failed some attributes are set and persisted to the entity Requst. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4074300#4074300 Reply to the post :

[jboss-user] [JBoss Seam] - Dynamic user for database connection

2007-08-15 Thread nickarls
Hi, There is the DataSource.getConnection(username, password) but when using JPA, is there any way of doing a run-time change of the database user? EntityManagerFactory has a setPersistenceUnitProperties(Map) but that is probably at too high a level(?) View the original post :

[jboss-user] [JBoss Seam] - Re: import.sql executed twice (I know why but...)

2007-08-15 Thread doballve
Hi Nicolas, Did you pursue this further in Hibernate forums? I'm also annoyed at the extra logs and would love to get rid of it. Thanks, Diego View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4074302#4074302 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Portal 2.6.1 and JDK 1.4.2

2007-08-15 Thread luke.mclean
Thanks Thomas for your quick response, I shall download the binary version of 2.6.1 and the AS 4.0.5GA now and follow the instructions in the reference guide found in the portal download for setting up the portal binary on the application server. View the original post :

[jboss-user] [JBoss jBPM] - Re: About the task

2007-08-15 Thread kukeltje
if you have multiple strongly related but different tasks You could also model this as a fork with three tasknodes each with one task, but this is more 'convenient' View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4074304#4074304 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: swimlane task assignment in process definition not worki

2007-08-15 Thread kukeltje
starttasks cannot be assigned via a swimlane they are always assigned to the actor who starts the task and this actor is put in the swimlane related to the task. This is by design. If you think it should be different, look in the jira if there is already an issue for this and vote for it.

[jboss-user] [JBoss jBPM] - Re: assign swimlane dynamically according to previous transi

2007-08-15 Thread kukeltje
swimlanes are not dynamic. Once set, it is set, unless you change the actors via the api. So you can e.g. create an actionhandler on the transition that sets the swimlane e.g. based on a processvariable. View the original post :

[jboss-user] [JBoss Seam] - Re: Injection not working calling methods between EJBs

2007-08-15 Thread pierospinelli
SECOND PART (it was too long): | at javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapter.java:77) | ... 44 more | Caused by: java.lang.NullPointerException | at it.em.test.ConcreteFirstBean.method3F(ConcreteFirstBean.java:40)

[jboss-user] [JBoss Seam] - Re: Seam managed transaction in Tomcat

2007-08-15 Thread thejavafreak
Have you installed embedded jboss? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4074299#4074299 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4074299 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: validation and persisting

2007-08-15 Thread [EMAIL PROTECTED]
And? All I can see is that you probably do not know how refresh() is used properly (in 5 years of Hibernate I never needed it). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4074297#4074297 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: assign swimlane dynamically according to previous transi

2007-08-15 Thread kukeltje
there is a jira issue for the making swimlanes more dynamic. Please vote for it View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4074309#4074309 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4074309

[jboss-user] [JBoss jBPM] - Re: assign swimlane dynamically according to previous transi

2007-08-15 Thread rossputin
Hi thanks, this definitely sounds like what I need to do, is it supported within the graphical designer yet, or do I need to do it in process definition xml? Is it possible you could point me to a very simple example of this? Thanks for your help, Ross View the original post :

[jboss-user] [JBoss Seam] - Re: TransactionalSeamPhaseListener + Spring @Transactional

2007-08-15 Thread dapeng
Hi, thanks for your answer. It is the first answer I get for my posts in the seam forum. Maybe I have been asking odd questions. Some points are still not quite clear: 1. I am not able to locate the class TransactionalSeamPhaseListener in Seam 2.0? Has it been replaced by the general

[jboss-user] [JBoss jBPM] - Re: swimlane task assignment in process definition not worki

2007-08-15 Thread syngolis
A possible way is to define the first node in the process with the initial command. Then you don't have to use a start-state. I think it should fits yor needs. process-definition name=ProcessName initial=NodeName | I never tried this solution, so correct me if i am wrong. View the original

[jboss-user] [JBoss Seam] - Re: jboss-el doesn't include javax.el.LocalStrings?

2007-08-15 Thread [EMAIL PROTECTED]
You need your .properties file on the classpath in the correct place e.g. /WEB-INF/classes/nz/co/selwynequestriancentre/i18n/jsf/standarderrors.properties If you are using Seam2, Seam will automatically use the Seam message bundle as the JSF message bundle. View the original post :

[jboss-user] [JBoss Seam] - Re: EL functions library

2007-08-15 Thread [EMAIL PROTECTED]
Looks useful, if you can create a JIRA issue, and provide as a patch against Seam UI in CVS head I can probably get them in very soon. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4074317#4074317 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Servlet Failure after uncommenting Webserver RequestLog

2007-08-15 Thread Defrian
Hello! We noticed a quite strange behaviour of our JBoss 3.2.4 (Jetty 4.2.27) Installation. After uncommenting this element in Jetty´s jboss-service.xml Set name=RequestLog | New class=org.mortbay.http.NCSARequestLog |ArgSystemProperty

[jboss-user] [JBoss Seam] - Using s:link to open new page in a popup window

2007-08-15 Thread barfoos
Hello, currently I'm using something like: | h:commandButton type=submit value=Create New Item | onclick=showPopup('createItem.seam'); / | to open a new popup window via javaScript. Further I could enhance this by writing: | h:commandButton type=submit value=Create New Item

[jboss-user] [JBoss Seam] - Re: Adding permissions to Identity

2007-08-15 Thread [EMAIL PROTECTED]
As Matt says. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4074322#4074322 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4074322 ___ jboss-user mailing list

[jboss-user] [JBoss Portal] - java.lang.OutofMemoryException

2007-08-15 Thread gurkanerdogdu
Hi; I downloaded the 2.6 Cr1 bin, deploy sar into the JBOss 4.2.0, using mysql datasource. After deploying, lots of logging related with jboss cache into the console and get exception. I disable info log, restart the server, got same exception... Help for this is appreciated; View the

[jboss-user] [JBoss Seam] - Re: h:commandLink behaviour - decode, encode

2007-08-15 Thread [EMAIL PROTECTED]
This is just the way the JSF lifecycle works. Make sure not to do a lot of work in a getter. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4074325#4074325 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4074325

[jboss-user] [JBoss Seam] - Re: Validator with SLSB - No ClassLoader Found

2007-08-15 Thread [EMAIL PROTECTED]
What is your packaging structure? Where have you put your validator? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4074326#4074326 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4074326

[jboss-user] [JBoss Seam] - Re: Dynamic user for database connection

2007-08-15 Thread [EMAIL PROTECTED]
Probably ask this in the hibernate forum. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4074327#4074327 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4074327 ___ jboss-user

[jboss-user] [EJB 3.0] - Re: need help for Transaction Attribute Types

2007-08-15 Thread grdzeli_kaci
Hello Ta Great Thanks for your post, i tried to this for couple of moth and could not resolve this problem. and ok, i did what you say i got another problem when i tried to persist in one method whats ok, there is no information persisted in database, but when i tried to flush on other method i

[jboss-user] [JBoss Seam] - Re: @Create in base abstract class

2007-08-15 Thread [EMAIL PROTECTED]
Yes, you can have it on a superclass as Matt says. So this is a bug in RHDS/JBossTools. Please report it in their JIRA. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4074332#4074332 Reply to the post :

[jboss-user] [JBoss Seam] - Trinidad 1.2/Facelets incompatibility fixed

2007-08-15 Thread marcopan
If you are experiencing problems using Trinidad 1.2 with Facelets/Seam, please consider that an important issue has been solved. https://facelets.dev.java.net/issues/show_bug.cgi?id=239 I just downloaded from CVS the facelets source, build a new jsf-facelets.jar and some (I have not yet tried

[jboss-user] [JBoss Portal] - Re: java.lang.OutofMemoryException

2007-08-15 Thread [EMAIL PROTECTED]
use this diff: | diff -u conf.orig/jboss-log4j.xml conf/jboss-log4j.xml | --- conf.orig/jboss-log4j.xml 2007-07-16 23:56:32.0 +0200 | +++ conf/jboss-log4j.xml2007-07-17 09:26:16.0 +0200 | @@ -164,6 +164,16 @@ |priority value=INFO/ | /category |

[jboss-user] [JBoss Seam] - Re: validation and persisting

2007-08-15 Thread [EMAIL PROTECTED]
Then that's the problem of how @ValidatedMethod works, which I guess is something you wrote. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4074337#4074337 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4074337

[jboss-user] [JBoss Portal] - Re: java.lang.OutofMemoryException

2007-08-15 Thread [EMAIL PROTECTED]
oh i didn't see the title. The exception has nothing to do with the logging. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4074338#4074338 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4074338

[jboss-user] [Clustering/JBoss] - Re: UDP discarded messages from the same cluster node

2007-08-15 Thread kevinstembridge
Hi Brian, Thank for the reply. The info on the wiki page was very helpful. My problem was that I was setting both the jboss.partition.updGroup and jboss.partition.udpPort at the same time, as described at the bottom of the wiki. Thanks for your help. View the original post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Dynamic database user?

2007-08-15 Thread nickarls
Hi, There is the DataSource.getConnection(username, password) but when using JPA, is there any way of doing a run-time change of the database user? EntityManagerFactory has a setPersistenceUnitProperties(Map) but that is probably at too high a level(?) View the original post :

[jboss-user] [JBoss Seam] - Re: h:commandLink behaviour - decode, encode

2007-08-15 Thread msznapka
Thank you for answer Pete So you think that loading data from database should be done inside action method (here doSomething)? What about first page load, where no action was fired? first page load - getData action load - getData, action, getData For information - this is event scoped seam

[jboss-user] [JBoss Seam] - Re: h:commandLink behaviour - decode, encode

2007-08-15 Thread [EMAIL PROTECTED]
This is what @Factory is for. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4074346#4074346 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4074346 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Early x-mas present in GPD

2007-08-15 Thread kukeltje
Thanks to Koen http://jira.jboss.com/jira/browse/GPD-81 Now up for http://jira.jboss.com/jira/browse/GPD-35 oh and I see all the issues for 3.1.0GA are done, but shouldn't http://jira.jboss.com/jira/browse/GPD-139 be in there to? Adding tasks does not work 'intuitively' atm. View the

[jboss-user] [JBoss Seam] - Re: 12.8.2 Captcha

2007-08-15 Thread wise_guybg
http://www.jboss.com/index.html?module=bbop=viewtopict=102097 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4074348#4074348 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4074348

[jboss-user] [JBoss Seam] - Re: Seam Captcha configuration

2007-08-15 Thread wise_guybg
http://www.jboss.com/index.html?module=bbop=viewtopict=101885 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4074349#4074349 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4074349

[jboss-user] [JBoss jBPM] - The combobox control

2007-08-15 Thread orochimaru19860000
Hello every body. Well actually I'm using jbpm 3.2.1 and I need to use a combobox and fill it from a table in a database. I haven't found any doc about it. and I ve tried so much without success. So if any body have done it before, could he please explain or at least give his source code.

[jboss-user] [JBoss Seam] - Re: Seam Captcha configuration

2007-08-15 Thread wise_guybg
While waiting for the team to provide a way to configure captcha I have elaborated a tweak that I want make sure is correct. I have subclassed CaptchaImage like so: | @Startup | @Scope(APPLICATION) | @Name(mycaptchaimage) | @Intercept(NEVER) | @Install(precedence = BUILT_IN, |

[jboss-user] [JBoss Seam] - Re: Seam and Captcha

2007-08-15 Thread wise_guybg
While waiting for the fix, a workaround is posted here: http://www.jboss.com/index.html?module=bbop=viewtopict=108972 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4074352#4074352 Reply to the post :

[jboss-user] [JBoss Seam] - Re: jboss-el doesn't include javax.el.LocalStrings?

2007-08-15 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote : You need your .properties file on the classpath in the correct place e.g. | /WEB-INF/classes/nz/co/selwynequestriancentre/i18n/jsf/standarderrors.properties | | If you are using Seam2, Seam will automatically use the Seam message bundle as the JSF message

[jboss-user] [JBoss Seam] - Re: Captcha - custom message

2007-08-15 Thread wise_guybg
http://jira.jboss.org/jira/browse/JBSEAM-1153 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4074355#4074355 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4074355 ___ jboss-user

[jboss-user] [JNDI/Naming/Network] - Re: Standalone JNDI server using jnpserver.jar

2007-08-15 Thread ako2k
Hi Marc, ich would like to know how you made it work, too. I found some old tutorials that show how to use jnpserver.jar, but it doesn't seem to work. Allways when i try to star the JNP Server like shown in [1] (java org.jnp.server.Main) i get an error. (Exception in thread main

[jboss-user] [JBossCache] - Help, a problem with DateEditor

2007-08-15 Thread bahamut0
Hi, guys. I am working on a web sit using tapestry, spring and tomcat. also i use JBossCache to support cluster cache. I found jboss register its DateEditor in PropertyEditorManager. It caused DateEditor handle all date parsing when i use tapestry's component, like DatePicker.

[jboss-user] [JBoss Seam] - Re: 12.8.2 Captcha

2007-08-15 Thread [EMAIL PROTECTED]
thanks for posting this wise_guy. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4074360#4074360 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4074360 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: assign swimlane dynamically according to previous transi

2007-08-15 Thread kukeltje
View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4074362#4074362 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4074362 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JNDI/Naming/Network] - DataSource Conn problem with MSSQLSERVER in JBOSS

2007-08-15 Thread shankha
Hi, I am facing a strange problem to deploy my application in jboss-4.2.1.GA server. When I start the server it will be expected to connect to the Data source in SQL server 2000. But It throws following exceptions. 15:31:17,412 INFO [STDOUT] 15:31:17,287 ERROR [[/uc]]

[jboss-user] [JBoss jBPM] - Re: The combobox control

2007-08-15 Thread kukeltje
what have you tried? You can use plain jsf for this. No different than in other apps View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4074365#4074365 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4074365

[jboss-user] [JBoss Seam] - Handling context-based validation

2007-08-15 Thread thatrichard
I have a Claim object. Whether or not it is valid depends on what the user is trying to do. My person object will require payee information to be valid for the purpose of payment, but not otherwise. Ideally, I'd do something like this: |public void makePayment(Party payee) { |

[jboss-user] [Messaging, JMS JBossMQ] - Re: JMSSecurityException when trying to subscribe to a tempo

2007-08-15 Thread hicks
The only arse around here is you. I recommend that you refrain from reading the forum as you obviously have the wrong attitude. If you don't know the answer to a question just say so, rather than taking your frustration out on people by hurling personal insults. As for my original question,

[jboss-user] [JNDI/Naming/Network] - *** DataSource Conn problem with MSSQLSERVER in JBOSS

2007-08-15 Thread shankha
Hi, I am facing a strange problem to deploy my application in jboss-4.2.1.GA server. When I start the server it will be expected to connect to the Data source in SQL server 2000. But It throws following exceptions. 15:31:17,412 INFO [STDOUT] 15:31:17,287 ERROR [[/uc]]

[jboss-user] [JBoss Portal] - Re: java.lang.OutofMemoryException

2007-08-15 Thread gurkanerdogdu
Hi thanks for answer, I tried to increase JBoss heap size Xmx to 1024, but the problem is still there. I started the jboss in eclipse jboss server plugin, some part of the exception trace is here; | 13:44:35,031 INFO [PortletAppDeployment] Parsing /portal-core/jboss-portlet.xml |

[jboss-user] [JBoss Seam] - Re: Seam Captcha configuration

2007-08-15 Thread wise_guybg
Oops, the code I provided only displays a custom captcha image, it cannot perform the validation. You have to create a custom captcha component. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4074371#4074371 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: The combobox control

2007-08-15 Thread orochimaru19860000
hi ronald, I ve tried to reach your msn adress but I didn't succeed. could you give it to me or invite me at [EMAIL PROTECTED] please View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4074372#4074372 Reply to the post :

[jboss-user] [JBoss Portal] - Re: java.lang.OutofMemoryException

2007-08-15 Thread gurkanerdogdu
I restart the server, but this time no error; Its awesome View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4074373#4074373 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4074373

[jboss-user] [JBoss Portal] - Re: java.lang.OutofMemoryException

2007-08-15 Thread gurkanerdogdu
When request to http://localhost:8080/portal exception is | | 4:00:03,937 WARN [arjLoggerI18N] [com.arjuna.ats.arjuna.coordinator.TwoPhaseCoordinator_2] TwoPhaseCoordinator.beforeCompletion - failed for [EMAIL PROTECTED] | java.lang.OutOfMemoryError: Java heap space | 14:00:15,125

[jboss-user] [JBoss Seam] - Re: jboss-el doesn't include javax.el.LocalStrings?

2007-08-15 Thread [EMAIL PROTECTED]
Ok, I found a bug in MyEclipse exploded deployment (again)... MyEclipse is exporting a different part of a project by mistake! http://gaming.homeip.net (assuming its up!) weired! Reporting this to MyEclipse guys again... View the original post :

[jboss-user] [JBoss jBPM] - Re: assign swimlane dynamically according to previous transi

2007-08-15 Thread syngolis
http://www.jboss.com/index.html?module=bbop=viewtopict=113008 [EMAIL PROTECTED] wrote : As for skipping the start-state. You can start the process in any node from jPDL 3.2 on. Just do not model a start-state and add initial=true as an attribute on the node (state, mail-node, process-state,

[jboss-user] [JBoss Seam] - Re: jboss-el doesn't include javax.el.LocalStrings?

2007-08-15 Thread [EMAIL PROTECTED]
Oops, typo /WEB-INF/classes/nz/co/selwynequestriancentre/i18n/jsfstandarderrors.properties Sorry. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4074379#4074379 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4074379

[jboss-user] [Beginners Corner] - Re: JNDI problem

2007-08-15 Thread zhlu
Can someone give me help? Or send me a simple example of war file in cluding a working jboss-web.xml and web.xml for oracle? -Henry View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4074381#4074381 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Handling context-based validation

2007-08-15 Thread ellenzhao
You may want to try to make your validator object be aware of the current context/conversation/use case (pick a word which is appropriate for your situation). My own project does not have any validator object yet (all the constraint logic is either in entity beans or in the entity manager

[jboss-user] [JNDI/Naming/Network] - datasource

2007-08-15 Thread zhlu
I got the following errors when I deploy my app with oracle datasource: 8:05:32,718 WARN [ServiceController] Problem starting service jboss.web.deploy ent:war=aaa.war,id=-1582241627 rg.jboss.deployment.DeploymentException: Error during deploy; - nested throwabl :

[jboss-user] [JBoss jBPM] - Re: The combobox control

2007-08-15 Thread orochimaru19860000
Well to start I' ve made an empty combobox and it seems thats it works. but how can I connect it to a database and fill it please View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4074384#4074384 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: assign swimlane dynamically according to previous transi

2007-08-15 Thread syngolis
OK...memo to myself: first test then write... This unit test shows the use of initial. It also shows, that my first attempt was right. ProcessDefinition processDefinition = ProcessDefinition.parseXmlString( | process-definition +

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - BMP ejbStore + Hibernate/har/JTA ?

2007-08-15 Thread HSerg
crosspost from http://www.jboss.com/index.html?module=bbop=viewtopict=115524 When I'm trying to save BMP as: public void SampleBean.ejbStore() throws EJBException, RemoteException { | try { | Session hsession = myHelper.getCurrentSession(); | Session dynamicSession =

[jboss-user] [JBoss Seam] - Re: jboss-el doesn't include javax.el.LocalStrings?

2007-08-15 Thread [EMAIL PROTECTED]
Ill let you off Pete... Fixed now. It was a bug in exploded deployment (MyEclipse not clearing up some old classes area) And a bug in my tool use (I didn't have the src folder in my WAR included in my build path - I mean why do you even need a src in your WAR right!!! well until JEE6 comes

[jboss-user] [JBoss Seam] - forum - categories

2007-08-15 Thread livenow
wouldn't it be time to make categories in this forum? - its getting a bit crowded here cheers, livenow View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4074390#4074390 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4074390

[jboss-user] [JBoss Seam] - Drools

2007-08-15 Thread miloslav.vlach
Can somebody translate this rule to the english ? | rule InsertMemberBlog | no-loop | activation-group permissions | when | check: PermissionCheck(name == memberBlog, action == insert, granted == false) | Principal(principalName : name) | MemberBlog(member : member -

[jboss-user] [JBoss Seam] - Re: forum - categories

2007-08-15 Thread [EMAIL PROTECTED]
We should have brand new forums (new software not just a new structure) soon now I think (and no, I don't know when). So its probably best just to struggle on for now ;) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4074392#4074392 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: assign swimlane dynamically according to previous transi

2007-08-15 Thread rossputin
Hi guys, I am sorry, I don't think I am making the question clear, I am hoping to design in the eclipse designer a process where according to a variable set early on... a task later in the process is assigned accordingly to user A or user B. Ronald your idea of setting the actor for a swimlane

[jboss-user] [JBoss jBPM] - Re: assign swimlane dynamically according to previous transi

2007-08-15 Thread syngolis
sorry, wrong topic... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4074395#4074395 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4074395 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: swimlane task assignment in process definition not worki

2007-08-15 Thread syngolis
This unit test shows the use of initial. ProcessDefinition processDefinition = ProcessDefinition.parseXmlString( | process-definition + | xmlns='' name='test' initial='task1' + |

[jboss-user] [JBoss jBPM] - Re: assign swimlane dynamically according to previous transi

2007-08-15 Thread vtysh
rossputin Just write custom assignmentHandler, example you can find in jbpm sources. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4074398#4074398 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4074398

[jboss-user] [JBoss Seam] - Re: Looking for SEAM iText Features

2007-08-15 Thread marthoff
Thanks for your answer! 1- Setting the borders to 0 works fine. I just didn't found the border parameter description in the reference. 2- I fixed the newline problem by inserting a #{messages.newline} which points to newline=\n. Btw, I'm not that happy with white space handling of the seam-pdf

[jboss-user] [JBoss Seam] - Re: forum - categories

2007-08-15 Thread livenow
oh' ok then ;) thx for the info View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4074401#4074401 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4074401 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Seam Test and java.util.EmptyStackException

2007-08-15 Thread urswag
Using Seam 2.0.0 Beta and JBoss 4.2.0. Making an own test with my user definend Entity Bean User for Oracle DB, I get a strange exception | [testng] java.util.EmptyStackException |[testng] at java.util.Stack.peek(Stack.java:79) |[testng] at

[jboss-user] [JBoss Seam] - Re: h:commandLink behaviour - decode, encode

2007-08-15 Thread msznapka
It works, thanks a lot! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4074403#4074403 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4074403 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Seam Captcha configuration

2007-08-15 Thread msznapka
I configured captcha by myself inside CaptchaImage.java: |@Create |public void create() |{ |DefaultManageableImageCaptchaService serviceTmp = new DefaultManageableImageCaptchaService(); |DefaultGimpyEngine engine = (DefaultGimpyEngine)

[jboss-user] [Beginners Corner] - Disabling authentication

2007-08-15 Thread hicks
I've had problems using a JBoss MQ temporary queue destination, due to authentication problems. So I would like to completely disable JBossMQ authentication. I've read the documentation describing the login-config.xml file, and tried various things like commenting out the jbossmq

[jboss-user] [JBossWS] - Question on EndPointConfig vs. HandlerChain

2007-08-15 Thread kimbaltrue
When building JSR-181 webservices for JBOSS 4.2.x should we use the @EndPointConfig to setup security handlers or should we use the standard JEE @HandlerChain annotation? Is there an example for using @HandlerChain? View the original post :

[jboss-user] [JBoss jBPM] - Re: assign swimlane dynamically according to previous transi

2007-08-15 Thread rossputin
Cheers for your help guys, sorry for my newbieness, I think I am beginning to see the picture... if I create a custom AssignmentHandler, I can attach this in the eclipse designer to the transition element where I want the process to be assigned according the variable I set earlier...? I

[jboss-user] [JBoss Messaging] - Re: JBM and JAAS Client authentication

2007-08-15 Thread btsibr
I think the only issue is that it isn't possible to propagate the client credentials from the JAAS client login to the standard ConnectionFactory. This would be a feature request. However, it's still a puzzle why I was allowed to send to the destination without providing credentials, but was

[jboss-user] [Remoting] - Re: Config for EJB3 over servlet-invoker with compression

2007-08-15 Thread MarcReis
Hi Ron, thanks the help! The error messages from the marshaller and the InvokerLocator where due to the missconfiguration in my Jul 7 posting. With the config as under Jul 23 they wont appear. Sorry I did not make that clear. As to the compression. I removed the dataType element in the

[jboss-user] [JBoss Seam] - Re: Seam managed transaction in Tomcat

2007-08-15 Thread dapeng
I have jboss-embedded-all.jar in WEB-INF/lib View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4074415#4074415 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4074415 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: Seam managed transaction in Tomcat

2007-08-15 Thread [EMAIL PROTECTED]
Thats not how you install embedded jboss. Look in the Seam ref manual (Seam2 beta) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4074417#4074417 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4074417

[jboss-user] [JBoss Seam] - EL-exceptions in email render from async class

2007-08-15 Thread Frippe
I have an asynchronus method sending emails, but I can't get any values to work due to EL-exceptions. My class: | @Name(emailProcessor) | @AutoCreate | public class EmailProcessor { | | @Asynchronous | @Transactional | public QuartzTriggerHandle

[jboss-user] [JBoss jBPM] - Re: jbpm-bpel deploy example problem

2007-08-15 Thread Wyzzie
I had the same problem. The problem was solved when I switched from application server jboss-4.2.1.GA to jboss-4.0.5.GA. See jbpm bpel documentation: http://docs.jboss.com/jbpm/bpel/getstarted.html (quote: jBPM BPEL has been tested with versions 4.0.3.SP1, 4.0.4.GA and 4.0.5.GA). View the

[jboss-user] [JBoss Messaging] - Re: JBM and JAAS Client authentication

2007-08-15 Thread timfox
btsibr wrote : I think the only issue is that it isn't possible to propagate the client credentials from the JAAS client login to the standard ConnectionFactory. This would be a feature request. | Please feel free to add a feature request in JIRA. (BTW this feature is not supported by

  1   2   3   >