[jboss-user] [Installation, Configuration Deployment] - Jboss 4.2-G.A fails to build from source

2007-06-10 Thread mtedone1
This is the error I got: [drive]:\server\src\main\org\jboss\ejb\plugins\cmp\jdbc\ByteArrayBlob.java:46: org.jboss.ejb.plugins.cmp.jdbc.ByteArrayBlob is not abstract and does not override abstract method getBinaryStream(long,long) in java.sql.Blob public final class ByteArrayBlob implements Blob

[jboss-user] [JBoss jBPM] - Re: Why are there no task queues?

2007-06-10 Thread kukeltje
an actor can be just an Id to a real group as well. You do not need to put every individual member of a real group into the pooled actor-id's. That way it is not per task. But you resolve membership of users in advance. View the original post :

[jboss-user] [JBoss Seam] - Session already invalidated

2007-06-10 Thread JohnBat26
Hello everybody!!! My environment: 1. OS: Gentoo Linux x86 (x86-64). 2. JDK: 6.0 (SUN or BEA). 3. AS: JBoss 4.2.0 4. JBoss SEAM 1.2.1.GA 5. IDE: Eclipse 3.3 RC3 - ?ase: I have EAR. It consist of many web and ejb applications. One

[jboss-user] [JBoss jBPM] - Re: Java 5 dependency a problem for Web Console ?

2007-06-10 Thread kukeltje
afaik: console: next release will be seam based (and thus require 1.5) engine: 3.x branche will stay 1.4, 4.0 will be 1.5 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052876#4052876 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Java 5 dependency a problem for Web Console ?

2007-06-10 Thread kukeltje
afaik: console: next release will be seam based (and thus require 1.5) engine: 3.x branche will stay 1.4, 4.0 will be 1.5 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052877#4052877 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Change application from one version ot anthor new deploy

2007-06-10 Thread kukeltje
please search the forums first. Has been discussed previously. Short answer: you can, but have to do it yourself. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052878#4052878 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - Setteing the http port from (8080 ... the default value) to

2007-06-10 Thread ataud
I install jboss-4.2.0.GA [default] server and need to set the http port from (8080 ... the default value) to 80. I set JBOSS_HOME/server/default/deploy/jboss-web.deployer/server.xml: !-- Connector port=8080 address=${jboss.bind.address} ... -- Connector port=80 address=${jboss.bind.address} ...

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: relationships in jbosscmp-jdbc.xml

