[jboss-user] [JBoss Seam] - Re: Seam 2.0 weird exception in org.jboss.seam.Entity

2007-08-11 Thread tuxzilla
Does anyone have a solution yet? I have the same problem. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4073252#4073252 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4073252 ___

[jboss-user] [JBossWS] - JBOSSWS

2007-08-11 Thread hhs4401
Caused by: org.xml.sax.SAXException: cvc-complex-type.3.2.2: Attribute 'file' is not allowed to appe ar in element 'wsdl-java'. @ *unknown*[16,56] at org.jboss.xb.binding.parser.sax.SaxJBossXBParser$MetaDataErrorHandler.error(SaxJBossXBPar ser.java:348) View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Unable to connect to a remote server

2007-08-11 Thread kkuma
Make sure iptables so that ports 1098, 1099, , and 4446 are visible to a client. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4073254#4073254 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4073254

[jboss-user] [JBoss jBPM] - Re: jPDL Designer and Map parameters in actions

2007-08-11 Thread [EMAIL PROTECTED]
Hi Mark, Complex parameters are not supported by the designer and they probably never will. We have already made nodes pluggable, so that you can provide your own configuration form for a custom node, and will probably do this for actions as well in the future. But supporting these complex

[jboss-user] [EJB 3.0] - MyEclipse5.5.1GA+JBOSS4.2.1GA+EJB3, very strange problem?????

2007-08-11 Thread daemon1978
for a new project i met following strange problem,please help me : using myeclipse to generate a EJB3 projects and When I create a session bean and use the annotation @PersistenceContext to inject the EntityManager, then I deploy such EJB3 to jboss. With jboss web-console ,in JNDIView I cann't

[jboss-user] [JBoss Seam] - Re: How to modify booking example login?(newbie question)

2007-08-11 Thread harpritt
post your datasource.xml you authenicator looks fine if you are hard coding the credentials (Arrgghhh) im not familar with the booking example but does the new user not need any roles?. like admin... View the original post :

[jboss-user] [JBoss Seam] - Re: How to modify booking example login?(newbie question)

2007-08-11 Thread harpritt
is your datasource called datasource.xml ? have you renamed it at any point? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4073263#4073263 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4073263

[jboss-user] [JBoss Seam] - Re: using s:div rendered=

2007-08-11 Thread asookazian
fhh wrote : This is a value binding so el will look for authenticator.getDisplay(). | | Regards | | Felix | I tried that as well before posting on this forum and got an exception of similar type. The getDisplay() method was declared as public. I will look at it again. BTW, if

[jboss-user] [JBoss Seam] - Re: seam gen floats (in many meanings ...)

2007-08-11 Thread [EMAIL PROTECTED]
you got it View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4073266#4073266 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4073266 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Quartz configuration in Seam 2.0B

2007-08-11 Thread pierospinelli
Hi, I'm currently using quartz as a scheduler in a seam 2.0B application. It works fine with its default configuration (I think the quartz.properties in the quartz jar file itself). Now I need to change the configuration in order to change some parameter (misfireThreshold) and to use the

[jboss-user] [JBoss Seam] - Strange behavior of jar file loading

2007-08-11 Thread pierospinelli
Hi, I migrated an application (using facelets an myFaces and deployed as EAR) working with seam 1.1.x to seam 2.0B. In order to get it working after exploding to JBoss 4.2.1GA, I had now to move the lib directory from myApplication.ear/myApplication.war/WEB-INF to myApplication.ear directly;

[jboss-user] [JBoss Seam] - Re: Login Redirection not propagating GET parameters

2007-08-11 Thread [EMAIL PROTECTED]
milli wrote : Let's forget about propagating parameters values for a while. But when it comes to just passing GET parameters(to the backing bean component) shouldn't they be having the same behaviour? | | Here is what I found out. | | When you have the parameter defined in pages.xml,

[jboss-user] [JBoss Seam] - Re: Strange behavior of jar file loading

2007-08-11 Thread [EMAIL PROTECTED]
Which class ;) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4073271#4073271 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4073271 ___ jboss-user mailing list

[jboss-user] [Remoting] - Re: bisocket usage as a tunneling connection

2007-08-11 Thread erezharari
10x, you mentioned: anonymous wrote : Remoting has a callback mechanism which allows the server to send invocations to the client in an asynchronous manner can the server call the client synchronously? and also, can HTTP[s] be used with bisocket? View the original post :

[jboss-user] [JBoss Seam] - Does s:link work with tuckey.org urlrewriter

