[jboss-user] [JBoss Seam] - seam-gen for a multi-user (server) environment on multiple p

2007-03-30 Thread sushmu
How to run seam-gen on multiple projects in a multi user environment: http://groups.google.com/group/EtoE/browse_thread/thread/64c7528417ac3f32/42328079e0a09f78#42328079e0a09f78 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4033429#4033429 Reply to the post

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - CMT commit fail (network problem)

2007-03-30 Thread wpower
I am working on a system that needs to update a web service (WS) and a database (DB) within a single transaction. Since the WS is non transactional, I make an update to the DB first, then make a call to the WS; if the WS succeeds the DB update is committed (DBC). Details: Client makes a call

[jboss-user] [JBoss jBPM] - Transaction commit fail (network down)

2007-03-30 Thread wpower
I am working on a system that needs to update a web service (WS) and a database (DB) within a single transaction. Since the WS is non transactional, I make an update to the DB first, then make a call to the WS; if the WS succeeds the DB update is committed (DBC). Details: Client makes a cal

[jboss-user] [JBoss Seam] - Re: What am I doing wrong - nested Set in a h:dataTable

2007-03-30 Thread fernando_jmt
This is one of the reason I love Seam :-) It really makes your life funny! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4033419#4033419 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4033419

[jboss-user] [JBoss Seam] - Re: What am I doing wrong - nested Set in a h:dataTable

2007-03-30 Thread henrik.lindberg
Worked like a charm to wrap it using @DataModel using seam annotations! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4033418#4033418 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4033418 __

[jboss-user] [JBoss Seam] - Re: What am I doing wrong - nested Set in a h:dataTable

2007-03-30 Thread fernando_jmt
I don't know if Seam makes some nice tricks to support others Collections than common JSF does not allow, if so that's really nice. However you are not using @DataModel in your sample code. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4033417#4033417 Reply

[jboss-user] [JBoss Seam] - Re: @DataModel problems

2007-03-30 Thread smithbstl
I finally figured it out. It had to do with trying to make AJAX call via Trinidad. I don't have the specific cause nailed down yet but i was trying to use the partialSubmit feature of my submit button. Once I removed that all was fine. Thank you s much for your efforts and especially get

[jboss-user] [JBoss Seam] - Re: What am I doing wrong - nested Set in a h:dataTable

2007-03-30 Thread henrik.lindberg
sorry about the nested second /code/ block... (would be good to be able to edit a post just after having posted - yeah - I know that there is a preview :) ) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4033415#4033415 Reply to the post : http://www.jboss.co

[jboss-user] [JBoss Seam] - Re: What am I doing wrong - nested Set in a h:dataTable

2007-03-30 Thread henrik.lindberg
thanks fernando, got it now - (a single row that is :) I did not know that Set could not be used: I had read this in the seam documentation: | @DataModel | | @DataModel("variableName") | | Exposes an attribute of type List, Map, Set or Object[] as a JSF DataModel into the s

[jboss-user] [Beginners Corner] - Re: error 202: handshake failed

2007-03-30 Thread PeterJ
The run.conf file is used for Linux only it is not used on Windows. But the same settings in run.bat are commented out also. I imagine that if I sat at your computer for a minute I could figure out exactly what is wrong and fix it. But since I cannot, I will give you step-by-step instructions to

[jboss-user] [JBoss Seam] - Re: What am I doing wrong - nested Set in a h:dataTable

