[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Problems with an old version of Jboss and mod_jk with Apache

2007-06-28 Thread some_cs_student
Hi guys, I was asked to upgrade the version of mod_jk used by our apache 2.0.59 to a newer version so I went ahead and grabbed the newest version from the Apache connectors website http://tomcat.apache.org/connectors-doc/ However since upgrading to the newer version of mod_jk, compiled from sou

[jboss-user] [Beginners Corner] - Inserting Date into Database

2007-06-28 Thread kaviarasu
Hi i like to insert date inside oracle 10 database in the date field which i assigned field as date format. Tdate(date) i try to insert in 23-jun-2007 format but it giving exception value must be a datetime. can any suggest me thank u regards kavi View the original post : http

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Problems with an old version of Jboss and mod_jk with Ap

2007-06-28 Thread some_cs_student
I should have mentioned, compiled from scratch with the apache sources. JBoss is included as part of a larger proprietary application so upgrading it cannot be done without the vendor (HP). The current version of mod_jk I have does work fine View the original post : http://www.jboss.com/in

[jboss-user] [JBoss Seam] - Problem with Seam generator edit pages

2007-06-28 Thread rbcdexia
I have a problem with seam generator edit pages. When I have a complex object that have inside a reference to another object, seam generator generates a dataPanel to try to select the object to bring it to the edit form. The problem is when I fill the inputText simple fields before select the ob

[jboss-user] [JBossCache] - Re: uninitialized nodes

2007-06-28 Thread aditsu
In order to call replaceAll, I need to have a Node first. And when I try to get a node, the cache calls the cacheloader to load the data. This is exactly what I want to avoid. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4058574#4058574 Reply to the post :

[jboss-user] [EJB 3.0] - Re: Can a Stateless bean make a call to an entity bean to pe

2007-06-28 Thread oskar.carlstedt
Hello again! If your datasource is correctly deployed, then I don't know. It might be a TopLink issue. This is the way to deploy a EJB3 jar file and connect it to a datasource. When using EJB3 and JPA you are not using Hibernate directly. You are using JPA, which JBoss in turn maps to Hibernat

[jboss-user] [JBoss Seam] - Re: How to create hibernate criteria

2007-06-28 Thread knuwu
Thank you Fabricio I will try your advice and let you know if it worked. Yes jboss-ejb3-all.jar is packaged. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4058572#4058572 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=

[jboss-user] [JBoss Seam] - Re: or in RESTRICTIONS

2007-06-28 Thread maumau
Thank you Dan, Your solution works like a charm and thank you to Seam that it indexes even the not used restrictions. Sincerely Malte View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4058578#4058578 Reply to the post : http://www.jboss.com/index.html?module=b

[jboss-user] [EJB 3.0] - Re: Can a Stateless bean make a call to an entity bean to pe

2007-06-28 Thread oskar.carlstedt
Hi again! Good news! Take a look at this post on another forum http://forums.oracle.com/forums/thread.jspa?threadID=244914 //Oskar View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4058577#4058577 Reply to the post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Tomcat Java 5.0 problem, on a 6.0 JDK...

2007-06-28 Thread DeanoUK
For those getting the above problem (which should actually show the error that 5.0 generics can't be used ) change Tomcat's web.xml to read: | compilerTargetVM | 1.5 | | | compilerSourceVM | 1.5 | Under the JSP servlet def. View th

[jboss-user] [JBoss Portal] - Re: JBoss Portal Server start up problem

2007-06-28 Thread selvarevathi
ok chris will try for that thanx a lot chris for u r patience reply have a great day View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4058582#4058582 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4058582 _

[jboss-user] [JBoss Seam] - Re: Seam 2.0 BETA

2007-06-28 Thread Phantom
Good news! :) I have several question: 1) Are you planning to switch development complitly to 2 version or you'll also support 1? 2) Can I download somewhere Jboss Seam 2.0 with all requered (AS, JSF 1.2 etc.) as one installation package? I had a lot of problems to install Jboss Seam on my Jbos

[jboss-user] [JBoss Seam] - Re: jbpm and exception handling

2007-06-28 Thread leezard
Hey, say something. I believe there is simple way to do this, but I can't find it, and now my project can't be finished because of this. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4058584#4058584 Reply to the post : http://www.jboss.com/index.html?module=

