I had the same problem.
In my case the solution was to delete the Oracle jar from /lib/ext before
opening EJX.
So, in your case... do you have any 3rd party libs in /lib/ext?? if you
do... move them before you open EJX. Not elegant, but it worked for me.
Hope this helps,
Miguel
-----Original Message-----
From: Wilke, Robert [mailto:[EMAIL PROTECTED]]
Sent: Friday, October 27, 2000 10:41 AM
To: jBoss
Subject: AW: [jBoss-User] ejx shows nothing
Same happend to me.
I got the message 'Could not load file'. (I tried different allready in use
.xml-files, e.g. see below)
And 'File/New' does not even show anything (in the ejx version coming with
jboss, on ABOUT it doesn't show any PlugIns, but xml.jar is available in
../lib), in an older version something showed up at least.
Hang in there,
Rob
E.g. xml-file:
<?xml version="1.0"?>
<!DOCTYPE ejb-jar SYSTEM "../dtd/ejb-jar_1_1.dtd">
<ejb-jar>
<enterprise-beans>
<session>
<description>Deployment descriptor for the
AddTrackingUnitSessionBean</description>
<ejb-name>AddTrackingUnitSessionBean</ejb-name>
<home>SessionBeans.AddTrackingUnitSession.AddTrackingUnitSessionHome</home>
<remote>SessionBeans.AddTrackingUnitSession.AddTrackingUnitSession</remote>
<ejb-class>SessionBeans.AddTrackingUnitSession.AddTrackingUnitSessionBean</e
jb-class>
<session-type>Stateless</session-type>
<transaction-type>Container</transaction-type>
<resource-ref>
<description>DataSource for the Titan database</description>
<res-ref-name>jdbc/SystemaDatabase</res-ref-name>
<res-type>javax.sql.DataSource</res-type>
<res-auth>Container</res-auth>
</resource-ref>
</session>
</enterprise-beans>
<assembly-descriptor>
<container-transaction>
<method>
<ejb-name>AddTrackingUnitSessionBean</ejb-name>
<method-name>*</method-name>
</method>
<trans-attribute>Required</trans-attribute>
</container-transaction>
</assembly-descriptor>
</ejb-jar>
> ----------
> Von: Rickard �berg[SMTP:[EMAIL PROTECTED]]
> Antwort an: jBoss
> Gesendet: Freitag, 27. Oktober 2000 13:45
> An: jBoss
> Betreff: Re: [jBoss-User] ejx shows nothing
>
> Hey
>
> Ingo Bruell wrote:
> > whats wrong with ejx, if i try to open an ejb-jar.xml the program shows
> > nothing.
> > I have installed CVS from today.
>
> Weird.. it works for me. Can you send me your ejb-jar.xml so I can test?
>
> /Rickard
>
> --
> Rickard �berg
>
> Email: [EMAIL PROTECTED]
> http://www.telkel.com
> http://www.jboss.org
> http://www.dreambean.com
>
>
>
> --
> --------------------------------------------------------------
> To subscribe: [EMAIL PROTECTED]
> To unsubscribe: [EMAIL PROTECTED]
> Problems?: [EMAIL PROTECTED]
>
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]