I am currently evaluating JBoss as a replacement to using Weblogic. The product
we are developing has a significant JSP code base with widespread use of inner
classes in jsp pages.
JBoss currently supports inner class references in tags using the
"." notation eg:
This is in conflict with We
hi,
Jboss stores the internal cache you have to remove that. It will be stored in
the server\default\work and server\default\tmp
remove the file in this folder and check.
Note: you have to stop the server if you want to remove
i hope it works for u
View the original post :
http://www.jbo
I would like to add few more points to my question, what im trying to do
actually is to deploy 2 ear applications and im using HSQLDB as the database.
The issue is, each of these application has a table name is common. So what is
planned is to create seperate set of database specific to each o
Hi,
I use JBoss 4.0.2 and try to use JAAS authentication with a custom LoginModule.
I've set up the SecurityDomain in login-config.xml and put my LoginModule in a
jar under server/all/lib.
When I call the login method of the LoginContext I get the following
MissingResourceException:
16:19:19,
See the Javadocs for JMS http://java.sun.com/j2ee/1.4/docs/api/index.html
One way to send non-persistent messages is to pass DeliveryMode.NON_PERSISTENT
to Message.setJmsDeliveryMode().
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3879486#3879486
Reply to
i am developing a project that need using portal technology,i am very
interested in jboss-portal.but i am not sure that the jboss-portal if it can
be run in webogic,if can ,how to deploy?has anybody some experience about
it?thank for your help!
View the original post :
http://www.jboss.org/inde
hmmm, I did not make any changes to my server.xml. Mayby that is my problem.
What should include there?
Khalid
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3879484#3879484
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&
HI khalid
I have the same problem. Only difference is, I have not created a WAR file. But
I have deployed the servlets in the right way.
Why don't u send me your server.xml file and the web.xml file. I will see if we
can get any insight.
View the original post :
http://www.jboss.org/index.h
Another option I thought of by reading the various forum posts was using
resource factory to supply the jms connections meaning I could supply the
connection parameters (username and password) in a xml file similar to my jdbc
datasources. Is this a possibility? If it is how would I tell the md
Hello,
I am using the following simple connection inside a servlet to update data in
MySQL:
try
| {
| //SETUP THE CONNECTION TO MYSQL
| Statement stmt;
|
I really need ideas here. Anyone?
I was thinking perhaps maybe a ConfiguredIdentityLoginModule might be an
answer. But right now I don't even know if it's possible to use JAAS to
authenticate an MDB to a JMS Destination rather than using the explicit
username/password in the jboss.xml...
By default it is not turned untill you have distributable tag in the web war.
-Ben
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3879479#3879479
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3879479
-
Can you try out 4.0.2 release to see if you have the same problem? Couple http
session replication fixes are in 4.0.2.
-Ben
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3879478#3879478
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=postin
Hi,
My war deploys correctly without problems but when I try to access a servlet, I
get a requested resource is not available.
here is what I did:
1- my servlet is com.example3.general.HelloWorld;
2- my index.jsp, has a link
a href ="servlet/test"
3- this "servlet/test" is mapped in web.xml a
I have a har deployment that uses table-per-subclass for inheritence mapping.
The application has been successfully deploying on Windows for a while,
although I did have to name some of the mapping files something like
1XXX.hbm.xml, 2XXX.hbm.xml where 1XXX is the mapping for the base class, 2XX
Hi Urs,
did you remember to add the
* @ejb.pk-field
tag to the get-method of your primary key field?
Regards,
Stefan
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3879472#3879472
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&
Hey all,
I've dug through the forums and docs and something is still eluding me.
Jboss 4.0.0 (vendor required)
Windows 2003
multiple IPs on the same box, one for each instance of JBoss
As often as the vendor rev's their app, I'd rather not dig throught the config
files every time, so I'm t
You are correct that other application servers would not understand the file,
but this wouldn't really cause any sort of problem. You'd need to add the
appropriate deployment descriptors for the other application server, but the
presence of the JBoss ones shouldn't impact the other server in an
could you remove the forums, drop any table pertaining to the forum and
redeploy the forum ear ?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3879468#3879468
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3879468
---
It is fixed in CVS head.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3879467#3879467
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3879467
---
This SF.Net email is
it seems that the forum is trying to commit the transaction and it should not,
I am working on a fix.
thanks
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3879466#3879466
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p
Hi, I've been working with Tomcat for some time and with it you are able to
deploy your project always in the same directory. However, under JBoss every
time I put an EAR file, it deploys it under tmp directory and with a different
name everytime (pseudo-random name).
Is there any way to say J
Any thoughts on the folowing server.log error snippet...thanks awm:
2005-05-30 13:46:46,140 ERROR [org.jboss.portlet.forums.impl.ForumsModuleImpl]
Cannot create forum watch
org.hibernate.TransactionException: JDBC commit failed
at
org.hibernate.transaction.JDBCTransaction.commit(JDBCTran
Can someone direct me to the source of the subject error, pls...thanks awm
Pls find below a snippet from my
"jboss-portal-2.0-RC2-jboss-4.0.2\server\default\log\server.log" file :
2005-05-30 12:41:24,062 DEBUG [org.hibernate.util.JDBCExceptionReporter] could
not execute query [select category
Hi All,
I was trying to compile a new Method using the CtNewMethod class and hit a
problem, compiling the following switch statement:
public static final int TWO = 2;
...
...
switch (mode) {
case 1: System.out.println ("1");
case TWO: System.out.println ("2");
}
when it tried to compile cas
The following code contains the solution to my question.
I got a UserTransaction object and then did a begin and end transaction around
the updates so that only one update was done instead of individual updates for
each setter in the block.
| if (!bAbortInsertUpdate) {
|
If I change the xml config file at runtime and construct a new tree cache
instance would that allow for changing the limit?
cheers
Peter
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3879460#3879460
Reply to the post :
http://www.jboss.org/index.html?modul
What I meant by portability is if we use jbosscmp-jdbc.xml, we cannot bring
the whole directory contaning java and xml files to other application servers
because they will not understand what jbosscmp-jdbc.xml is. Am I right?
View the original post :
http://www.jboss.org/index.html?module=bb&o
Developing an application J2ee with a base of information 4D this mistake
happens, if someone has idea of since as solving this mistake please to help
myself, this project is very important for my. Thank you in advance.
this is the error
--- MBeans waiting for other MBeans ---
ObjectName:
Hello all !
i don't speek very good english...
i want to know how configure Jboss 4.0 under Linux Suse 9.1 to starting it with
the computer, without launch everytime the run.sh !
Thank you very much for your help
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&
this is the error
--- MBeans waiting for other MBeans ---
ObjectName: jboss.j2ee:jndiName=ejb/PrimerEJBHome,service=EJB
State: FAILED
Reason: org.jboss.deployment.DeploymentException: Error while fixing table
name; - nested throwable: (org.jboss.util.NestedSQLException: Could not create
con
Developing an application J2ee with a base of information 4D this mistake
happens, if someone has idea of since as solving this mistake please to help
myself, this project is very important for my. Thank you in advance.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewt
Hi all,
I'm experiencing a problem on my stateful session beans in jboss 3.2.7. The
session beans seem to time out after 80 seconds (I'm getting an "Object not
found"). It did not configure this in any special way and it did not happen
with 3.2.1. I'm using the Standard Stateful SessionBean co
I am using jboss-3.2.25 and developing web application.
successfully deploy the .ear file in server/default/deploy/
But when i redploy the .ear file after some modification i am getting old .ear
file content.. So how i clear the cache...
1)i am using I.E. 6.0 and clear cache from my developing co
Hello!
This is a really basic question that I haven't been able to find any answer on.
I have been developing a new website and have used the url
http://localhost:8080/warehouse/index.htm for my development environment.
Now that I will move to a production environment I wonder how I can change
Are you using JBoss-4.0.2?
For 4.0.2 try this
Dont include lib.jar in WEB-INF/lib but specify
Java2ClassLoadingCompliance=true to use JBoss Unified Class loader.
Rest all same.
Amit
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3879451#3879451
Reply to th
It is really bad idea to use Jetty with JBos4.0.2.
4.0.2 ships with tomcat 5.5 and is recommended.
Amit.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3879450#3879450
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=38794
3.2.x does not compile with JDK 5 but runs smooth.
Amit.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3879449#3879449
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3879449
---
Replace the hsqldb.jar from jboss-x.x.x\server\xxx\lib
Though Hypersonic is not production level database and is not recommended for
production.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3879448#3879448
Reply to the post :
http://www.jboss.org/index.htm
have one multithreaded application which used to spawn different processes.
This is application is being ported to J2EE environment.
Initially the plan was to use MDB (Message Driven Beans) to spawn mutliple
threads and get the task done. But the main problem with MDB is the
communication fro
1)When actionProcess() method is called and when render() method is called? And
What is the difference between them?
2) How to create hyperlink to a servet or jsp or static html page in portlet
page? And also If i want to submit some data in form tags, what is the value i
have to use for action
FYI (for next time), there was a phone number given in the email sent to you
when you subscribed, with area code 650 that you could have call using Skype
out for example.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3879445#3879445
Reply to the post :
ht
Hello,
i'm sorry to post agian but the problem is very urgent.
I try to solved the problem by using a security main like it's described
in poin 2.3 of the starting guide, but everytime i response the right name and
password i get a http 403 error saying access denied.
I wonder why because I use
Well my session bean is working becouse I am able to use other methods from it.
I get no error when I deploy it in Jboss. In my EJB I obtain conection to
database like this :
Class.forName("org.postgresql.Driver");
DriverManager.getConnection("jdbc:postgresql://localhost:5432/Wybory",
Hi,
I am not sure the setup of your webninar software allows VoIP connections? I
tried to look around in the menus while the webinar was running. It seemed like
the only connection was by 1-800 phones.
Regards,
rasped
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewt
I'll look at this in the 1.3 time frame.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3879440#3879440
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3879440
---
This
Hi,
I am using JBoss 4.0.2, Eclipse 3.0.2 with JBossIDE 1.4.1e30 and xDoclet 1.2.3.
I wrote a ejb 2.1 service endpoint with standard data types - it works fine.
Now I want to add a custom object (Person). Which steps must be done?
My file-structure is as follows:
| /Tutorial
| /src
|
He Bela,
I created an issue and attached a small test. JBCACHE-172
Hope it's just something silly I'm doing :)
btw, IsolationLevel=NONE made no difference
Cheers,
Peter
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3879438#3879438
Reply to the post :
ht
i deployed two modules is ejbmodule and webmodule(build on framework struts)
when i run, it throws exception
17:11:02,484 ERROR [Engine] ApplicationDispatcher[/WebModule] Servlet.service()
for servlet jsp threw exception
javax.servlet.jsp.JspException: Cannot find bean exception in any scope
Hi
Does anybody know how to call a web service directly, I mean:
A web service is deployed and the IP is xxx.yyy.aaa.bbb
A client bean wnat to call this web service and the code is the following:
Context ic = new InitialContext();
Object homeObj = ic.lookup("java:comp/env/ejb/traderHome");
Tra
Hi all,
I use JBoss 3.2.3 + jBpm 2 (=>Hibernate 2 + c3p0).
I reach the maximum number of connections allowed. Surely I open an hibernate
session and forget to close it.
I'd like to tune JBoss and see when sessions are created when I run my
application in debug mode.
Does anybody know a tool wh
Hello,
Is it possible to update the version of Hypersonic in Jboss from 1.7.1 to 1.7.3
?
how ?
Thanks.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3879435#3879435
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3879
Hi,
I'm not working with http-invoker. It will be deployed on my server. Now I'm
testing a monitoring tool (ManageEngine), but I get a message, that "Service is
not running.".
Can somone help me?
Regards,
Rafal
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&
We have JBoss4.0.0 installed with Oracle as database. But for JMS persistance
and state management we are using the HSQLDB. Now I have a MDB which has
subscribed to a specific topic. From a Servlet we are invoking a Session Bean
which in turn publishes a message to the topic to which the MDB lis
me too
how to
thanks!
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3879430#3879430
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3879430
---
This SF.Net email i
Error seems very similiar to
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=54906
how was this resolved ?
- Kevin
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3879429#3879429
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=post
Hi,
We are running JBoss 3.2.3 against a SQL Server database. We use the JMS Engine
of JBoss quite extensively. JBoss is configured to use a PersistenceManager.
We have one MDB configured as a singleton. This bean stop processing messages
(usually at night) at times of relatively low server act
Do you have the test available ? I suggest create a JIRA (jira.jboss.com) issue
and attach the test to it.
Locking comes with a cost, if you used IsolationLevel=NONE you'd probably get
better numbers.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3879426#3879
A stateless session bean needs to access a remote server through its provided
API. However sometimes the remote API call may take a few minutes to return. To
allow the system to scale(there may be many clients access the same bean
concurrently), we need to figure out a way to log/notify the even
I develop a RPC web service based on Java WSDP 1.5, but when I access it, the
server throws the following exception:
com.sun.xml.rpc.server.http.JAXRPCServletDelegate doPost
SEVERE: Couldn't create SOAP message factory due to exception:
javax.xml.soap.SOAPException: Unable to create message fact
Have a look here: -
http://www.jboss.org/products/ejb3
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3879422#3879422
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3879422
-
I'm adding 100,000 items to the cache (single node). Then I do 100,000 random
reads. Without the config it takes around 774ms with this config 1273ms. The
same test using a LinkedHashMap only takes 182ms (with synchronization).
This is the config I'm using:
|
|
|
|
Hi All!
I wanna develop a web application that needs to secure in some parts of.
Please help and guid me what do I do?
How I configure JBOSS?
I am developing an e-commerce project and wanna secure checkout part.
Best Regards!
View the original post :
http://www.jboss.org/index.html?module=bb&op=v
I setup 2 jboss on two machines.
Two of the jboss have some configuration.
one HASingletonController(A) for my own Mbean
two SingleScheduleProvider(B)
and one HaSingletonController(C) for hasingleton-deploy
Case1
Stary "node1",
Start "node2" after "node1" is ready.
Test both node1 and node2 ar
PS.
"Farm" feature are not used
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3879417#3879417
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3879417
---
This SF.Net e
Running:
Fedora Core 3
Sun's jdk1.5.0_03
[Server] JBoss (MX MicroKernel) 4.0.2
Eclipse Version: 3.1.0
JBoss-IDE Eclipse plug-in 1.4.1.e31-jre15
I am having problems running the JBoss-IDE plug-in. I installed the plug-in by
pointing Eclipse to the sourceforge site. Install went without a problem
And another thing yet,
I login my user in filter servlet - maybe it cause some troubles ?
Best regards
Pawel
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3879412#3879412
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p
I am using JBOSS 3.2.6, I have very complex model of roles - that is why I have
to use my own login module.
Is there any configuration that I need to do with EJB components (in file
ejb-xml)
Best regards
Paul
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=38
68 matches
Mail list logo