2007-06-10 Thread paoletto
ok. i tried but i get a weird error. I followed jboss 3.2.7 developer guide. the error is this: | 12:35:25,352 ERROR [Account#findRelatedAccounts] Find failed | java.sql.SQLException: Colonna non trovata: T0_A.DEPARTMENT in statement [SELECT t0_a.utente FROM DIPARTIMENTO t1_d, ACCOUNT t0_a

[jboss-user] [JBoss Messaging] - Re: jboss-messaging-1.2.0.SP1.zip

2007-06-10 Thread timfox
No intrigue really. We only provide the latest version for download, since otherwise it becomes a nightmare to support. There's an exception for 1.0.1 since this was the last non clustsered version. View the original post :

[jboss-user] [EJB 3.0] - Re: difference between @Version and EntityManager.lock

2007-06-10 Thread adamzrk
So, i guess, when using only version without lock there won't be increment of version attribute? Is it possible? I thought that version is always incremented after update. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052886#4052886 Reply to the post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: relationships in jbosscmp-jdbc.xml

2007-06-10 Thread paoletto
ok, there is an error in the last block: this is correct: field-nameidDipartimento/field-name column-namedipartimento/column-name but the error keeps to be the same View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052887#4052887

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Jboss libraries in Hibernate??

2007-06-10 Thread mtedone1
Hi, I just downloaded the latest version of Hibernate. I'm trying to create an EntityManagerFactory using the Persistence.createEntityManagerFactory method but it fails because it can't find the org.jboss.util.file.ArchiveBrowser class. This is a Jboss class. What does it have to do with

[jboss-user] [JBoss jBPM] - Re: JBPM 3.2 source code, documentation

2007-06-10 Thread pearl8
Hi, I downloaded 3.2GA from this URL: http://sourceforge.net/project/showfiles.php?group_id=70542 I'm not able to find the JUnit tests - i.e. the suite of tests that shows up under src/java.jbpm.test, is not present. could anyone please help point me to the 3.2GA build that comes bundled with

[jboss-user] [EJB/JBoss] - Re: Transaction TransactionImpl time out ?

2007-06-10 Thread alchemista
jaap wrote : I got the same errors after upgrading to 4.0.2 (from 3.2.6). It happens when a process it too slow and it exceeds the time-out of 5 minutes set in JBoss for transactions. | The result is indeed very disturbing, JBoss sort of crashes, it will only serve error pages and sends

[jboss-user] [Messaging, JMS JBossMQ] - Re: JBossMQ Remote Client receives java.io.EOFException

2007-06-10 Thread alchemista
[EMAIL PROTECTED] wrote : FAQ Adrian, Thanks for the reply, but this question is really not addressed in the FAQ. I did read that prior to posting, but it covers other cases of this message. My JMS Client does close connections, my network is configured correctly, I do have ChunkSize set so

[jboss-user] [Clustering/JBoss] - Best Practice for clustering JSF-Application with FIELD leve

2007-06-10 Thread CarstenRudat
Hi all, I think about clustering with JBoss 5 and FIELD-level session-replication. I wonder which classes should be annotated? I'm not sure, but I just would like to annotate my backing beans and referenced entity beans (which I use directly in my backing beans). But do I need to do anything

[jboss-user] [JBoss jBPM] - Re: oracle : one single sequence for all jbpm tables under

2007-06-10 Thread gogoasa
The only problem is that IDs do have business meaning, at least as far as the JBPM console is concerned : the ID's are shown there in order to identify processes, tasks etc. That may be confusing for users as they may wonder whatever happened to the tasks between 19 (last he solved) and 57

[jboss-user] [JBossCache] - HELP: Initial state transfer failed: Channel.getState() ret

2007-06-10 Thread pcarpenter
Hello all. I have two machines both running java 5 on Redhat 4. I have been trying to get the cache going, but I keep getting this exception ... Caused by: org.jboss.cache.CacheException: Unable to fetch state on startup at org.jboss.cache.CacheImpl.internalStart(CacheImpl.java:785)

[jboss-user] [EJB 3.0] - Re: Urgent Help needed..Strange behavior with java client ac

2007-06-10 Thread ALRubinger
JBoss, starting in 4.2, for security reasons will now bind to localhost (127.0.0.1) by default. In Linux especially, some changes might have to be made to open up the bindings to listen on other IPs (either internal or external). This is done via the -b switch to run.bat/run.sh. Like:

[jboss-user] [JBossCache] - Re: HELP: Initial state transfer failed: Channel.getState()

2007-06-10 Thread pcarpenter
Sorry ... here is the conf ?xml version=1.0 encoding=UTF-8? jboss:service=Naming jboss:service=TransactionManager org.jboss.cache.transaction.GenericTransactionManagerLookup REPEATABLE_READ REPL_SYNC false 0 0

[jboss-user] [JBossCache] - Re: HELP: Initial state transfer failed: Channel.getState()

2007-06-10 Thread pcarpenter
?xml version=1.0 encoding=UTF-8? jboss:service=Naming jboss:service=TransactionManager org.jboss.cache.transaction.GenericTransactionManagerLookup REPEATABLE_READ REPL_SYNC false 0 0 JBossCache-Cluster

[jboss-user] [EJB 3.0] - Re: difference between @Version and EntityManager.lock

2007-06-10 Thread ALRubinger
@Version will enable JPA Optmistic locking for the entity. EM.lock allows the application to specify the lock mode to be used on the versioned object. http://java.sun.com/javaee/5/docs/api/javax/persistence/LockModeType.html This is no JPA waiting or caching of updates to an entity until

[jboss-user] [EJB 3.0] - Re: Single EJB w/ many actions or Multiple EJBs one for each

2007-06-10 Thread ALRubinger
I think you might have to find the balance inbetween keeping aggregate functions together, and separating out enough such that you don't have a god class. I wouldn't worry too much about many instances of one object vs. many small pools of different objects. That's what the containter is

[jboss-user] [JBoss Seam] - TestNG with hibernate

2007-06-10 Thread cormet
Hi All, I would like to ask how to create session in hibernate session using testNG. One of example using this code below: EntityManagerFactory emf = | Persistence.createEntityManagerFactory(helloworld); | EntityManager em = emf.createEntityManager(); Is it code usable for

[jboss-user] [JBossCache] - Re: HELP: Initial state transfer failed: Channel.getState()

2007-06-10 Thread pcarpenter
I'm Sorry to resubmit again, for some reason the XML tags are parsed out of the message. the attribute I've been tweaking without an effect is FetchPersistentState = false / true thanks again. View the original post :

[jboss-user] [JBoss Seam] - componens.xml - problem with spring context and resource bun

2007-06-10 Thread maku01
Hi, I tried to start a Spring ApplicationContext via components.xml. (I use Seam 1.2.1). But the loading of the Spring configuration files don't take place. There is no output in the log when I switched the log4j config to debug for package org.jboss.seam. BTW: Furthermore, it's also not

[jboss-user] [EJB 3.0] - Re: how to access more than one EJB containers in one JSP

2007-06-10 Thread ALRubinger
Haven't checked this in an IDE or anything, but this should get you the idea. Keeping in mind that business functions like obtaining and calling upon EJB3 services shouldn't really be taking place in the view layer... %! | private YourEjbInterface1 ejb1 = null; | private YourEjbInterface2

[jboss-user] [JBoss Seam] - Re: My list of questions: Seam validation, transactions and

2007-06-10 Thread beligum
Thanks for your replies guys, you cleared out some confusing matter to me. The quality of the community-helpdesk around Seam is most certainly one of the reasons it's adoption-rate is elevating so quickly. I'll try to share my findings with other people, once I've catched up with some deeper

[jboss-user] [EJB 3.0] - Re: Issuing Commands to a Running Process

2007-06-10 Thread ALRubinger
What is your desired behaviour if a session bean attempts to send a message to this Queue after it becomes unbound at the end of the timer process? If gets an exception and handles it gracefully is what you want, this looks valid. You're creating a handler that will be available for a timed

[jboss-user] [EJB 3.0] - Re: EJB jar deploy order in Jboss AS

2007-06-10 Thread ALRubinger
Sure. You can do a couple of things. If you're looking to alter the order of deployment: 1) Write your own DeploymentSorter and plug it into the MainDeployer in $JBOSS_HOME/server/[youServerName]/conf/jboss-service.xml - you can customize here to your heart's content. - OR - 2) Add a

