[jboss-user] [EJB 3.0] - Re: No Dialect mapping for JDBC type

2007-03-12 Thread dhartford
Exact same problem, except my JDBC type is ''. Tried to set | query.setHint(hibernate.dialect, org.hibernate.dialect.PostgreSQLDialect); | but did not have an impact. Note that my query is actually a Stored Procedure, so no JPA-QL work around that I know of ;-) please respond ASAP,

[jboss-user] [EJB 3.0] - Re: No Dialect mapping for JDBC type

2007-03-12 Thread dhartford
Tested on Jboss 4.0.5.GA from JEMS 1.2.0.GA install. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4027176#4027176 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4027176 ___

[jboss-user] [JBoss Portal] - To 'admin' user or not to 'admin' user...

2007-02-27 Thread dhartford
Regarding a default 'admin' user regardless of other identity sources. I have been playing with the identity login modules as mentioned in this thread http://jboss.org/index.html?module=bbop=viewtopict=95229start=20 , and kept running into the issue of an LDAP user (my identity source) not

[jboss-user] [JBoss Portal] - Re: JBoss Portal LDAP Setup

2007-02-19 Thread dhartford
Usecase: *Use LDAP for username/passwords (authenticate). *Use DB for roles/ACL/everything else related to Portal (authorization/etc). I've been poking at this for a while on the 2.6 alpha1, and alpha2. There are some comments in the configs, but no success yet. Is there a reason not to

[jboss-user] [JBoss Portal] - Re: JBoss Portal LDAP Setup

2007-02-19 Thread dhartford
That's great bdaw!! I would like to carry over roles from the LDAP, but since the Portal may have new roles I was going with the use-case of moving all the roles to the portal-oriented-DB. With that last option for the SynchronizingLdapLoginModule: - authenticate against LDAP + synchronize

[jboss-user] [JBoss jBPM] - Re: GWT with JBPM

2007-01-05 Thread dhartford
jBPM is a business process management engine. Not a RAD suite. if you are looking that uses jBPM to help drive some RAD, one of the more promising ones is at: http://sourceforge.net/projects/taylor/ But, it's not a commercial, buy this and magically gets everything working for you

[jboss-user] [JBoss jBPM] - Re: Example uses superstate

2006-12-27 Thread dhartford
http://docs.jboss.org/jbpm/v3/userguide/processmodelling.html#superstates http://www.jboss.com/index.html?module=bbop=viewtopicp=3972282#3972282 The academic version of | super-state name=phase one | state name=invite murphy/ | /super-state | needs to be flushed out show a

[jboss-user] [JBoss jBPM] - Re: Example uses superstate

2006-12-27 Thread dhartford
And maybe also a comparison/contrast with Process Composition/sub-process to superstates. It may be that people start using one based on poor/incorrect assumptions that could be corrected with proper documentation. View the original post :

[jboss-user] [JBoss jBPM] - Re: processdefinition and sub-process - autoupdate

2006-12-27 Thread dhartford
darn, forgot versions: jbpm 3.2Alpha2 JEMS-installed Jboss 4.0.5GA w/ EJB3 profile View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3996525#3996525 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3996525

[jboss-user] [JBoss jBPM] - processdefinition and sub-process - autoupdate

2006-12-27 Thread dhartford
Hi all, I'm using the jbpm-console, so this may only be related to that webapp. When I deploy a 'parent' processDefinition with a sub-process, it works fine. When I update the sub-process, it looks like the 'parent' process only continues to use the last-known-good sub-process from when it was

[jboss-user] [JBoss jBPM] - 3.2alpha2 enterprise / JTA exceptions

2006-12-18 Thread dhartford
Hey all, I'm playing with the enterprise-version in SCM and just came across two issues to share: 1. The jbpm-console.war within the .ear package may want to have the javassist.jar under WEB-INF/lib removed as it already exists in the Jboss AS. 2. JTA issue on a JEMS-installed JBoss

[jboss-user] [JBoss jBPM] - 3.2alpha2 unable to load process archives

2006-12-14 Thread dhartford
Hello all, I'm experiencing some problems with the 3.2alpha2 whenever I deploy a process archive. Server log: | 15:50:43,773 ERROR [GraphSession] java.lang.ClassCastException: org.jbpm.graph.def.Node_$$_javassist_59 | 15:50:43,773 ERROR [[ProcessUploadServlet]] Servlet.service() for

