[jboss-user] [JBoss Seam] - Re: Google Maps and application/xhtml+xml mime type

2007-08-06 Thread Manuel Palacio
It was that simple to fix it :) Thanks Devon! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071029#4071029 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071029 ___ jboss-us

[jboss-user] [JBoss jBPM] - Re: Task Assignement

2007-08-06 Thread mailinator
Hi, Does anyone know about it ? I put systemoutprintln in the handler put they do not appear. Apparently the app doesnt go in the handler. I really don't know why. Regards, O.M. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071031#4071031 Reply to the po

[jboss-user] [JBoss Seam] - Re: value for '#{org.jboss.seam.security.identity}' sometime

2007-08-06 Thread koenhandekyn
in my experience it's not related to an amount of restarts. i have already increased the perm gen space. still it happens. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071032#4071032 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&m

[jboss-user] [JBoss jBPM] - Re: Task Assignement

2007-08-06 Thread vtysh
I am not sure about your problem, but in my models i use assignment handlers without this dirrective "config-type=constructor", like it is done in examples. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071034#4071034 Reply to the post : http://www.jboss.co

[jboss-user] [JBoss Seam] - Re: EntityManager is null??

2007-08-06 Thread mladen.babic
Has anybody got idea? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071036#4071036 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071036 ___ jboss-user mailing list jboss-use

[jboss-user] [JBoss Seam] - Re: value for '#{org.jboss.seam.security.identity}' sometime

2007-08-06 Thread colablade
thanks for the reply. but it doesn't look like a 'permgen size' problem for me either. i maintained a list of jbpm process instance in the class as i posted above. and i displayed the list in the web page, with each entry in the list followed by a 'view detail' button. Clicking on the button lea

[jboss-user] [Messaging, JMS & JBossMQ] - JBoss MQSeries, remote connection not working....

2007-08-06 Thread SriniRaghu
Hi Friends, I am integrating JBoss with MQSeries. I have issues when I connect to MQSeries on a remote system, how ever with my local things work FINE... I use the MDB in JBoss to listen to MQseries. below is the JBoss-service.xml for generating the sar file for JNDI lookup. when I replace the

[jboss-user] [JBoss jBPM] - Re: mail node how to define actor and send email

2007-08-06 Thread rossputin
hi, whoops again, sorry, I will try with the code tag... | | | | | | | | | | | | | line manager rejected | | | the line manager rejected for reason : #{reason} | | | | | | |

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Classloading problem (sar within ear)

2007-08-06 Thread lucdew
Hi, i have experienced some issues with classloading in Jboss. Actually, here's how my ear is packaged: myapp.ear: >init.sar >mylib.jar In my sar package, i need to load a resource which is packaged in mylib.jar If i declare a loader repository the resource can not been seen. I added

[jboss-user] [JBoss jBPM] - Re: Task Assignement

2007-08-06 Thread mailinator
Hi vtysh, thanks for your help, without that param it goes in the handler. Thanks again, Regards, O.M. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071043#4071043 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=407

[jboss-user] [Installation, Configuration & DEPLOYMENT] - XAConnectionFactory Not Bounded

2007-08-06 Thread neerajghiya
I am using JBoss 3.2.5. I want to change the database from hsql to MySql.For that I create mysql-ds.xml and remove hsqldb-ds.xml and also made changes in login-config.xml and other files as required. Changes are as follows: 1.login-config.xml:add the following: the_mysql_username the_mysql_us

[jboss-user] [JBoss Seam] - Classpath location of config files in glassfish projects

2007-08-06 Thread alxs
Hi, I'm started playing around with Seam 1.2.1.GA and Glassfisch (v2-b57) and I have a question regarding the location of the config files. I started with a seam-gen generated project and modified it to work with glassfish (added/removed jars, configured web.xml and faces.xml). seam-gen also a

[jboss-user] [JBoss Seam] - Using Jbpm Identity component in Seam

2007-08-06 Thread fzaker
Is it possible to do it? I need to assign tasks in jbpm using previous->next-term->next-term style of Jbpm Identity. There is a Role in org.jbpm.identity.Membership and one in org.jboss.seam.core.Actor and another in org.jboss.seam.security.Identity! Is it possible to have all of them in a cons