2007-08-11 Thread unni_kri
I am trying to use tuckey.org's urlrewriter to rewrite a link generated using seam tag s:link. Following outbound rule works, outbound-rule encodefirst=true | from^/shop/productSearchForm\.jsf(.+)$/from | tocatalogItemID/test/to | /outbound-rule But, when I try to

[jboss-user] [JBoss Seam] - Re: Seam 2.0 weird exception in org.jboss.seam.Entity

2007-08-11 Thread [EMAIL PROTECTED]
Fixed in CVS ages ago. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4073270#4073270 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4073270 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Strange behavior of jar file loading

2007-08-11 Thread pierospinelli
Sorry, actually I was very generic: I am using a custom tag-library (working on previous seam version). I had the error during home page loading: I checked the class com/sun/facelets/tag/AbstractTagLibrary is present in jsf-facelets.jar unde WEB-INF/lib. This is the lib code and stack trace

[jboss-user] [JBoss Seam] - Re: Strange behavior of jar file loading

2007-08-11 Thread [EMAIL PROTECTED]
Where have you placed JsfEcoLibrary? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4073275#4073275 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4073275 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: Strange behavior of jar file loading

2007-08-11 Thread pierospinelli
The project was originally generated by seam-gen and it is deployed using JBoss-IDE 2.0B. When I run build.xml/explode it deploys JsfEcoLibrary under /deploy/myApplication.ear/myApplication.jar/WEB-INF/lib with all the other jars. View the original post :

[jboss-user] [JBoss Seam] - Re: Strange behavior of jar file loading

2007-08-11 Thread pierospinelli
Sorry, I made a mistake, the deploy dir is, of course, : deploy/myApplication.ear/myApplication.war/WEB-INF/lib View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4073277#4073277 Reply to the post :

[jboss-user] [JBossCache] - Re: How to reload the Most Frequently Used nodes back into i

2007-08-11 Thread nan2k_sweety
Hi , Thanks for your immediate response. But is there any way to persist those things and load it on restart? Can you provide some input on this please?We are struck here. Thanks and Regards Nandhini View the original post :

[jboss-user] [EJB 3.0] - Re: MyEclipse5.5.1GA+JBOSS4.2.1GA+EJB3, very strange problem?

2007-08-11 Thread Wolfgang Knauf
Hi ! I think you need the attribute unitName which points to the name of your persistence unit: @PersistenceContext (unitName=...) EntityManager em; Hope this helps Wolfgang View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4073279#4073279 Reply to the post :

[jboss-user] [JBoss Seam] - No operation in WSDL with JBoss 4.2

2007-08-11 Thread djohan0817
Hello, I was using Jboss 4.0.5 to create webservice in an EJB project with eclipse, it worked just fine, but when I generate the webservice client, it added a jaws folder in namespace. That is annoying because if a Webmethod is returning an entity (for ex. EntityExample), it will be a

[jboss-user] [JBoss Seam] - Sharing JAAS context with existing application

2007-08-11 Thread alxs
Hi, I'm trying to combine seam with an existing J2EE (pre Version 5) application in a JBoss 4.0.5.GA with EJB3 profile. An independent Seam application runs fine on this server. The application is running in an own ear containing a lot of 2.1 Beans. The standard database JAAS login module is

[jboss-user] [JBoss Seam] - Re: Strange behavior of jar file loading

2007-08-11 Thread [EMAIL PROTECTED]
Sorry, I'm confused as to your structure. Can you do an ls -R on your war and ear and post? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4073286#4073286 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4073286

[jboss-user] [JBoss Seam] - Re: Quartz configuration in Seam 2.0B

2007-08-11 Thread [EMAIL PROTECTED]
Sorry, I am on vacation right now (be back on Aug 19th). It might take take some time as I think about it while I am hiking in the woods :) Please bear with the delay! cheers Michael View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4073289#4073289 Reply to the

[jboss-user] [JBoss jBPM] - OutOfMemoryError in JBPM3.2.1

2007-08-11 Thread stana
The following taskform code works in JBPM3.2.GA. But when running in JBPM 3.2.1, it causes OutOfMemoryError. By testing, I found that if I change jbpm:dataform columns=2 to jbpm:dataform, it will work well in both JBPM3.2.GA and JBPM3.2.1. How can this error be fixed? | !DOCTYPE html

[jboss-user] [JBossCache] - Re: JBoss Cache 2.0.0 in GA

2007-08-11 Thread aditsu
Great! Shouldn't this be a sticky announcement? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4073290#4073290 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4073290 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: Strange behavior of jar file loading

