[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - What exactly is JAWS?

2006-12-04 Thread jan.zitniak
Hello,

I'm sure that my question is little bit stupid, but I was already searching in 
JBoss forum and Google and I didn't find some full-value information about 
JAWS. Can somebody tell me more about that? Or please give me a some link, 
explanation, etc. Thank you.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3990927#3990927

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3990927
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Getting Started Documentation] - What exactly is JAWS?

2006-12-04 Thread jan.zitniak
Hello,

I'm sure that my question is little bit stupid, but I was already looking for 
JBoss forum and Google searcher and I didn't find some full-value information 
about JAWS. Can somebody tell me more about that? Or please give me a some 
link, explanation, etc. Thank you.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3990923#3990923

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3990923
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration & Deployment] - Re: Does JndiLoginInitialContextFactory in JBoss 3.2.7 exist

2006-10-11 Thread jan.zitniak

Hello,

I found solution. The JndiLoginInitialContextFactory in JBoss 3.2.7 exists but 
it is located in jbosssx.jar in JBOSS_HOME\server\default\lib\. In JBoss 4.0.4 
is everything packed into jboss-allclient.jar. This library also exists in 
JBoss 3.2.7 but classes of jbosss.jar are missing.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977496#3977496

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3977496
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration & Deployment] - Does JndiLoginInitialContextFactory in JBoss 3.2.7 exist?

2006-10-10 Thread jan.zitniak
Hello everybody,

I got task transform the project from JBoss 4.0.4 to JBoss 3.2.7. In source 
code I'm using something like this:


  | 
  | env.setProperty(Context.INITIAL_CONTEXT_FACTORY, 
"org.jboss.security.jndi.JndiLoginInitialContextFactory"); 
  | env.setProperty(Context.PROVIDER_URL, "jnp://localhost:1099/");
  | env.setProperty(Context.SECURITY_PRINCIPAL, userName);
  | env.setProperty(Context.SECURITY_CREDENTIALS, password);
  | 
  | 

when I execute the code I got following:


  | javax.naming.NoInitialContextException: Cannot instantiate class: 
org.jboss.security.jndi.JndiLoginInitialContextFactory [Root exception is 
java.lang.ClassNotFoundException:org.jboss.security.jndi.JndiLoginInitialContextFactory]
  | 
  | 

I understand that JndiLoginInitialContextFactory doesn't exist but I read on 
http://wiki.jboss.org/wiki/Wiki.jsp?page=JndiLoginInitialContextFactory page 
that JndiLoginInitialContextFactory is also available for JBoss 3.2.7. 

Can you help me how resolve that? Thank you in advance.



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977360#3977360

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3977360
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user