[jboss-user] [JBoss jBPM] - Re: Problems jbpm 3.2alpha2 ejb3 rc9

2006-12-14 Thread dhartford
Try the reverse - take a running EJB3 jboss and add in: jboss-console.war jbpm-ds.xml Also, may want to start clean and copy the /server/jbpm/data folder to override your EJB3's /server//data folder as it does not seem to auto-create the JBPM database at the moment. This isn't foolproof as

[jboss-user] [JBoss jBPM] - Re: 3.2alpha2 unable to load process archives

2006-12-14 Thread dhartford
actually, looking further down the trace I'm gonna go check out a couple of things | | Caused by: java.lang.ClassCastException: org.jbpm.graph.def.Node_$$_javassist_59 | at

[jboss-user] [JBoss jBPM] - Re: 3.2alpha2 unable to load process archives

2006-12-14 Thread dhartford
solved - the solution was in the error more 'literally' than expected. Two javaassist.jar's in my path :-P removed one and all good! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3993987#3993987 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Problems jbpm 3.2alpha2 ejb3 rc9

2006-12-14 Thread dhartford
More full details with some original missing information: For installing jbpm 3.2alpha2 on JEMS jboss 4.0.5.GA-EJB3 server. *Copy to /deploy jboss-console.war -modify jboss-console.war and remove /WEB-INF/lib/javassist.jar. This is already in the jboss AS classpath and will cause

[jboss-user] [EJB 3.0] - Re: History Interceptor

2006-12-13 Thread dhartford
Hi jc, I have not thought about the array scenario...I would imagine that if it is in a relation with another table/entity and both marked for History, it would somehow handle both scenarios. I know the previous 'Audit' implementation and the 'History' implementation from hibernate both

[jboss-user] [EJB 3.0] - History Interceptor

2006-12-12 Thread dhartford
Hey all, I would like to, for each entity bean, create a History entity bean to track all changes and timestamp of those changes. Searching across the web, I saw a user on the hibernate forum posted this interceptor: http://www.hibernate.org/195.html Does there already exist an EJB3 equivalent

[jboss-user] [JBossCache] - Using Jboss Cache IDE on EJB3 4.0.5.GA server

