i didnt see any jboss-web.xml in my project file structure
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852518#3852518
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3852518
--
hi
this is web.xml
http://java.sun.com/dtd/web-app_2_3.dtd";>
Chapter
chapter9servlet
call.Chapter9Servlet
chapter9servlet
/chapter9servlet
AND THIS IS THE WHOLE SERVLET
import java.util.*;
import javax.servlet.*;
import javax.servlet.http.*;
import java.io.*;
anonymous wrote : 2.my doubt is insted of adding each
element(class,filed,constructor,method...) seperatly
| is the following is possible in javassist
The answser is no. Please use javac.
anonymous wrote : 3.When we are generateing class on the fly(like in the above
example),how to include
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
I got it, i will take a look at it later.
Thanks for contributing !
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852514#3852514
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3852514
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
Which to use for new persistence development -- EJB3/CMP or Hiberate?
If EJB3 weren't being overhauled, this would be a no-brainer -- I would switch to
Hibernate for new development (unless I needed stuff EJB CMP provides). However, now
that EJB3 is based on Hibernate, the answer is less clear
Hi Dave:
I am starting to test JBoss 4.0 on HP-UX 11i and would like to know more details about
this problem (e.g. how to get the fixes). I talked to our local HP engineer and there
seem to have no information.
Thks
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewto
hey Raist_*
the naming convention was indeed the thing that was creating the problem. I understand
that the conventions are good but why enforce them mandatory:-)
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852509#3852509
Reply to the post :
http://ww
hey Raist_*
the naming convention was indeed the thing that was creating the problem. I understand
that the conventions are good but why enforce them mandatory:-)
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852508#3852508
Reply to the post :
http://www.
Hi:
I have the similar problems before. However, after I shutdown and restarted several
times, things back to normal.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852507#3852507
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode
thanks for your reply.. ill be pending on the solution.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852506#3852506
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3852506
-
|
| localDB
| true
|
which locates in hsqldb-ds.xml under jboss.home\server\default\deploy
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852505#3852505
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mo
I've just encountered the same problem.
Uncomment
localDB
true
And it works!
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852504#3852504
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3852504
Hi Mr. Chiba,
Thanks for your reply. I think I get what you mean. I somehow modified my VO generator
so that it only loads the object once and store in somewhere (not efficient, but
that's the only way I can think of to bypass the class loading stuff).
Really thanks a lot. I'll post more questi
Thomas, I have emailed the source to you. Please let me know if you don't receive it
or something is missing.
- Drew
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852502#3852502
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=
These EJBs work great in the Weblogic Server.
Help !!! thanks
18:43:41,281 WARN [verifier] EJB spec violation:
Bean : USERINGROUPBean
Method : public abstract void remove() throws RemoveException, EJBException
Section: 12.2.11
Warning: Each local home method must match a method defined in the ent
Hi again.
Copy here your web.xml and jboss-web.xml files at least. You can also copy console
output stack tracing if you think it can be useful.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852500#3852500
Reply to the post :
http://www.jboss.org/index.htm
It is with the core modules.
I am not sure it should be there but for now it is.
It can easily be turned off anyway.
http://cvs.sourceforge.net/viewcvs.py/jboss/nukes/nukes/src/main/org/jboss/nukes/core/modules/search/
In order to have the search module working correctly you need the modules to b
Hi,
where can I found the search module.
I looked in the CVS but I can't find something like SearchModule in the Nukes
projects. (I'm new to Nukes.)
thx
Frank
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852498#3852498
Reply to the post :
http://www.jbo
Is there a reason for using 4.0.0RC1? Also why are you making classpath changes, all
you need to do is extract JBoss to a folder with no spaces in the name, set the
JAVA_HOME environment variable and execute run.bat.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtop
Hi there! I have two entities with a 1:n relationship
Entity A 1 : N Entity B
When removing entity A, I'm getting a java.sql.SQLException, on fail to add null
value. When I check the
DB log, I found this statement
UPDATE TABLE B set idA = null
Well, idA is the FK for the Table A, and cannot b
Have you used JNDI View to check what is actually bound to JNDI?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852494#3852494
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3852494
I am in charge of the News module, your block looks good. I would be glad to include
it along with the news module as an optional feature.
If you want please send me the code (please include your pseudo or real name in the
sources header so i can remember who contributed) to [EMAIL PROTECTED]
V
This is a known issue and beeing looked at
https://sourceforge.net/tracker/index.php?func=detail&aid=1042176&group_id=22866&atid=376685
sorry abount it
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852486#3852486
Reply to the post :
http://www.jboss.org/in
The 4.0.0 codebase does not compile under jdk 1.5. This has been fixed for the 4.0.1
release.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852479#3852479
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3852479
--
Hello
I have tried to compile version 4.0 under the jdk 1.5 and countered with some problems:
1. javac.target=1.2 in many places (and 1.4 in one place in buildmagic file), and ant
task throw an exception with message, that target version 1.2 is in conflict with
default target version 1.5. I wi
"Raist_Majere" wrote : You must provide some feedback if you want somebody to help
you, 'cause with the information you provided I'm sure not much people could. Post, at
least, the web.xml file and tell us how you deploy your servlet (packaged war or ear).
If you have other information you think
"Raist_Majere" wrote : You must provide some feedback if you want somebody to help
you, 'cause with the information you provided I'm sure not much people could. Post, at
least, the web.xml file and tell us how you deploy your servlet (packaged war or ear).
If you have other information you think
Hi
I have a web service working on jboss 3.2.1 and plain c clients running successfully
for a long time.
I wanted to migrate it to jboss 3.2.6 but when the client invoke a service from the
server, it is getting a stack trace.
For testing purpouse i deployed the service in jboss 3.2.3 and is ru
Dear Experts,
THe following class Test3 writing a "HelloWorld.class" file for the
following program using javassist, without
having a HelloWorld.java file.
import java.io.*;
import javassist.*;
/*
This program gnerates "HelloWorld.class " for the following java code
public class
Yes, this has been fixed for 4.0.1 and 3.2.7
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852467#3852467
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3852467
---
Hi all,
Hermes, a Java GUI for working with JMS has a new release. It includes a plugin for
JBossMQ
http://www.hermesjms.com
Colin.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852466#3852466
Reply to the post :
http://www.jboss.org/index.html?module=
Have tou read the singleton discussion on TheServerSide.com ?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852458#3852458
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3852458
---
hi all,
I found the problem.
The reason why client's certiicate is not passes to JBoss is because IIS did not trust
the client's certificate. I solve this issue by trusting client's certificate and it
works fine.
Client will be redirected to my application even though client's certificate is not
It looks pretty. Did you just add a little code to the RSS News creator code and the
RSS render block or did you do something completely different?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852455#3852455
Reply to the post :
http://www.jboss.org/index.h
I am attempting to use the jconsole tool in jdk5.0 to monitor JBoss. The first step is
to use the -Dcom.sun.management.jmxremote option on the java command to activate the
VM JMX agent. JBoss (3.2.6 and 4.0.0) throws an exception on startup:
11:43:22,010 ERROR [MainDeployer] Initialization faile
37 matches
Mail list logo