[jboss-user] [JBoss Seam] - DataModel and Row Unavailable

2007-06-28 Thread ssc_ch
I have some problems in using the datamodel. I have two Tables on my page and i add entries from one table to the 2nd, which works fine. After adding i should have the possibility to remove entries again from the 2nd table, which works, but only with the first entry.. If i alway delete the first

[jboss-user] [JBoss jBPM] - Re: jBPM or pages.xml overloading / extending / composition

2007-06-28 Thread avbentem
utiba_davidr | Joined: Sat Jun 23, 2007 08:52 AM First of all: welcome to the JBoss forums. The subject of your question is promising! But... I don't know about the other members, but in general I have a strong objection against posting the very same question in multiple forums. A usenet-like

[jboss-user] [Installation, Configuration & Deployment] - Re: Seperate log4j.xml for each application

2007-06-28 Thread lost_traveller
Yeah I couldn't get it to work either, allbeit I didn't try for very long. It seems to be a poor feature of Log4J that you can only have one config per JVM. In the end we have to have 1 log4j config in our EAR file which has knowledge of every application deployed and the JBoss log4j config too

[jboss-user] [JBoss jBPM] - Re: jBPM or pages.xml overloading / extending / composition

2007-06-28 Thread avbentem
Oops, excuse me for my previous reply. I did not yet dive into the posts in the Seam forum, and apparently in that specific topic you and Gavin King decided that this question was better asked in the jBPM forum -- and you even linked here. Good! So: I hope you'll find your answer here. At least

[jboss-user] [JBoss Seam] - Re: How to extract the page id

2007-06-28 Thread avbentem
"trekker880" wrote : Is there any sample code to test the pageflow transitions? As in PageflowTest.java? This is currently not enabled in CVS, but it was enabled until recently. So, I guess that was not hard to find and you're surely able to get that code working again? View the original post :

[jboss-user] [JBoss Seam] - Re: DataModel and Row Unavailable

2007-06-28 Thread dkane
Recently solved the same problem , thanks to this forum . The situation was like your's : adding rows from one table to another (shopping cart) and then deleting rows from shopping cart. http://www.jboss.com/index.html?module=bb&op=viewtopic&t=111675 ( the initial request is about another prob

[jboss-user] [JBoss Seam] - Re: How to create hibernate criteria

2007-06-28 Thread knuwu
Great Fabricio It worked! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4058595#4058595 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4058595 ___ jboss-user mailing list jbos

[jboss-user] [JBoss Seam] - Seam gen edit pages, update without press save button

2007-06-28 Thread rbcdexia
I have a problem with seam generator edit pages. When a generated pojo has a complex object inside it, seam gen generates in the edit page a rich:tab with the following code. | | | | | | | empresa |

[jboss-user] [JBoss Seam] - Re: How to extract the page id

2007-06-28 Thread trekker880
Can you tell me how to access to that code in cvs? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4058601#4058601 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4058601 ___ jbos

[jboss-user] [JBoss jBPM] - Re: async pain

2007-06-28 Thread ax666
thanks ed for working on this problem. I'd like to see some of the developers to work on this too to have it fixed in a public version. we did some bad hacks similar to ed's to get this to work, but still, I believe its not production ready. right now I don't have any more time to work on this,

[jboss-user] [JBoss jBPM] - Re: Problem with Exception Handler or I just can't do this?

2007-06-28 Thread [EMAIL PROTECTED]
Exception handlers have limited use. They cannot influence the graph excecution in the way you apparently want it. Their use is to perform some corrective action (set variables, send email, jms message etc.) and then either continue the graph execution (the behaviour you observe) or else rethro

[jboss-user] [JBoss Seam] - Re: DataModel and Row Unavailable

2007-06-28 Thread ssc_ch
Yes, i read your problem already. But it seems that my problem is something else.. I have the in the attribute rendered the rowCount-Thing already built in and I even get the exception if I don't add the rendered-attribute. View the original post : http://www.jboss.com/index.html?module=bb&op=v

[jboss-user] [JBoss jBPM] - Re: How can I split storage scheme JBPM and general?

2007-06-28 Thread copperschnack
Hi, we adjusted our jbpm.cfg.xml to use DbPersistenceServiceFactory instead of JtaDbPersistenceServiceFactory. This configuratoin works fine... (read on) | | | | | |

