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=?
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
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
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
-
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
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
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
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
--
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("
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
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
-
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
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
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
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 :
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
16 matches
Mail list logo