2007-03-30 Thread fernando_jmt
DataTable works with DataModels...and DataModels only supports: * java.util.List * Array of java.util.Object * java.sql.ResultSet (which therefore also supports javax.sql.RowSet) * javax.servlet.jsp.jstl.sql.Result * Any other Java object is wrapped by a DataModel instance with a single row. (The

[jboss-user] [JBoss jBPM] - Re: Problem Creating ProcessInstance

2007-03-30 Thread zipwow
I created a JIRA entry on what I'm seeing: http://jira.jboss.com/jira/browse/JBPM-913 I removed the unique constraint on key_ and processdefinition_, and that fixed up my problem. I haven't done enough testing to confirm that it doesn't *cause* other problems, however. -Kevin View the origina

[jboss-user] [JBoss Seam] - What am I doing wrong - nested Set in a h:dataTable

2007-03-30 Thread henrik.lindberg
This is what I have in my view: | | | | | | | The cspecInfo refers to an Entity that has a Set that is obtained as the valu

[jboss-user] [JBoss Seam] - Re: @DataModel problems

2007-03-30 Thread fernando_jmt
Hi smithbstl, Because I was wondering about the weird problem, I tried to reproduce your code in my SEAM application, using @DataModel and filling it after a search criteria is entered. And all works fine. Also I check what debug page returns and I get: | | class class org.jboss.s

[jboss-user] [JBoss Seam] - Re: pdf - IllegalStateException

2007-03-30 Thread ollix
ok, again just for the record and in case there are some other seam dummies like me: A pdf file can only be viewed if there is an existing converstation. That means, at least in my case, that a simple call to /test.pdf does not work, unless there is a long running conversation, that was started

[jboss-user] [JBoss Seam] - Re: Date Picker not interested in my formatter

2007-03-30 Thread [EMAIL PROTECTED]
Gavin solved this... You must install the resource servlet. | | | | Seam Resource Servlet | org.jboss.seam.servlet.ResourceServlet | | | | Seam Resource Servlet | /seam/resource/* | | View th

[jboss-user] [JBoss Seam] - Re: datePicker - Doco

2007-03-30 Thread [EMAIL PROTECTED]
"[EMAIL PROTECTED]" wrote : You must have the resource servlet installed. I actually though you meant I had it installed when I shouldn't have! So was posting my code to show I didnt have it there. Sorry. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4033405

[jboss-user] [JBoss Seam] - Re: datePicker - Doco

2007-03-30 Thread [EMAIL PROTECTED]
Thanks Gavin for you help. The dates now arrive correctly :) I have got rid of my local copy of the .js and .css Perhaps this info might go in Chapter 24, JMF Seam Controls, under the area. A VERY useful, if unfortuantely incomplete chapter. View the original post : http://www.jboss.com/ind

[jboss-user] [JBoss Seam] - Re: datePicker - Doco

2007-03-30 Thread [EMAIL PROTECTED]
http://docs.jboss.org/seam/1.2.1.GA/reference/en/html/configuration.html Add the resource servlet. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4033402#4033402 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4033402 ___

[jboss-user] [JBoss Seam] - can't access non-Seam variables from jPDL decision condition

2007-03-30 Thread shea.phillips
Hello, After significant amount of troubleshooting, I have discovered that the org.jboss.seam.jbpm.SeamVariableResolver is used when resolving variables in a expression inside jBPM jPDL when the process is started inside of Seam. This is fine and very useful in many cases, however, in my scena

[jboss-user] [JBoss Seam] - Re: Keep losing my conversation with A4J and one page

2007-03-30 Thread andrew.rw.robinson
Some how it seemed like an error was getting processed. So I commented out the following from web.xml: | 500 | /displayError.jsf | | | 404 | /displayError.jsf | | | java.lang.Throwable | /displayError.jsf | After doing that everythin

[jboss-user] [JBoss Seam] - Re: datePicker - Doco

2007-03-30 Thread [EMAIL PROTECTED]
| http://java.sun.com/xml/ns/javaee"; | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; | xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd";> | | | | | org.jboss.seam.servlet.SeamListe

[jboss-user] [JBoss Seam] - Keep losing my conversation with A4J and one page

2007-03-30 Thread andrew.rw.robinson
I keep losing my conversation when using a redirect. Environment: Seam 1.1.6 A4J 1.1.0 MyFaces 1.1.5 Page flow: 1) user hits landing page (conversation started from pages.xml) 2) user clicks link (conversation still active, also a join=true used on action method) 3) user fills out information a

[jboss-user] [JBoss Seam] - Re: datePicker - Doco

2007-03-30 Thread [EMAIL PROTECTED]
You must have the resource servlet installed. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4033393#4033393 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4033393 ___ jboss-use

[jboss-user] [JBossWS] - Re: wstools failing on XSDs using xs:import

2007-03-30 Thread krishnakumars
This one's been out for over a year now. How do people deal with it? Any workarounds? I find it difficult to have a flat set of XSDs without the ability to import. Its a pain to have the same elements and types defined repeatedly in multiple XSDs. having a core XSd that's imported by other XSD

[jboss-user] [JBoss jBPM] - Re: jbpm-jpdl-3.2.GA designer plugin in eclipse - No JBPM 3.

2007-03-30 Thread ygiriyap
Could follow it and succeed. Many thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4033392#4033392 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4033392 ___ jboss-user ma

[jboss-user] [JBoss Seam] - Dte Pciker not interested in my formatter

2007-03-30 Thread [EMAIL PROTECTED]
Using: | | | | | | | | | | | if I use the date pickler it always posts back to the text field as MM/dd/yyy

[jboss-user] [JBoss Seam] - Re: Seam and Adobe Flex

2007-03-30 Thread DavidInTx
The primary reason we're waiting on web services instead of remoting is that prior to Flash 8, communicating from within a flash object out to some javascript on the containing page a return value was rather difficult. Seam Remoting relies on the fact that you can communicate with and get a val

[jboss-user] [JBoss jBPM] - Re: Problem Creating ProcessInstance

2007-03-30 Thread zipwow
I'm having the same issue, but my reading of it is that it's the unique constraint on the combination of processdefinition_ and key_ fields. I don't get this behavior on hypersonic, but I do when I run against my Oracle database. View the original post : http://www.jboss.com/index.html?module=

[jboss-user] [JBoss Seam] - Re: datePicker - Doco

2007-03-30 Thread [EMAIL PROTECTED]
| | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4033387#4033387 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4033387 _

[jboss-user] [JBoss Seam] - Re: datePicker - Doco

2007-03-30 Thread [EMAIL PROTECTED]
I am using seam 1.2.1 GA View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4033385#4033385 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4033385 ___ jboss-user mailing list jbos

[jboss-user] [JBoss Seam] - Re: datePicker - Doco

2007-03-30 Thread petemuir
Nope, nothing to do with seam-gen. You do need Seam 1.2 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4033383#4033383 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4033383 __

[jboss-user] [JBoss Seam] - Re: datePicker - Doco

2007-03-30 Thread [EMAIL PROTECTED]
probably relies on some sort of "seam gen" project structure or summat. I have my structure allied with my IDE so that I dont have to use Ant. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4033382#4033382 Reply to the post : http://www.jboss.com/index.html?mo

[jboss-user] [JBoss Seam] - Re: datePicker - Doco

2007-03-30 Thread [EMAIL PROTECTED]
ddint work for me. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4033381#4033381 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4033381 ___ jboss-user mailing list jboss-user@l

[jboss-user] [JBoss Seam] - Re: datePicker - Doco

2007-03-30 Thread [EMAIL PROTECTED]
If you use the s:selectDate tag then the Javascript is automatically imported for you. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4033379#4033379 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4033379 ___

[jboss-user] [EJB 3.0] - Re: Corba

2007-03-30 Thread wolfc
deploy/ejb3.deployer/jboss-ejb3.jar View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4033378#4033378 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4033378 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - datePicker - Doco

2007-03-30 Thread [EMAIL PROTECTED]
To get the dat picker to work I had to find the .js file (that was not trivial.. but I finally found it in the ui example!) I copied that into my project. I then referenced the .js from the page where it's used. | | Could this be added to the manual. You spoil us... so I just thought

[jboss-user] [JBoss Seam] - Re: Hot deployment of JSF file at development time?

2007-03-30 Thread kingcu
Just switched to MyEclipse: hot deploy worked perfectly out of the box, no extra config needed. Although I love most of the JBoss softwares, I have to say JBoss Eclipse really s**ked. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4033376#4033376 Reply to the

[jboss-user] [Beginners Corner] - Multiple JBoss Processes

2007-03-30 Thread jackcholt
I am running JBoss 4.0.2 on multiple RedHat ES 3 servers. On two of them running run.sh via jboss_init_redhat.sh produces around 40 processes running org.jboss.Main. On any other machine, only one process is produced. The output from "ps aux | grep run.sh" starts with the following. I didn't

[jboss-user] [JBoss Seam] - Re: @DataModel problems

2007-03-30 Thread smithbstl
Thanks again, I tried the h:dataTable a while ago, didn't help. I just tried changing the ID of the table, still nothing. Doesn't sound silly, I try weird stuff all the time. When you are out of ideas you start trying everything you can think. View the original post : http://www.jboss.com/i

[jboss-user] [JBoss Seam] - Re: @DataModel problems

2007-03-30 Thread fernando_jmt
Just wondering what could be wrong. Some suggestions: - Try a simple , maybe the error is throw by tr:dataTable component. - This sounds silly, but tr:dataTable id="addresses" and value="${addresses}" could be causing some troubles? Try putting another id to the table (this shame me, but it is

[jboss-user] [J2EE Design Patterns] - any pointers on how to automate ear versioning?

2007-03-30 Thread jsimone
We have an EAR that consists of 3 eclipse projects. I would like to know if anyone has tried to "derive" some sort of version number for every build that can be applied to the ear. Eclipse versions their IDE in an interesting way ... Version: 3.2.2 Build id: M20070212-1330 for the IDE prop

[jboss-user] [JBoss Seam] - Re: EntityQuery - framework:entity-query not bound

2007-03-30 Thread javalars
... thanking you so muche. That is work good now and my screen show this datas in droplist. Next Q from here ... We have class Atom and class Molecule. Molecule "has a" Atom (in our codes this in real mean Molecule has atomId property). Molecule has also the another property, atom_quantity. We w

[jboss-user] [JBoss Seam] - Re: @DataModel problems

2007-03-30 Thread smithbstl
I have changed my code to reflect yours and still get the same result. I really prefer not to use a Factory method because the dataModel really should not be populated until the form is submitted. Basically this is an address locator where the user will input an address and a list of matching

[jboss-user] [JBoss Seam] - Re: @DataModel problems

2007-03-30 Thread fernando_jmt
This sample works. Maybe you can see (try) what is different with your code. | @Stateful | | @Scope(SESSION) | | @Name("messageManager") | | public class MessageManagerBean implements Serializable, MessageManager | | { | | | |@DataModel | |private Lis

[jboss-user] [JBoss Portal] - LDAP authentication working, but

2007-03-30 Thread nollie
Hello I'm integrating LDAP into Portal 2.4.1 on AS 4.0.5GA. At the moment I have authentication working - I can login to the portal console as a user defined in LDAP and I can see my user information on the Test tab in the Test portlet. However, clicking "Edit your profile" in the User portle

[jboss-user] [Messaging, JMS & JBossMQ] - Re: MQ over SSL

2007-03-30 Thread genman
What does the JMX console show for the attribute name of "sslCipherSuite"? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4033360#4033360 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4033360

[jboss-user] [Messaging, JMS & JBossMQ] - Re: QueueSender.send occasionally hangs

2007-03-30 Thread genman
Easiest to find runtime issues is to generate a stack trace during a pause. What is your persistence strategy and DB? Could be that this is hanging. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4033359#4033359 Reply to the post : http://www.jboss.com/index.

[jboss-user] [Messaging, JMS & JBossMQ] - Re: How to create Destination (Queue) programmatically?

2007-03-30 Thread genman
There is an MBean operation on the destination manager to create them. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4033358#4033358 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4033358

[jboss-user] [JBoss Seam] - Re: @DataModel problems

2007-03-30 Thread smithbstl
Yes, I tried that already, it just resulted in the findAddresses() method being called twice, but the DataModel is still not being outjected properly. I am sure I am missing something trivial but not seeing it at the moment. View the original post : http://www.jboss.com/index.html?module=bb&op

[jboss-user] [Javassist user questions] - Jboss Cluster Question

2007-03-30 Thread soyelhugo
I need to offer HA for my EAR application with a few web modules and a lot of Session Beans. I need to install other software to cluster web application? Thanks. Hugo View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4033355#4033355 Reply to the post : http://

[jboss-user] [JBoss Seam] - Re: @DataModel problems

2007-03-30 Thread fernando_jmt
Did you use @Factory("addresses") on your findAddresses() method? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4033351#4033351 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4033351

[jboss-user] [JBoss Seam] - Re: Deploying JBoss Seam Booking JPA example to WebLogic 9.1

2007-03-30 Thread mgrouch
Got it working after configuring pointbase demo DB in my weblogic instance. Thanks all! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4033349#4033349 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4033349 ___

[jboss-user] [JBoss jBPM] - Re: jbpm-jpdl-3.2.GA designer plugin in eclipse - No JBPM 3.

2007-03-30 Thread mikeklat
You can go to Windows Preferences JBoss JBPM and define a new runtime and point it to the 3.2GA installation. It worked for me but I did not have 3.1 running on the machine Hope this works for you View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4033348#403334

[jboss-user] [JBoss jBPM] - Re: jbpm 3.2 - sample - websale cannot run - table or view d

2007-03-30 Thread hipchic
I have another question when i try to run the JUnit Tests "WebsaleTest" public void loadIdentities() { JbpmContext jbpmContext = jbpmConfiguration.createJbpmContext(); try { Entity[] entities = IdentityXmlParser.parseEntitiesResource("hsqldb/identity.db.xml"); IdentitySession

[jboss-user] [JBoss jBPM] - jbpm 3.2 - sample - websale cannot run - table or view doesn

2007-03-30 Thread hipchic
environment: - tomcat 5.5 - oracle xe 10g - jbpm 3.2 GA I try to run the websale demo, but when i launch the websale process with the jbpm-console, i have a database error, it seems a table or view doesn't exist. here my stackstrace: anonymous wrote : | javax.faces.FacesException: javax.el.

[jboss-user] [Beginners Corner] - Re: error 202: handshake failed

2007-03-30 Thread orizon
thank you peter for the help i started jboss as before and tried your suggestion. Unfortunately, http://localhost:8080/jmx-console does not work. i looked into the run.conf file and the #JAVA_OPTS="$JAVA_OPTS -Xdebug -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=y" line is comment

[jboss-user] [JBoss Getting Started Documentation] - Re: can't run bank client app

2007-03-30 Thread danielmesser
I have the same problem. If you fixed it could you post what you did? Thanks, Daniel View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4033341#4033341 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4033341 _

[jboss-user] [JBoss Seam] - Re: @DataModel problems

2007-03-30 Thread smithbstl
No luck, I tried adding a factory annotation but the findAddresses() method is just being called twice but still the DataModel is still not being rendered in the table. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4033340#4033340 Reply to the post : http:/

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

2007-03-30 Thread [EMAIL PROTECTED]
anonymous wrote : accessing SLSB via RMI is a given SFSB are not? I need SFSB as controllers for long-running conversation... When you have I client in Brazilian Banks you culd add and remove some documents to pay...based on totals and some documents can bt payed with cheks othes not...the total

[jboss-user] [Installation, Configuration & Deployment] - ROOT.war and virtual hosts

2007-03-30 Thread trickyvail
I am using JBoss AS 4.0.5 Under normal conditions my JBoss server makes the jbossweb-tomcat55.sar/ROOT.war directory available for static content. However as soon as I deploy an ear with a virtual host configuration I am unable to access this directory. I've tried changing the name attribute o

[jboss-user] [JBoss Portal] - Re: Overwriting registered mbean

2007-03-30 Thread [EMAIL PROTECTED]
You can change the service definition by modifying the appropriate bean in the appropriate jboss-service.xml (look for portal:commandFactory=CMSObject). However, you shouldn't do that unless you know what you are doing... If you can't figure out which file or what to change, it's probably a good

[jboss-user] [JBoss Seam] - Re: @DataModel problems

2007-03-30 Thread smithbstl
Thanks for the reply, The findAddresses method is called by a submit button on the page. I am using Facelets and the table and form are not on the same xhtml file. I will try placing a Factory annotation here and see if that does the trick. Thanks again. View the original post : http://w

[jboss-user] [JBoss Seam] - Re: EntityQuery - framework:entity-query not bound

2007-03-30 Thread [EMAIL PROTECTED]
You're missing an xmlns:framework. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=404#404 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=404 ___ jboss-user mailing l

[jboss-user] [JBoss Seam] - Re: Seam and Adobe Flex

2007-03-30 Thread neilac333
I will definitely look into Seam Remoting. But I am curious why that is necessary. I know next to nothing about Flex, but I understand there are Java objects, essentially DTO's, that are mapped to ActionScript objects for display in Flex. Why can't these be conventional Seam-managed POJO's?

[jboss-user] [JBoss Seam] - Re: @DataModel problems

2007-03-30 Thread stu2
"smithbstl" wrote : I keep getting this returned via the debug page under my datamodel component. Why is the row unavailable? The wrapped data is some of the data returned via my query but the data model is not being displayed on the page. No exception is thrown. | | @Stateful | | @N

[jboss-user] [JBossCache] - Re: Should Fqns only contain String elements?

2007-03-30 Thread kindageeky
int / long / string would support all our foreseeable needs, mostly for convenience again on the first two ... primarily we use strings and use jbosscache as a standalone with our own socket server in front of it, so string only would be OK too View the original post : http://www.jboss.com/ind

[jboss-user] [JBoss Seam] - EntityQuery - framework:entity-query not bound

2007-03-30 Thread javalars
In Eclipse, we trying to copy how it is did in dvdstore sample so we can get list of all values in table adding | | | to seam-gen eration components.xml but we are braking everything again this night :-(( We want this so it can show list of atoms in a s:selectItems i

[jboss-user] [JBossCache] - Re: Cayenne and Maven

2007-03-30 Thread kindageeky
agreed, this would be very handy especially since we're building some stuff that's going to have multiple build profiles against different versions of jbosscache / jgroups we're also using Ivy Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4033326#40

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

2007-03-30 Thread stu2
"[EMAIL PROTECTED]" wrote : "[EMAIL PROTECTED]" wrote : There is no good, standards-compliant, way to pass a conversation id transparently over RMI. Even if there was, the semantics are questionable, since conversation state is local, not remotely accessible. | | | | For WS, the notion

[jboss-user] [Installation, Configuration & Deployment] - Re: Java-Installation and JBoss 4.0.5

2007-03-30 Thread PeterJ
Two suggestions. First, do not use JDK 6. There are various incompatibility issues. I recommend that you install the 5.0 JDK first. Also, when you install it, do not install it to Program Files, spaces in directory names give some Java code fits. I have mine installed at c:\apps\jdk1.5.0_11 S

[jboss-user] [JBoss Portal] - Re: developing a new portal

2007-03-30 Thread PeterJ
You can package a portlet as a war file, so use the < war > tag. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4033322#4033322 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4033322 __

[jboss-user] [Installation, Configuration & Deployment] - Re: versions of third party softwares with AS

2007-03-30 Thread PeterJ
Two possibilities. Look in docs/licenses/thirdparty-licenses.xml, or look in the META-INF/manifest.mf file in the individual jar files. That works in 4.0.5, not sure about 4.0.1. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4033321#4033321 Reply to the post

[jboss-user] [Installation, Configuration & Deployment] - JBoss 4.0.4 using UnifiedClassLoader despite config

2007-03-30 Thread Steveco
We're using JBoss 4.0.4 on Linux and OSX. We have it configured to not use the UnifiedClassLoader, but it still does for some of our classes. My immediate problem is that I'm catching an EJBException in my web app, and I want to get the exception contained in the EJBException and cast it to on

[jboss-user] [JBoss Getting Started Documentation] - Re: Can not start the Hypersonic Manager Tool

2007-03-30 Thread PeterJ
It sounds like either you have not configured Hypersonic to open a port, or you did not start the app server. The instructions in the Getting Started Guide are correct, if you follow them to the letter. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4033319#40

[jboss-user] [Beginners Corner] - Re: error 202: handshake failed

2007-03-30 Thread PeterJ
Sounds like you are started JBossAS with JVM debugging set and you are now attempting to connect to the debugging port. The HTTP port is 8080, so try http://localhost:8080/jmx-console View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4033318#4033318 Reply to the

[jboss-user] [JBoss jBPM] - Re: Tomcat 5.5 - Jbpm 3.2 - Starting failed <

2007-03-30 Thread hipchic
here my contribution http://wiki.jboss.org/wiki/Wiki.jsp?page=JbpmOnTomcatOracle View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4033315#4033315 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4033315 __

[jboss-user] [Beginners Corner] - Re: error SunJDK14IsLocalBugFix at startup

2007-03-30 Thread PeterJ
The log output you posted is not an error, it is a debug statement. The output 09:53:48,390 ERROR [URLDeploymentScanner] Incomplete Deployment listing: is a report of what failed to deploy, but is a report after the fact. There should earlier be a stack trace in the console output, that stack

[jboss-user] [JBoss Getting Started Documentation] - Re: Can not start Jboss Server

2007-03-30 Thread PeterJ
Which version of JBoss are you using? Which JVM? What operating system? It might also help to provide the lines that appeared on the console right before this error. Also, how did you install? Via the zip file or the JEMS installer? If via zip file, which configuration are you running? If via

[jboss-user] [JBossWS] - Re: How Do I See the XML?

2007-03-30 Thread joshlam
You can try something like: | public boolean handleMessage(SOAPMessageContext ctx) | { | boolean outbound= ((Boolean)ctx.get(SOAPMessageContext.MESSAGE_OUTBOUND_PROPERTY)).booleanValue(); | SOAPMessage m = ctx.getMessage(); | ByteArrayOutputStream bo = new B

[jboss-user] [Clustering/JBoss] - Re: Replication of stateful session bean proxy

2007-03-30 Thread [EMAIL PROTECTED]
If the proxy is for a remote bean, it should work fine. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4033307#4033307 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4033307 ___

[jboss-user] [JBoss Seam] - Re: duplicated in the faces tree

2007-03-30 Thread petemuir
Rendered doesn't cause the component not to be created, just not displayed hence your id conflict! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4033300#4033300 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4033300 ___

[jboss-user] [JBoss Seam] - Re: JBoss AS 4.0.4 Out of Memory in Seam 1.2

2007-03-30 Thread [EMAIL PROTECTED]
Our recommended settings are here. http://docs.jboss.org/seam/1.2.1.GA/reference/en/html/gettingstarted.html I'm very surprised that there would be a change b/w the different versions! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4033301#4033301 Reply to th

[jboss-user] [JBoss Seam] - Re: Hot deployment of JSF file at development time?

2007-03-30 Thread kingcu
I am trying to avoid using Ant. But I guess the reason why seam-gen is recommended is because JBoss Eclipse's deficiency on supporting hot deployment. I've used IBM WSAD 5.1 before and I could edit a page and switch to the browser immediately to see the change. Just hope the Red Hat Deverloper S

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBossAS Adaptor for Eclipse 3.3

2007-03-30 Thread jnorris10
"[EMAIL PROTECTED]" wrote : oh. try and download the plugins as a zip file and use them instead (remove the feature before starting eclipse) Thanks for these suggestions. However, after installing the zip manually (and removing the feature), it doesn't seem to work - A JBoss type is not include

[jboss-user] [JBoss Seam] - Re: jBPM upgrade plans?

2007-03-30 Thread SunFire
Ah ok, thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4033296#4033296 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4033296 ___ jboss-user mailing list jboss-user@lists.

[jboss-user] [JBoss Seam] - JBoss AS 4.0.4 Out of Memory in Seam 1.2

2007-03-30 Thread Stateless Bean
Hi, When i done migration to Seam 1.2 i saw when i deploy 2 or 3 times app i get serwer error "pergem space" out of memory and neet to shot down whole serwer. But when i used Seam 1.0.0 i could deploy much more times app. Is this normal, when seam grows so quicly i'll be restart server for each

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

2007-03-30 Thread [EMAIL PROTECTED]
"[EMAIL PROTECTED]" wrote : There is no good, standards-compliant, way to pass a conversation id transparently over RMI. Even if there was, the semantics are questionable, since conversation state is local, not remotely accessible. | | For WS, the notion of a conversation is better-defined.

[jboss-user] [JBoss Seam] - Re: Hot deployment of JSF file at development time?

2007-03-30 Thread [EMAIL PROTECTED]
http://docs.jboss.org/seam/1.2.1.GA/reference/en/html/gettingstarted.html Just use seam-gen View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4033292#4033292 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4033292 __

[jboss-user] [EJB 3.0] - Re: Etity reference problems

2007-03-30 Thread fhh
anonymous wrote : I often get a NPE for OneToOne on line 135. Can you be a bit more specific? Regards Felix View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4033287#4033287 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p

[jboss-user] [JBoss Seam] - @DataModel problems

2007-03-30 Thread smithbstl
I keep getting this returned via the debug page under my datamodel component. Why is the row unavailable? The wrapped data is some of the data returned via my query but the data model is not being displayed on the page. No exception is thrown. class class org.jboss.seam.jsf.ListDa

[jboss-user] [JBoss Seam] - Hot deployment of JSF file at development time?

2007-03-30 Thread kingcu
Here is what I am trying to achieve: at development time, you often need to change a page multiple times to get a satisfied result; but redeploying the whole EAR every time a small change is made is tedious and time consuming. So, I like to find a way to allow me make changes to the JSF files an

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

2007-03-30 Thread [EMAIL PROTECTED]
"[EMAIL PROTECTED]" wrote : Looking at the original post, I don't really understand the full architecture or the requirements. Are you trying to propagate Seam conversations across the ESB (Mule)? If so, this should be doable once we have Seam/WS, which will include support for JBoss ESB that s

[jboss-user] [JBoss Seam] - Re: Why org.jboss.seam.Model.getBeanClass() was made final?

2007-03-30 Thread [EMAIL PROTECTED]
Add a request to JIRA, including a full explanation of your usecase. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4033283#4033283 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4033283 __

[jboss-user] [JBoss Seam] - Re: pageflow parameter of @Begin annotation as EL expression

2007-03-30 Thread [EMAIL PROTECTED]
The case is arguable. I would have to think it harder. Feel free to sumbit to JIRA, but no promises. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4033282#4033282 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4033282 _

[jboss-user] [Clustering/JBoss] - Replication of stateful session bean proxy

2007-03-30 Thread tsegismont
Hi all, I have developed my application in a non clustered environment. I hold the state of my web application in stateful session beans with a "HttpSession Scope" (keeping the SFSB proxy/stub as an attribute of HttpSession). Now I want to use JBoss Cluster for production. When the HttpSessio

[jboss-user] [JBoss Seam] - Why org.jboss.seam.Model.getBeanClass() was made final?

2007-03-30 Thread jpsantos
I was using the version 1.1.0.GA. To implement my Bussines logic i have made some think like this: MyBaseAction(with some generic stuff) MyAction1 that extends MyBaseAction MyAction2 that extends MyAction1 But im my JSP file I always use #MyBaseAction.someMethod() For this

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

2007-03-30 Thread [EMAIL PROTECTED]
Looking at the original post, I don't really understand the full architecture or the requirements. Are you trying to propagate Seam conversations across the ESB (Mule)? If so, this should be doable once we have Seam/WS, which will include support for JBoss ESB that should be trivial to port to M

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

2007-03-30 Thread [EMAIL PROTECTED]
There is no good, standards-compliant, way to pass a conversation id transparently over RMI. Even if there was, the semantics are questionable, since conversation state is local, not remotely accessible. For WS, the notion of a conversation is better-defined. View the original post : http://ww

[jboss-user] [JBoss Seam] - Re: clarification about propagation=

2007-03-30 Thread [EMAIL PROTECTED]
Um. Dude. How the hell am I supposed to know what conversation you want to end when clicking the link if I don't pass the conversation id??! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4033272#4033272 Reply to the post : http://www.jboss.com/index.html?mo

  1   2   3   >