[jboss-user] [JBoss Tools Users] - Weld and JBT?

2009-12-11 Thread paulkeogh
Was over on the Seam forum looking at the JSR299/Weld work - any plans for supporting this JBT ? Thanks, View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4270142#4270142 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4270142

[jboss-user] [JBoss Tools Users] - Re: Failed while installing Dynamic Web Module 2.5.

2009-11-02 Thread paulkeogh
Apologies, here are the details. Seam 2.2 Target runtime is JBoss 5.1 Target server is JBoss 5.1 Deployment type is EAR Scenario is very simple; I run the JBT new seam web project wizard and when I click Finish I see the exception. Only one of the 4 Eclipse (web) projects is created. View

[jboss-user] [JBoss Tools Users] - Failed while installing Dynamic Web Module 2.5.

2009-11-01 Thread paulkeogh
Hi, Latest and greatest is failing when trying to add a new Seam Web project. Details below. JBT: eam Tools for Eclipse Version: 3.1.0.v200910281724M-H247-M4 Copyright (c) JBoss by Red Hat, 2007 - 2009. All rights reserved. Visit http://www.jboss.org/tools and http://www.seamframework.org

[jboss-user] [JBoss Tools Users] - Re: Failed while installing Dynamic Web Module 2.5.

2009-11-01 Thread paulkeogh
Also tried with the nightly build same result. (Version: 3.1.0.v200910310441N-H45-RC1) The previous entry in the Eclipse error log is also related: java.lang.NullPointerException: No IModelProvider exists for project P/ref of version: Dynamic Web Module 2.5 at

[jboss-user] [JBoss Tools (users)] - NPE in Hibernate Configurations view, JBT GA 3.0.0

2009-03-19 Thread paulkeogh
Downloaded the GA today, this query in HC; select imei from Cibenixclient as C inner join C.imei as imei gives; !SUBENTRY 2 org.hibernate.eclipse.console 4 150 2009-03-19 12:15:39.608 !MESSAGE java.lang.NullPointerException: no message !STACK 0 java.lang.NullPointerException at

[jboss-user] [JBoss jBPM] - Re: New to jBPM - does it fit my requirement?

2009-03-09 Thread paulkeogh
Thank you very much for your reply. One last question - can you point me at the best documentation resource for this specific requirement ? Thanks, View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4216142#4216142 Reply to the post :

[jboss-user] [JBoss jBPM] - New to jBPM - does it fit my requirement?

2009-03-06 Thread paulkeogh
Hi, Picked up on jBPM from the Seam in Action book - I'd like to implement a simple workflow that; Calls 3 tasks in sequence; Waits until a DB query returns a certain count OR a timer expires I think jBPM will work - just looking for a level of comfort. What is best practice around

[jboss-user] [JBoss Tools (users)] - Re: Hibernate Configurations problem

2009-03-05 Thread paulkeogh
Thank you very much. That was the problem, but in a more indirect way. The .classpath file in the xxx-ejb project had an entry of; when I removed the excluding attribute and reopened the Hibernate Configurations view, it worked fine. I wonder how the excluding attribute got added

[jboss-user] [JBoss Tools (users)] - Re: Hibernate Configurations problem

2009-03-05 Thread paulkeogh
.classpath entry; View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4215138#4215138 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4215138 ___ jboss-user mailing list

[jboss-user] [JBoss Tools (users)] - Re: Hibernate Configurations problem

2009-03-05 Thread paulkeogh
Argh.. classpathentry excluding=META-INF/|META-INF/ kind=src path=ejbModule/ I'll create a JIRA ticket. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4215140#4215140 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: Hibernate Configurations problem

2009-03-05 Thread paulkeogh
It was created using Eclipse 3.4.1/Seam 2.1.1 CR2/JBT 3.0.0 CR1, selecting the New/Seam Web project option and building as an EAR. That generated the four standard projects which worked fine. I then added some jBPM artefacts following the instructions in Chapter 14 of the Seam In Action book,

[jboss-user] [JBoss Tools (users)] - Hibernate Configurations problem

2009-03-04 Thread paulkeogh
JBT 3.00 CR2, Eclipse 3.4.2 When I open the Hibernate Configurations to view and expand a configuration created with seam-gen (through Eclipse) from Sean 2.1.1 GA, I get an error of; Error while opening console configuration: xxx-ejb Reason:

[jboss-user] [JBoss Tools (users)] - Re: Hibernate Configurations problem

2009-03-04 Thread paulkeogh
Thanks for the reply Max. Unfortunately your suggestion does not work. I havent not yet tried the ant suggestion. Some more background on this; the project was originally created with JBT 3.0.0 CR1/Eclipse 3.4.1 and was imported as a project into the current environment. A seam-gen project

[jboss-user] [JBoss Tools (users)] - Re: How to do exploded deployment?

2009-01-08 Thread paulkeogh
I am using Eclipse 3.4.1 and JBoss AS Tools 2.0.0 GA. The default publishing is as you say to a separate deploy directory under the Eclipse .pluging directory. When I make an incremental change (eg. to a .xhtml file), the change is published successfully. However, when I switch to publishing

[jboss-user] [JBoss Tools (users)] - Re: How to do exploded deployment?

2009-01-08 Thread paulkeogh
I got it working by rebuilding my dev. environment. * Downloaded and installed the current Eclipse IDE JEE distro (3.4.1) * Downloaded and installed JBoss Tools 3 CR1 from the update sites (I had to uncheck the JBoss Birt option before the install would work) * Restarted Incremental publishing

[jboss-user] [JBoss Tools (users)] - Re: How to do exploded deployment?

2009-01-07 Thread paulkeogh
I have exactly the same requirement and followed the instructions below. However, the EAR will not deploy onto the exploded configuration. When I select the project and click Full Publish, the Publishing to JBoss breifly flickers but nothing is changed under the deploy directory. Any

[jboss-user] [JBoss Tools (users)] - Re: Erros in Authenticator Class

2008-10-20 Thread paulkeogh
This may be of some help - but... I am a Seam newcomer. I discovered that the New Seam project wizard uses JBoss rules as a default for the security authenticator (or maybe I missed the option) so I made the following changes in components.xml - I removed the rules references and added the