[JBoss-user] [Security & JAAS/JBoss] - Re: I want to secure my EJB components used by remote machin

2004-12-19 Thread Min-chang Cha
Hi Alexander. Thanks for your opinion. However I wanted detail solution. :-) To solve this problem, I performed below steps. 1) I made a security domain.(login-config.xml) java:/ExtraDS SELECT PW FROM EJB_USER WHERE ID=?

[JBoss-user] [Security & JAAS/JBoss] - I want to secure my EJB components used by remote machines.

2004-12-17 Thread Min-chang Cha
Hi all I am using JBoss 3.2.5 and jdk 1.4. I am planning to service ejb components from ways as ASP(Application Service Provider) or Bean Provider(mentioned from EJB specification doc) If I implement such a service, My components may be called by many clients(remote marchines) that want to use

[JBoss-user] [J2EE Design Patterns] - Re: DAO and EJB

2004-10-25 Thread Min-chang Cha
Hi stryx. In the most case, DAO pattern is a useful pattern in enterprise environments. Most enterprise environments have a variety resource.(as RDB, file system, xml) DAO pattern removes dependency between business object and resource. In this case, performance you mentioned is fallen. However

[JBoss-user] [Beginners Corner] - Re: JVM_Bind Exception

2004-10-25 Thread Min-chang Cha
Or you may check the port whether it is used by another application before starting JBOSS. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852528#3852528 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3852528 -

[JBoss-user] [Beginners Corner] - Re: JVM_Bind Exception

2004-10-25 Thread Min-chang Cha
Hi nageshever. Sometimes OS can`t collect allocated resources on application. If you restart your OS, the problem may be solved. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852526#3852526 Reply to the post : http://www.jboss.org/index.html?module=bb&op=p

[JBoss-user] [Beginners Corner] - Re: Didn't take effect on new servlet setting

2004-10-24 Thread Min-chang Cha
Hi leets003. Please check below. Is "Deployment Scanning" part in conf/jboss-service.xml right? Is Main-Deployer running? Can you see console messages about deployment when you deploy? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852515#3852515 Reply

[JBoss-user] [Beginners Corner] - Re: running servlet with JBoss Please Help

2004-10-24 Thread Min-chang Cha
Hi aqib9518 Your problem is occured from variery reasons. So You may need to specify information about your environments.(as DD files) But preceding, I have some questions. Where did you deploy your servlet? Tomcat service is now running in JBoss? View the original post : http://www.jboss.org

[JBoss-user] [Beginners Corner] - Re: Receive timed out

2004-10-15 Thread Min-chang Cha
Hi extremepower^^ When do the error occurs? server start? look up? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3851247#3851247 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3851247 --

[JBoss-user] [Beginners Corner] - Re: Receive timed out

2004-10-13 Thread Min-chang Cha
Hi Robisz My jndi-property is below. prop = new TISAProperties(); lookupProp.put( Context.INITIAL_CONTEXT_FACTORY, "org.jnp.interfaces.NamingContextFactory"); lookupProp.put(Context.PROVIDER_URL, "jnp://" + prop.get("

[JBoss-user] [Beginners Corner] - Receive timed out

2004-10-12 Thread Min-chang Cha
Hi All. I am using JBOSS 3.2.5 and testing variety examples. I had uploaded my ejb components and tested clients successfully . The clients was performing well. But when I was calling ejb component in standalone java application that is the one of my clients for testing, the client application

[JBoss-user] [Beginners Corner] - Re: Factory Class for J2EE Client

2004-09-22 Thread Min-chang Cha
Hi See http://www.jboss.org/wiki/Wiki.jsp?page=AccessEJBsRemotely View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849210#3849210 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849210 -

[JBoss-user] [Beginners Corner] - Ready for distribute service(ASP)

2004-09-22 Thread Min-chang Cha
Hi All. I want to service ASP(Application Service Provider) with EJB architecture. But a problem occurs to me. The problem is why clients need the references of used EJB files when they use application services(EJB). Do I release EJB components to my clients?(My clients should import EJB compo

[JBoss-user] [Beginners Corner] - Re: development on JBoss

2004-09-21 Thread Min-chang Cha
After it is separated, you may call ejb components on tomcat and use it.(In this case, ejb components run on jboss.) -> After it is separated, On tomcat, you may call ejb components and use it. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848912#3848912

[JBoss-user] [Beginners Corner] - Re: development on JBoss

2004-09-21 Thread Min-chang Cha
Hi Estoty I don`t have enough knowledge to help you. Even so, I recommend to separate tomcat and jboss to you. It means you don`t restart jboss when jsp or servlet on tomcat have changed. Because tomcat supports auto reloading of classes. After it is separated, you may call ejb components on tomc

[JBoss-user] [Beginners Corner] - Re: I can`t view xdoclet property.

2004-09-15 Thread Min-chang Cha
I resloved it.-.-; My perspective is resource mode. Resource mode don`t appear xdoclet menu in properties. To resolve this problem, the perspective is choosen java mode. :-) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848417#3848417 Reply to the post :

[JBoss-user] [Beginners Corner] - I can`t view xdoclet property.

2004-09-15 Thread Min-chang Cha
Hi All~(This is my first topic.) I downloaded JBOSS-IDE tutorial 1.3.0. I played the step of tutorial. I have intalled JBOSS-IDE 3.30 successfully and I have created J2EE 1.3 project and the example session bean of tutorial. Next step is to enter xdoclet property but I can`t find xdoclet proper