[jboss-user] [JBoss jBPM] - Re: async pain

2007-06-28 Thread kukeltje
Alex, There are 3 ways to get this fixed quickly: - Develop a good patch and contribute it - Get many people to vote for the issue - Buy commercial support and report it as a major issue. There are currently to few people having a problem with this to get it 'fixed' by the core developers workin

[jboss-user] [JBossWS] - Re: Jboss 4.2.0 and SQL Server

2007-06-28 Thread sashaxiv
i can't understand. I've debug the aplication with jboss ide to see the variable values. The entity usuario has a List of concesiones. When i run with debug i could see the value of this list and i was ok, it has the list of Concesiones i wanted but it crashes when calling the getList method

[jboss-user] [JBoss Seam] - Re: Use jsf and seam navigation rule together

2007-06-28 Thread jimmy6
could i still use the session,request and application scope? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4058608#4058608 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4058608 __

[jboss-user] [JBoss Seam] - Re: How to extract the page id

2007-06-28 Thread [EMAIL PROTECTED]
Stop constantly asking this question in multiple threads all over the place. anonymous wrote : Can Pageflow-defintion.xml be called from the servlet? If you really want to just parse a pageflow definition from a servlet, then you can just use a XML (e.g. SAX) parser. This has nothing to with Se

[jboss-user] [JBoss jBPM] - Re: How can I split storage scheme JBPM and general?

2007-06-28 Thread fady.matar
Can you please elaborate about the strange behavior you mentioned? That could help us create a standard solution for splitting the storage View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4058612#4058612 Reply to the post : http://www.jboss.com/index.html?modul

[jboss-user] [JBoss Seam] - Re: Date Convert Error

2007-06-28 Thread [EMAIL PROTECTED]
I don't think that dd-MM- is the correct pattern for 23-jun-2007. This is just the standard Java SimpleDateFormat stuff, so take a look at that for the correct pattern :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4058613#4058613 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: jBPM or pages.xml overloading / extending / composition

2007-06-28 Thread kukeltje
Don't know about extending and overloading but pageflow composition (http://jira.jboss.com/jira/browse/JBSEAM-157 ?) would be an option. What I personnaly would like is a dynamic processcomposition. This way you can have one big main process, but runtime decide which subprocess to load for a sp

[jboss-user] [JBoss Seam] - Re: Seam 1.3.0.ALPHA entity converter: The instance was not

2007-06-28 Thread [EMAIL PROTECTED]
http://jira.jboss.com/jira/browse/JBSEAM-1487 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4058615#4058615 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4058615 ___ jboss-use

[jboss-user] [JBoss jBPM] - Re: async pain

2007-06-28 Thread ax666
Ronald, you're absolutely right, but there's nothing I can do now. Our hacks are not of a quality for a patch. I can quickly describe what we did: - new job executor who is starting 1 job reader thread - job reader thread uses java executor service for thread pool - reads jobs from db and starts ne

[jboss-user] [JBoss Seam] - Re: Help : seamdisc problem

2007-06-28 Thread baz
Hello, is this the reason why i can not find the seamdisc example in Seam 2.0.0.Beta1? Or is it delivered and i can not find it, because i'm blind? Ciao, Carsteb View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4058619#4058619 Reply to the post : http://www.jbo

[jboss-user] [JBoss Seam] - Re: stopped working in Seam 2.0 within source

2007-06-28 Thread [EMAIL PROTECTED]
As always, it's very hard to help you when you don't post code! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4058618#4058618 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4058618 ___

[jboss-user] [JBoss jBPM] - Re: jBPM or pages.xml overloading / extending / composition

2007-06-28 Thread damianharvey
Dynamic process composition would be very useful. Is this something that is being worked on? Is there any way to achieve the same effect with the current release? Thanks, Damian. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4058622#4058622 Reply to the po

[jboss-user] [JBoss Seam] - Re: Seam gen edit pages, update without press save button

2007-06-28 Thread [EMAIL PROTECTED]
Is that supposed to be an edit page or what? I don't understand how you are selecting anything with that button. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4058611#4058611 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply

[jboss-user] [Installation, Configuration & Deployment] - Re: Seperate log4j.xml for each application

