Hi,
> Using Tomcat embedded in JBoss 3.2.1. If I declare a servlet as
> load-on-startup does the web container call the servlet's
> init() method and wait for it to finish before the web app is marked as
> available for access from incoming HTTP requests?
As far as I know, the init() is alwa
Hi!
I have FreeBSD 4.8 + JDK 1.3.1 + JBoss 3.2.2RC4
When I try to run JBoss, it exits with this message:
10:45:10,641 ERROR [Server] Failed to start
java.lang.RuntimeException: Unable to create the MBean server instance.
Class org.jboss.mx.server.MBeanServerImpl has raised an exception in
cons
Hello, everyone
I'm using jbuilder7 + jboss 3.2.1 developing an EJB project.
It need a jbossopentool.jar as plugin of jbuilder and I downloaded one,
but it doesn't work well. I can't find JBOSSCMP-JDBC page in JB7.
Does anyone know where I can download a jbossopentool.jar for my enviro?
Hi,
As I have understood , you have coppied the hole extracted zip file
org.jboss.ide.eclipse_1.2.1.bin.dist.zip
The rifght way is to copy folders located under plugins directory of
extracted folder
org.jboss.ide.eclipse_1.2.1.bin.dist
|
-plugins
Shahin
That's what I did. In my eclipse/plugins directory I have several
directories belonging to JBossIDE, all starting with org.jboss.ide.eclipse .
Still I can't see JBossIDE in Eclipse the same way that I see other plugins.
-Ursprüngliche Nachricht-
Von: SHAHIN HADJIKULIEV [mailto:[EMAIL PR
Hi,
I cann´t reconnect to a restarted JBOSS server.
1. Client connects to server, does something, wait: OK
2. Restart JBOSS Server (3.X)
3. Client continues to access server, communication problem is
detected, so a reconnect is done:
context = new InitialContext(jndi_props);
Object obj =
Hi Forge...
There are some problems in this OpenTool, for example, some changes in the
project like DataSources name, it doesn't reflect in jbosscmp-jdbc.xml, and
you have to apply it by your own hands.
It is bad, but is the best way to work with this enviroment, working with
JBuilder's EJB-
Probably 'cause if the client is in the same VM, the method parameters
(meetingDateValueObject) are passed by referece. If the client is in
another VM, the method params are serialized over TCP/IP.
Regards,
Horia
Frank Morton wrote:
Using 3.2.2RC4. Same problem under redhat linux and macos X. N
Well, Mr. Adrian Brock solved this lately. 10x.
https://sourceforge.net/tracker/?func=detail&atid=381174&aid=815941&group_id=22866
Regards,
Horia
[EMAIL PROTECTED] wrote:
I am sorry, but simple answer: no
*Horia Muntean <[EMAIL PROTECTED]>*
Gesendet von: [EMAIL PROTECTED]
01.10.2003 1
No ... 3.2.2RC4 ... The date was an error on my part ... I extracted the
orginal from the zip file and will try again ...
>Pierre Comtois
>Business Acceleration Services, Solutions Consulting
>45 O'Connor Street, Suite 500*Ottawa, Ontario K1P 1A4
>Ph: 613-787-4649 * FAX: 613-567-6053
Hi,
I have a problem switching from local transactions to XA transactions (
using JBoss 3.2.1, DB is Oracle 9.2 ).
After some try & error the app is running, but one problem at startup
remains.
If table creation for CMP Entity Bean is switched on I get the following
error:
org.jboss.deployment
This problem has fixed for 3.2.2
It is a common problem with jdbc XA drivers - nobody seems to be able
to write them properly. :-)
http://sourceforge.net/tracker/index.php?func=detail&aid=809006&group_id=22866&atid=381174
Regards,
Adrian
On Tue, 2003-10-07 at 14:58, Coors, Ruediger wrote:
> Hi,
Making progress ... but ever s-o-o-o-o slowly !
It would seem that the persistence tables specified by the
mysql-jdbc2-service.xml file are not getting creating resulting in
connection errors on startup. I found nothing in the archives that helped
...
CREATE_MESSAGE_TABLE = CREATE TABLE JMS
Some guy had the same problem last week and resolved it,
but he seems to have vanished from this list when somebody
else has a problem. :-(
On Tue, 2003-10-07 at 15:34, Comtois, Pierre wrote:
> Making progress ... but ever s-o-o-o-o slowly !
>
> It would seem that the persistence tables specifie
I found a reference where a user ended up creating them manually which I'm
thinking of doing to go forward. If that doesn't work, then I'll use the
file method, but I hate giving up on it ...
>Pierre Comtois
>Business Acceleration Services, Solutions Consulting
>45 O'Connor Street, Suite 500
I have some code that worked just fine in 3.2.1 but now it is having
trouble in the 3.2.2 branch of JBoss.
I am getting an SQLException when I try to remove an entity that has a
1-m cascade delete relationship.
The code I am using first gets a collection of entities via a finder
then iterat
I've got local entity beans and remote stateless session beans, with JNDI
names defined in jboss.xml. Jboss seems to use the as the JNDI
name of my local entity beans and the as the JNDI name of my
stateless session beans. For example:
>From ejb.jar
--
AssociationSvcEJB
com.pfn.wir
JBoss 3.2.1
Apache 1.3 w/ mod_jk
Apache has mod_jk a list of workers configured as an 'lb' worker,
against a list of jboss servers all running tomcat with mod_jk.
Apache is installed on machine a, and the http invoker (in jboss ) is
installed on machine b. The http invoker is accessed through mo
Finally resolved the exception issue:
1. I created the tables manually and for my appl. Made them of type InnoDB
2. I gave SELECT permission to my user to the mysql database so it could
access its permission table. I'm a novice at MySql as well so I might have
messed that up myself :-)
3. I had
What JBoss version exactly are you using? 3.2.2RC5?
Could you post the exact code that fails?
Thanks,
alex
Jason Essington wrote:
I have some code that worked just fine in 3.2.1 but now it is having
trouble in the 3.2.2 branch of JBoss.
I am getting an SQLException when I try to remove an ent
>
org.jboss.invocation.jrmp.interfaces.JRMPInvokerProxyHA.invoke(JRMPInvokerProxyHA.java:291)
This is HA RMI.
What does your jboss.xml look like for this bean?
Does it have an invoker binding for https?
Did you lookup the correct jndi name?
Regards,
Adrian
On Tue, 2003-10-07 at 19:34, Bob Cott
On Tue, 2003-10-07 at 19:37, Comtois, Pierre wrote:
> Finally resolved the exception issue:
>
> 1. I created the tables manually and for my appl. Made them of type InnoDB
>
What is the sql for InnoDB, I would like to include a version in
docs/examples/jca
> 2. I gave SELECT permission to my use
At 9:24 PM +0100 10/7/03, Adrian Brock wrote:
On Tue, 2003-10-07 at 19:37, Comtois, Pierre wrote:
Finally resolved the exception issue:
1. I created the tables manually and for my appl. Made them of type InnoDB
From MySQL version 4.0, InnoDB is enabled by default. So sql used to
create a db ta
Adrian Brock <[EMAIL PROTECTED]> writes:
>>
> org.jboss.invocation.jrmp.interfaces.JRMPInvokerProxyHA.invoke(JRMPInvokerProxyHA.java:291)
>
> This is HA RMI.
> Did you lookup the correct jndi name?
DUH. Thanks
-Bob
--
SynXis Corporation | [EMAIL PROTECTED]| no .sig today.
1610 Wynkoo
I am using a build from cvs as of this (10/7) morning. It claims to be
RC5
the exact code that fails is
record.remove();
from the previous example.
From the debug output in the server.log file it appears that the
relationships are severed and the record and it's recently severed
relation
Are you talking about jsr77 and the web-console?
This was fixed in 3.2.2RC1
Regards,
Adrian
On Tue, 2003-10-07 at 19:18, Steven Harris wrote:
> I've got local entity beans and remote stateless session beans, with JNDI
> names defined in jboss.xml. Jboss seems to use the as the JNDI
> name of my
Change your method to:
public MeetingDateValueOBject update(ProtectionMap map,
MeetingDateValueObject vo)
{
...
return vo;
}
In the same VM you can take advantage of the side-effect to
the argument. But remotely RMI only returns
Much Thanks.
I tried jboss3.2.2 and opentool2.5 and they work well now.
Another problem:
I developed an EAR by WSAD5 and it run well on WAS5.0.
Can I deployed the EAR directly on jboss and don't change anything?
Does anyone have experience on it?
Regards,
Forge
>Message: 9
>From: "
Michael Klem wrote:
From MySQL version 4.0, InnoDB is enabled by default. So sql used to
create a db table will default to being an InnoDB table. To explicitly
create a table as InnoDB do this:
CREATE TABLE CUSTOMER (A INT, B CHAR (20), INDEX (A)) TYPE = InnoDB;
That has not been my experience
On October 4, 2003 03:45 pm, Neal Sanche wrote:
> On October 4, 2003 03:17 pm, Scott M Stark wrote:
> > Attached are two different configs. One that uses the
> > JaasSecurityDomain and HttpConnector/SSLServerSocketFactory, and
> > one that uses the CoyoteConnector/CoyoteServerSocketFactory. Both
>
Just quoting from the MySQL docs. I will verify for myself too. I am
using 4.0.14
At 9:12 PM -0400 10/7/03, Guy Rouillier wrote:
Michael Klem wrote:
From MySQL version 4.0, InnoDB is enabled by default. So sql used
to create a db table will default to being an InnoDB table. To
explicitly creat
Forgot to mention, my interpretation of what the docs said is that
you no longer need to specify a table type. MySQL will treat the
tables as InnoDB tables as a default.
Just my .02
At 9:50 PM -0700 10/7/03, Michael Klem wrote:
Just quoting from the MySQL docs. I will verify for myself too. I a
32 matches
Mail list logo