Re: [JBoss-user] illegalArgumentException while removing the entity bean

2002-08-17 Thread Nayyer Kamran
Title: Message Thanks for your reply the Jboss version I am using is 2.4.6 the tomcat 4.0.3, jdk is 1.4. I am attaching the code of the home, remote, bean and primary key classes, deployment descriptor and pasting it in mail too the exception is also there at the bottom as u can see in

[JBoss-user] Transaction Rollback Exception JBoss 3.0

2002-08-17 Thread Arijit Ghosh
Hi, I am using Struts Framework -- Jboss 3.0 (Stateless Session Bean) -- Castor JDO. I am getting the following error whenever I am recompiling my code and deploying to the server. Error persists even after restarting the server once or twice. After multiple restarts, the error goes away. Any

RE: [JBoss-user] Launching Swing Applications from JBoss 3.0.0

2002-08-17 Thread Günther Van Roey
I think you CAN use Java webstart for this purpose. If you make the JNLP file not a plain XML file, but a JSP, Servlet, PHP Script or whatever that serves the xml for launching the right version for the requesting user, and you make a different JAR for each version. I already did the dynamic

Re: [JBoss-user] Launching Swing Applications from JBoss 3.0.0

2002-08-17 Thread Holger Baxmann
you are right on this is working somebody on using jboss as an infrastructure base for gui's based on eclipse.org. have a look at the JBossAdminGUI and moonshadow (M$) projects at http://www.sf.netand feel free to join. bax - Original Message - From: Greg Turner To:

Re: [JBoss-user] Launching Swing Applications from JBoss 3.0.0

2002-08-17 Thread Holger Baxmann
we have to deal in a commercial project with exactly this versioning issue - jboss has the infrastructure here, no more, no less. we have to build our business structure on top of this. we think a cvs mbean could be our friend here. bax - Original Message - From: Dmitri

Re: [JBoss-user] Launching Swing Applications from JBoss 3.0.0

2002-08-17 Thread Holger Baxmann
what about having a certificate based mutual login to a jboss netboot - https:// - url and the other forthcomming url's ? single-sign-on [whatever this is] :) presumed. bax - Original Message - From: David Jencks [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, August 17, 2002

Re: [JBoss-user] Launching Swing Applications from JBoss 3.0.0

2002-08-17 Thread Holger Baxmann
java web start is another jump-t-short of the too much SUN people :-) bax - Original Message - From: Rick LaBanca [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, August 17, 2002 4:10 AM Subject: Re: [JBoss-user] Launching Swing Applications from JBoss 3.0.0 what about java

[JBoss-user] Docs

2002-08-17 Thread Uro Jurgli
Title: Docs Where could I find some docs on (configuring) scoped classloading and configuring application.xml and jboss-app.xml? Tnx in advance .

[JBoss-user] Someone help me about Java2ClassLoadingCompliance?

2002-08-17 Thread ggngenan
Please help me: I met a big problem when I use Struts and EJB together to build a J2EE System. At first, I used Jboss3+tomcat, I made a war file including all needed files, but I got a Exception: java.lang.NoClassDefFoundError: org/apache/struts/action/ActionForm at

[JBoss-user] mbean classes dependancy

2002-08-17 Thread Uro Jurgli
Title: mbean classes dependancy In QuickStartDraft isn't specified how to configure one, so I assumed that it is done automatically. But after trying to deploy test-service (only copy a test-service.xml in deploy dir) without enclosing appropriate classes, jboss prints class not found

Re: [JBoss-user] Docs

2002-08-17 Thread Marius Kotsbak
release notes On Sat, 2002-08-17 at 16:54, Uro Jurgli wrote: Where could I find some docs on (configuring) scoped classloading and configuring application.xml and jboss-app.xml? Tnx in advance . -- Marius Kotsbak Boost Communications A/S Trondheim, Norway

Re: [JBoss-user] mbean classes dependancy

2002-08-17 Thread David Jencks
Dependency of mbean on its class is broken in most jboss versions except cvs head. The fixes are mixed in with a lot of other stuff I don't particularly want to backport to 3.2. If you want to figure out a patch for 3.2 based on the changes to cvs head I'll consider applying it. david jencks

Re: [JBoss-user] Launching Swing Applications from JBoss 3.0.0

2002-08-17 Thread Dmitri Colebatch
hmmm, well yes, that would seem to change things I'm obviosly not thinking that hard about it am I? I might have to revisit tthis either way, its something that they do have a mechanism in place for atm, so wont be happening in the immediate future one thing java web start does

[JBoss-user] Error when running Helloiiop testsuite

2002-08-17 Thread Alexandre Nichet Zouzou
Hi all, I have errors when I run helloiiop test. Do you know what's wrong? Trace of client: D:\Tmp\Test\jboss-all\testsuitebuild one-test -Dtest=org.jboss.test.helloiiop.test.HelloTimingStressTestCase one-test: [delete] Deleting:

RE: [JBoss-user] XMBean Persistence

2002-08-17 Thread Matt Munz
Adrian, Is there any code I could see / use as a starting point? David, Thank you for your suggestions. I will definately look into implementing the mechanism you describe. Out of curiousity, what are you using xmbean persistence for? Generally, I'm trying to deliver a modular,

Re: [JBoss-user] XMBean Persistence

2002-08-17 Thread David Jencks
On 2002.08.17 21:03:41 -0400 Matt Munz wrote: Adrian, Is there any code I could see / use as a starting point? David, Thank you for your suggestions. I will definately look into implementing the mechanism you describe. Out of curiousity, what are you using xmbean persistence