2007-06-28 Thread meissa
the problem is not comming log4j. It's a jboss classloading problem. In jboss4.3 sp1 version, you could have a log4j.jar version for each of you application. But with jboss 4.2 version doing so, you may experience with exception below | log4j:ERROR A "org.jboss.logging.appender.FileAppender" o

[jboss-user] [JBoss jBPM] - Re: async pain

2007-06-28 Thread kukeltje
"ax666" wrote : Ronald, you're absolutely right, but there's nothing I can do now. | Our hacks are not of a quality for a patch. I can quickly describe what we did: | - new job executor who is starting 1 job reader thread | - job reader thread uses java executor service for thread pool |

[jboss-user] [JBoss jBPM] - Re: jBPM or pages.xml overloading / extending / composition

2007-06-28 Thread kukeltje
"damianharvey" wrote : Dynamic process composition would be very useful. Is this something that is being worked on? No "damianharvey" wrote : | Is there any way to achieve the same effect with the current release? No, not as far as i know Please file a jira issue for this. View the original

[jboss-user] [Installation, Configuration & Deployment] - Re: log4j with jboss issue ?

2007-06-28 Thread meissa
We all are having the same problem. It seem impossible to override log4j.jar despite the wiki explanations about that. The only one solution is to remove your log4j version and to let the one with is jboss server lib to be loaded. This is a ugly solution. Jboss guys have to tells us why the make

[jboss-user] [JBoss Seam] - Scary, scary thing: browser cache + Ajax4JSF???

2007-06-28 Thread przemjaskier
Hi, I've just noticed an answer for this thread and I'm curious how do you perceive this problem in general. http://www.jboss.com/index.html?module=bb&op=viewtopic&t=112124 ...suggesting cleaning browser cache as a solution for a specific error. Ok, as a developer I can do it after A4J update that

[jboss-user] [JBoss Seam] - Re: Use jsf and seam navigation rule together

2007-06-28 Thread [EMAIL PROTECTED]
the navigation model has no affect on the scopes available View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4058629#4058629 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4058629

[jboss-user] [Installation, Configuration & Deployment] - jboss 4.2 and log4j nightmare

2007-06-28 Thread meissa
Hi jboss guys, We are been more and more to suffer about the Impossibility to override log4j.jar in jboss 4.2 version. The classloading isolation configuration that is explained in the wiki is not working at all. Jboss still complain when we put log4j.jar in our appllications librairies. Can you

[jboss-user] [JBoss jBPM] - Re: async pain

2007-06-28 Thread ax666
with 3.2.1 : anonymous wrote : 11:19:01,985 [pool-1-thread-1] DEBUG GraphElement - event 'node-leave' on 'Node(fileCheck)' for 'Token(/)' | 11:19:02,003 [pool-1-thread-1] DEBUG GraphElement - event 'transition' on 'Transition(check-to-fork)' for 'Token(/)' | 11:19:02,006 [pool-1-thread-1] DEB

