[java ee programming] Regarding Web security Lab

2009-04-15 Thread mak pandian
Hello ,
I have been doing Web security lab exercise since yesterday.I have a little
doubt about it.In that exercise,j2ee is not a user of the group staff.The
only user of this group is bill.When i run the application ,the user bill
and j2ee have privilege access.
My doubt is how did j2ee get privilege access with bill..


Does anyone know about it,help me.

One more thing i want is,How can we map role and principles in XML file?

Thanks for your aid.

-- 
Regards
KolluraniPandian A
(Living in Virtual World)

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Java 
EE (J2EE) Programming with Passion! group.
To post to this group, send email to 
java-ee-j2ee-programming-with-passion@googlegroups.com
To unsubscribe from this group, send email to 
java-ee-j2ee-programming-with-passion+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/java-ee-j2ee-programming-with-passion?hl=en
-~--~~~~--~~--~--~---



[java ee programming] Dynamic Action Form in Struts

2009-04-15 Thread Biljana Biljana
Hi!
 
In Lab 4205 isn't exercise for DynaActionForm, I am  very conffused about that, 
and some example about DynaActionForm wil be great help, of cours with code 
explanations.
 What about you people?
 
Regards,
Biljana
 


  
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Java 
EE (J2EE) Programming with Passion! group.
To post to this group, send email to 
java-ee-j2ee-programming-with-passion@googlegroups.com
To unsubscribe from this group, send email to 
java-ee-j2ee-programming-with-passion+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/java-ee-j2ee-programming-with-passion?hl=en
-~--~~~~--~~--~--~---



[java ee programming] LAB-4016

2009-04-15 Thread lisandrodc

Hi all! I have a problem with download, the link provided:
http://javashoplm.sun.com/ECom/docs/product_redirect_sdn.html, not be
able the download the Sun Java System App Server 9 Update 1.
This si the link:
https://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_Developer-Site/en_US/-/USD/viewproductdetail-start?productref=sjsas-9.1_01-mysql-oth-...@cds-cds_developer.
After installing, when add this server, only show in the list the
version 8.2 and not the 9. In addition, at input the location of this
server, show that not valid. Help me..
Thanks
Lisandro

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Java 
EE (J2EE) Programming with Passion! group.
To post to this group, send email to 
java-ee-j2ee-programming-with-passion@googlegroups.com
To unsubscribe from this group, send email to 
java-ee-j2ee-programming-with-passion+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/java-ee-j2ee-programming-with-passion?hl=en
-~--~~~~--~~--~--~---



[java ee programming] antlr/RecognitionException in applet

2009-04-15 Thread Danish

Hi,
I am using the contents of Google Chrome's bookmark file to display is
a applet. When I run the applet in Eclipse, the results are okay, but
when I try to run the applet in any browser it gives me following
error. Could any one guide what is the problem.

/Danish

java.lang.NoClassDefFoundError: antlr/RecognitionException
at java.lang.Class.getDeclaredConstructors0(Native Method)
at java.lang.Class.privateGetDeclaredConstructors(Unknown Source)
at java.lang.Class.getConstructor0(Unknown Source)
at java.lang.Class.newInstance0(Unknown Source)
at java.lang.Class.newInstance(Unknown Source)
at sun.plugin2.applet.Plugin2Manager.createApplet(Unknown Source)
at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run
(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException:
antlr.RecognitionException
at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
... 8 more
Caused by: java.io.FileNotFoundException: F:\Eclipse Workspace\Web2Map
\AppletProject\bin\antlr\RecognitionException.class (The system cannot
find the path specified)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.init(Unknown Source)
at java.io.FileInputStream.init(Unknown Source)
at sun.net.www.protocol.file.FileURLConnection.connect(Unknown
Source)
at sun.net.www.protocol.file.FileURLConnection.getInputStream(Unknown
Source)
at sun.plugin2.applet.Applet2ClassLoader.getBytes(Unknown Source)
at sun.plugin2.applet.Applet2ClassLoader.access$000(Unknown Source)
at sun.plugin2.applet.Applet2ClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
... 12 more
Exception: java.lang.NoClassDefFoundError: antlr/RecognitionException

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Java 
EE (J2EE) Programming with Passion! group.
To post to this group, send email to 
java-ee-j2ee-programming-with-passion@googlegroups.com
To unsubscribe from this group, send email to 
java-ee-j2ee-programming-with-passion+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/java-ee-j2ee-programming-with-passion?hl=en
-~--~~~~--~~--~--~---