[JBoss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: DerbyDatabase mbean in 4.0.3 missing?

2006-06-24 Thread engelsen
I get the same error. ITS SO FINE TO SEE EVERYONE POSTING THE FIX WHEN THEY FINALLY FIND WHY THEIR ERROR OCCURED NOT ! please remember to post how you fixed it ! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953187#3953187 Reply to the post : htt

[JBoss-user] [Beginners Corner] - Re: javax.naming.CommunicationException

2005-03-17 Thread engelsen
When you solve a problem ! PLEASE POST HOW YOU FIXED IT !!! Others could be facing the same problem View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870664#3870664 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3870664

[JBoss-user] [Beginners Corner] - jaas for the newbie ? howto connect from client ?

2005-03-10 Thread engelsen
Im looking for a newbie jaas example from a standalone application. I realize this might not be the right forum, but this is for beginners. I can only speak for myself and I find the docs confusing and not very friendly for newbies on security. I think ive found it out... finally... But how do

[JBoss-user] [Security & JAAS/JBoss] - Re: Logincontext cant find jboss server ?

2005-03-08 Thread engelsen
I fixed it. I think By adding the java -Djava.security.auth.login.config=./resources/auth.conf but now I get a different error javax.security.auth.login.LoginException: unable to find LoginModule class: org.jboss.security.ClientLoginModule at javax.security.auth.login.LoginContex

[JBoss-user] [Security & JAAS/JBoss] - Logincontext cant find jboss server ?

2005-03-05 Thread engelsen
Im creating a standalone web start application I get this error while trying to use a loginContext java.lang.SecurityException: Unable to locate a login configuration at com.sun.security.auth.login.ConfigFile.(ConfigFile.java:97) Everything works fine up till LoginContext lc = new LoginCont

[JBoss-user] [Security & JAAS/JBoss] - Application howto get started?

2005-02-28 Thread engelsen
Hi, I find j2ee/jboss security hard to get a good grip on for a beginner. The 3-4 year old tutorial is good but It lacks one thing. how to connect from an application client. All the tutorials Ive found only show examples of servlets and web pages. Im trying to create an application that you e

[JBoss-user] [Persistence & CMP/JBoss] - Entity bean doesnt reload from db

2005-02-08 Thread engelsen
When I run a client on entity bean A it updates the db correct, but when I run it the second time it uses the cache. It doesnt go for the db to reload the bean.. I took an example an changed the primarykey from a String to an Integer. I didnt think that mattered. Using bean persistency. tried