RE: [JBoss-user] How to make jboss as app server in JDeveloper10g

2003-10-17 Thread Rod Macpherson
Oops! Anyway, the ANT/Xdoclet/Eclipse suggestion is a good one. Glad to
hear at long last they are shipping with support for JBoss and I imagine
XDoclet. JDeveloper is that Oracle tool that they seemed to get for next
to nothing from Borland before forking off on their own. 

-Original Message-
From: Nicholas [mailto:[EMAIL PROTECTED] 
Sent: Friday, October 17, 2003 5:27 PM
To: [EMAIL PROTECTED]
Subject: RE: [JBoss-user] How to make jboss as app server in
JDeveloper10g


Despite the common blood between the two products, the
guy asked about JDeveloper, not JBuilder.

JBuilder 10 (Beta) has support for JBoss.

//Nicholas


--- Rod Macpherson <[EMAIL PROTECTED]> wrote:
> JBuilder has not added build-in support for JBoss
> and that is a very
> telling omission. I think it would be inappropriate
> to go into details
> of one customer's anecdotal report of how JBuilder
> Enterprise was a
> miserable failure. Instead let me suggestion that
> you investigate using
> XDoclet for cross-platform descriptors and Eclipse
> and ANT for
> development. They are indeed free however that is
> last on the list of
> superior features with respect to JBuilder
> Enterprise. I am sure there
> are varying opinions on that but you have mine for
> what it's worth. I
> had used JBuilder 2.0 up to JBuilder 7.0 Enterprise
> which led to me
> switching to Eclipse.
>  
> To answer your question, you will need the JBuilder
> JBoss plug-in and
> they should have that at Borland's code-central.
>  
>  
> -Original Message-
> From: Shiv Shankar Prasad
> [mailto:[EMAIL PROTECTED]
> Sent: Thursday, October 16, 2003 10:09 PM
> To: [EMAIL PROTECTED]
> Subject: [JBoss-user] How to make jboss as app
> server in JDeveloper10g
> 
> 
>   Hi All,
>   I am facing problem in using JDeveloper10g with
> jboss. I want to
> user Jboss3.2.2RC4  as a default server instead
> OC4J. How can I do that.
>   Please help me.
>
>
>   Regards
>   Shiv Shankar
>
> 


=
Nicholas Whitehead
Home: (973) 377 9335
Cell: (201) 615 2716
[EMAIL PROTECTED]
Get Your News From The Crowbar: http://crowbar.dnsalias.com:443/crowbar/


---
This SF.net email sponsored by: Enterprise Linux Forum Conference & Expo
The Event For Linux Datacenter Solutions & Strategies in The Enterprise 
Linux in the Boardroom; in the Front Office; & in the Server Room 
http://www.enterpriselinuxforum.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


---
This SF.net email sponsored by: Enterprise Linux Forum Conference & Expo
The Event For Linux Datacenter Solutions & Strategies in The Enterprise
Linux in the Boardroom; in the Front Office; & in the Server Room
http://www.enterpriselinuxforum.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


RE: [JBoss-user] How to make jboss as app server in JDeveloper10g

2003-10-17 Thread Nicholas
Despite the common blood between the two products, the
guy asked about JDeveloper, not JBuilder.

JBuilder 10 (Beta) has support for JBoss.

//Nicholas


--- Rod Macpherson <[EMAIL PROTECTED]> wrote:
> JBuilder has not added build-in support for JBoss
> and that is a very
> telling omission. I think it would be inappropriate
> to go into details
> of one customer's anecdotal report of how JBuilder
> Enterprise was a
> miserable failure. Instead let me suggestion that
> you investigate using
> XDoclet for cross-platform descriptors and Eclipse
> and ANT for
> development. They are indeed free however that is
> last on the list of
> superior features with respect to JBuilder
> Enterprise. I am sure there
> are varying opinions on that but you have mine for
> what it's worth. I
> had used JBuilder 2.0 up to JBuilder 7.0 Enterprise
> which led to me
> switching to Eclipse. 
>  
> To answer your question, you will need the JBuilder
> JBoss plug-in and
> they should have that at Borland's code-central.  
>  
>  
> -Original Message-
> From: Shiv Shankar Prasad
> [mailto:[EMAIL PROTECTED] 
> Sent: Thursday, October 16, 2003 10:09 PM
> To: [EMAIL PROTECTED]
> Subject: [JBoss-user] How to make jboss as app
> server in JDeveloper10g
> 
> 
>   Hi All,
>   I am facing problem in using JDeveloper10g with
> jboss. I want to
> user Jboss3.2.2RC4  as a default server instead
> OC4J. How can I do that.
>   Please help me.
>
>
>   Regards
>   Shiv Shankar
>
> 


=
Nicholas Whitehead
Home: (973) 377 9335
Cell: (201) 615 2716
[EMAIL PROTECTED]
Get Your News From The Crowbar: http://crowbar.dnsalias.com:443/crowbar/


---
This SF.net email sponsored by: Enterprise Linux Forum Conference & Expo
The Event For Linux Datacenter Solutions & Strategies in The Enterprise 
Linux in the Boardroom; in the Front Office; & in the Server Room 
http://www.enterpriselinuxforum.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


Re: [JBoss-user] NameAlreadyBoundException When mixing MDB and EJB

2003-10-17 Thread Adrian Brock
Hi Bob,

The "env" context should be bean specific.
In practice a classloader is created for each bean that marks
the context to use for java:comp/etc
The error you show suggests this has failed, i.e. two beans
are using the same context classloader.

I can't think of a reason for this, except that possibly you
have managed to get java:comp/env into the jvm namespace
"java:" rather than the bean specific java:comp/env (this is a guess?)

Does your deployment contain a jndi.properties? Normally you see
the opposite problem where java: is unavailable because jndi goes
over RMI.

Regards,
Adrian

On Wed, 2003-10-15 at 21:06, Bob Cotton wrote:
> jboss 3.2.1
> 
> 
> We have statless session beans deployed in the same ear as MDBs.
> 
> Both the statless and the MDB make other EJB calls. Depending on which
> starts working first, if the call is made before the other has been
> deployed, we get this error:
> 
> Ideas?
> 
>  -Bob
> 
> 2003-10-15 19:31:42,992 ERROR [org.jboss.ejb.StatelessSessionContainer] Starting 
> failed
> javax.naming.NameAlreadyBoundException; remaining name 'env'
> at org.jnp.server.NamingServer.createSubcontext(NamingServer.java:451)
> at org.jnp.interfaces.NamingContext.createSubcontext(NamingContext.java:811)
> at org.jnp.interfaces.NamingContext.createSubcontext(NamingContext.java:797)
> at org.jboss.ejb.Container.setupEnvironment(Container.java:735)
> at org.jboss.ejb.Container.startService(Container.java:568)
> at 
> org.jboss.ejb.StatelessSessionContainer.startService(StatelessSessionContainer.java:192)
> at org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:192)
> at java.lang.reflect.Method.invoke(Native Method)
> at 
> org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
> at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
> at 
> org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:966)
> at $Proxy9.start(Unknown Source)
> at org.jboss.system.ServiceController.start(ServiceController.java:392)
> at java.lang.reflect.Method.invoke(Native Method)
> at 
> org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
> at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
> at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
> at $Proxy35.start(Unknown Source)
> at org.jboss.ejb.EjbModule.startService(EjbModule.java:329)
> at org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:192)
> at java.lang.reflect.Method.invoke(Native Method)
> at 
> org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
> at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
> at 
> org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:966)
> at $Proxy9.start(Unknown Source)
> at org.jboss.system.ServiceController.start(ServiceController.java:392)
> at java.lang.reflect.Method.invoke(Native Method)
> at 
> org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
> at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
> at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
> at $Proxy17.start(Unknown Source)
> at org.jboss.ejb.EJBDeployer.start(EJBDeployer.java:540)
> at org.jboss.deployment.MainDeployer.start(MainDeployer.java:832)
> at org.jboss.deployment.MainDeployer.start(MainDeployer.java:824)
> at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:640)
> at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:613)
> at java.lang.reflect.Method.invoke(Native Method)
> at 
> org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
> at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
> at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
> at $Proxy7.deploy(Unknown Source)
> at 
> org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:302)
> at 
> org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:476)
> at 
> org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:200)
> at 
> org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:273)
> at org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:192)
> at java.lang.reflect.Method.invoke(Native Method)
> at 
> org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
> at org.jboss.mx.

