[appfuse-user] Getting build error with aspectj-maven-plugin

2007-12-03 Thread Stephiems
I'm using Netbeans 6.0 with the maven plugin. I've downloaded maven 2.0.8 and have set the maven plugin to use the downloaded version of maven. The internal one seemed to be less then the required version 2.0.6. On build I get the following error: Internal error in the plugin manager executing go

Re: [appfuse-user] concurrent session problem pls help

2007-12-03 Thread ujjala
I have sent you the code of applicationsecurity.xml. I dont want the user to relogin with same username if it is already logged in. How can i handle this concurrent session problem please tell me in detail. when i implemneted myself i got the problem that user can't log in even after proper logout

Re: [appfuse-user] Url encoding/decoding

2007-12-03 Thread Rob Hills
Hi Jithesh, jithesh wrote: Hi , we normally create a URL object using URL urlObject = new URL("http://.";); Is it possible to get the url value (eg:http://www.nabble.com/forum/NewTopic.jtp?forum=2370) from a browser in a java class. You can get either the whole URL

[appfuse-user] Url encoding/decoding

2007-12-03 Thread jithesh
Hi , we normally create a URL object using URL urlObject = new URL("http://.";); Is it possible to get the url value (eg:http://www.nabble.com/forum/NewTopic.jtp?forum=2370) from a browser in a java class. regards Jithesh -- View this message in context: ht

Re: [appfuse-user] Cannot convert value '0000-00-00 00:00:00'

2007-12-03 Thread Fred Forester
If I remove the unicode and utf8 options it works ok. for this project zeroDateTimeBehavior is more important than the others. thanx. Fred Fred Forester wrote: Hi All, in appfuse 1.9 I was using zeroDateTimeBehavior=convertToNull in the url. that doesn't seem to work anymore with the l

[appfuse-user] Cannot convert value '0000-00-00 00:00:00'

2007-12-03 Thread Fred Forester
Hi All, in appfuse 1.9 I was using zeroDateTimeBehavior=convertToNull in the url. that doesn't seem to work anymore with the latest driver. can someone verify? Thanx Fred - To unsubscribe, e-mail: [EMAIL PROTECTED] F

[appfuse-user] Integrating a web chat component into Appfuse

2007-12-03 Thread masterg007
I am looking to integrate a java web chat program into my appfuse application. Any recommendations? It could be freeware, open source or commercial. Thanks - Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comma

Re: [appfuse-user] seeing todo for select in appfuse genrated jsp pages...plz help

2007-12-03 Thread Mani_N
please helpwhich is the best way to get this select box populated Mani_N wrote: > > Hi, > > Am seeing the following to do for generated select tag. Please let me know > what is that I have to do to make this select box active.. > > > listKey="id" listValue="id"> > -- View th

Re: [appfuse-user] concurrent session problem pls help

2007-12-03 Thread John Kwon
I guess I'm curious, since I don't have a problem with sessions in Acegi. My users log out and log back in without a problem. Can you give more details about your application? On 12/3/07, ujjala <[EMAIL PROTECTED]> wrote: > > > Hi, > I have implemented the following in applicationContext-Securit

Re: [appfuse-user] Java 5 Enums Persistence :: How-to

2007-12-03 Thread celeraman+
Thank you, Gareth! I'm sure that this explains much better that problem. I will try next time. Please, update the Appfuse 2.0 Wiki, there are a article there about this issue. -- celeraman + Gareth Davis wrote: > > I'm sure I'm missing something here. Doesn't hibernate support enums > anyw

Re: [appfuse-user] Java 5 Enums Persistence :: How-to

2007-12-03 Thread Gareth Davis
I'm sure I'm missing something here. Doesn't hibernate support enums anyway? From my current AppFuse based project: @Entity @Table(name = "assets") public class Asset extends BaseObject { // ... @Enumerated(EnumType.STRING) @Column(length = 10, nullable=true) private St

[appfuse-user] concurrent session problem pls help

2007-12-03 Thread ujjala
Hi, I have implemented the following in applicationContext-Security.xml,to handle concurrent sessions, the following works fine in terms of concurrent session handling but the user is even after logging out is not able to re login. The session is not expiring. The application is running on WAS

Re: [appfuse-user] Web services in Appfuse 2.0

2007-12-03 Thread Michael Horwitz
After you make the changes in the core module, have you run mvn install either at the top level or in the core project? Mike On 12/3/07, jackalista <[EMAIL PROTECTED]> wrote: > > > OK, I must be doing something basically wrong with the modular archetype > or > something like that. I put all the