[JBoss-user] [JBoss Seam] - Re: jBPM and Pageflow

2006-01-17 Thread henderson_mk
just my +1 on this thread... I think it would be great to have an example of exactly how jbpm can be used to manage navigations and navigation rules between pages the doco seems a bit light on this :-) Marty View the original post :

[JBoss-user] [JBoss Seam] - Re: Advice - multiple views into seam webapp

2006-01-15 Thread henderson_mk
Cheers Matt, will give it a go and see how I get on! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3917530#3917530 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3917530

[JBoss-user] [JBoss Seam] - Advice - multiple views into seam webapp

2006-01-13 Thread henderson_mk
Hi folks, Looking for a bit of advice here... I have a nice seam based webapp thats used internally in an office to manage lists of property... however there is a thought to make a read only view of the data available to the public. There is also potential to let the public register

[JBoss-user] [JBoss Seam] - advice on managing exceptions / session timeouts

2005-12-20 Thread henderson_mk
Hi folks, I'm currently using seam for a basic webapp but it has contstraints in that any fallovers need to be pretty. i.e. should a nullpointerexception be thrown from the code for any reason, I'd like this to forward to a standard error page that has the usual hand holding stuff... I

[JBoss-user] [JBoss Seam] - Re: advice on managing exceptions / session timeouts

2005-12-20 Thread henderson_mk
thanks for the response Gavin my filter looks like this: | public void doFilter(ServletRequest servletrequest, | ServletResponse servletresponse, | FilterChain filterchain) | throws IOException, ServletException | {

[JBoss-user] [JBoss Seam] - Re: advice on managing exceptions / session timeouts

2005-12-20 Thread henderson_mk
ok... this may be a stupid question... (so apologies in advance)... how do I do that? Or what should I use to do that? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3913588#3913588 Reply to the post :

[JBoss-user] [JBoss Seam] - Re: advice on managing exceptions / session timeouts

2005-12-20 Thread henderson_mk
just did. Star man. thanks very much for the pointers in the right direction! Really appreciate it. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3913595#3913595 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3913595

[JBoss-user] [JBoss Seam] - Re: seam noejb startup times

2005-12-15 Thread henderson_mk
hmm I certainly don't find any problems with startup time at all about 45 seconds till ready and thats with kicking off a number of my own applications in it. before we go on though a normal tomcat 'what' takes 8 seconds to start up? the seam applications have a lot of stuff to go

[JBoss-user] [JBoss Seam] - Re: Tomohawk sortTable strange error

2005-12-14 Thread henderson_mk
Hi folks, Did anyone manage to get a resolution to this? I'm also trying to use a sortable table in a similar situation and whilst it renders correctly clicking any component on the table causes the 'no conversation context' error to occur. Maybe someome has an idea? Really really hope someone

[JBoss-user] [JBoss Seam] - Validation and long running conversations

2005-12-06 Thread henderson_mk
Hi there, I'm having some diffs with my validation in a conversation... I have a main object Property that is composed of an address object. | @Entity | @Name(property) | public class Property implements Serializable | { |/** | * Default Constructor. | */ | public

[JBoss-user] [JBoss Seam] - Re: Validation and long running conversations

2005-12-06 Thread henderson_mk
ah ding. cheers dude. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3910929#3910929 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3910929 --- This SF.net email is

[JBoss-user] [JBoss Seam] - Re: Validation and long running conversations

2005-12-06 Thread henderson_mk
ah ding. cheers dude. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3910930#3910930 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3910930 --- This SF.net email is

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - newbie q- problem inserting a column with name key

2005-11-25 Thread henderson_mk
Hi folks, I'm using seam / hibernate and have an object that has a member variable 'key' with mutators. When I create a new one of these and try to persist it I'm getting an error thrown about invalid sql... and its because mysql has key as a reserved word. How can I get round this? Thanks in

[JBoss-user] [Beginners Corner] - newbie q: problem deleting record with hibernate/seam

2005-10-27 Thread henderson_mk
Hi folks, I have a little application that goes like this: a property has a number of offers on it. an offer has a person who placed the offer and the person has an address. so: | @Entity | @Name(property) | public class Property implements Serializable | { |/** | *

[JBoss-user] [Beginners Corner] - Re: newbie q: problem deleting record with hibernate/seam

2005-10-27 Thread henderson_mk
Apologies folks, figured it out. Please ignore. Being a nonce :-) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3903765#3903765 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3903765

[JBoss-user] [Beginners Corner] - datasources and jboss seam

2005-10-14 Thread henderson_mk
Hi folks, I'm a bit of newbie to the jboss world and have been playing with seam. I'm having some problems with the datasource aspect of it. I've created a turn-around-ds.xml that looks like: | ?xml version=1.0 encoding=UTF-8? | datasources | local-tx-datasource |

[JBoss-user] [Beginners Corner] - Re: datasources and jboss seam

2005-10-14 Thread henderson_mk
Hi jaikiran, thanks for replying... changed that in the hibernate config and now getting: 10:17:10,784 ERROR [[/turn-around]] Exception sending context initialized event to listener instance of class org.jboss.seam.servlet.SeamListener org.hibernate.HibernateException: Could not find

[JBoss-user] [Beginners Corner] - Re: datasources and jboss seam

2005-10-14 Thread henderson_mk
yea... I had indeed. got it sorted though... I stripped the war file right down... as it was including some other jboss jars in the web-inf/lib directory... and lo and behold it all seems to be working now... winner! cheers for your help dude! View the original post :