RE: [JBoss-user] How to make jboss as app server in JDeveloper10g

2003-10-17 Thread Rod Macpherson
Title: Message



JBuilder has not added build-in support for JBoss and that is a very 
telling omission. I think it would be inappropriate to go into details of 
one customer's anecdotal report of how JBuilder Enterprise was a miserable 
failure. Instead let me suggestion that you investigate using XDoclet for 
cross-platform descriptors and Eclipse and ANT for development. They 
are indeed free however that is last on the list of superior features 
with respect to JBuilder Enterprise. I am sure there are varying opinions on 
that but you have mine for what it's worth. I had used JBuilder 2.0 up 
to JBuilder 7.0 Enterprise which led to me switching to 
Eclipse. 
 
To 
answer your question, you will need the JBuilder JBoss plug-in and they should 
have that at Borland's code-central.  
 
 

-Original Message-From: Shiv 
Shankar Prasad [mailto:[EMAIL PROTECTED] Sent: Thursday, October 
16, 2003 10:09 PMTo: 
[EMAIL PROTECTED]Subject: [JBoss-user] How to make 
jboss as app server in JDeveloper10g

  
  Hi 
  All,
  I am facing problem in using 
  JDeveloper10g with jboss. I want to user Jboss3.2.2RC4  as a default server instead 
  OC4J. How can I do that.
  Please help 
  me.
   
   
  Regards
  Shiv 
  Shankar
   


[JBoss-user] NameAlreadyBoundException When mixing MDB and EJB

2003-10-17 Thread Bob Cotton

jboss 3.2.1


We have statless session beans deployed in the same ear as MDBs.

Both the statless and the MDB make other EJB calls. Depending on which
starts working first, if the call is made before the other has been
deployed, we get this error:

Ideas?

 -Bob

2003-10-15 19:31:42,992 ERROR [org.jboss.ejb.StatelessSessionContainer] Starting failed
javax.naming.NameAlreadyBoundException; remaining name 'env'
at org.jnp.server.NamingServer.createSubcontext(NamingServer.java:451)
at org.jnp.interfaces.NamingContext.createSubcontext(NamingContext.java:811)
at org.jnp.interfaces.NamingContext.createSubcontext(NamingContext.java:797)
at org.jboss.ejb.Container.setupEnvironment(Container.java:735)
at org.jboss.ejb.Container.startService(Container.java:568)
at 
org.jboss.ejb.StatelessSessionContainer.startService(StatelessSessionContainer.java:192)
at org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:192)
at java.lang.reflect.Method.invoke(Native Method)
at 
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
at 
org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:966)
at $Proxy9.start(Unknown Source)
at org.jboss.system.ServiceController.start(ServiceController.java:392)
at java.lang.reflect.Method.invoke(Native Method)
at 
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
at $Proxy35.start(Unknown Source)
at org.jboss.ejb.EjbModule.startService(EjbModule.java:329)
at org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:192)
at java.lang.reflect.Method.invoke(Native Method)
at 
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
at 
org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:966)
at $Proxy9.start(Unknown Source)
at org.jboss.system.ServiceController.start(ServiceController.java:392)
at java.lang.reflect.Method.invoke(Native Method)
at 
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
at $Proxy17.start(Unknown Source)
at org.jboss.ejb.EJBDeployer.start(EJBDeployer.java:540)
at org.jboss.deployment.MainDeployer.start(MainDeployer.java:832)
at org.jboss.deployment.MainDeployer.start(MainDeployer.java:824)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:640)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:613)
at java.lang.reflect.Method.invoke(Native Method)
at 
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
at $Proxy7.deploy(Unknown Source)
at 
org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:302)
at 
org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:476)
at 
org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:200)
at 
org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:273)
at org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:192)
at java.lang.reflect.Method.invoke(Native Method)
at 
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
at 
org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:966)
at $Proxy0.start(Unknown Source)
at org.jboss.system.ServiceController.start(ServiceController.java:392)
at java.lang.reflect.Method.invoke(Native Method)
at 
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
at $Proxy5.start(Unknown Source)
at org.jboss.deployment.SARDeployer.start(SARDeployer.java:226)
at org.jboss.deployment.MainDeployer.start(MainDeployer.java:832)
at org.jboss.deploymen

