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
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
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
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
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
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
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
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
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
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
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
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
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
13 matches
Mail list logo