2007-08-11 Thread pierospinelli
So, just to summarize, the canonical deploy (in the war file) does not work. Instead it works if the libs are manually moved directly under the dir lib of the ear file. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4073283#4073283 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Seam Facet and tomcat runtime

2007-08-11 Thread newca
Hi, Project facet Seam Facet 1.2 is not supported by target runtime Apache Tomcat in RHDS. Are there any reasons for this ? Is this just for the seam-gen feature ? Seam + tomcat + JPA + RHDS (facelets visual editor, WTP hot deploy, debug, auto completion on seam components*) work very well

[jboss-user] [JBoss Seam] - PersistenceContext injection in Seam 2.0beta1

2007-08-11 Thread alexg79
Trying to inject a Hibernate Session with @PersistenceContext fails: anonymous wrote : | java.lang.ClassCastException: $Proxy1497 cannot be cast to javax.persistence.EntityManager The reason for this was pretty obvious once I took a look at the code of

[jboss-user] [JBoss Seam] - Re: PersistenceContext injection in Seam 2.0beta1

2007-08-11 Thread [EMAIL PROTECTED]
@PersistenceContext is part of JPA, why would it be able to inject a Hibernate Session. Try @In Session session; View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4073293#4073293 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Sharing JAAS context with existing application

2007-08-11 Thread [EMAIL PROTECTED]
loader-repository provides classloading isolation between ears. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4073294#4073294 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4073294

[jboss-user] [JBossCache] - Re: JBoss Cache 2.0.0 in GA

2007-08-11 Thread FredrikJ
Great stuff! Keep up the good work =) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4073295#4073295 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4073295 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: PersistenceContext injection in Seam 2.0beta1

2007-08-11 Thread alexg79
It works perfectly well without the Seam interceptors messing with it. Try it and you'll see. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4073296#4073296 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4073296

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

2007-08-11 Thread aditsu
I'm not sure if this is still relevant now, but here's my opinion anyway: I generally agree with genman; at the very least, I think the cache should accept String and Integer elements. Ideally, it should also support Long, Double, Date and enums. View the original post :

[jboss-user] [JBoss Seam] - Re: PersistenceContext injection in Seam 2.0beta1

2007-08-11 Thread alexg79
anonymous wrote : @PersistenceContext is part of JPA, why would it be able to inject a Hibernate Session. Further proof here: http://docs.jboss.com/ejb3/app-server/reference/build/reference/en/html/hibernate.html anonymous wrote : | 4.2. Injection Hibernate Session and SessionFactory | |

[jboss-user] [JBoss Seam] - Re: PersistenceContext injection in Seam 2.0beta1

2007-08-11 Thread [EMAIL PROTECTED]
Looking at the JPA spec, there is no reference to being able to use @PersistenceContext to inject the delegate (http://java.sun.com/javaee/5/docs/api/javax/persistence/PersistenceContext.html) so I'm guessing this is a Hibernate extension. We should probably support it, can you raise an issue

[jboss-user] [EJB 3.0] - Re: failed to lazily initialize a collection of role:

2007-08-11 Thread Wolfgang Knauf
Hi ! Probably you want to access a relationship property when the entity bean is no longer under control of the entity manager (a detached entity). There are two ways around this problem: a) set the fetch type to EAGER @OneToMany(mappedBy=..., fetch=FetchType.EAGER) | public

[jboss-user] [JBoss jBPM] - Database upgrade

2007-08-11 Thread ZazzaZ
Hi, I'm trying to install the database for jBPM as it is described in chapter 8 in the user guide. I'm in the section using ant The section says to run ant upgrade.db.script but when I run this command I get java.sql.SQLException Java heap space I'm running on WinXP Service Pack 2 Athlon XP

[jboss-user] [JBoss Seam] - Re: Sharing JAAS context with existing application

2007-08-11 Thread alxs
[EMAIL PROTECTED] wrote : loader-repository provides classloading isolation between ears. I removed the loader-repository but it didn't help. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4073305#4073305 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: jPDL Designer and Map parameters in actions

2007-08-11 Thread karmen38
Hi Koen, Thank you for the reply. I understand, it makes sense. Maybe the designer could just leave the variable as it is, not delete it at all. It can recognize that the variable is not editable by the form and disable the editing and not update the variable in XML. Actually, disabling the

[jboss-user] [JBossWS] - Re: Error getting WebServiceContext/MessageContext informati