Re: [JBoss-user] jboss-media module

2003-10-17 Thread Bill Burke
Is jboss-media dead?  Are you and Spy still working on it?  I haven't 
heard from you guys in a LONG time.  I hope it is still alive or that 
you can resurrect it

Best regards,

Bill

Ricardo Argüello wrote:
It's my fault.
I haven't updated the build.xml fine since the mayor code rollback a 
while ago.
I will work on that this weekend.

Greetings,

Ricardo Argüello

Ionel GARDAIS wrote:

Hi,

I checked-out the jboss-mail and jboss-media modules
from the cvs.
I installed jboss-media under the JBoss root as
"media".
Then I added the media module into the module list of
the build.xml and in the optional group.
Then I ran build -Dgroups=all
The media module appears in the modules list.

Unfortunatly, the media module failed to compile.
It tries to access the .ent files in the
tools/etc/buildfragments directory whereas it is under
the tools/etc/bulidmagic.
Even by modifying the directories, it still fails by
looking at a default.ent file which does not exist.
Did I miss a thing ?

=
 





---
This SF.net email sponsored by: Enterprise Linux Forum Conference & Expo
The Event For Linux Datacenter Solutions & Strategies in The Enterprise 
Linux in the Boardroom; in the Front Office; & in the Server Room 
http://www.enterpriselinuxforum.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