[jboss-user] [EJB 3.0] - Re: Equals and hashCode on Entities fails due to javassist

2007-08-06 Thread jc7442
I suppose that in your equals you invoke getClass. I had the same problem. There is a Wiki on hibernate about equals and hashcode (http://www.hibernate.org/109.html). For my entites, I never invoke getClass, I use a workaround to be sure not to have proxy. That's ugly, but I did not find someth

[jboss-user] [JBoss Portal] - when I change theme (industrial) and theme 's render

2007-08-06 Thread kevnlin
when I change theme (industrial) and theme 's render (empty render) the portal page is confused can you release better themes and try it View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071045#4071045 Reply to the post : http://www.jboss.com/index.html?mo

[jboss-user] [JBoss Seam] - Re: DocumentException, Invalid byte 3 of 3-byte UTF-8 sequen

2007-08-06 Thread nickarls
wrong xml encoding? try using iso-8859-1 or some other appropriate charset View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071049#4071049 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071049 ___

[jboss-user] [JBoss Seam] - Re: EntityManager is null??

2007-08-06 Thread wschwendt
It's difficult to give you an answer based on the limited information you provided. Have you tried to inject the entity manager into a stateful component? Is it then null as well? @In EntityManager entityManager; Is your persistence unit (persistence.xml) defined correctly? What Seam version

[jboss-user] [JBoss Seam] - seamgen & selectbooleancheckbox

2007-08-06 Thread hager
Hello, is it possible for the seam gen to generate the selectbooleancheckbox?with which type of mysql data , the Seam gen generates it using generate-entities? i'm using the version 1.2.1 of seam gen and the version 4.0.5.GA of jboss thanks View the original post : http://www.jboss.com/index.ht

[jboss-user] [JBoss Portal] - Redirect in a PageInterceptor renders the page in background

2007-08-06 Thread staale
Hi Im using jboss portal 2.2.2 with jboss as 4.0.4 GA on a debian linux server. We are using a PageInterceptor to switch pages from http to https, so we dont have to rewrite all urls. The property to make a page https is written in a page attribute. When the request hits the PageInterceptor we

[jboss-user] [JBoss Seam] - Getting DataBase Fileds and writing them to a .properties fi

2007-08-06 Thread nemya
Hi, I'm using Jboss Seam 1.2.1GA. I'm using the seam-gen to generate projects. I'm trying to get table attributes from a mysql database to write them in a .properties file. I know that I can get my attributes from a ftl file but I don't know if it is possible to write them in a properties file.

[jboss-user] [JBoss Seam] - Re: EntityManager is null??

2007-08-06 Thread mladen.babic
I have Seam 2 and JBoss 4.2.0 GA.I have created app with seam-gen.I'm sure that persistence.xml was defined correctly. I've just tried to display all distributors in table over entityquery which was defined in components.xml. It's no need to inject entityManager in component.If you needed mo

[jboss-user] [JBossWS] - Re: JBossWS with JBoss 4.2.0 and Axis 1.4 don't work with WS

2007-08-06 Thread iantonijevic
Hi, I have same problem: ERROR [WSSecurityDispatcher] Internal error occured handling inbound message: org.jboss.ws.extensions.security.SecurityTokenUnavailableException: Could not locate certificate by issuer and serial number Are you resolve it? View the original post : http://www.jboss.com/

[jboss-user] [JBoss jBPM] - Re: Memory usage in Workflow wait states

2007-08-06 Thread ZazzaZ
Hi, thanks for previous reply! One more question, so I can continue my work. Is the database memorization an automatic thing? Thanks a lot. Bye View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071058#4071058 Reply to the post : http://www.jboss.com/index.htm

[jboss-user] [EJB 3.0] - EJB3 and Timeout.

2007-08-06 Thread jc7442
I try to set the timeout for only one EJB. I have chack the Wiki (http://wiki.jboss.org/wiki/Wiki.jsp?page=TransactionTimeout). When I change the timeout in the jboss-service.xml, it is ok. When I change the timeout in jboss.xml it is ignored. In my code, I have a MDB that invoke a session bea

[jboss-user] [JBoss jBPM] - Re: java.lang.NoClassDefFoundError: javax/transaction/Synchr

2007-08-06 Thread dleerob
Aah, well spotted, thanks. Lucky for me my application already uses hibernate seperate to the JBoss libs, and when it's built it copies across jta.jar to my tomcat lib directory, so I didn't even notice it was missing. View the original post : http://www.jboss.com/index.html?module=bb&op=viewto

[jboss-user] [JBoss Portal] - Re: when I change theme (industrial) and theme 's render

2007-08-06 Thread [EMAIL PROTECTED]
we kept them so that people can fix them ;) Honestly we just had time to work on the new theme and maintain maple. Please, contribute. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071079#4071079 Reply to the post : http://www.jboss.com/index.html?module=b

[jboss-user] [JBoss Seam] - - how to make it works?

2007-08-06 Thread oblivion1200
Hello, I have searching for answer many hours and I can't find how to fix it. I have to use , but to use it I have to place | | org.jboss.seam.jsf.TransactionalSeamPhaseListener | | in faces-config.xml. Right after the change and redeployment I get deployment except

[jboss-user] [JBoss Seam] - Re: EntityManager is null??

2007-08-06 Thread wschwendt
"mladen.babic" wrote : It's no need to inject entityManager in component. | even though there is no need to inject the entity manager into a component, it would be helpful for testing purposes. Just to see whether this doesn't work either. View the original post : http://www.jboss.co

[jboss-user] [JBoss jBPM] - Re: how to interconnect jBPM with a third Party tool ? Pls H

2007-08-06 Thread dleerob
Hi, The best thing to do is go through the User Guide yourself that comes with the JBPM download. Take note of Chapter 5, Deployment. It explains what you need to integrate the JBPM libraries into your own application. There is also the Getting Started guide on the JBPM Wiki which will help yo

[jboss-user] [JBoss Seam] - Re: File upload - performance has taken a dive

2007-08-06 Thread [EMAIL PROTECTED]
Seam 2.0CR1 is due to be released very soon now. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071087#4071087 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071087 ___ jboss-

[jboss-user] [JNDI/Naming/Network] - Re: JWS rmi on EJB fails with AccessControlException: access

2007-08-06 Thread broneo
Hello, it seems to be a problem with the JWS ClassLoader. My application seems to work with the wrong ClassLoader. This ClassLoader ignores the security settings in my JNLP file. Unfortunately i haven`t found out how to fix this problem. I hope someone in this forum can help me. Thanks in adva

[jboss-user] [JBoss Portal] - Re: how to stick an onload javascript function in body tag?

2007-08-06 Thread [EMAIL PROTECTED]
"saigon_man" wrote : | I wonder is there a way to stick a javascript function using onload in body tag? For example: | Is it possible to set this from within any xml file in my war project without modifying any file from jboss portal codes? | No, and it's not advisable to do so as any po

[jboss-user] [JBoss Seam] - Re: EntityManager is null??

2007-08-06 Thread mladen.babic
Ok,I'm going to try. tnx View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071089#4071089 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071089 ___ jboss-user mailing list jboss-

[jboss-user] [JBossCache] - "Renewable" cache

2007-08-06 Thread adamw
Hello, in JBoss Labs, we are using a cache-like component, which holds some data based on what is present in a persistent store (SVN in our case). The key thing is that the data is: 1. always in the cache 2. renewed when the persistent store changes (so, when a change occurs, a new object based

[jboss-user] [JBossWS] - Re: Deployment exception with JbossWs 2.0.0 - Cannot find se

2007-08-06 Thread [EMAIL PROTECTED]
This is the code that is failing |public void init(Endpoint ep) |{ | String ejbName = ep.getShortName(); | ArchiveDeployment dep = (ArchiveDeployment)ep.getService().getDeployment(); | String nameStr = "jboss.j2ee:name=" + ejbName + ",service=EJB3,jar=" + dep

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - annotations

2007-08-06 Thread laksu
some dumb questions: i am using Seam with JPA (with Hibernate implementation) and considering to dump it in favor of plain good old Hibernate. I am basing my decision on the fact that I cannot map interfaces to tables with JPA. 1- am I on the correct track ? Now the dumbest part: I am not su

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Getting a session from entityManager

2007-08-06 Thread mladen.babic
Any idea? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071100#4071100 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071100 ___ jboss-user mailing list jboss-user@lists.jbos

[jboss-user] [JBossWS] - problems using wsconsume

2007-08-06 Thread pillcase
Dear all, I'm newbie to the JBoss WS, I want to develop a ws client using a wsdl file, when I tried to use the wsconsume, exceptions occured. This is the wsdl file: http://schemas.xmlsoap.org/wsdl/http/"; xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"; xmlns:soap12="http://schemas.xmlsoap.

[jboss-user] [EJB 3.0] - Best Practice Pagination with OneToMany Mapping

2007-08-06 Thread Cy23
hi there, a LinkRubric has many Links. Its mapped like this: | @OneToMany(cascade = { CascadeType.ALL }, | fetch = FetchType.LAZY, mappedBy="linkRubric") | i can get out a LinkRubric with that statment: | SELECT p | FROM LinkRubric p | WHERE p.topRubricID = '5' |

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Need Help: Self-relationship with jboss 4.02 (EJB 2)??

2007-08-06 Thread rhmbosch
Hi Guyz, This one drives me crazy! :( Is it possible to create a self relationship (one-to-many) with Jboss 4.02 and EJB 2? I know it works with a many-to-many relation, but that i do not want. I'm looking for a example (ejb-jar.xml and jbosscmp-jdbc.xml) where a self-relationship is correct

[jboss-user] [JBoss Seam] - Re: - how to make it works?

2007-08-06 Thread [EMAIL PROTECTED]
Yes, you have to use Seam Managed Transactions with s:convertEntity - we forgot to mention this in the docs for this release. Post the whole exception. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071105#4071105 Reply to the post : http://www.jboss.com/in

[jboss-user] [JBoss Seam] - Re: using import.sql with multiple datasources

2007-08-06 Thread [EMAIL PROTECTED]
You'll need to ask this in a hibernate forum, but, IIRC, import.sql is always run on any PC in create mode. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071106#4071106 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=40

[jboss-user] [JBoss Seam] - Re: Double click problem . Seam-Version: 1.2.1.GA

2007-08-06 Thread [EMAIL PROTECTED]
Post in a structured format, using code tags. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071107#4071107 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071107 ___ jboss-use

[jboss-user] [JBoss jBPM] - Assignment mechanism

2007-08-06 Thread tinico
Hi all, I currently try the jBPM solution for my company !! I've a conceptual question that I can't resolve whereas I've reading all the documentation !! 1 - If a task assignment depend the task before assignment ?? How can I do ?? I explain, if a task concist to send demand to the responsable

[jboss-user] [JBoss jBPM] - Re: Memory usage in Workflow wait states

2007-08-06 Thread kukeltje
what is 'database memorization'? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071109#4071109 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071109 ___ jboss-user mailing lis

[jboss-user] [Management, JMX/JBoss] - Writing and registering a custom mbean

2007-08-06 Thread ckaushalya
Hi, I have a standard mbean (written without using any JBoss specific interfaces/classes) and I want to make it available in the standard jboss web console. I went through the JBoss 4.0 official guide and the wiki pages but the informations available are a bit confusing for me. Is it a must t

[jboss-user] [JBoss Seam] - Re: - how to make it works?

2007-08-06 Thread oblivion1200
2007-08-06 12:42:22,395 INFO [org.jboss.ejb3.EJBContainer] STARTED EJB: org.jboss.seam.transaction.EjbTransaction ejbName: EjbTransaction | 2007-08-06 12:42:22,440 INFO [org.jboss.ejb3.EJB3Deployer] Deployed: file:/home/pete/bin/jboss-4.2.1.GA/server/default/deploy/SeamAuction.ear/jboss-seam.

[jboss-user] [Beginners Corner] - Cannot Get InitialContext Lookup to Work

2007-08-06 Thread kurzweil4
I am using JBoss 4.2.1. I am using an EJB 3.0 Entity and service. I have tried everything I can think of to get the InitialContext look to work, but I am having no luck at all. I have tried dozens of things and looked a dozens of web sites and tried to follow that they told me to do. I feel on

[jboss-user] [JBoss Seam] - Re: - how to make it works?

2007-08-06 Thread [EMAIL PROTECTED]
In Seam2 Seam Managed Transactions are enabled by default so you don't need to specify the TransactionalPhaseListener. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071114#4071114 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: BAD_POOL_HEADER, BLUE SCREEN

2007-08-06 Thread vri_97
Hi, I also experience the same thing. I try to run JBoss 4.2.0GA on JDK 1.5.0_12 with "all" configuration. Does anyone has find the root cause ? I try to run it on my friend's computer, it runs perfectly fine. I can not tell what is wrong. I compared the dlls(version) with my friend's, it's the s

[jboss-user] [Beginners Corner] - Re: Cannot Get InitialContext Lookup to Work

2007-08-06 Thread coejboss
Can you please paste your code as to how you are carrying out the lookup? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071116#4071116 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071116 _

[jboss-user] [JBoss Seam] - Re: - how to make it works?

2007-08-06 Thread oblivion1200
Thanks for fast response. I will try it and write if this works. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071117#4071117 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071117 __

[jboss-user] [JBoss Seam] - Re: JBoss 4.2.1GA and Hibernate validator - broken

2007-08-06 Thread [EMAIL PROTECTED]
The hibernate-all.jar that we provide containing hibernate is actually quite old. The api for validator has changed between it and the version in JBossAS 4.2.1. So, replace hibernate-all.jar with the jars from hibernate/lib (in the seam distro). View the original post : http://www.jboss.com/

[jboss-user] [JBoss Seam] - Re: Error in documentation for Seam-2.0.0-BETA1?

2007-08-06 Thread [EMAIL PROTECTED]
Yes, thank you :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071120#4071120 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071120 ___ jboss-user mailing list jboss-user@li

[jboss-user] [JBoss Seam] - Re: Using Jbpm Identity component in Seam

2007-08-06 Thread [EMAIL PROTECTED]
You could probably not use Actor if you are using Identity. I don't know how the JBPM Membership works, but you can use Identity anywhere in JBPM where EL is supported View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071121#4071121 Reply to the post : http:/

[jboss-user] [JBoss Seam] - Re: convertEntity: mixing session and conversation data

2007-08-06 Thread [EMAIL PROTECTED]
JSF imposes a validation constraint on all selectXXX that the selected object *must* be in the original list. In this case you are getting the list from the session (some old (SM)PC) and the selection from the conversation (current SMPC) which, due to PC caching, are different objects. View th

[jboss-user] [JBoss Seam] - Re: - how to make it works?

2007-08-06 Thread oblivion1200
Do I still have to place in components.xml and inject entity manager like this? @In(create=true) | private EntityManager em; View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071123#4071123 Reply to the post : http://www.jboss.com/index.html?module=b

[jboss-user] [JBoss Seam] - Re: - how to make it works?

2007-08-06 Thread [EMAIL PROTECTED]
Yes View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071124#4071124 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071124 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JBoss jBPM] - Re: Assignment mechanism

2007-08-06 Thread kukeltje
anonymous wrote : I think this is not the good way to do that... Can you say how do that properly ?? I would do it this way to. I do not get your second question View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071125#4071125 Reply to the post : http://www.j

[jboss-user] [JBoss Seam] - Re: - how to make it works?

2007-08-06 Thread oblivion1200
Next exception appears during redeployment: 2007-08-06 13:15:43,343 INFO [org.jboss.seam.init.Initialization] reading /WEB-INF/components.xml | 2007-08-06 13:15:43,375 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/SeamAuction]] Exception sending context initialized e

[jboss-user] [JBoss Seam] - Re: JBoss 4.2.1GA and Hibernate validator - broken

2007-08-06 Thread wschwendt
Thanks for your reply, Pete. I forgot to mention that I'm using the CVS based Seam 2. When building the Seam example such as the hotel booking example, by default no Hibernate jars are packaged. Rather, the Hibernate jars shipped with JBoss AS are used (I'm using JBoss 4.2.1GA). I looked at

[jboss-user] [JBoss Seam] - Re: - how to make it works?

2007-08-06 Thread [EMAIL PROTECTED]
So define the namespace in components.xml View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071128#4071128 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071128 ___ jboss-user ma

[jboss-user] [JBoss Seam] - Re: JBoss 4.2.1GA and Hibernate validator - broken

2007-08-06 Thread [EMAIL PROTECTED]
Sure, no hibernate stuff from Seam is packaged in as runtime dependencies, but, for the examples at least, the hibernate-all.jar *is* used to compile the example (and hence the @Min annotation). The api for @Min has changed between the version of hibernate-all (not sure what this is btw) we hav

[jboss-user] [JBoss Portal] - Re: Problem to get Changes in jsp-files to apply

2007-08-06 Thread rekrevs
Seem like the problem is solved. After deleting the files in "server\default\work\jboss.web\localhost." the updating of login.jsp worked fine. Thanks for all the help /Sverker View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071133#4071133 Reply to the pos

[jboss-user] [JBoss Seam] - Hotel bookinkg sample does not work properly

2007-08-06 Thread fredatwork
Hello, I'm a newbee to seam. I'm building my first app using the good ideas from the seam samples delivered with seam 2.0 (beta). More specificaly, I'm trying to build a new long-running conversation, based on the the hotel booking sample. However, this sample does not work properly. I deploy t

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Update to jdk 1.5.0_12 causes package does not exists in

2007-08-06 Thread shausch
First of all: on windows you have to restart the system after changing the environment variables (like JAVA_HOME, CLASSPATH,...). ;-) To ensure having a clean new build I deleted /work and /tmp of JBoss-server. After each reboot I rebuild and redeployed the whole project. So far I can say: _06 i

[jboss-user] [JBoss Seam] - Re: - how to make it works?

2007-08-06 Thread oblivion1200
During entering the page containing I get 2007-08-06 13:54:51,816 ERROR [STDERR] 2007-08-06 13:54:51 com.sun.facelets.FaceletViewHandler handleRenderException | SEVERE: Error Rendering View[/createAuction.xhtml] | java.lang.NullPointerException | at org.jboss.seam.persistence.Hibernat

[jboss-user] [JBoss Seam] - Re: Enum as a Seam component

2007-08-06 Thread [EMAIL PROTECTED]
You can't instantiate enums so they can't be Seam components. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071143#4071143 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071143 _

[jboss-user] [EJB 3.0] - Re: Best Practice Pagination with OneToMany Mapping

2007-08-06 Thread jc7442
Query.setMaxResults(int) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071144#4071144 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071144 ___ jboss-user mailing list jboss-

[jboss-user] [EJB 3.0] - Re: Best Practice Pagination with OneToMany Mapping

2007-08-06 Thread Cy23
Well, in that case i have my LinkRubrics limited, but i want to limit the Links in the collection within the LinkRubrics. Thanks, Chris View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071147#4071147 Reply to the post : http://www.jboss.com/index.html?module=

[jboss-user] [JBoss Seam] - Re: Hotel bookinkg sample does not work properly

2007-08-06 Thread oblivion1200
I also use Seam 2 beta and jboss AS 4.2.1 and bookingdemo works ok. Check the server console for eny errors. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071149#4071149 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4

[jboss-user] [JBoss Seam] - Re: Enum as a Seam component

2007-08-06 Thread ellenzhao
Thanks Pete! Then how can I use Enum in a seam application? Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071150#4071150 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071150 ___

[jboss-user] [JBoss Seam] - Re: - how to make it works?

2007-08-06 Thread [EMAIL PROTECTED]
So, you've configure s:convertEntity to know the name of your EntityManager (as you are using the non-standard one)? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071151#4071151 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=r

[jboss-user] [JBoss jBPM] - User & Group with jbpm

2007-08-06 Thread jagbalan
I want to integrate Jbpm inside my application that already has a security framework (I already have user & role group table defined). Now below are my doubts? 1. When defining the process xml, can I refer to these names? 2. Can I make JBPM understand the logged in user so that it can find the r

[jboss-user] [JBoss jBPM] - showing image of current process stage

2007-08-06 Thread yairfr
hi , i develped a small program that reads the gpd.xml and the processdefinition.xml of the process and show the map of the process with a red rectangle arround the current task of the process . sometimes the rectange is not sorrounding the Node but is in other location , i suspect it is becau

[jboss-user] [JBoss Seam] - Re: Enum as a Seam component

2007-08-06 Thread [EMAIL PROTECTED]
For what? To get a list @Factory("importances") | public Importance[] getImportances() { |return Importance.values(); | } View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071154#4071154 Reply to the post : http://www.jboss.com/index.html?module=bb&o

[jboss-user] [JBoss Seam] - Enum as a Seam component

2007-08-06 Thread ellenzhao
My user is supposed to specify importances of something from the UI. The importance are interpreted as Shorts. Here is my Enum: | @Name("importance") | @Scope(APPLICATION) | public enum Importance{ | DONT_CARE((short) 0, "I don't care"), NOT_VERY((short) 1, | "Not very importan

[jboss-user] [JBoss jBPM] - about the user forum

2007-08-06 Thread masipu
Ok. I know that this is propably the wrong place to talk about the forum itself. But I couldn't find a place to talk about it elsewere :S So, I've been testing Jbpm 3.2.1 for a while and noticed that the documentation is not up to date. I've been using this forum to get help but tips are usually

[jboss-user] [JBoss jBPM] - Process state persistance

2007-08-06 Thread jagbalan
Each process in jbpm can be associated with an ID which might reflect the entity ID. I have a entity enquiry screen, where I want to show the user all the possible states possible, so that he can search. But how will I write a query that will fetch all entities that are in particular workflow

[jboss-user] [JBoss jBPM] - Re: User & Group with jbpm

2007-08-06 Thread kukeltje
1: Yes, BUT you have to build an identity module or assignmenthandlers that have access to your system 2: Logged in: taken from the appserver, roles partly and again via the identity module 3: same here So the answer is yes, but you'll have to do some work View the original post : http://www.j

[jboss-user] [JBoss Seam] - Re: Hotel bookinkg sample does not work properly

2007-08-06 Thread fredatwork
Piotr, Thanks for your answer. I realized that I copied the seam jars in my $JBOSS_HOME/default/lib directory. I removed them and the sample is yorking fine now. Obviously, those jars where the source of my trouble. Fred View the original post : http://www.jboss.com/index.html?module=bb&op=v

[jboss-user] [JBoss jBPM] - Re: about the user forum

2007-08-06 Thread kukeltje
the forum is part of the labs project... and I doubt they will introduce something like this. You can try and convince all users to add e.g. the version number in the subject like: [3.2.1] Problem starting my kiteboard View the original post : http://www.jboss.com/index.html?module=bb&op=viewt

[jboss-user] [JBoss Seam] - Re: - how to make it works?

2007-08-06 Thread oblivion1200
In components.xml I have | | | | #{em} | | still the same exception, seems like em is null @In(create=true) | private EntityManager em; View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071162#4071162 Reply to the post : h

[jboss-user] [JBoss jBPM] - Re: User & Group with jbpm

2007-08-06 Thread jagbalan
Thanks Ronald for the reply. Can you please refer me to such implemenation samples? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071161#4071161 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071161 __

[jboss-user] [JBoss Seam] - Re: Enum as a Seam component

2007-08-06 Thread ellenzhao
Yes, that's what I'm looking for. Thanks again! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071163#4071163 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071163 ___ jboss-u

[jboss-user] [JBoss jBPM] - Re: Assignment mechanism

2007-08-06 Thread vtysh
1 related: You can specify variable in model which will contain name of task from where to get an actor id in your assignment handler. | | myTask | | Then in assign method you should process all previous task instances with name equals to taskName variable value. | executionC

[jboss-user] [JBoss jBPM] - Re: User & Group with jbpm

2007-08-06 Thread kukeltje
the sourcecode of jbpm is the best example.. lots of testcases etc... and the full implementation of the identity module.. oh. and the sourcecode is in cvs View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071165#4071165 Reply to the post : http://www.jboss.com

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - File save as dialog instead of a rendered page

2007-08-06 Thread pingus
Sometimes after a restart of the JBoss Server, accessing our Seam based application results in a file save as dialog instead of the rendered login page. Restarting the server again solved this usually. To get a better understanding whats going on, I activated Charles in my Firefox and get the a

[jboss-user] [JBoss Seam] - Re: Seam conversations and third party JSF components libs

2007-08-06 Thread mgrouch
I appreciate any ideas. I'm stuck with this problem. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071167#4071167 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071167 __

[jboss-user] [JBoss Seam] - Re: - how to make it works?

2007-08-06 Thread [EMAIL PROTECTED]
Well you've called your EntityManager "entityManager" but seem to be injecting it as "em". I would really suggest giving the docs another read, you seem to be missing a grasp of some of the seam fundamentals from your responses in this topic (no offence intended) View the original post : http

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Getting a session from entityManager

2007-08-06 Thread andydale
Hi, Does the EntityManager work normally, for example does em.persist() work ? I have had a problem berfore with em.getDelegate() returning an EntityManagerImpl which could not be cast to a session. In the end i had to call Session sess = (Session)((EntityManagerImpl)em.getDelegate()).getDe

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

2007-08-06 Thread indyJones
I will also be playing with this... Thanks so much!! indy View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071172#4071172 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071172 ___

[jboss-user] [JBoss jBPM] - how can i do research ?

2007-08-06 Thread galvino
i want to do some research into my database like : | find all taskinstances assigned to an user without include swimlane concept | find all taskinstances assigned to a swimlane | find all processinstances initialized by an user | | | i find some functions as taskmgmtsession but i d

[jboss-user] [JBoss Seam] - Re: EntityConverter: Entity Manager not found

2007-08-06 Thread Newlukai
I tried it. I really did. But I had to surrender facing the list of things to do to migrate to Seam 2.0. Sorry. So I'm on 1.2.1.GA again. The only major change before this mibehaviour occured was to introduce a @Startup component which is injected to the backing bean. But I don't know why this

[jboss-user] [JBoss Seam] - Re: Marking Hibernate POJO's as entities without annotations

2007-08-06 Thread IGx89
"ebj-jar"? I'm not using EJB3 though... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071177#4071177 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071177 ___ jboss-user mail

[jboss-user] [JBossWS] - Re: Failed to create a new SAX parser

2007-08-06 Thread Ufic
Ok, it's a faq :) : http://wiki.jboss.org/wiki/Wiki.jsp?page=JBWSFAQXMLParser View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071179#4071179 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071179 _

[jboss-user] [JBoss jBPM] - Re: Assignment mechanism

2007-08-06 Thread tinico
Thank you for your answer !! vtysh, your solution is good but we have to process all taskInstance, I'm affraid it take to much time !! But the idea is good I've test it !! Is someone have another idea or can answered to my second question ?? Thanks !! :) View the original post : http://www.jb

[jboss-user] [JBoss jBPM] - Re: how can i do research ?

2007-08-06 Thread vtysh
I think that the most quick and efficient way is to use hql queries View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071181#4071181 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071181 ___

[jboss-user] [JCA/JBoss] - Re: Message DB + Oracle database connection count problems

2007-08-06 Thread Malert
Hi, i also encounter similar problem when contacting the Database, i use jboss 4.0.5.BA and Oracle 9i. SQL exception occurs at the execution of following line conn.createStatement(); //conn is the ConnectionManager the trace is given below: Exception in [WrappedConnection.java ] At line 537 !

[jboss-user] [JBoss jBPM] - Re: Assignment mechanism

2007-08-06 Thread vtysh
If you afraid about time of performance you can write your own hql query and retrieve only tasks with name equals to taskName for current process instance. But i think performance will be enough for not very large databases. View the original post : http://www.jboss.com/index.html?module=bb&op=

  1   2   3   >