2007-08-11 Thread dmitry.kudrenko
Sorry, I am a newby with jbossws. But I have NPE with jboss-2.0.0 when I try to get WebServiceContext using @Resource annotation. I found workaround here: http://jira.jboss.com/jira/browse/JBWS-1468 But I can't find lib where javax.ejb.EJBContext should be. Please, help me. Thank you. View

[jboss-user] [JBoss Seam] - Re: Strange behavior of jar file loading

2007-08-11 Thread pierospinelli
OK. This is the tree created by build.xml explode tag : it gets the exception I reported previously: C:\JBOSS\JBOSS-4.2.1.GA\SERVER\DEFAULT\DEPLOY\SCHEDULER.EAR | | antlr-2.7.6.jar | | antlr-|.0b7.jar | | drools-compiler-4.0.0.MR2.jar | | drools-core-4.0.0.MR2.jar | |

[jboss-user] [EJB 3.0] - Re: Error with EJB3 application deployment

2007-08-11 Thread snagar
Hi All I finally solved the problem and it was simply a deployment of hibernate-annotations.jar. However, some new issues related to JBOSS Seam 1.2.1 and JBOSS 4.2.0 incompatibility have arisen. However I shall put these in a different posting. Regards Shubham View the original post :

[jboss-user] [JBoss jBPM] - Re: OutOfMemoryError in JBPM3.2.1

2007-08-11 Thread kukeltje
By looking in the jsf component for dataform, find out what causes the OOME and creating a patch View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4073312#4073312 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4073312

[jboss-user] [JBoss Seam] - Logger object nulled after passivation

2007-08-11 Thread pdpantages
Hello forum: Seam 1.2.1.GA, Jboss 4.0.5 I have a problem with my Logger disappearing on me. This seems to happen if I don't touch its containing component ( a SFSB ) for 5 mins. The bean is passivated. When it is re-activated, the logger is null. My scenario is this: I have a long running

[jboss-user] [JBoss jBPM] - Re: how to realize the

2007-08-11 Thread estaub
token.setNode(); View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4073317#4073317 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4073317 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: multiple jBPM instances, one database

2007-08-11 Thread estaub
You need to say more about what data, if any, will be shared across servers. In general, if you use read-committed isolation with transactions, I think you'll be ok. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4073318#4073318 Reply to the post :

[jboss-user] [JBoss Seam] - validation

2007-08-11 Thread minamti
I have a field, which has an unique constraint in the database. I am getting an Hibernate UniqueConstraint exception. I would like to asynchronously query the database as the user is entering the form and inform that the entry violates the unique constraint. How can I write a validator in

[jboss-user] [JBoss jBPM] - Re: can't delete a taskinstance from my database

2007-08-11 Thread estaub
galvino, In case it isn't obvious ... you should be reading up on Hibernate. The online documentation is good, and so is the book. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4073320#4073320 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: hasEnded not set correctly when sub processes are used

2007-08-11 Thread estaub
How did the subprocess end? You probably want to read ProcessState.java (for the parent's perspective) and ProcessInstance.end() (for the child's perspective). I'm pretty sure you've made a mistake somewhere... maybe grabbed the wrong token at some point. View the original post :

[jboss-user] [JBoss Seam] - Re: Login Redirection not propagating GET parameters

2007-08-11 Thread milli
Thanks for your reponse and I get it. I appreciate you guys taking time in responding to everybody's issues promptly and keeping the community active. I usually refer to Seam book and Reference guide but the difference between page parameter and @RequestParameter llife cycle was not mentioned.

[jboss-user] [JBoss jBPM] - Re: problem while deleting processInstance

2007-08-11 Thread estaub
I don't have time to dig into it, but I'd guess that you're using too low an object to do the delete. I'd try to find a process instance delete method at a higher level that deletes swimlanes first. This is just a guess! -Ed Staub View the original post :

[jboss-user] [JBoss jBPM] - Re: problem while deleting processInstance

2007-08-11 Thread estaub
After digging more, I'm starting to wonder if you might have a bug. If you're not running on HSQL, I'd wonder if it's db-dependent. Also, what version of JBPM? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4073325#4073325 Reply to the post :

[jboss-user] [JBoss jBPM] - Problem accessing CommandServiceBean from external client

2007-08-11 Thread karstendausb
Hello, I am encountering problems accessing jbpm 3.2.1. on jboss, and I don't understand what is going wrong. I am using the following sample code: | Properties props = new Properties(); | props.setProperty(Context.INITIAL_CONTEXT_FACTORY, org.jnp.interfaces.NamingContextFactory); |