--

Bill Burke
Chief Architect
JBoss Group LLC.



---
This SF.net email sponsored by: Enterprise Linux Forum Conference & Expo
The Event For Linux Datacenter Solutions & Strategies in The Enterprise 
Linux in the Boardroom; in the Front Office; & in the Server Room 
http://www.enterpriselinuxforum.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


Re: [JBoss-user] jboss-media module

2003-10-17 Thread Ricardo Argüello
It's my fault.
I haven't updated the build.xml fine since the mayor code rollback a 
while ago.
I will work on that this weekend.

Greetings,

Ricardo Argüello

Ionel GARDAIS wrote:

Hi,

I checked-out the jboss-mail and jboss-media modules
from the cvs.
I installed jboss-media under the JBoss root as
"media".
Then I added the media module into the module list of
the build.xml and in the optional group.
Then I ran build -Dgroups=all
The media module appears in the modules list.

Unfortunatly, the media module failed to compile.
It tries to access the .ent files in the
tools/etc/buildfragments directory whereas it is under
the tools/etc/bulidmagic.
Even by modifying the directories, it still fails by
looking at a default.ent file which does not exist.
Did I miss a thing ?

=
 





---
This SF.net email sponsored by: Enterprise Linux Forum Conference & Expo
The Event For Linux Datacenter Solutions & Strategies in The Enterprise 
Linux in the Boardroom; in the Front Office; & in the Server Room 
http://www.enterpriselinuxforum.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


Re: [JBoss-user] 3.0.x -> 3.2.x : Couldn't create entity command

2003-10-17 Thread Phil Shrimpton
On Friday 17 October 2003 11:56, Alexey Loubyansky wrote:

Hi,

> How do you specify what entity-command to use? Do you use
> standardjbosscmp-jdbc.xml file from 3.0.x with 3.2.2?

Thanks, that was the clue I needed.  I had accidently deleted the 
create-entity command when I removed the (unwanted) UKPK in the defaults bit 
of standardjbosscmp-jdbc.xml

Cheers

Phil
-- 
  3:30pm  up 38 days, 17:40,  1 user,  load average: 0.38, 0.32, 0.18
ICQ: 760757 | AIM: pjshrimpton | Y!: pjshrimpton | [EMAIL PROTECTED]


---
This SF.net email sponsored by: Enterprise Linux Forum Conference & Expo
The Event For Linux Datacenter Solutions & Strategies in The Enterprise 
Linux in the Boardroom; in the Front Office; & in the Server Room 
http://www.enterpriselinuxforum.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] RE: A taste of things to come (Pete Beck)

2003-10-17 Thread Ken Yee

Thanks for the informative post on your experience w/ Hibernate :-)



Is there any part of your web site that you can see it in action?

Looks like you actually have to log in to see anything.