[jboss-user] [Installation, Configuration & Deployment] - Re: How to create Jboss server instance other than default (

2007-06-28 Thread meissa
you just have to copy the default directory and give it another name. Assume you name it myInstance. To run it, you'll have to use run -c myInstance. hope that help. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4058632#4058632 Reply to the post : http://ww

[jboss-user] [JBoss Seam] - access the entityManager in a converter (seam 2 beta)

2007-06-28 Thread adrien.loyat
Hello In seam 1.3 alpha, I use the entityManager in a converter (in getAsObject) like this : public Object getAsObject(FacesContext arg0, UIComponent arg1, String arg2) { | if (StringUtils.isEmpty(arg2)){ return null;} | log.info("getAsObject avec arguement

[jboss-user] [JBossCache] - Re: Apparently losing data

2007-06-28 Thread uuderzo
anonymous wrote : Perhaps it's your application. Maybe... but the behaviour looks weird. I'll try to put more debug infos and will wait the misfunction to appear one more time. I'll put more infos on the forum when I'll discover something new. Meantime, if someone has some hint, I'll be glat to

[jboss-user] [JBoss Seam] - Re: How to extract the page id

2007-06-28 Thread trekker880
@ pete.muir i was just trying to find out the seam feasibility bt it got repeated in two seperate thread. neverthless sorry for any inconvenience. Again as you said that the code i posted in this same thread isn't interpreted by the container. | ProcessDefinition pageflowDefinition =jbpm.

[jboss-user] [JBoss jBPM] - Re: How to use FindTaskInstances in multiple transitions?

2007-06-28 Thread MindTheGap
Thanks to all, but not answer my question... In this process: A->B A->C A, B and C are task-nodes with one task each When a user end the task in A, i want that the token stays in A (ok...signaling off). What i want next is that the users that can resume B and C can see in their pending task l

[jboss-user] [Installation, Configuration & Deployment] - Re: How to create Jboss server instance other than default (

2007-06-28 Thread jignesh_it009
"meissa" wrote : you just have to copy the default directory and give it another name. | Assume you name it myInstance. To run it, you'll have to use | | run -c myInstance. | | hope that help. Thanks dear. Also I would really appritiate if you can explain me how can I run both the i

[jboss-user] [JBoss Seam] - Re: access the entityManager in a converter (seam 2 beta)

2007-06-28 Thread dajevtic
I am not sure if this is the best way. It would probably be better to use the seam entity converter, but here goes: | InitialContext ctx = new InitialContext(); | String jndiEntityManagerFactory = "factoryDefinedInComponentsXml"; |

[jboss-user] [Installation, Configuration & Deployment] - Re: How to create Jboss server instance other than default (

2007-06-28 Thread jignesh_it009
"jignesh_it009" wrote : "meissa" wrote : you just have to copy the default directory and give it another name. | | Assume you name it myInstance. To run it, you'll have to use | | | | run -c myInstance. | | | | hope that help. | | | Thanks dear. Also I would really ap

[jboss-user] [JBoss Seam] - Re: InputText value being cached

2007-06-28 Thread keurvet
What JSF framework do you use ? I ask the question because IceFaces has this bug in its bug list : http://jira.icefaces.org/browse/ICE-1343 . A hack is given there. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4058642#4058642 Reply to the post : http://www

[jboss-user] [JBoss Seam] - Re: access the entityManager in a converter (seam 2 beta)

2007-06-28 Thread adrien.loyat
Ousp The exception is not in my converter. It is the in my xhtml page that raises it ! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4058644#4058644 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4058644 ___

[jboss-user] [JBoss Seam] - Re: Seam 2.0 BETA

2007-06-28 Thread [EMAIL PROTECTED]
Is Seam 1.3.0 (still in ALPHA) still going to be released? What's the difference between 1.3 and 2.0 (BETA)? Or just ignore 1.3 ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4058645#4058645 Reply to the post : http://www.jboss.com/index.html?module=bb&o

[jboss-user] [JBoss Seam] - Hibernate tools on Seam Gen project

2007-06-28 Thread damianharvey
Has anyone got Hibernate Tools - specifically the HQL queries - working on a basic Seam Gen project? I've asked this question in the Hibernate Tools forum (http://forum.hibernate.org/viewtopic.php?p=2356963#2356963) but I think it is best addressed to a Seam audience. Essentially, Hibernate to

[jboss-user] [JBoss Seam] - Re: access the entityManager in a converter (seam 2 beta)

2007-06-28 Thread [EMAIL PROTECTED]
Easiest way is to use a Seam component | @Name("myConverter") @BypassInterceptors @Converter | public class MyConverter implements Converter{ | |@In EntityManager entityManager; | |@Transactional |public Object getAsObject(FacesContext arg0, UIComponent arg1, String

[jboss-user] [Installation, Configuration & Deployment] - Re: jboss 4.2 and log4j nightmare

2007-06-28 Thread [EMAIL PROTECTED]
So you've tried http://wiki.jboss.org/wiki/Wiki.jsp?page=ClassLoaderScoping and it doesn't work for you? (you don't even have to rename conf/log4j.xml, it is already renamed) There is a testcase in the jboss testsuite for this exact scenario: org.jboss.test.classloader.test.ScopingUnitTestCase

[jboss-user] [JBoss Seam] - Re: access the entityManager in a converter (seam 2 beta)

2007-06-28 Thread dajevtic
do you mind posting the snipped of your page? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4058649#4058649 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4058649 ___ jboss-use

[jboss-user] [JBoss Seam] - Re: Seam 2.0 BETA

2007-06-28 Thread [EMAIL PROTECTED]
1) We are now working entirely on Seam2, Seam 1.2.1.GA is part of the Application Platform though, and will be maintained 2) Not from the community releases, but the application platform will offer this (still should soon be GA IIRC) 3) The migration guide is in the download for Seam2, or here h

[jboss-user] [JBoss Seam] - Re: access the entityManager in a converter (seam 2 beta)

2007-06-28 Thread adrien.loyat
| Type de collectivité | | | | | | I'am looking at the doc references

[jboss-user] [JBoss Seam] - Re: Hibernate tools on Seam Gen project

2007-06-28 Thread [EMAIL PROTECTED]
Make sure you use a really up to date version of hibernate tools (newer than 3.2 beta 9). A good bet is the JBoss Tools releases, though I haven't specifically tried it with them View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4058653#4058653 Reply to the pos

[jboss-user] [JBoss Seam] - Re: Seam gen edit pages, update without press save button

2007-06-28 Thread rbcdexia
I have an object "Operacion" that has inside an object "Entidad". I want to edit my Operation object.I want to change Entidad field in Operacion, so for this reason I have to press the botton. When I press the button I show a list of Entidad objects to select one of them. Then when I return to my

[jboss-user] [JBoss Seam] - Re: Seam gen edit pages, update without press save button

2007-06-28 Thread rbcdexia
"rbcdexia" wrote : I have an object "Operacion" that has inside an object "Entidad". | I want to edit my Operation object.I want to change Entidad field in Operacion, so for this reason I have to press the botton. When I press the button I show a list of Entidad objects to select one of them.

[jboss-user] [JBoss Seam] - Re: entity update without submit

2007-06-28 Thread rbcdexia
Thank you It works! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4058657#4058657 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4058657 ___ jboss-user mailing list jboss-u

[jboss-user] [JBoss Seam] - Re: access the entityManager in a converter (seam 2 beta)

2007-06-28 Thread adrien.loyat
I dont't undestand the problem with s:convertEntity. anonymous wrote : Description | | Assigns an entity converter to the current component. This is primarily useful for radio button and dropdown controls. | | The converter works with any managed entity which has an @Id annotation - e

[jboss-user] [JBoss Seam] - Re: access the entityManager in a converter (seam 2 beta)

2007-06-28 Thread dajevtic
It's hard for me to understand, too, especially when I don't get that exception. Post the complete stack trace. Probably colList and typeColList are retrieved in seperate transactions, which causes this problem... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=

[jboss-user] [JBoss Seam] - Re: access the entityManager in a converter (seam 2 beta)

2007-06-28 Thread adrien.loyat
the stack trace : Exception during request processing: | Caused by javax.servlet.ServletException with message: "EntityManager is closed" | javax.faces.webapp.FacesServlet.service(FacesServlet.java:256) | org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChai

[jboss-user] [JBoss Portal] - Run a third party servlet (inside a portlet, or how?)

2007-06-28 Thread durand
Hi! I am working on a project, where we'll want to access a servlet running on another server. The best way would of course be if we could run it inside a portlet in the portal. The servlets come from a third party product and are written in JSP. They take arguments, allowing for example "auto

[jboss-user] [JCA/JBoss] - Configuration of JCA Inflow Resource Adapter

2007-06-28 Thread garethevans
I'm using jboss4.0.5.GA to connect to a legacy system via tcp. To do this I'm using a JCA inflow resource connected to an MDB. This is currently working as expected. My question how can I configure this in a maintainable way? Currently the configuration sits within the ejb-jar.xml and jboss.x

[jboss-user] [Security & JAAS/JBoss] - MD5­ MessageDigest not available

2007-06-28 Thread mike512
Hi everybody. I'm adding Md5 hashcode security to my users passwords. but I'm getting the following error: anonymous wrote : | ERROR [Util] Password hash calculation failed | java.security.NoSuchAlgorithmException: MD5­ MessageDigest not available | Everytime I login. My code is:

[jboss-user] [JBoss Seam] - Re: ResourceBundle in Database

2007-06-28 Thread Zerg-Spirit
Hi, I'm trying to have my resource bundles stored in a database aswell, and wanted to follow pete's post, but I don't really understand some part of it. What do you mean by: anonymous wrote : 3. Implement a DBContol (to control caching of the resource bundle) What's that? Is it supposed to be a

[jboss-user] [JBoss Seam] - Re: access the entityManager in a converter (seam 2 beta)

2007-06-28 Thread adrien.loyat
To add a few more words : I have the same generated code by seam-gen with seam 1.3alpha and seam 2beta. But the convertEntity just doesn't work with the seam 2beta version. Thanks for your help. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4058671#4058671

[jboss-user] [JBoss Tools (users)] - Re: Couldn't install eclipse plug-ins

2007-06-28 Thread [EMAIL PROTECTED]
JBoss Tools is for WTP 2.0 so what do you want me to fix ;) Where do you see that plugin reference ? The nightly builds should only point to WTP 2/eclipse 3.3 plugins. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4058675#4058675 Reply to the post : http://

[jboss-user] [JBoss jBPM] - Re: How to use FindTaskInstances in multiple transitions?

2007-06-28 Thread kukeltje
if the token stays in A there are no tasks in B and C (the tasknodes are not entered yet) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4058678#4058678 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4058678

[jboss-user] [JBoss jBPM] - Re: async pain

2007-06-28 Thread kukeltje
this occurs with me when I have async on the fork... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4058679#4058679 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4058679 ___ j

[jboss-user] [JBoss jBPM] - Re: jBPM or pages.xml overloading / extending / composition

2007-06-28 Thread kukeltje
Correction there is something like a customsubprocessresolver... that can be used to achieve this. Look at the testcases in the source!!! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4058680#4058680 Reply to the post : http://www.jboss.com/index.html?mo

[jboss-user] [JBoss Seam] - Re: Hibernate tools on Seam Gen project

2007-06-28 Thread damianharvey
Cheers Pete. I'm using 3.2.0.200706241629-nightly (sounds up to date) with Eclipse 3.3.0. Do you have the HQL query working? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4058681#4058681 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posti

[jboss-user] [JBoss Seam] - Re: access the entityManager in a converter (seam 2 beta)

2007-06-28 Thread dajevtic
Sorry, really don't know. Have you followed all the steps porting to 2.0, like eliminate Ajax4JSF Filter in web.xml, remove the (Tranactional)SeamPhaseListener declaration, etc. etc. etc. I know that there are some open issues since Pete's change of the entity converter, might also be related t

[jboss-user] [JCA/JBoss] - Re: Configuration of JCA Inflow Resource Adapter

2007-06-28 Thread [EMAIL PROTECTED]
Use unpacked deployment. i.e. a directory structure that looks like a jar e.g. deploy/myapp.ear/myejb.jar/META-INF/ejb-jar.xml View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4058683#4058683 Reply to the post : http://www.jboss.com/index.html?module=bb&op=pos

[jboss-user] [JBoss Portal] - using jboss-web and jboss-app to mod class loading behavior

2007-06-28 Thread advaittrivedi
I have a pebble.war for blogging on JBoss AS 4.0.5_GA. But when I start server it gives: == 16:21:23,241 ERROR [[/pebble]] Exception starting filter Acegi Filter Chain Proxy javax.servlet.ServletException: Bean context must contain at least one bean of

[jboss-user] [JBoss Seam] - view handlers problem

2007-06-28 Thread kgoedert
Hi, I have an application that uses tiles and has this view handler org.apache.myfaces.tomahawk.application.jsp.JspTilesViewHandlerImpl I would like to use seam security features in this same project which needs another view handler. Is it possible to have these working together? I und

[jboss-user] [Messaging, JMS & JBossMQ] - Re: durable subscriber setup in jboss 4.0.3

2007-06-28 Thread [EMAIL PROTECTED]
Update the database, there are example sqls in the default configuration (the populate tables): http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfigJBossMQStateJDBC But they only get run the first time you boot. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4058686#

[jboss-user] [JBoss Seam] - Re: access the entityManager in a converter (seam 2 beta)

2007-06-28 Thread [EMAIL PROTECTED]
So, the transaction isn't active at that point. Describe how you get to this page etc. See if we can work out why you don't have a transaction. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4058687#4058687 Reply to the post : http://www.jboss.com/index.htm

[jboss-user] [Messaging, JMS & JBossMQ] - Re: JbossMQ Topic/Subscribers in a cluster

2007-06-28 Thread [EMAIL PROTECTED]
If you are using MDBs then deploy the them in deploy-hasingleton instead of deploy. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4058688#4058688 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4058688 ___

[jboss-user] [JBoss Seam] - Re: access the entityManager in a converter (seam 2 beta)

2007-06-28 Thread dajevtic
Pete, my guess is that after the page the conversation (or what ever scope) is not active any more. I tried it out and the only time I can reproduce is if the scope has ended after the page is displayed. When a value is selected and the selection submitted, then this stack trace occurs. Hope it

[jboss-user] [JBoss Portal] - Re: using jboss-web and jboss-app to mod class loading behav

2007-06-28 Thread [EMAIL PROTECTED]
Anything related to JBoss Portal in that question ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4058690#4058690 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4058690 ___ jbo

[jboss-user] [EJB/JBoss] - Re: Enum parameter for EJB, Bug or simply not supported?

2007-06-28 Thread [EMAIL PROTECTED]
You'd have to check what the spec says. For j2ee it's most probably not supported. I don't know if this has changed for JavaEE 5. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4058691#4058691 Reply to the post : http://www.jboss.com/index.html?module=bb&op=p

[jboss-user] [JBoss Tools (users)] - Re: Couldn't install eclipse plug-ins

2007-06-28 Thread Quessir
I don't know. :) But the fact is that "org.eclipse.wst.common.project.facet.core (1.1.0)" is really from previous release. I didn't find this neither in features nor in plugins of WTP 2.0. Didn't U try to install something through update manager? View the original post : http://www.jboss.com/

[jboss-user] [JBoss Seam] - Re: access the entityManager in a converter (seam 2 beta)

2007-06-28 Thread [EMAIL PROTECTED]
If you can submit a simple test case to JIRA I can look at it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4058695#4058695 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4058695

[jboss-user] [JBoss Portal] - Re: using jboss-web and jboss-app to mod class loading behav

2007-06-28 Thread advaittrivedi
not really. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4058697#4058697 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4058697 ___ jboss-user mailing list jboss-user@lists.jb

[jboss-user] [Clustering/JBoss] - Re: What's wrong with my FARM?

2007-06-28 Thread mpogra
What is the size of you application ? if it is more then 10 MB then you will have to increase buffer size in below files : /server/all/deploy/cluster-service.xml, tc5-cluster-service.xml mcast_send_buf_size="200" mcast_recv_buf_size="64" ucast_send_buf_size="200" ucast_recv_b

[jboss-user] [JBoss Seam] - and i18n

2007-06-28 Thread pippin1966
Hi, I've been working with Seam for two weeks now and I think it's a great framework. It's incredible the amount of functionality it can do with so little code :-) I have a problem with one of the Seam jsf controls: ¿Is there anyway to i18n this control? I need: (a) First day of the week mus

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

2007-06-28 Thread dajevtic
funny pippin, I was just typing a similar question: Can't help you out in the first two questions, but what I did notice, is that the control formats MM/dd/ after redeployments. If I do a fresh start of the app server, the control formats everything correctly. Do you experience the same probl

[jboss-user] [Installation, Configuration & Deployment] - Re: java.lang.ClassCastException: com.sun.faces.application.

2007-06-28 Thread coejboss
I solved the issue. My folder structure in war was inappropriate. My web.xml was wrongly packaged inside war. Now its working fine. Thanks for the support. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4058701#4058701 Reply to the post : http://www.jboss.c

[jboss-user] [JBoss Seam] - problems wih getters

2007-06-28 Thread ivan.tufegdzic
Hello In oldest version seam all getters works fine. But in new version (1.3) I have a problem with getters. eg. for User in session in all getters (for any list) errors are LAZILY INITIALIZATIONS and SESSION WAS CLOSED . How do I resolve this problem? Thanks it View the original post : htt

[jboss-user] [JBoss Seam] - HELP : displaying data retrieved from DB

2007-06-28 Thread alexrozario
Hi, well. i am creating project in the following environment facelet+jsf+seam+ejb+oracle in jboss server . well its progressing fine. but while using datatable i stuck with an issue. i cant display data in datatable please help me to overcome it. if my coding is wrong please correct me. my

  1   2   3   4   >