[jboss-user] [JBoss Tools (users)] - Re: Seam Facet and tomcat runtime

2007-08-11 Thread newca
It seems that if seam facet is enabled then removed, seam features still available. (This is probably a bug but very usefull here) I just make few modifications to the files generated by seam facet and everything work like a charm. RHDS is perfect for TOMCAT + SEAM 2 + FACELETS + JPA with WTP

[jboss-user] [JBoss jBPM] - Re: Database Documentation

2007-08-11 Thread Gramulka66
I see. To be honest I was hoping for more details regarding the columns. In any case it gives you a nice overview. Thanks for you answer. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4073330#4073330 Reply to the post :

[jboss-user] [EJB 3.0] - EJB remore client in 4.2

2007-08-11 Thread tonioc
Hi everybody, I was working with 4.0.5-EJB3 version, all working fine, and I decided to switch to 4.2.1, both of them with jboss-messaging (now 1.3.0-GA). Configuration OK Starting OK But when I tried to run my client, connecting to an EJB3 remotely a strange error apeared: Exception in

[jboss-user] [JBoss jBPM] - Re: how to realize the

2007-08-11 Thread kukeltje
and gorgin good software has testcases that show the usage of the api. In opensource software thesse testcases are avaiable to anyone. jBPM is both View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=407#407 Reply to the post :

[jboss-user] [JBoss jBPM] - [SOLVED] Re: Problem accessing CommandServiceBean from exter

2007-08-11 Thread karstendausb
Mea culpa...that was a personal eclipse specific problem and was not specifically jbpm-related. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4073334#4073334 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4073334

[jboss-user] [JBoss jBPM] - Re: Database Documentation

2007-08-11 Thread kukeltje
what kind of details regarding the colums? with the jbpm source it is possible to generate ddl scripts for all kinds of databases. Ask one of the developers in your company to help out. If you want even more info, please ask, but in more detail what you want to know. btw, the indexes are not

[jboss-user] [JBoss Seam] - problem configuring SMPC

2007-08-11 Thread amitev
Hi all. I'm trying to configure SMPC on glass fish This is from components.xml | core:managed-persistence-context name=em | auto-create=true | persistence-unit-jndi-name=java:/SeamGenProject |

[jboss-user] [Installation, Configuration DEPLOYMENT] - Need help: jboss 4.2.1 GA startup Failed to initialize the S

2007-08-11 Thread kingsz1
Hi all. I install jdk1.6.0_01, jboss 4.2.1.GA and Jboss Native 2.0.1 when start the run.bat, a message shows: [AprLifecycleListener] Loaded Apache Tomcat Native library 1.1.11 [AprLifecycleListener] APR capabilities: IPv6 [true] ... [AprLifecycleListener] Failed to initialize the SSLEngine. why

[jboss-user] [JBoss jBPM] - Re: Business Calendar modified property

2007-08-11 Thread kukeltje
wrong directorry... the wrong classpath usage etc..etc.. basic java errors. the file should go in classes/org/jbpm/calendar/. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4073338#4073338 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: task-node attribute create-tasks

2007-08-11 Thread kukeltje
hey... when I said 'could be a bug' I meant could be a bug on OUR side... eventually you solved it yourself. Thanks btw for reporting back in detail so others can learn. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4073339#4073339 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: couldn't delete process definition

2007-08-11 Thread kukeltje
http://www.jboss.com/index.html?module=bbop=viewtopicp=3996973#3996973 if it helps... remember 3 words in google... null index jbpm...and then the first hit. If not, I have no idea. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4073340#4073340 Reply

[jboss-user] [JBoss Seam] - Re: problem configuring SMPC

2007-08-11 Thread wiberto
Try adding this property to your persistence.xml file: | property name=jboss.entity.manager.factory.jndi.name |value=java:/SeamGenProject / | View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4073341#4073341 Reply to the post :

[jboss-user] [JBoss Seam] - Re: em is always null in my quartz scheduler, plz help.

2007-08-11 Thread gus888
Hi Pete, I have the same problem. I created a subClass @override schedule method, which loads schedules from database. When I inject @In entityManager, it also got null. I don't have any idea how to deal with this situation. Could you please give some guidance? Thank you very much in advance.

[jboss-user] [JBoss Seam] - Re: How to modify booking example login?(newbie question)

2007-08-11 Thread guiltyxsin
No I have not rename any datasource names or what ever, want to get the simple login and search going before I change everything. Here's the booking-ds.xml code: | ?xml version=1.0 encoding=UTF-8? | | datasources | | local-tx-datasource |