Also, it looks like you're using Java Server Faces pages already?

Any comments on how you like it so far?

You might want to look at this page:

https://i3t.org/members/contact.jsf

It puts up an error msg for me: "Error serving page"





 ken



___
Join Excite! - http://www.excite.com
The most personalized portal on the Web!


---
This SF.net email sponsored by: Enterprise Linux Forum Conference & Expo
The Event For Linux Datacenter Solutions & Strategies in The Enterprise 
Linux in the Boardroom; in the Front Office; & in the Server Room 
http://www.enterpriselinuxforum.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] Log4j SMTP appender

2003-10-17 Thread Brian McSweeney








Hi all,

 

Quick question. I’m trying to get the log4j SMTP appender working so that when my code gets an error, I get
sent an email.

 

I’m also trying to do
this asynchronously. I’m following the jboss
log4j docs to do this. 

So in conf/log4j.xml I’ve
uncommented the ASYNC and SMTP appenders and put in
the value of my smtp host.

However, I’m getting no
mails sent even though errors are occurring. Any ideas what I’m missing?

I have the relevant bits from
log4j.xml beneath:

 

  

  

    

  appender>

 

 

  

  

    

    

    

    

    

    

    

  

    

  appender>

 

note,
the mail host and email address I have in are not the ones above and 

are
definitely correct.

Cheers,

Brian 








Re: [JBoss-user] 3.0.x -> 3.2.x : Couldn't create entity command

2003-10-17 Thread Alexey Loubyansky
How do you specify what entity-command to use? Do you use 
standardjbosscmp-jdbc.xml file from 3.0.x with 3.2.2?

alex

Phil Shrimpton wrote:

On Friday 17 October 2003 10:31, Alexey Loubyansky wrote:

Hi,


What are the DDs for the failing beans?


Any bits in particular, as they total about 200Kb, so don't want to post them 
to the list

Phil




---
This SF.net email sponsored by: Enterprise Linux Forum Conference & Expo
The Event For Linux Datacenter Solutions & Strategies in The Enterprise 
Linux in the Boardroom; in the Front Office; & in the Server Room 
http://www.enterpriselinuxforum.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JMSContainerInvoker] Destroying

2003-10-17 Thread Markus Härnvi

Hi!

Sometimes when I reploy an ear file JBoss stops here:

[JMSContainerInvoker] Destroying

My ear includes a MDB accessing a Queue. PM is set to use Hypersoniq. Hypersonic
is using TCP connections:

jdbc:hsqldb:hsql://localhost:1701

If I finally press ctrl-c, shutdown will occur. I get a few seconds pause here:

[HypersonicDatabase] Stopping

JBoss 3.2.2rc4 on Linux. 

   /Markus




---
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


Re: [JBoss-user] 3.0.x -> 3.2.x : Couldn't create entity command

2003-10-17 Thread Phil Shrimpton
On Friday 17 October 2003 10:31, Alexey Loubyansky wrote:

Hi,

> What are the DDs for the failing beans?

Any bits in particular, as they total about 200Kb, so don't want to post them 
to the list

Phil
-- 
 10:45am  up 38 days, 12:55,  1 user,  load average: 0.60, 0.19, 0.12
ICQ: 760757 | AIM: pjshrimpton | Y!: pjshrimpton | [EMAIL PROTECTED]


---
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


Re: [JBoss-user] 3.0.x -> 3.2.x : Couldn't create entity command

2003-10-17 Thread Alexey Loubyansky
What are the DDs for the failing beans?

alex

Phil Shrimpton wrote:

Hi,

I have an existing system that works fin on JBoss 3.0.x, and am in the 
process of moving it to the 3.2.x version.  The system consists of about 40 
EJB's (mainly entity), and all but three of them deploy fine, with the error 
being 'Couldn't create entity command'.

Anyone have any ideas?  log/stacktace follows...

Cheers

Phil

