[jboss-user] [EJB 3.0 Users] - 5.1 - @PersistenceUnit fails to resolve in Servlet when EJB

2009-09-20 Thread genman
JBoss AS 5.1 Servlet code: public class Servlet extends HttpServlet { | | @PersistenceUnit | private EntityManagerFactory emf; | | I created a persistence.xml file and included it a separate EJB .jar file in a .ear file. Things were working fine until I added some EJBs

[jboss-user] [JBoss Tools Users] - Re: Web App Libraries not published?

2009-09-20 Thread akazakov
deanhiller wrote : when you say seam context variables, do you mean what's inside the @Name? If so, I can't find the refactor menu from that, or do you mean something elseie. I would like to try it out, but can't seem to figure out where that is after enabling seam on the project. See

[jboss-user] [jBPM Users] - JBPM 4.0 HistoryEvent, HistorySession

2009-09-20 Thread tcr
Hi, we need to send emails and log information upon certain events (e.g a reassignment or change of priority). All this is available as history events, so we thought implementing a custom history session and add this to the jbpm-config. As it turns out the history events do not expose their

[jboss-user] [MQ] - Re: JBoss / HSQLDB 1.8.0 Integration

2009-09-20 Thread freddt
Update. HSQLDB 1.9 is now available as Release Candidate from http://hsqldb.org. This is supposed to be a drop-in replacement for the hsqldb.jar. It improves many areas, including reliablility. If your messages are large, increase the hsqldb.cache_size URL property. Refer to the hsqldb Guide

[jboss-user] [JBoss Tools Users] - Re: Web App Libraries not published?

2009-09-20 Thread akazakov
akazakov wrote : And let me check EL code assist in *page.xml. It's supposed to work... This is a bug. I have created an issue in JIRA: https://jira.jboss.org/jira/browse/JBIDE-4923 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4256074#4256074 Reply to the

[jboss-user] [JBoss Microcontainer Users] - Re: Injecting bean instances in Servlets/EJBs

2009-09-20 Thread genman
Thanks for the info. I want my Web Beans. Really bad. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4256075#4256075 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4256075 ___

[jboss-user] [JBoss Web Services Users] - Re: JBoss 3.2.0 native stack won't start

2009-09-20 Thread richard.opa...@jboss.com
Hi Neil, this was fixed in trunk. See JBWS-2759 for available workarounds. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4256077#4256077 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4256077

[jboss-user] [JBoss Microcontainer Users] - Injecting bean instances in Servlets/EJBs

2009-09-20 Thread genman
Looked over the documentation but I didn't really see any explanation or recommendation for how deployed beans are supposed to be accessed through Servlet deployments. Is JNDI the suggested way? Is there support for @javax.annotation.Resource tags for accessing your own beans? (I wonder how

[jboss-user] [JBoss Microcontainer Users] - Re: Injecting bean instances in Servlets/EJBs

2009-09-20 Thread alesj
genman wrote : Looked over the documentation but I didn't really see any explanation or recommendation for how deployed beans are supposed to be accessed through Servlet deployments. Is JNDI the suggested way? Is there support for @javax.annotation.Resource tags for accessing your own beans? (I

[jboss-user] [jBPM Users] - Re: Custom Email Producer Coniguration in jBPM4

2009-09-20 Thread pradeep.gulla
Eclipse code completion says abt only one attribute: continue Since notification element fragement as present in my XSD: | element name=notification minOccurs=0 | complexType | attribute name=continue type=tns:continueType default=sync / | /complexType | /element | I'm using

[jboss-user] [jBPM Users] - Re: Custom Email Producer Coniguration in jBPM4

2009-09-20 Thread pradeep.gulla
XSD in the latest version 4.1 seems updated with the template attribute for notification element. Seems my issue got resolved. Thanks a lot!!! Any way, is it possible to create and wire CustomEmailProducer and how ?? :) View the original post :

[jboss-user] [JBoss Tools Users] - Re: Web App Libraries not published?

2009-09-20 Thread deanhiller
when you say seam context variables, do you mean what's inside the @Name? If so, I can't find the refactor menu from that, or do you mean something elseie. I would like to try it out, but can't seem to figure out where that is after enabling seam on the project. thanks, Dean View the

[jboss-user] [JBoss Tools Users] - Re: in tomcat, redeployment of webapp on class file changes?

2009-09-20 Thread deanhiller
thanks, that seemed to work great!!! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4256054#4256054 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4256054 ___ jboss-user mailing

[jboss-user] [JBoss Tools Users] - Re: Web App Libraries not published?

2009-09-20 Thread deanhiller
in addition to context seam refactoring question above, I noticed the EL expression completion in *.xhtml fileswow!! it rocks!!! But what about in the xxx.pages.xml files? It does not seam to work at all in there. Was it not done in xxx.pages.xml files? Does it only work for the file

[jboss-user] [JBoss Portal Users] - JBoss forum source code request

2009-09-20 Thread saish812000
Hi I need the Source Code of JBoss Forum 1.1.0 alpha p2.6.4 I am unable to download the source code. Can any one help me in this regard Thanks in Advance Saish View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4256058#4256058 Reply to the post :

[jboss-user] [JBoss Tools Users] - how to get xx.pages.xml files to auto reload...

2009-09-20 Thread deanhiller
I find myself needing to restart the server every time I change xxx.pages.xml files even though I read that jboss tools supports hot redeploy of those files. How do I configure jboss so that seam reloads just the pages files(and hopefully not the entire app)??? Also, I read about the dev

[jboss-user] [JBoss Tools Users] - whose bug is this(where do I report it?)

2009-09-20 Thread deanhiller
In my book, all nullpointers are bugs...I hit some kind of drools bug. Is this from jboss tools or?? | java.lang.NullPointerException | at org.drools.eclipse.refactoring.DRLProjectDetector.detect(DRLProjectDetector.java:39) | at