[java ee programming] JAVA

2009-05-18 Thread Jion Gao
Hello everyone: I have a question : I have downloaded JAVA ,but it doesn`t work ,I want to uninstall it ,but the system tell me that I can`t , Will someone can tell me why ? Thanks very much! --~--~-~--~~~---~--~~ You received this message because you are

[java ee programming] Re: Jaas

2009-05-18 Thread Santos Zatarain Vera
I'm no a expert, but in OpenEJB for login, you need to set two properties. Try with this: Properties props = new Properties(); props.setProperty(Context.SECURITY_PRINCIPAL, "user.0"); props.setProperty(Context.SECURITY_CREDENTIALS, "secret"); InitialContext ctx = new InitialContext(props); ctx.loo

[java ee programming] Jaas

2009-05-18 Thread Michele Milidoni
Hello, I'm trying to create a client-server authentication with JAAS (and LDAP). My problem is that authentication with LDAP it's ok but JavaEE Server don't recognize logged user. This is client fragment code: System.setProperty("java.security.auth.login.config", "src/ conf/jaas.conf"

[java ee programming] Re: Download Java SE

2009-05-18 Thread Santos Zatarain Vera
>From here: http://www.java.com/ or here: http://java.sun.com/javase/downloads/?intcmp=1281 :-) 2009/5/17 Jion Gao > > How to download Java SE? > Could somebody tell me? > DOS cann`t work in NTFS. > Who can tell me how to solve it? > --~--~-~--~~~---~--~~ You rec

[java ee programming] Exercise 2 in LAB 3421

2009-05-18 Thread Biljana Biljana
Hello! I have some problems with ORINheritanceSINGLE_TABLE, I try to create my own Web Application, and I have done everythin like they said. But when I run project the project started to run, wasn't deployed, so I Start Java DB, but the running was continued, and continued, so I click Stop run,

[java ee programming] Can any one send your deleteservlet.java to me for lab 4203.?

2009-05-18 Thread mak pandian
I have been doing Jpa Basics home work over the last couple of days. But i could not finish yet.Hence,Can any one send your delete servlet file to me? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Java EE (J2EE) Pr