2003-10-16 22:44:53,889 DEBUG
[org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager.WorkflowAudit] Initializing
CMP plugin for WorkflowAudit
2003-10-16 22:44:53,899 DEBUG
[org.jboss.ejb.plugins.cmp.jdbc.bridge.JDBCCMRFieldBridge.Diary.user]
foreign key name: userID
2003-10-16 22:44:53,909 DEBUG
[org.jboss.ejb.plugins.cmp.jdbc.bridge.JDBCCMRFieldBridge.Diary.queryType]
foreign key name: queryTypeID
2003-10-16 22:44:53,909 DEBUG
[org.jboss.ejb.plugins.cmp.jdbc.bridge.JDBCCMRFieldBridge.Queue.role]
foreign key name: roleID
2003-10-16 22:44:53,909 DEBUG
[org.jboss.ejb.plugins.cmp.jdbc.bridge.JDBCCMRFieldBridge.Queue.queryType]
foreign key name: queryTypeID
2003-10-16 22:44:53,909 DEBUG
[org.jboss.ejb.plugins.cmp.jdbc.bridge.JDBCCMRFieldBridge.TaskType.taskTypeC
ategory] foreign key name: categoryID
2003-10-16 22:44:53,909 DEBUG
[org.jboss.ejb.plugins.cmp.jdbc.bridge.JDBCCMRFieldBridge.QueryType.taskType
] foreign key name: taskTypeID
2003-10-16 22:44:53,919 DEBUG
[org.jboss.ejb.plugins.cmp.jdbc.bridge.JDBCCMRFieldBridge.WorkflowStep.query
Type] foreign key name: queryTypeID
2003-10-16 22:44:53,919 DEBUG
[org.jboss.ejb.plugins.cmp.jdbc.bridge.JDBCCMRFieldBridge.Role.roleType]
foreign key name: roleTypeID
2003-10-16 22:44:54,790 DEBUG [org.jboss.util.NestedThrowable]
org.jboss.util.NestedThrowable.parentTraceEnabled=true
2003-10-16 22:44:54,800 DEBUG [org.jboss.util.NestedThrowable]
org.jboss.util.NestedThrowable.nestedTraceEnabled=false
2003-10-16 22:44:54,800 DEBUG [org.jboss.util.NestedThrowable]
org.jboss.util.NestedThrowable.detectDuplicateNesting=true
2003-10-16 22:44:54,800 ERROR [org.jboss.ejb.EntityContainer] Starting
failed
org.jboss.deployment.DeploymentException: Couldn't create entity command: ;
- nested throwable: (java.lang.NullPointerException)
 at
org.jboss.ejb.plugins.cmp.jdbc.JDBCCommandFactory.createCreateEntityCommand(
JDBCCommandFactory.java:136)
 at
org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager.startStoreManager(JDBCStoreM
anager.java:487)
 at
org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager.start(JDBCStoreManager.java:
411)
 at
org.jboss.ejb.plugins.CMPPersistenceManager.start(CMPPersistenceManager.java
:152)
 at
org.jboss.ejb.EntityContainer.startService(EntityContainer.java:343)




---
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] jboss-media module

2003-10-17 Thread Ionel GARDAIS
Hi,

I checked-out the jboss-mail and jboss-media modules
from the cvs.
I installed jboss-media under the JBoss root as
"media".
Then I added the media module into the module list of
the build.xml and in the optional group.
Then I ran build -Dgroups=all

The media module appears in the modules list.

Unfortunatly, the media module failed to compile.
It tries to access the .ent files in the
tools/etc/buildfragments directory whereas it is under
the tools/etc/bulidmagic.
Even by modifying the directories, it still fails by
looking at a default.ent file which does not exist.


Did I miss a thing ?

=
-- 
Regards,
Ionel

___
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.com


---
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


RE: [JBoss-user] How to make jboss as app server in JDeveloper10g

2003-10-17 Thread Sacha Labourey
I am not sure that is possible, but if you can do it, let us know how you
did it.
 
Cheers,
 
 
Sacha
 
 
xxx
Sacha Labourey
General Manager
JBoss Group (Europe) SàRL
xxx 




From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Shiv Shankar
Prasad
Sent: vendredi, 17. octobre 2003 07:09
To: [EMAIL PROTECTED]
Subject: [JBoss-user] How to make jboss as app server in
JDeveloper10g



Hi All,

I am facing problem in using JDeveloper10g with jboss. I want to
user Jboss3.2.2RC4  as a default server instead OC4J. How can I do that.

Please help me.

 

 

Regards

Shiv Shankar

 




---
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user