[jboss-user] [JBoss Seam] - Re: My list of questions: Seam validation, transactions and

2007-06-10 Thread beligum
Hi again. I've done some debugging and found interesting results. In my update-form, I have these input-controls (they're templated, but you get the point) | ui:decorate template=/templates/t_form_text_entry.xhtml | ui:param name=id value=newSpaceName / | ui:param name=label

[jboss-user] [JBoss Seam] - Re: My list of questions: Seam validation, transactions and

2007-06-10 Thread petemuir
I think we still have some confusion here: JSF does 1) RESTORE VIEW 2) APPLY REQUEST VALUES (update the JSF component instances with the submitted values - localValue on EditableValueHolder) (no affect on your backing beans here) 3) PROCESS VALIDATIONS - run converters, then validators (this is

[jboss-user] [EJB 3.0] - Re: Issuing Commands to a Running Process

2007-06-10 Thread suatkaya
ALRubinger wrote : | If gets an exception and handles it gracefully is what you want, this looks valid. You're creating a handler that will be available for a timed window that you specify, it looks. | Exactly. View the original post :

[jboss-user] [JBoss jBPM] - Re: JBPM 3.2 source code, documentation

2007-06-10 Thread pearl8
Hi, I downloaded 3.2GA from this URL: http://sourceforge.net/project/showfiles.php?group_id=70542 I'm not able to find the JUnit tests - i.e. the suite of tests that shows up under src/java.jbpm.test, is not present. could anyone please help point me to the 3.2GA build that comes bundled with

[jboss-user] [EJB 3.0] - Re: Single EJB w/ many actions or Multiple EJBs one for each

2007-06-10 Thread nuclaves
Thanks for your advice ALR. I'll give the RestEasy framework a look. I think I'll probably have an ejb to handle the each logical group of simple read only requests and then create individual ones for the actions that require more user interaction. View the original post :

[jboss-user] [EJB 3.0] - Re: Single EJB w/ many actions or Multiple EJBs one for each

2007-06-10 Thread ALRubinger
ALRubinger wrote : which aims to simply... *simplify S, ALR View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052913#4052913 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4052913

[jboss-user] [JBoss Seam] - Exceptions handling - strange behaviour of SeamFilter

2007-06-10 Thread przemjaskier
After adding SeamFilter to my web.xml I'm getting error shown on stacktrace below. Problem appears in case of any application exception that appears after ajax4jsf's call that I'm performing with a4j:commandLink/. | Jun 10, 2007 5:54:03 PM org.apache.catalina.core.StandardWrapperValve

[jboss-user] [JBoss Seam] - Re: s:decorate / with template property?

2007-06-10 Thread [EMAIL PROTECTED]
It's easy to see which version we have using fisheye: http://fisheye.jboss.com/browse/JBoss/jboss-seam/lib/jsf-facelets.jar ie. it is a version of 1.1.12 with a special bug fix for ui:decorate. So if you're using some other version of facelets other than the one we recommend, its hardly

[jboss-user] [JBoss Seam] - Re: Exceptions handling - strange behaviour of SeamFilter

2007-06-10 Thread [EMAIL PROTECTED]
Here are some people who seem to have the same prob: http://www.jboss.com/index.html?module=bbop=viewtopicp=4046685#4046685 http://www.jboss.com/index.html?module=bbop=viewtopicp=4035053#4035053 SO, if you can narrow this down to a simple, runnable test case, and submit that to JIRA, I will

[jboss-user] [JBoss Seam] - Re: My list of questions: Seam validation, transactions and

2007-06-10 Thread [EMAIL PROTECTED]
Um, where is your s:validate or s:validateAll?? I don't think you're doing any JSF validation at all! All you are getting is validators running when Hibernate tries to write to the database! (Hence the tx rollback.) View the original post :

[jboss-user] [JBoss Seam] - Re: My list of questions: Seam validation, transactions and

2007-06-10 Thread beligum
I tried to extract the functionality from my app and created a simple example out of it, just like Peter suggested. Seems like all is well there. Validation occurs, and transaction rollback happens when an exception is thrown or the @Rollback is triggered. Apparently, I'm doing something wrong

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Multiple persistence units (one JTA one RESOURCE_LOCAL) fail

2007-06-10 Thread mtedone1
Hi, I created a persistence.xml file with the definition of two persistence units: one with JTA (for EE components) and one with RESOURCE_LOCAL (for JUnit testing). When deploying the application fails saying that I didn't define a non-jta-data-source for the RESOURCE_LOCAL, but the fact is

[jboss-user] [JBossWS] - WebMethod with name

2007-06-10 Thread lavrenych
I have method with name Update in my WebService class and unable to deploy it. Once I rename it ( Update1?), everything runs fine. More info: I am getting when deploying: 2007-06-10 12:22:39,409 ERROR [org.jboss.ws.core.server.ServiceEndpointDeployer] Cannot start service endpoint

[jboss-user] [JBoss jBPM] - Presentation on JBoss jBPM at the Java Forum Stuttgart (5.7.

2007-06-10 Thread camunda
Just a short announcement: There will be a introduction presentation about JBoss jBPM (in german) on the (in Germany) well known Java Forum Stuttgart (http://www.java-forum-stuttgart.de/) on the 5th of July. Details you can see in the abstract:

[jboss-user] [JBoss Seam] - Re: My list of questions: Seam validation, transactions and

2007-06-10 Thread beligum
I'm getting strange behaviour, and my guess is it's caused because of my misunderstanding of conversations (yes, I've read through the entire manual and many other docs too :-). I'll try to explain my 'workflow' in my own words, maybe I'm thinking wrong. I log in (almost default authenticator)

[jboss-user] [JBoss Seam] - Re: My list of questions: Seam validation, transactions and

2007-06-10 Thread [EMAIL PROTECTED]
Well, I don't see any JSF validators in the code you have posted either View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052924#4052924 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4052924

[jboss-user] [JBoss Seam] - Re: My list of questions: Seam validation, transactions and

2007-06-10 Thread [EMAIL PROTECTED]
BTW, when you say the changes are persisted, how do you determine this? By looking in the database? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052925#4052925 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4052925

[jboss-user] [JBoss Seam] - Re: My list of questions: Seam validation, transactions and

2007-06-10 Thread hstang
I played around with JSF validation for a few days, and I just couldn't get it play nicely with Seam. I ran into some bizarre problems with transaction management and I just said forget it--I resorted to just action-validation instead. beligum wrote : | Gavin, I don't actually use Seam

[jboss-user] [JBoss Seam] - Re: My list of questions: Seam validation, transactions and

2007-06-10 Thread [EMAIL PROTECTED]
hstang wrote : I played around with JSF validation for a few days, and I just couldn't get it play nicely with Seam. I ran into some bizarre problems with transaction management and I just said forget it--I resorted to just action-validation instead. | | beligum wrote : | | Gavin, I

[jboss-user] [JBoss Seam] - Re: My list of questions: Seam validation, transactions and

2007-06-10 Thread beligum
Hi Gavin, here's my code without the templates: | h:form | table | tr | tdh:outputLabel for=newSpaceNamename/h:outputLabel/td | td | h:inputText | id=newSpaceName |

[jboss-user] [JBoss jBPM] - Re: JBPM 3.2 source code, documentation

2007-06-10 Thread kukeltje
unit tests are not in binary releases. They are in cvs View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052930#4052930 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4052930 ___

[jboss-user] [JBoss jBPM] - Re: oracle : one single sequence for all jbpm tables under

2007-06-10 Thread kukeltje
Good point regarding the gaps in processinstances this way. That does not mean they have a real business meaning. jbpm 3.2.1 (don't know about 3.2) has a real business key. That could/should be used in the next console. Please file a jira issue for this 'gap' thing. View the original post :

[jboss-user] [JBoss Portal] - How to create a WAR file (inside simple html page with swf f

2007-06-10 Thread FcoLva
Hi: I am new on this, and i need to now how to create a war archive that contents just a simple html page with a SWF archive inside, just like this: .body .object classid=clsid:D27CDB6E-AE6D-11cf-96B8-44455354

[jboss-user] [JBoss Seam] - Re: My list of questions: Seam validation, transactions and

2007-06-10 Thread petemuir
Ok, lets see the backing bean as well :) You are using a form of JSF validation (#{spaceManager.validateSpaceName}), but you aren't using what Gavin is calling JSF (I would perhaps call it Seam/Hibernate/JSF validation ;) ) - Seam/JSF/Hibernate validation is using a combination of @Min, @Max

[jboss-user] [JBoss Seam] - Re: My list of questions: Seam validation, transactions and

2007-06-10 Thread hstang
[EMAIL PROTECTED] wrote : hstang wrote : I played around with JSF validation for a few days, and I just couldn't get it play nicely with Seam. I ran into some bizarre problems with transaction management and I just said forget it--I resorted to just action-validation instead. | | I don't

[jboss-user] [JBoss Seam] - Issue when upgrading to Seam 1.3.0.ALPHA (CVS)

2007-06-10 Thread fernando_jmt
Hi, Using Seam 1.2.1 I had a relationship like: | //User Entity. | @ManyToMany(fetch = FetchType.LAZY) | @JoinTable( | name = userrole, | joinColumns = @JoinColumn(name = userid), | inverseJoinColumns = @JoinColumn(name = roleid) | ) |

[jboss-user] [JBoss Seam] - Re: My list of questions: Seam validation, transactions and

2007-06-10 Thread beligum
omg, I think I found the problem... For clarity, I omitted this section in the second form-entry: | s:div rendered=#{empty companyManager.possibleSpaceCompanies} | #{messages['noMembersPresent']} | /s:div | so the second entry actually is: | tr | td |

[jboss-user] [Installation, Configuration Deployment] - Re: Setteing the http port from (8080 ... the default value)

2007-06-10 Thread sudya
In the same exact file you will find something like this: | Host name=localhost | that is the name of the host - change it to mydomain and you are almost done. In the Engine tag change the default to mydomain and restart. View the original post :

[jboss-user] [JBoss Seam] - Re: Exceptions handling - strange behaviour of SeamFilter

2007-06-10 Thread przemjaskier
Hi Gavin, I've just prepared sample app to demonstrate this problem... But I'm a little bit confused because at the beginning this error was 100% reproduceable in this app, but now Seam Filter ceased to throw this exception suddenly... Weird... File bug and attach this application (15 MB)

[jboss-user] [JBoss Seam] - Re: Issue when upgrading to Seam 1.3.0.ALPHA (CVS)

2007-06-10 Thread [EMAIL PROTECTED]
What is the class of the List that throws UOE? Use your debugger to find out. BTW, this is definitely not a Seam problem. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052939#4052939 Reply to the post :

[jboss-user] [JBoss Seam] - Re: My list of questions: Seam validation, transactions and

2007-06-10 Thread beligum
While I'm at it, there's another thing that confuses me. If I login, I select a space (that I'm member of), and a LR conversation is started that keeps track of my do's and don'ts in that space. However, if I'm an admin of that space, I can click the edit button that takes me to the page where

[jboss-user] [JBoss Seam] - Re: Exceptions handling - strange behaviour of SeamFilter

2007-06-10 Thread [EMAIL PROTECTED]
Unless it is reproducible, then no, please don't create any issues. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052941#4052941 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4052941

[jboss-user] [JBoss Seam] - Re: Exceptions handling - strange behaviour of SeamFilter

2007-06-10 Thread przemjaskier
Ok, after leaving this test app running for a while (session timeout???) I can reproduce it again. I've filed a bug: http://jira.jboss.org/jira/browse/JBSEAM-1429 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052942#4052942 Reply to the post :

[jboss-user] [JBossWS] - Re: How to use the examples?

2007-06-10 Thread PeterJ
What example? What error? How can we help you solve your problem if you do not tell us what your problem is? Also include: * the version of JBoss App Server * the version of JBossWS * the version of the JDK View the original post :

[jboss-user] [Installation, Configuration Deployment] - Re: Jboss 4.2-G.A fails to build from source

2007-06-10 Thread PeterJ
What version of the JDK are you using? I am guessing 6. Try compiling it with 1.5 (6 is not yet qualified). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052944#4052944 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: loading resource from process class

2007-06-10 Thread gogoasa
I have just tried to include the .properties file inside the .par again, same result : | org.jbpm.JbpmException: couldn't get value for file 'jndi-services.properties' | at org.jbpm.file.def.FileDefinition.getBytes(FileDefinition.java:196) | at

[jboss-user] [Installation, Configuration Deployment] - Re: Jboss 4.2-G.A fails to build from source

2007-06-10 Thread mtedone1
Yes, I'm using 6 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052946#4052946 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4052946 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: s:decorate / with template property?

2007-06-10 Thread fhh
Okay, thanks for the information. I use maven and used simply the latest available version. Could you add a hint to the documentation? I think quite a lot of people might bump into this. Regards Felix View the original post :

[jboss-user] [JBoss jBPM] - Re: loading resource from process class

2007-06-10 Thread gogoasa
I fixed the class ProcessClassLoader in order to correctly load resources. Either it is a bug it has always been there and nobody ever loaded a resource in a .par, or I don't get resource location inside par archives at all... ### Eclipse Workspace Patch 1.0 #P jbpm.3_HEAD Index:

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - EJB-QL 2.1 with GROUP BY and HAVING clauses

2007-06-10 Thread paoletto
Hi well im trying to write an ejbql statement with group by and having sql clauses for a query by keywords, but it seems that even if hypersonic supports them, ejb-ql doesnt so my question: am i wrong and in fact ejb-ql does? otherwise is there any possibility to override the generated SQL

[jboss-user] [Beginners Corner] - Re: Error Running JBoss with Oracle 10g

2007-06-10 Thread lafr
anonymous wrote : reason: No ClassLoaders found for: org.jboss.resourc | e.adapter.jdbc.vender.oracle.OracleXAExceptionFormatter; The is a typo: use 'vendor' instead of 'vender'. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052953#4052953 Reply to the post

[jboss-user] [JBoss Seam] - Re: [JBSEAM-1302]: Conversion support for selectMany for Set

2007-06-10 Thread petemuir
fhh wrote : What surprises me is that it would be trivival to fix. Sets must have been left out on purpose. Does anybody know why? Adam Winer blogged about this regarding UIData - IIRC its mainly an oversight, but there are also performance problems. I'm pretty sure we can get this sorted in

[jboss-user] [Installation, Configuration Deployment] - Re: JBoss to use UTF-8

2007-06-10 Thread jimisola
kavithak wrote : Hi, | | Can anybody know how to configure the jboss application server use the utf-8 character encoding instead of the default one. Hi, I'm a newbie and I haven't verified this yet. But, I know that it works for a regular web application (war) and also that liferay uses

[jboss-user] [JBoss Seam] - Re: @In (create=true)

2007-06-10 Thread blackers
I have tried the @Role (or @Roles to be more specific) and everything is working fine. Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052956#4052956 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4052956

[jboss-user] [JBoss jBPM] - Re: Why are there no task queues?

2007-06-10 Thread estaub
Ronald, Yes... I know that you can implement queues as actors. But having a common queue abstraction in the engine provides a useful place to hang assignment and assignment-management behavior. Actor pools could also be implemented outside of the engine. But they were deemed useful enough

[jboss-user] [JBoss Seam] - Re: selectItems internationalised label

2007-06-10 Thread refon
I looks like I was on s away... Thanks for nevertheless answering. Doing my first steps with Seam, it is great to see it plays so nicely with i18n ! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052959#4052959 Reply to the post :

[jboss-user] [JBoss Seam] - What is Gravel?

2007-06-10 Thread mgrouch
What is Gravel? I see there are recent release candidates of it available. Are there any examples of using it with Seam? http://labs.jboss.com/gravel/ Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052960#4052960 Reply to the post :

[jboss-user] [JBoss Seam] - new session navigation question

2007-06-10 Thread modoc
I'm hoping for a simple method of forcing page requests which do not have a session/conversation to be redirected to the main landing page. Basically I want to prevent deep linking, and force people to the landing page before going into the site. Is there a simple way to do this using faces

[jboss-user] [JBoss Seam] - Re: new session navigation question

2007-06-10 Thread hstang
in pages.xml, you can specify no-conversation-view-id. Is this what you are looking for? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052962#4052962 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4052962

[jboss-user] [Beginners Corner] - What this mean? -- [RARDeployment] Required license terms e

2007-06-10 Thread jbchurn
Hi, May I know what do the following mean? I got them while starting up Jboss 4.0.3SP1 17:28:03,625 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-ha-local-jdbc.rar 17:28:04,015 INFO [RARDeployment] Required license terms exist, view

[jboss-user] [JBoss Seam] - Re: new session navigation question

2007-06-10 Thread modoc
Sounds perfect. Thanks!! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052964#4052964 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4052964 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: @In (create=true)

2007-06-10 Thread matt.drees
Is @Role/@Roles what you're looking for? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052965#4052965 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4052965 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: new session navigation question

2007-06-10 Thread [EMAIL PROTECTED]
page view-id=... conversation-required=true login-required=true View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052966#4052966 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4052966

[jboss-user] [JBoss Seam] - Re: new session navigation question

2007-06-10 Thread modoc
Got it. Had to go get rid of my simply a href links to keep everything working nicely, but I have it all working now. Finally got me to use pages.xml instead of the old faces-config.xml so it's a good thing. Thanks! View the original post :

[jboss-user] [JBoss Seam] - Re: Issue when upgrading to Seam 1.3.0.ALPHA (CVS)

2007-06-10 Thread fernando_jmt
[EMAIL PROTECTED] wrote : What is the class of the List that throws UOE? Use your debugger to find out. | After debugging I saw that the UOE is thrown by the class org.hibernate.type.CollectionType, in the method replaceElements. | ... | java.util.Collection result = (

[jboss-user] [JBoss Seam] - Re: What is Gravel?

2007-06-10 Thread stu2
I was wondering the same thing myself. Is this complimentary to Seam, or is it accomodating non-seam jsf? I know it's a brand new project, so forgive us if we're being a little too impatient in our curiosity... View the original post :

[jboss-user] [JBoss Seam] - Re: Number Guess Example Query

2007-06-10 Thread trekker880
Hi all, I tried all things reading documents but i m not able to start the number guess example.. pls help to sort out this issue View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052972#4052972 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: JBPM 3.2 source code, documentation

2007-06-10 Thread pearl8
hi ronald, i browsed the CVS location as mentioned in the User Guide section 2.3.1. Anonymous CVS access i looked under Versions and found jbpm.3.jpdl_3_2_beta2, jbpm.3.jpdl_3_2_beta1 and jbpm.3.jpdl_3_2 my observations and questions. if you could help that would be most appreciated -

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: [b] Changes for session time out are not taking place...

2007-06-10 Thread mahtab.singh
Hi, I am also getting somewhat simillar error: the error stack is below: java.lang.RuntimeException: Could not resolve beanClass method from proxy call at org.jboss.ejb3.stateless.StatelessContainer.dynamicInvoke(StatelessContainer.java:199) at

[jboss-user] [Security JAAS/JBoss] - Re: EJB Client and Digest Auth using same SecurityDomain

2007-06-10 Thread joff
I've solved the problem myself, here it is in case someone else has a similar issue: 1) You can have multiple 'login-module' elements per 'authentication' element in login-config.xml, which you can set to 'optional', so that if one fails, the other one will be tried, and the entire

[jboss-user] [Beginners Corner] - Re: Classloader problem with log4j

2007-06-10 Thread reinhard.graf
no, there is no log4j.jar in my application View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052976#4052976 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4052976 ___ jboss-user