2006-12-06 Thread dhartford
Hi all, I'm having a hard time trying to find any documentation on how to use the Jboss Cache IDE (the one with Jboss-IDE 2.0.0.Beta2) to monitor/examine cache-enabled EJB3's on a 4.0.5.GA JEMS ejb3-cluster profile install. The properties needed for remote access include: *serverUrl (localhost

[jboss-user] [Security JAAS/JBoss] - Re: EJB3 and remote client EJB access

2006-11-28 Thread dhartford
so...yeah, problem still not resolved. The problem occurs when entering incorrect credentials, but the client does NOT get any feedback. Needless to say, hard to handle credential requests from the client-side when you have no feedback if the credential was incorrect because the server-side

[jboss-user] [EJB 3.0] - Re: embed EJB3/surefire:JBossMXServerConfig classnotfound

2006-10-27 Thread dhartford
References === http://maven.apache.org/plugins/maven-surefire-plugin/examples/class-loading.html childDelegation property to true: Classes in the java.* and javax.* packages can never be overridden. http://jira.jboss.com/jira/browse/EJBTHREE-534 JBossMXServerConfig issue

[jboss-user] [EJB 3.0] - embed EJB3/surefire:JBossMXServerConfig classnotfound

2006-10-26 Thread dhartford
There have been several listings in various mailing groups (Maven and Jboss) related to a JbossMXserverConfig ClassNotFoundException problem when trying to do automated testing (usually through maven/surefire plugin). There exists a Jboss JIRA for this subject:

[jboss-user] [JBoss Seam] - Re: Seam and maven projects

2006-10-24 Thread dhartford
Gavin, There are a lot of pieces of Jboss EMS that many of us are interested in stronger maven support, not just Seam. -Seam -Embedded EJB3 -JBPM Drools -Remoting Some of these already do exist at the jboss maven repo http://repository.jboss.com/maven2/, but some do not and many are not

[jboss-user] [Security JAAS/JBoss] - Re: EJB3 and remote client EJB access

2006-10-24 Thread dhartford
so Also tried org.jboss.security.jndi.JndiLoginInitialContextFactory without the AppcallbackHandler Properties env = new Properties(); |env.setProperty(Context.INITIAL_CONTEXT_FACTORY, org.jboss.security.jndi.JndiLoginInitialContextFactory); |

[jboss-user] [Security JAAS/JBoss] - Re: EJB3 and remote client EJB access

2006-10-18 Thread dhartford
If the problem is NotSerializableException, should I post this into the Remoting forum? I'm stuck and I would like to solve this problem. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3979061#3979061 Reply to the post :

[jboss-user] [Security JAAS/JBoss] - Re: EJB3 and remote client EJB access

2006-10-11 Thread dhartford
Also tested UsernamePasswordHandler with same server-side issue/remoting issue. Since my requirements need LDAP authentication, kinda stuck. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3977597#3977597 Reply to the post :

[jboss-user] [JBoss Seam] - Seam and maven projects

2006-10-11 Thread dhartford
I'm trying to find some resources on maven-built Seam web applications. I came across some stuff in the jboss-seam-tools package, but only in CVS org/jboss/seam/tools/output/maven/MavenWebProject.java What is the status of this and how can I get started evaluating/playing around with this?

[jboss-user] [Security JAAS/JBoss] - EJB3 and remote client EJB access

2006-10-10 Thread dhartford
Hi all, Trying to use EJB3-9 patch to 4.0.4.GA. Trying to use LdapLoginModule and AppCallbackHandler. server-side error: | 15:47:55,783 ERROR [ServerThread] failed to process invocation. | java.io.NotSerializableException: com.sun.jndi.ldap.LdapCtx | ... | at

[jboss-user] [JBoss jBPM] - Re: New jBPM Getting Started Documentation

2006-10-06 Thread dhartford
Although slightly off topic, great article to read to make sure you have a good understanding of the problem JBPM is trying to solve.

[jboss-user] [EJB 3.0] - EJB3 RC9 and BigDecimal/monetary issues

2006-10-04 Thread dhartford
Hey all, Using EJB3 RC9-FD patch on 4.0.4.GA Jboss AS. Trying to handle financial calculations and outside of database versions for querying calculations, I'm definately having problems on the POJO side. | public class SampleBean implements Serializable { | ... |

[jboss-user] [EJB 3.0] - Embedded EJB3 Proxy and EJB3-RC9 server

2006-10-02 Thread dhartford
Hi all, I'm trying to use the embedded EJB3 jars in an application that will require both local/embed server access as well as remote server access. Using Embed RC9-Alpha and a 4.0.4.GA patched jbossas with EJB3-RC9 I keep getting the following error on the client side when trying to

[jboss-user] [EJB 3.0] - Re: Embedded EJB3 and .scanClasspath()

2006-09-29 Thread dhartford
May be stretching, but not being able to use the EJB3StandaloneBootstrat.deployXXX related to this may help if also support Eclipse: http://jira.jboss.com/jira/browse/JBCOMMON-6 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3975172#3975172 Reply to the

[jboss-user] [Microcontainer] - Re: embedded ejb3 in Eclipse RCP

2006-09-27 Thread dhartford
I'm trying to run an embedded ejb3 server as an eclipse plugin for a seperate UI plugin to talk to. Having challenges trying to get the embedded ejb3 server to pickup the EJB3 beans from the classpath. A detail is posted here under the EJB3 forum (and you'll note that I'm still not sure which

[jboss-user] [Microcontainer] - embedded ejb3 in Eclipse RCP

2006-09-26 Thread dhartford
Has anyone had success using the microcontainer within an Eclipse RCP plugin? These classloaders are giving me a headache... ;-) It would be nice to see a working example rather than trying to debug my existing code/configuration. thanks, -D View the original post :

[jboss-user] [EJB 3.0] - Embedded EJB3 and .scanClasspath()

2006-09-26 Thread dhartford
I'm trying to use embedded EJB3 in an Eclipse RCP plugin. If this is not the correct forum, please direct me to the correct forum instead of ignoring this thread. I'm having some challenges related to loading my actual EJB3 classes. The default/non-Eclipse fashion involves using

[jboss-user] [EJB 3.0] - Re: EJB3-embed jars in Maven repo?

2006-09-25 Thread dhartford
Hi Wandi, Configuring the ejb3-embed jars into an eclipse plugin was going to be my next challenge! A pom.xml file to automatically make the plugin would be great, especially when the ejb3 jars are available from the jboss maven repo. My thought was a library-plugin that just exposes those

