Nevermind! I figured it out. I was not calling the
ConnectionEvent.setConnectionHandle method to associate the Connection with the
event when closing the connection. Just a case of being confused and not
reading the JCA spec and javadoc carefully. Apparently, JBoss calls the
ConnectionEvent
Obj2 was defined in a different jar, so adding a Class-Path to the ejb.jar
manifest resolved the issue, although I'm still a little confused. I guess any
method parameters and return values get resolved at deploy time, whereas,
objects inside a method are resolved at runtime?
View the origi
Hello,
I'm experiencing the same problem with the "no main" exception. I just tried
downloading the new version of the helloworld portlet example, but it appears
to be the same as the original. Was this the file that you replaced?
I'd be glad to provide more details if you need more than has
Use the connection pool? Then you can limit the number of used connections.
There should be example -ds.xml files to follow.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874150#3874150
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=pos
This must be the difference between dealing with an open source company and a
professional vendor. All you had to say was it's fixed in 3.2.4/4.0.0. We're
busy dealing with our own software and don't always have the luxury of keeping
up with your releases. We still have a customer on 3.0.4.
Tha
When a bean is given a read-only attribute, ejbload is called before every
business method, which absolutely cripples performance. In effect, the use of
the read-only attribute means that there is no caching!
This seems to be a clear bug, because without the read-only attribute, ejbload
is only
Can anyone tell me whether or not the implementation of temporary queues on
3.0.4 is actually straight tcp/ip socket communication between the two
processes, bypassing the application server? We are doing some tests comparing
using temporary queues on 3.0.4 with just straight tcp/ip and see very
Hi all (again...),
I'm having problems on invoking BMPs finder-methods (only those that returns
various Value Objects within a Collection) through their local home interface.
If I call them from the home interface it works pretty fine, but when I call
from the local home I get a ClassCastExcep
Hello,
We are trying to deploy hibernate serivce (or make it available) via JBoss.
However, we do not want to deploy the service using the HAR methodology.
We were able to deploy the hibernate service using SAR with
jboss-servise.xml using the JMX service provided by Hibernate
(net.sf.hi
JBossWS wiki contains such tutorial as "securing endpoint access". Example at
"requiring SSL" demonstrates changes in jboss.xml file , but where is the file
situated that must be changed ?
And can anyone provide me with details about invoking SLSB methods through
jax-rpc, when i use ejb se
Hi,
We're running JBOSS 3 & 4 connected to the same SQL Server database.
Sumultaneous db-connections went up to 615. That's too much, and slows down the
system. What's the best way to limit them ?
Thanks
-panuv
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&
I got the similar error with single JMS client and JMS listener. I just send
1000 messages continuously (sleep 50ms before send a message) . The listener
stops receiving message after about 600 messages. The listener doesn't really
do anything. It just receives message and print out timestamp. T
I have a very simple basic question and hope somebody will answer it.
Why in one to many relationship when I delete a child, the container looks for
the parent in DB?
Example: two beans, Customer and Account, where Customer may have a few
accounts. Customer bean has a CMR field
Collect
Hello All,
I have an MDB that deploys just fine and works when it has the form
--
import com.mycom.Obj1;
import com.mycom.Obj2;
public class MyMDB implements MessageDrivenBean, MessageListener {
public void onMessa
I deployed roster and tried to use MySql. When I start server, I am getting the
following error. What's wrong?
15:03:53,936 ERROR [DatabasePersistencePolicy] Starting failed jboss.ejb:service
=EJBTimerService,persistencePolicy=database
java.lang.IllegalStateException: Cannot find datasource meta
Hi ,
I want to use the JBOSS scheduler from my source. And I want to schedule
multiple events and the period of each even can be changed in runtime.
Could someone guide me on how to achieve it with some sample code.
Thanks,
Prasad
View the original post :
http://www.jboss.org/index.html?module=
ok. Its been fixed. Re-download it and try it out.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874127#3874127
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874127
--
Hi,
I'm working on an unusual resource adapter. Rather than a single, discrete
"EIS" system, I need to connect from an app server to tens, perhaps hundreds of
thousand of clients (which are set top boxes in a cable television
environment). These connections are sporadic and short-lived, so I
ddanaro. I'll take a look at it and post here when I find the problem. Some
things changed in the beta release that may caused this portlet to not function
properly with regards to the xml descriptor.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874124#3874
We currently have Apache (Ver 1.3) in Reverse Proxy mode. I am interested in
communicating with JBoss 4.0.1 (using Tomcat 5.0). JBoss has an HTTP Connector
and a AJP1.3 Connector. Currently, I am using the HTTP Connector (Port # )
to access the JMX Console.
Should I be using the AJP Connecto
Adrian,
Actually never mind my previous post. I downloaded the source code and fixed
this problem myself locally by removing the checking of whether a temporary
destination belongs to the current session in the
SpySession.checkDestinations() method.
I can see in the bug report that you have fi
If any one can clarify please. By the way, we stopped that monitor connection
pool project and upgrade to jboss 3.2.6. However, I'm still interested in that
topic.
David
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874113#3874113
Reply to the post :
http
Hi Dimitris,
I will give it a try with JBoss 3.2.7 (though I can't remember where I saw
something about 3.2.6 supports 1.5 [1.5 can compile it where it can't compile
3.2.5])
Do you mind to have look at my other question:
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=62733
Thanks,
A
Hello,
I did also a test with JBoss-4.0.2RC1. The same results. I still get the time
out over https.
But I think I know why do get the time out. The URL below is an example of the
data that is coming back asking for countries of the http connection.
But if I do ask another domain I do get back
Hi all,
I have a SLSB that tries to send an Object to a remote location, in case of
there is a problem during the transfer the SLSB saves the Object to a database
and starts a Timer Bean that will read the Object from the database and try to
send it again.
But I have some problems, I get Class
"reverbel" wrote : anonymous wrote :
| | I have been interested in contributing an MBean that provided this type
of behavior for a while now.
| |
| Your contribution will be very welcome! (Good to see you in JBoss forums,
Jimmy.)
Post http://www.jboss.org/index.html?module=bb&op=view
I deployed roster and am using mysql for default DB. But it does not generate
tables. Where should I check?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874105#3874105
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=38
Ok, I'll send you an example of a CMP-EJB Produto. It uses the HyperSonic
JBoss-native database.
Bean class:
--
package br.cefetrn.leilao.beans;
import javax.ejb.EntityBean;
import javax.ejb.EntityContext;
/**
http://j
If you aren't using the one for download from the docs.jboss.org page, then you
are using the wrong one:
| [startguide40]$ ls -al jbossj2ee-src.zip
| -rw-r--r-- 1 orb staff 1152791 8 Feb 12:15 jbossj2ee-src.zip
| [startguide40]$ sum jbossj2ee-src.zip
| 36337 1126 jbossj2ee-src.zip
Hello -
Trying to use JBoss with DB2 and I get the following exception when the system
tries to make a connection:
2005-04-15 09:39:23,195 WARN
[org.jboss.resource.connectionmanager.JBossManagedConnectionPool] Throwable
while attempting to get a new connection:
java.lang.UnsatisfiedLinkErro
Any word yet on getting this these changes in the code?
Thanks
-Kevin
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874100#3874100
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874100
--
You need this jar: $JBOSS_HOME/server/$YOURSERVER/lib/scheduler-plugin.jar
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874099#3874099
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874099
--
I have started the server .../bin/run.bat then I have copied the war file
(helloworld.war) to the /server/default/deploy.
then I have seen the portlet with his url in the page
http://localhost:8080/portal.
When I click it (helloworld) I see this error page
"type Exception report
message
Is it supposed to be in jbossj2ee-src.zip? It is not in there. Am I using wrong
version of source code?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874097#3874097
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=387409
Goal: Have one stateless session bean with a JNDI name and two aliiases to it.
Acc http://docs.jboss.org/jbossas/jboss4guide/r2/html/ch3.chapter.html#d0e10124
3.2.6.2. The org.jboss.naming.NamingAlias MBean
The NamingAlias MBean is a simple utility service that allows you to create an
alias in
look at 'READ ME BEFORE POSTING' ;)
please help us to help you by providing the stack trace and any other
information that is useful in this case
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874096#3874096
Reply to the post :
http://www.jboss.org/i
It is in examples/ejb/cmproster/dd/team/jbosscmp-jdbc.xml if you added the
JBoss component to the J2EE tutorial correctly.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874094#3874094
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&
Hi guys! I got following problem: My app validates xml with dom4j using xerces
parser. However one of the xerces libs that come with the JBoss distribution
gets in the way and validation fails even though xml is correct. Now my
question: How can I make sure, that my app uses the xerces lib that
Hi at all,
I'm using jboss_portal_2.0-jboss_4.0.1sp1.
When I try to deploy a simple Portlet to /server/default/deploy for example
HelloWorld.war (from the official Site) then the server trow a ServletException
How can I solve this problem.
Can Anyone tell me the steps to deploy a simple p
Hello,
Thanks for answers. I did some work with Ethereal.
The test environment on the smalltalk side has 2 urls, one without https and
one with https. I only have to change the port and protocol.
I did generate stubs with (jwsdp-1.5) wscompile. The smalltalk side has not a
wsdl document availabl
I am trying to deploy roster in example and could not find jbosscmp-jdbc.xml.
Where can I find it? and where do I have to locate it?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874088#3874088
Reply to the post :
http://www.jboss.org/index.html?module=bb&
I am trying to deploy roster in example and could not find jbosscmp.xml. Where
can I find it? and where do I have to locate it?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874087#3874087
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=po
Maybe i have found a bug in the cluster environment if enterprise application
use HA-JNDI.
I'm using JBoss AS 4.0.1sp1 with jdk 1.4.2_07 on Windows XP using "all"
configuration.
I have tre machine:
"HostA" : Load balance base on Apache 2.0 with mod_jk 1.2.x with sticky session
"ClusterB" : Jbo
Hi,
I am using JBoss 3.2.3 and Struts. I would like to save login and
logout (both manual and time out) to a database. I am using forms
based authentication and created a custom login module extending
AbstractServerLoginModule. The first login is save OK, but no logouts
and no additional logins
Hi,
I'm currently migrating our EJB-apps from jboss 2.4.6 to 4.0.1RC2.
We have many entity beans. For better overview we packaged them not only in
java packages but also in packages in the ejb-name. So we have e.g. an
WorkItemEntityBean with ejb-name 'worklist/WorkItemBean'. In the older jboss
JBoss 4.0.1sp1 TimerImpl does not properly kill the TimerTask if Timer.cancel
is called inside a transaction.
Test code to reprduce:
/**
| * @Package: com.scap.servers.scapserver.ejb
| * @CreateDate Apr 15, 2005
| * @Creator eha
| *
| * TODO Add more info
| */
| package com.s
I have successfully added a remote notification listener using the RMIAdaptor,
but I had to do a bit of work first - there must be a better way! But in case
anyone wants to know how I did it:
you need a remote version of the non-remote NotificationListener interface -
there is one in JBoss 4: o
HTTPD, Servlets & JSP
http://www.jboss.org/index.html?module=bb&op=viewforum&f=50
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874073#3874073
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874073
---
Could you possibly email SAR to me? my address is
[EMAIL PROTECTED]
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874072#3874072
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874072
Adrian, I don't undestand your possition.
I'm not 'lazy user', before making post I check forum and wiki for half a day.
And as you have seen I tried to debug and UNDERSTAND what is going on after
redeploying of DS.
Also several other people have seen my post - no answer, so seems that noone is
Hi All
I would like to know if the following is possible :
I have client program that can only see the internet via a Proxy Server - is
it possible at all to run a JMS Client that will be able to access a JBoss JMS
Queue via HTTP.
Is there some configuration parameters that I can set to get
There can be more than one DS deployed at the same time so thats not the
problem. I suggest that you read the log files and check that the connection is
created and good. Are you sure that you connect to Hypersonic DB or are you
just assuming this? Check your OracleDS and make sure its connectio
I am new to JBOSS and want to make decision of choosing servlets or ejb for
providing services over https to my applet:
When i started documentation i learned that must use jax-rpc for such
interoperability , and wondered how to configure https for servlet and ejb. The
https with servlet need t
what constraints for this access method and how to implement it?
need advice.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874063#3874063
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874063
---
Hi all,
we have a strange problem; we have created a custom Serializer that we
configure as specified. Unfortunately, whenever we try to use the
SerializationContext specified in the serialize call we get a
java.lang.IncompatibleClassChangeError.. i.e.
| public void serialize(QName arg0, At
Thomas,
We changed our pooling to only pool created stubs from a singe service instance
and this seems to work just as well.. thanks for the tip!
/Ole
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874060#3874060
Reply to the post :
http://www.jboss.org/in
can you send one more jboss-hibernate3.jar to [EMAIL PROTECTED]
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874061#3874061
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874061
-
Okay, you can either
- not set BindAddress in the XML file for HANamingService or
- use jnp.disableMulticastDiscovery.
BTW: using a 0.0.0.0 bind address seems to be fixed in CVS head:
socket = new MulticastSocket (adGroupPort);
if (bindAddress != null && bindAddress.isAnyLocalAddress() =
I am new to JBOSS and want to make decision of choosing servlets or ejb for
providing services over https to my applet:
When i started documentation i learned that must use jax-rpc for such
interoperability , and wondered how to configure https for servlet and ejb. The
https with servlet nee
Brilliant, thankyou!
I will go and examine our code and find out if & where the finder is being
called again within the transaction that is persisting to the database.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874057#3874057
Reply to the post :
http:/
Have you tried v3.2.7 ? If I recall 3.2.6 had some issue with jdk5
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874054#3874054
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874054
--
yes
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874052#3874052
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874052
---
SF email is sponsored by - The IT Product
Check out the wiki (www.jboss.com) for instructions
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874051#3874051
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874051
-
63 matches
Mail list logo