[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Deploying error with JBoss 4.x

2007-11-15 Thread sridharkumarch
Hi JaiKiran, I am trying to deploy my Oracle datasource. I have just modified jndi-name attribute in that file. The content of my datasource file is: ?xml version=1.0 encoding=UTF-8? local-tx-datasource jndi-namejdbc//jndi-name

[jboss-user] [JBoss Messaging] - Re: JBoss Server freeze with error [org.jboss.remoting.trans

2007-11-15 Thread timfox
Can you try with a more up to date version of JBM? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4104861#4104861 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4104861 ___

[jboss-user] [JBoss Seam] - Re: -Seam-gen PropertyNotFoundException after generate-entit

2007-11-15 Thread nharrison
Here is my entity: package org.hk.crossroads.shippingapp.model; // Generated 15/11/2007 14:57:06 by Hibernate Tools 3.2.0.b10 import java.util.Date; import java.util.HashSet; import java.util.Set; import javax.persistence.CascadeType; import javax.persistence.Column; import

[jboss-user] [JBoss jBPM] - Re: jbpm db upgrade from 2.0 to 3.2

2007-11-15 Thread sujithbabu
Thanks a lot for this. Somebody else must have tried this earlier. Can anyone give me some tips on some workaround. The purpose is to migrate data in database from 2.0 to 3.X . I did some further reading and this is what I found.

[jboss-user] [JBoss Seam] - Re: seam-gen 'generate-entities' generates invalid code for

2007-11-15 Thread voreichel
I think this is related with http://www.jboss.com/index.html?module=bbop=viewtopicp=4104865#4104865 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4104866#4104866 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4104866

[jboss-user] [JBoss Seam] - Re: -Seam-gen PropertyNotFoundException after generate-entit

2007-11-15 Thread nharrison
I should point out that I've switch to 2.0.0 GA with the same issues... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4104869#4104869 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4104869

[jboss-user] [JBossCache] - A question about passivation and configuration of jbosscache

2007-11-15 Thread yair.zaslavsky
Hi all, I read in the documents of JBoss Cache (1.4.1) about passivation, and it seems that it can help me to do the following task: I would like to set a region of 100 maxNodes, and if the number of the nodes places in the cache (for the region) exceeds 100, the nodes will be evicted, but

[jboss-user] [JBoss Seam] - Re: -Seam-gen PropertyNotFoundException after generate-entit

2007-11-15 Thread voreichel
I think this is related to http://www.jboss.com/index.html?module=bbop=viewtopict=123682 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4104865#4104865 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4104865

[jboss-user] [JBoss Tools (users)] - Re: 64 bit version

2007-11-15 Thread [EMAIL PROTECTED]
we use the xulrunner binary from Mozilla.org http://releases.mozilla.org/pub/mozilla.org/xulrunner/releases/1.8.1.3/contrib/ Feel free to contribute a x86 build ;) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4104867#4104867 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Getting NullPointerException when starting up JBoss Port

2007-11-15 Thread z00k
Hi There! No, I didn't modify those files. The config file looked ok to me ;-) About the application server problem: I downloaded the bundle 'JBoss Portal + JBoss AS 4.2.1'. Do you think it will make a difference when I install JBoss Portal on a standalone JBoss AS ? The same bundle works

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Problems with shutting down the JBoss after ava.lang.Out

2007-11-15 Thread nezdali
Yes shutdown works normally, with shutdown -S, when there is no out of memory. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4104872#4104872 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4104872

[jboss-user] [JBoss Seam] - Re: seam-gen entities: cascading bug or accepted behavior?

2007-11-15 Thread sstrenn
I have submitted the feature request to the hibernate tools team. I have also added an entry on the Seam Problems FAQ: http://wiki.jboss.org/wiki/Wiki.jsp?page=SeamProblemsFAQ View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4104873#4104873 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - war file deployment in java code

2007-11-15 Thread smadhavan1810
Hi, Can we deploy a war file in jboss Server using Java Code? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4104874#4104874 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4104874

[jboss-user] [JBoss Seam] - Re: -Seam-gen PropertyNotFoundException after generate-entit

2007-11-15 Thread nharrison
Ahh. I had no joy with the generated class used for object list and search. This class, SApplicationsListEntityQuery is a subclass of EntityQuery from the seam framework. It did not work for me but I was able to get a list of data after configuring an equivalent type in component.xml ie

[jboss-user] [JBossCache] - Re: JBoss cache newbie question about using regions with POJ

2007-11-15 Thread yair.zaslavsky
Thank you , It did solve the problem. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4104876#4104876 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4104876 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: -Seam-gen PropertyNotFoundException after generate-entit

2007-11-15 Thread voreichel
nharrison wrote : I've made further progress now. Here is what I've found. | | 2. The error in my first post is solved by configuring the SApplicationsList EntityQuery object instead of using the generated EntityQuery subclass. | | | What do you mean by configuring the

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Hibernate outer/inner join problem

2007-11-15 Thread sztank
I found the old topic that says it is not possible to have an outer join with createAlias. Is it still this same? http://forum.hibernate.org/viewtopic.php?t=934119 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4104893#4104893 Reply to the post :

[jboss-user] [Microcontainer] - Re: Nested property reference

2007-11-15 Thread alesj
trustin wrote : | Can Microcontainer refer nested properties like the example above? | Currently we don't support anything like this. | bean id=beanX ... | property name=propA.propB value=C/ | /bean | This one I don't like, since it means instantiating an anonymous bean with

[jboss-user] [JBoss Getting Started Documentation] - Re: Duke's Bank Application Problem

2007-11-15 Thread odin69
Hi bentabol, I had the same problem at first there are some jar files missing in the lib folder of the server like javax.sevlet.jsp.jar and javax.servlet.jar. You will find them in the getting started exampel which u can downlaod here http://www.redhat.com/docs/manuals/jboss/ just copy the jar

[jboss-user] [JBossWS] - Re: how to publish my own wsdl

2007-11-15 Thread [EMAIL PROTECTED]
tpawankumar wrote : java.lang.IllegalStateException: Cannot find endpoint meta data for: JWeb | at org.jboss.wsf.stack.jbws.UnifiedMetaDataDeploymentAspect.getEndpointM | etaData(UnifiedMetaDataDeploymentAspect.java:117) | mmh... something wrong for sure... do you know

[jboss-user] [JBoss Seam] - Re: Seam Projects in Red Hat Developer Studio

2007-11-15 Thread [EMAIL PROTECTED]
Submit an issue report in JBoss Tools JIRA View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4104891#4104891 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4104891 ___ jboss-user

[jboss-user] [JBossWS] - Re: jbossWS 2.0.1 and JDK 1.6

2007-11-15 Thread dkane
[EMAIL PROTECTED] wrote : In order to run JBossWS on JDK 6 you need to replace the API's that have been included in JDK 6, namely jaxrpc, jaxws, jaxb and saaj. | | Copy the following jars to ${JBOSS_HOME}/lib/endorsed: | | * jboss-jaxrpc.jar | * jboss-saaj.jar | *

[jboss-user] [JBoss Seam] - unicode character in seam page

2007-11-15 Thread [EMAIL PROTECTED]
hi... when i put unicode character on seam page i got : error parsing invalid byte 1 of 1-byte utf-8 sequence what should i do ? thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4104903#4104903 Reply to the post :

[jboss-user] [Management, JMX/JBoss] - ok solved

2007-11-15 Thread francis1970
sorry it was an attribute not an operation. server.setAttribute(new ObjectName(jboss.jca:name=OracleDS,service=ManagedConnectionPool), new Attribute(MaxSize,new Integer(25))); now it's ok... View the original post :

[jboss-user] [JBoss jBPM] - jBPM Designer bug [http://jira.jboss.com/jira/browse/GPD-169

2007-11-15 Thread bgeorges
I've downloaded the latest jBPM Designer release. There is a bug which appeared to be fixed in the head. However it is not in the current released version, what should I do, i.e can I have a patch? When is the next release planned. View the original post :

[jboss-user] [EJB 3.0] - Proxy-Class

2007-11-15 Thread MistaMoasn
Hello! I got a problem which is similar to the following posts (no solution yet provided): http://www.jboss.com/index.html?module=bbop=viewtopict=88515 http://www.jboss.com/index.html?module=bbop=viewtopict=121044 I have entities which are organized in an inheritance hierarchy (please have a

[jboss-user] [Management, JMX/JBoss] - Re: ok solved

2007-11-15 Thread francis1970
oops it seems I have clicked newtopic by mistake instead of postreply...sorry View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4104910#4104910 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4104910

[jboss-user] [JBoss Getting Started Documentation] - Re: Duke's Bank Application Problem

2007-11-15 Thread bentabol
Hi odin69, Thank you for your help. I will try that and let you know if it solves the problem. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4104909#4104909 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4104909

[jboss-user] [JBoss Seam] - Re: jbpm timer transaction issues

2007-11-15 Thread pbrewer_uk
Thanks Jamie, I think we have slightly different problems (although possibly/ probably related). I am deploying on JBoss AS 4.2.1.GA and my processes manage to complete successfully, as long as I do not use jbpm timers. My problem occurs when a jbpm timer fires and then I think it trys to

[jboss-user] [JBoss Getting Started Documentation] - Re: Duke's Bank Application Problem

2007-11-15 Thread odin69
So now after I finally got started with the duke's bank application I want to build the wasdl file as described in the gettingstarted documentation. But by executing the ant -f jboss-build.xml wsdl I get the message that this target doesn't exist, Has anyone an idea how I can build the wsdl? I

[jboss-user] [JBossWS] - Re: how to publish my own wsdl

2007-11-15 Thread tpawankumar
Hi Alessio, I have given that name in web.xml file. Below is my web.xml | ?xml version=1.0 encoding=UTF-8? | web-app xmlns=http://java.sun.com/xml/ns/j2ee; | xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; | xsi:schemaLocation=http://java.sun.com/xml/ns/j2ee |

[jboss-user] [JBoss Seam] - Re: Seam Projects in Red Hat Developer Studio

2007-11-15 Thread [EMAIL PROTECTED]
Currently the generated projects are using the seam-gen templates/dependencies and they are currently only targetting JBoss AS. We haven't enabled seam project support for other appservers yet since there will be missing dependencies etc. for these servers. We could remove the limitation in

[jboss-user] [JBoss Portal] - Can portal serve applications

2007-11-15 Thread ssjvackar
HI, I know this may seem like a strange question, but is there a way to configure JBoss Portal to run standard wep apps in the same way it can run portlets? Thanks, Vackar View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4104927#4104927 Reply to the post :

[jboss-user] [EJB 3.0] - Re: ERROR: table name is not mapped

2007-11-15 Thread manitito
Table name and Class name Users List list = session.createQuery(SELECT * FROM USERS).list(); Use HQL - exception List list = session.createSQLQuery(SELECT * FROM USERS).list(); Pure SQL - work, with out problem View the original post :

[jboss-user] [JBoss AOP] - Re: Maven 2 plugin?

2007-11-15 Thread [EMAIL PROTECTED]
hm, it looks like that 2.0.0.beta1 has been buildt by the automated buildsystem (it can be found here: http://repository.jboss.com/maven2/org/jboss/maven/plugins/maven-jbossaop-plugin/2.0.0.beta1/). but the only version i personally have uploaded and tested is 1.0-SNAPSHOT. This version works

[jboss-user] [JBoss Seam] - How to manage page via new popup window?

2007-11-15 Thread Stateless Bean
Here is my structure in page folder /Universum - project /Universum/tutorial - tutorial On main page I got index.html and link to open new popuped window | a href=# id=rollover5 onclick=window.open('/Universum/tutorial/tutorial.seam', 'aaa',

[jboss-user] [JBoss Seam] - convertEnum - ClassCastException

2007-11-15 Thread w17chm4n
Can anybody tell me why I`m getting this: | java.lang.ClassCastException: com.blstream.inquisitor.ejb3.entities.Question I`m trying to make checkManyCheckbox working View | h:form | h:selectManyCheckbox | ui:repeat var=cat value=#{questionCategoryList} |

[jboss-user] [JBoss Seam] - Re: Seam Projects in Red Hat Developer Studio

2007-11-15 Thread [EMAIL PROTECTED]
btw. the tooling forums are here: http://www.jboss.com/index.html?module=bbop=mainc=20 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4104942#4104942 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4104942

[jboss-user] [JBoss Tools (users)] - Eclipse 3.2.2 and JBoss-IDE

2007-11-15 Thread vijayabhaskarv
I am not able to use the JBoss-IDE V1.4.0 on Eclipse 3.2.2; even the project creation is thowing an excption... Can anyone please help? Thanks, Vijay View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4104937#4104937 Reply to the post :

[jboss-user] [EJB 3.0] - Re: ERROR: table name is not mapped

2007-11-15 Thread itsme
How is your class' name. Suppose it is x.y.User the your HQL-Code would look like SELECT u FROM User u \sandor\ View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4104945#4104945 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: Eclipse 3.2.2 and JBoss-IDE

2007-11-15 Thread [EMAIL PROTECTED]
JBossIDE 1.4 is over 3 years old - Eclipse 3.2 did not exist at that time. Update to JBossIDE 1.6 or use JBoss Tools together with Eclipse 3.3 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4104940#4104940 Reply to the post :

[jboss-user] [JBoss Seam] - Re: s:conversationPropagation has no effect with h:commandBu

2007-11-15 Thread harpritt
This has to be a bug as the documentation actually specifies that this should indeed be possible View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4104950#4104950 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4104950

[jboss-user] [JBoss Seam] - Re: a4j:include and seam navigation

2007-11-15 Thread Konstantin_Grigoriev
I have troubles using a4j:include and seam navigation in pages.xml. If i define logic in faces-config.xml: | navigation-rule |from-view-id/test/firstTest.jspx/from-view-id | navigation-case | from-outcomenext/from-outcome | to-view-id/test/secondTest.jspx/to-view-id

[jboss-user] [JBoss Seam] - Re: How to manage page via new popup window?

2007-11-15 Thread Stateless Bean
Problem solved View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4104957#4104957 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4104957 ___ jboss-user mailing list

[jboss-user] [JBoss Messaging] - Re: Poss solution frequent deadlocks on SQLServer

2007-11-15 Thread timfox
Jeremy Stone wrote : | |CREATE_IDX_MESSAGE_REF_TX=CREATE INDEX JBM_MSG_REF_TX ON JBM_MSG_REF (TRANSACTION_ID, STATE) | | | | Not sure yet if this will have any undesired side effects or whether the same change should be applied for other database persistence serices. | |

[jboss-user] [Clustering/JBoss] - Re: SFSB failover not working as expected

2007-11-15 Thread chrismeadows
Whoops - forgot to mention that this is EJB3. Can't edit forum posts :( View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4104959#4104959 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4104959

[jboss-user] [JBoss Seam] - Re: convertEnum - ClassCastException

2007-11-15 Thread [EMAIL PROTECTED]
Question is an entity not an enum. Try the entity converter. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4104962#4104962 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4104962

[jboss-user] [JBoss Seam] - Re: s:conversationPropagation has no effect with h:commandBu

2007-11-15 Thread [EMAIL PROTECTED]
This is a blocking issue for the next release http://jira.jboss.com/jira/browse/JBSEAM-1899 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4104960#4104960 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4104960

[jboss-user] [JBoss Seam] - Re: s:conversationPropagation has no effect with h:commandBu

2007-11-15 Thread harpritt
http://docs.huihoo.com/jboss/seam/2.0.0.CR1/reference/en/html/controls.html scroll down to the S:conver. component View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4104951#4104951 Reply to the post :

[jboss-user] [JBoss Seam] - Re: JBoss Tools candidate release

2007-11-15 Thread nickarls
Add ICEFaces nature would be nice (or as an option in the Seam project creation process). I didn't see it in the JIRA, do you have something planned for it in the future? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4104954#4104954 Reply to the post :

[jboss-user] [JBoss Seam] - Re: seam-gen 'generate-entities' generates invalid code for

2007-11-15 Thread voreichel
I did some more research and have a theory what is happening: The error message tell us that 'tUser' is not a property of TUserList. When I change the getter to gettUser it is working. So I conclude BeanELResolver just concats 'get' + 'tUser' and does not obey the rules how to map property names

[jboss-user] [JBoss Messaging] - Re: Poss solution frequent deadlocks on SQLServer

2007-11-15 Thread JeremyStone
No. Unfortunately, we still get the deadlock exception from SQLServer with TEST_INDEX_STATE as described and only the TRANSACTION_ID in the JBM_MSG_REF_TX index. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4104966#4104966 Reply to the post :

[jboss-user] [JBoss Seam] - Re: convertEnum - ClassCastException

2007-11-15 Thread w17chm4n
After using entity converter I get this: | 13:02:53,268 INFO [lifecycle] WARNING: FacesMessage(s) have been enqueued, but may not have been displayed. | sourceId=j_id2:j_id4:1:j_id8[severity=(ERROR 2), summary=(Conversion Error setting value '2' for '${pollQuestionsList}'. ),

[jboss-user] [JBoss Seam] - Re: s:conversationPropagation has no effect with h:commandBu

2007-11-15 Thread harpritt
Hi Pete What would be the best way to get around this? i wonder if there is an anottation that kills the currnet conversation and starts a new one View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4104965#4104965 Reply to the post :

[jboss-user] [JBoss Seam] - Re: s:conversationPropagation has no effect with h:commandBu

2007-11-15 Thread harpritt
.. just noticed thats for seam 2 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4104955#4104955 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4104955 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: seam-gen 'generate-entities' generates invalid code for

2007-11-15 Thread [EMAIL PROTECTED]
could also be the seam-gen code generation templates that are not doing the Right Thing. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4104973#4104973 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4104973

[jboss-user] [JBoss Seam] - Re: On the issue Import.sql

2007-11-15 Thread lmseeyou
please !!! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4104982#4104982 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4104982 ___ jboss-user mailing list

[jboss-user] [JBoss Getting Started Documentation] - Re: Duke's Bank Application Problem

2007-11-15 Thread odin69
Ok problem solved, the command is no longer ant -f jboss-build.xml wsdl now it is wstool. My wsdl is build correctly and I am also able to deploy the wole thing, but I can't invoke the wsdl with the browser with the following address http://localhost:8080/bankws-ejb/TellerService?wsdl Any

[jboss-user] [JBoss jBPM] - BPEL Problem: Test the BPEL process

2007-11-15 Thread agusgr
Hi, I have develop a BPEL process and now I'm tryng to test it. I'm trying to use the eclispe Web Tool Platform to generate a web service client from the WSDL file that represents my BPEL process, but I get this error: anonymous wrote : IWAB0014E Unexpected exception occured. | |

[jboss-user] [JBoss Seam] - Re: s:conversationPropagation has no effect with h:commandBu

2007-11-15 Thread harpritt
cheers dude! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4104985#4104985 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4104985 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: s:conversationPropagation has no effect with h:commandBu

2007-11-15 Thread harpritt
You star! worked a charm i can stop biting my nails and rocking back and forth View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4104986#4104986 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4104986

[jboss-user] [Installation, Configuration DEPLOYMENT] - JSF, JSTL and migration to JBOSS4.2.2GA

2007-11-15 Thread rlepretre
Hi, I have upgraded several versions of JBOSS for my web application without any problem, but the last upgrade from JBOSS4.0.4 to JBOSS4.2.2GA obliged me to change some code, especially in the web configuration. JBoss4.2 contains its own JSF implementation, and my JSF pages using JSTL tags

[jboss-user] [JBoss Seam] - Re: convertEnum - ClassCastException

2007-11-15 Thread [EMAIL PROTECTED]
Try #{PollController.pollQuestionList} with appropriate getters and setters - input component need properties on managed beans. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4104979#4104979 Reply to the post :

[jboss-user] [JBoss Seam] - Re: s:conversationPropagation has no effect with h:commandBu

2007-11-15 Thread [EMAIL PROTECTED]
No. beforeRedirect is your best bet for that. I will probably apply the fix tomorrow or over the weekend - its written, just needs tidying up. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4104974#4104974 Reply to the post :

[jboss-user] [JBoss Seam] - Re: JBoss Tools candidate release

2007-11-15 Thread [EMAIL PROTECTED]
nickarls: ICEFaces Nature ?! What should that do ? If you talk about adding icefaces libraries then that will be solvable when bring back the Add capabilities feature (which also should help us work with ant/maven/ivy builds) But the other part is that the seamgen and all other templates

[jboss-user] [JBoss Seam] - Re: On the issue Import.sql

2007-11-15 Thread [EMAIL PROTECTED]
Ask on the hibernate forum View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4104992#4104992 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4104992 ___ jboss-user mailing list

[jboss-user] [EJB 3.0] - Re: Proxy-Class

2007-11-15 Thread MistaMoasn
Hi! I already figured out what went wrong. The behavior with the proxy-class is right, i misunderstood some thing. The stateful session bean gets it's EntityManager (= variable em) injected. While i've been working within the method getProject() (with the instanceof operator) i'm walking

[jboss-user] [JBoss Seam] - Re: Custom Converter

2007-11-15 Thread [EMAIL PROTECTED]
Give it a go - if its still not working there, file a JIRA issue. Btw I would suggest doing a simple test with a clean seam-gen project and your converter before going through a full upgrade. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4104997#4104997 Reply

[jboss-user] [JBoss Seam] - Re: Modular pluggable components application

2007-11-15 Thread [EMAIL PROTECTED]
We have a good architecture for this on the server side with Seam components and precedence (you can deploy default components and override/configure as needed in each module). Its harder to get this working well on the presentation layer - I think you need to write a custom resource resolver

[jboss-user] [JBoss Seam] - Re: a4j:include and seam navigation

2007-11-15 Thread [EMAIL PROTECTED]
A mixture :) Please file an issue in JIRA, we'll try to take a look... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4104996#4104996 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4104996

[jboss-user] [JCA/JBoss] - Re: Connection closed problem after DB restart.

2007-11-15 Thread jackminder
I have read all FAQ pages regarding a restart of the Database. However I am not 100% sure if I should still see errors like below in the server.log for a length of time (ex. 8hrs)? Before when restarting the DB the J2EE app would just fail but now new entries are created in db and application

[jboss-user] [JBoss Seam] - Re: Seam 2.0.0.GA is out

2007-11-15 Thread [EMAIL PROTECTED]
Mortena anonymous wrote : # Why is it not possible to create views from existing EJB3 entities? http://jira.jboss.com/jira/browse/JBSEAM-843 This has enough votes that we will have to push it to the top of the priority list! anonymous wrote : # What's the plans with seam-gen? Similarly to

[jboss-user] [JBoss Portal] - Re: Portlet with Ajax4jsf

2007-11-15 Thread viggo.navarsete
I'm just curious: 1. Where did you find the required information to make all work together? In one place, or by googling the internet? 2. You're developing a JSF application where you use a portlet bridge to make it work in a portal, right? 3. Do you utilize Maven for dependency management? 4.

[jboss-user] [JBoss Seam] - Seam Unit tests random ConcurrentModificationException

2007-11-15 Thread wiggum14
Hello, I'm sure someone is going to tell me to post this to the Embedded JBoss forum, but I decided to try here first. Sometimes, rather randomly, my unit test fail with a ConcurrentModificationException. The stack trace looks like this: | ERROR

[jboss-user] [JBoss Portal] - Re: Portlet with Ajax4jsf

2007-11-15 Thread dimiter_a
Finally I've made it work! :) in the faces-config.xml should be added the folowing segment: | factory | faces-context-factoryorg.ajax4jsf.portlet.context.FacesContextFactoryImpl/faces-context-factory | /factory | It worked for me. I hope this will help someone else. View the original

[jboss-user] [JBoss Seam] - Re: JBoss Tools candidate release

2007-11-15 Thread nickarls
Well, it would automagically add the required libraries, modify web.xml and components.xml and generally produce the same thing as through seam-gen. Contribute? What, no free lunch!?1 ;-) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4105012#4105012 Reply to

[jboss-user] [JBoss Portal] - Re: Portlet with Ajax4jsf

2007-11-15 Thread viggo.navarsete
Thanks dimiter_a, I'm about to test this myself! It's great to see other people also using the JSF-portlet approach:) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4105014#4105014 Reply to the post :

[jboss-user] [JCA/JBoss] - Re: Connection closed problem after DB restart.

2007-11-15 Thread reza0112
@jackminder I just have min-pool-size5/min-pool-size And the app really can´t connect to db... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4105019#4105019 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4105019

[jboss-user] [EJB 3.0] - Re: generating an entity bean at runtime.

2007-11-15 Thread waynebaylor
i think that would be more trouble than it's worth. why do you want dynamically created entities? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4105032#4105032 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4105032

[jboss-user] [JBoss Portal] - Re: Getting NullPointerException when starting up JBoss Port

2007-11-15 Thread [EMAIL PROTECTED]
Would you mind re-downloading it and try again? We've seen cases where the download is sometimes corrupted for an unknown reason. I will try to give the bundle version a spin on OS X today to check if it's fine. View the original post :

[jboss-user] [JBoss Seam] - Re: a4j:include and seam navigation

2007-11-15 Thread Konstantin_Grigoriev
I've created JIRA bug about this problem. http://jira.jboss.org/jira/browse/JBSEAM-2254 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4105027#4105027 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4105027

[jboss-user] [JCA/JBoss] - Re: Connection closed problem after DB restart.

2007-11-15 Thread reza0112
Hi vickyk! Thank you for your fast reply. I have read the Documentation and i already had set the valid-connection-checker-class-name tag in my oracle-ds.xml File, i use the org.jboss.resource.adapter.jdbc.vendor.OracleValidConnectionChecker Class. Unfortunately it doesn´t work on one

[jboss-user] [JBoss Seam] - Re: [CR2] problems with new components.xml and Eclipse

2007-11-15 Thread xshuang
Does anyone find a solution? I run JBoss separated from Eclipse but got the same error. It seems that only the expression attribute is valid but it is not in the components-2.0.xsd. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4105013#4105013 Reply to the

[jboss-user] [EJB 3.0] - Re: constraint violation issue.

2007-11-15 Thread waynebaylor
if your transaction ends after the return response; that extra SQL could be clean-up from hibernate or synchronization between the DB and the persistence context. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4105025#4105025 Reply to the post :

[jboss-user] [JBoss Seam] - Re: XHTML Performance

2007-11-15 Thread Techieexchange
Hi, I would also like to hear experiences about this issue. Because we also got some heap problems when running Seam+Facelets based applications. http://seamexpress.wordpress.com/ View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4105021#4105021 Reply to the

[jboss-user] [JBoss Seam] - Re: [CR2] problems with new components.xml and Eclipse

2007-11-15 Thread [EMAIL PROTECTED]
have you tried the just released CR1 ? Seam 2 just recently finalized so the beta versions of JBossTools/RHDS only had the work-in-progress dtd's/schemas. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4105026#4105026 Reply to the post :

[jboss-user] [JBoss Seam] - Re: JBoss Tools candidate release

2007-11-15 Thread [EMAIL PROTECTED]
nickarls: Nope - no freebies around here ;) btw. the reason I put ?! next to nature is that a nature is what is used for something that needs to hook into the compilation/verification/project lifecycle which was not what you wanted ;) About add libraries, modify web.xml (and possibly

[jboss-user] [JBossWS] - Re: JAX-WS Basic authorization?

2007-11-15 Thread rukus
Looks like only web.xml matters security-constraint | web-resource-collection | web-resource-nameServer service/web-resource-name | url-pattern/*/url-pattern | http-methodPOST/http-method | /web-resource-collection | auth-constraint |

[jboss-user] [EJB 3.0] - Re: Getter for LAZY property gets called on every commit

2007-11-15 Thread waynebaylor
i just looked in Enterprise JavaBeans 3.0 (page 106) and it says the fetch attribute of @Basic is just a hint and the persistence provider is allowed to eagerly load the property. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4105035#4105035 Reply to the

[jboss-user] [JBoss Seam] - Problem using Identity

2007-11-15 Thread CaptainSeam
hi guys, i use the Identity class in my new web project to authenticate the user. everything works fine, except the phenomenon that seam call my authenticate method several times (seam2.0.0 - 3 times and with seam 2.0.1 - 2 times) and i have no explanation why!! Any ideas ?!?! . View the

[jboss-user] [JBoss jBPM] - new nodes

2007-11-15 Thread sequencer
hi everyone! i'm doing my master thesis on jbpm. at the moment i need to develop my own node types. i have already changed some of the jbpm nodes, that worked fine. but now i need a new node. looking in the source and debugging i found out that in my case the only problem is that new node

[jboss-user] [JBoss Seam] - Re: Exception when redeploying ear with multiple wars.

2007-11-15 Thread [EMAIL PROTECTED]
Please file an issue in JIRA View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4105045#4105045 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4105045 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - SEam -quarts scheduling after successfull execution I get

2007-11-15 Thread dreuzel
Using seam 2.0.0.ga /on jboss 4.2.2.ga I shedule a DB operation in the JBoss startup. regularly I receive a stack dump exactly after the successful execution of of the sheduled Quartz job | public QuartzTriggerHandle schedule(@Expiration Date when, |

[jboss-user] [EJB 3.0] - Re: Proxy-Class

2007-11-15 Thread waynebaylor
i know it doesn't matter in your case, but you only need the @Inheritance on the Project class... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4105046#4105046 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4105046

[jboss-user] [JBoss Seam] - Re: selectOneMenu - NullPointerException

2007-11-15 Thread [EMAIL PROTECTED]
Post your components.xml - you need to use a SMPC with s:convertEntity View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4105050#4105050 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4105050

[jboss-user] [JBoss Messaging] - Re: ClientCallback Multiplex

2007-11-15 Thread aslak
Sorry for the slow response on this, but I've finally gotten the time to look more into the issue. It's the same issue mentioned in this post: http://www.jboss.org/index.html?module=bbop=viewtopict=119302 A solution to the problem is to add Persistence to the XMBean desc and generate a

[jboss-user] [JBoss jBPM] - Generating process diagram from processdefinition.xml

2007-11-15 Thread premps1981
Hi , can you please suggest me what all I need to do inorder to generate a visual look in designer from processdefinition.xml. I am not sure whether its possible or not? Please suggest. Thanks in advance. View the original post :

[jboss-user] [JBoss Seam] - Re: pages.xml action method fired on ajax requests - must be

2007-11-15 Thread [EMAIL PROTECTED]
I agree the use case is valid, but I don't like the proposed solution. But then I don't know what is better... I will think on it. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4105041#4105041 Reply to the post :

[jboss-user] [JBoss Seam] - Re: problems running new seamgen-created project

2007-11-15 Thread [EMAIL PROTECTED]
I think Shane has fixed this in CVS. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4105052#4105052 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4105052 ___ jboss-user mailing

[jboss-user] [JBoss jBPM] - Re: hwo to create and register own Node to jbpm ?

2007-11-15 Thread sequencer
hi there, if you just want to exchange a node you could just use the node.types.xml and copies of the class and the hbm.xml of the node. you change the class and hbm.xml and tell jbpm in the node.types.xml that it should use your implementation. i am at the moment trying to register a new

  1   2   3   >