[jboss-user] [EJB 3.0] - Seperate Forum for Embedded EJB3?

2006-09-25 Thread dhartford
Is there a seperate/different forum for embedded EJB3 questions? Just curious as not getting a lot of responses on this forum and wondering if the questions should be here or the Microcontainer user forum or some other one. Thanks, -D View the original post :

[jboss-user] [Installation, Configuration Deployment] - Re: Maven Repo

2006-09-21 Thread dhartford
Is this the correct location for this kind of question/request, or is there another forum that is more relevant? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973242#3973242 Reply to the post :

[jboss-user] [EJB 3.0] - EJB3-embed jars in Maven repo?

2006-09-21 Thread dhartford
Hey all, Would it be possible to add the jboss ejb3 embed jars to the maven repo at http://repository.jboss.com/maven2/ ? Originally asked on the installation/configuration forum, but that may not have been the correct location to ask:

[jboss-user] [EJB 3.0] - embedded ejb3 - deploying *-ds.xml?

2006-09-21 Thread dhartford
Hi all, Sorry if this has already been asked or is already 'well known', but I simply can not find any resources on this topic. How do you deploy an existing *-ds.xml datasource file with embedded ejb3? Thanks, -D View the original post :

[jboss-user] [EJB 3.0] - Re: embedded ejb3 - deploying *-ds.xml?

2006-09-21 Thread dhartford
Trying | EJB3StandaloneBootstrap.deployXmlResource(mydb-ds.xml); | causes error: | Caused by: org.jboss.xb.binding.JBossXBRuntimeException: No cursor for local-tx-datasource | at

[jboss-user] [JBoss Portal] - Re: User Input Req for 2.6 Usability and UI enhancements

2006-09-11 Thread dhartford
anonymous wrote : | - edit mode should use icon, not text: using text is not consistent, takes too much space and can cause problems with respect to internalization | | No. When we had icon, users were confused. | Icons would work well, once users understood what the icon meant (i.e.

[jboss-user] [JBoss Portal] - Re: How to do virutal hosts with JBoss Portal

2006-08-31 Thread dhartford
If you have multiple virtual hosts pointing to different jboss portals sharing the same db/content, I could see where you want to push support for virtual hosting on the App server side. However, I don't understand that if the portals have different db/content, why a front-facing Apache is not

[jboss-user] [JBoss Portal] - Re: User Input Req for 2.6 Usability and UI enhancements

2006-08-17 Thread dhartford
The column layouts are great and used in many portals. Some implementations that I recall also had the concept of 'wide' and 'narrow' column widths and allowing a portlet to pre-define itself as a 'wide' portlet or a 'narrow' portlet to coincide with the layout. By allowing the layout

[jboss-user] [Installation, Configuration Deployment] - Re: Maven Repo

2006-07-26 Thread dhartford
I think the intent that redijedi and I are trying to accomplish is the equivelant of ant 'get-deps' (i.e. maven dependency management). If a project requires certain jars, such as EJB3 embeddable jars, download them from an appropriate repository opposed to always doing system-installs of an

[jboss-user] [Installation, Configuration Deployment] - Re: Maven Repo

2006-07-25 Thread dhartford
I am also interested in this. The wiki with the referenced link in the wiki http://repository.jboss.com/maven2/ does not contain EJB3 embeddable resources. Will these resources be added? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3960707#3960707 Reply to

[jboss-user] [EJB 3.0] - Re: Audit Log implementation for EJB3 persistence

2006-07-25 Thread dhartford
I am also in standby, as I haven't found/developed a clean solution yet. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3960708#3960708 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3960708

[jboss-user] [JBoss Portal] - Re: 508 accessibility - what are the pieces?

2006-07-25 Thread dhartford
anyone please? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3960709#3960709 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3960709 ___ jboss-user mailing list

[jboss-user] [Installation, Configuration Deployment] - Re: How Do Install jboss-4.0.4.GA On Redhat ES 4 ?

2006-07-24 Thread dhartford
As for the JVM on the recent/upcoming Redhat Enterprise/FC series - which is preferred? *jpackage version of (sun) JVM *straight binary install of (sun) JVM *gcj (based on post - no, but recognize as invalid option) And, once the JVM is installed, what is the common install location of jboss