[JBoss-user] [Beginners Corner] - Re: jndi lookup of datasource: broken in jboss 4.x?

2005-05-06 Thread RPettyJr
Hey what is the JBoss way? I am having the same problem. I do not care about portability at this point. I just want to get this database connection going so that I can start building an application. Please post any way that you know how to make a connection in JBoss to the datasource. View

[JBoss-user] [JNDI/Naming/Network] - Re: JNDI via a JDK 1.2 client - is JBoss JDK 1.4 dependent?

2005-05-06 Thread minmay
Hello Mr. John Stark, We actually met before, at LAJUG. I hope to see you there again. In fact, I tried to reach JBoss and invite them again, but I was not responded back to. Thank you for informing me that JDK 1.2 hasn't been supported for 3 years. To me, it makes perfect sense that JBoss AS

[JBoss-user] [JBoss Portal] - how do you work around the Slide security framework?

2005-05-06 Thread [EMAIL PROTECTED]
How did you guys work around issues when dealing with Slide's security implementation? [apologies up front - this is probably a question for the slide users list, but since I'm integrating the JBoss Portal CMS and you've probably already came across things like this, I'll take alittle liberty he

[JBoss-user] [Installation & Configuration] - Re: JBoss 4.X and jre 5(1.5)

2005-05-06 Thread [EMAIL PROTECTED]
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossVsJavaJDKVersionMatrix View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876860#3876860 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876860

[JBoss-user] [Installation & Configuration] - Re: JBoss 4.X and jre 5(1.5)

2005-05-06 Thread MySQL_NUT
Yes?? But I am missing something... JBoss 4.0.0 runs fine when my JAVA_HOME is set to JDK1.4.2! But, when I point JAVA_HOME to JDK1.5.0, I get the following message... Can someone please help. I do appreciate it! 2005-05-06 22:19:26,492 ERROR [org.jboss.web.WebModule] Starting failed jbos

[JBoss-user] [EJB/JBoss] - Re: Invalid invocation, check your deployment packaging in J

2005-05-06 Thread [EMAIL PROTECTED]
http://wiki.jboss.org/wiki/Wiki.jsp?page=ClassLoadingConfiguration http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossClassLoadingUseCases View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876857#3876857 Reply to the post : http://www.jboss.org/index.html?module=bb&o

[JBoss-user] [JNDI/Naming/Network] - Re: JNDI via a JDK 1.2 client - is JBoss JDK 1.4 dependent?

2005-05-06 Thread [EMAIL PROTECTED]
JDK1.2 has not been supported for nearly 3 years. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876856#3876856 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876856 ---

[JBoss-user] [Security & JAAS/JBoss] - How to dynamically change security role without logging out

2005-05-06 Thread rickkw
Hi, I have a custom LoginModule derived from some sample code. There, I create a SimpleGroup, "Roles", to store security roles used by my web applications. This "Roles" is then set into the Subject's principal. I also have a group of Web applications that are hooked together with Single-Si

[JBoss-user] [Beginners Corner] - Design Help Wanted! Web App with data

2005-05-06 Thread cheinle
I currently have the opportunity to lead the design and implementation of a web-based application that has some interesting requirements?and I would like to solicit ideas on solutions?. Here is some example background: -a standard web based application that allows a user to manage and naviga

[JBoss-user] [EJB/JBoss] - session bean not working anymore on v 4.0.2

2005-05-06 Thread miclon
Since I upgrade to V 4.0.2I got this exception 17:47:50,531 INFO [STDOUT] EJB (ejb/AppSessionB) Connexion Exception : null 17:47:50,531 INFO [STDOUT] java.lang.ClassCastException 17:47:50,531 INFO [STDOUT] at com.sun.corba.se.internal.javax.rmi.PortableRemoteObject.narrow(PortableRemoteOb

[JBoss-user] [Messaging, JMS & JBossMQ] - is the JBoss close connection exception the root cause of ma

2005-05-06 Thread minmay
Hello folks, I have this command, a highly modified version of what is written in the JBoss docs. It seems to successfully publish messages. Note that transactions are not used in this example. However, the server console shows debug output, an exception in closing a connection. Below is my c

[JBoss-user] [JBoss Portal] - Look & Feel in JBoss Portal

2005-05-06 Thread scrut
Why does every module on JBoss.org use a different look&feel? I mean - the home page looks different than the blog which looks different than the forum which looks different than the Wiki. Is there no central template/skin/whatever mechanism that makes sure every page is rendered following cer

[JBoss-user] [JBossWS] - Re: No Internet Connection: Dom4J XML Parsing Error

2005-05-06 Thread jbriscoe
The solution to this problem was to change the web.xml file's web-app_2_3.dtd DTD to a location on the server's file system, so that JBossWS, dom4j would not attempt to retrieve the dtd durring server startup. I used an absolute path to the file using the file:/// protocol. I hope this helps.

[JBoss-user] [JBoss Portal] - Available Portlets

2005-05-06 Thread scrut
I am currently considering JBoss Portal for a new portal project. To find out what that CMS offers me 'out of the box' - can someone tell me where I can find a list of available modules/portlets? I am especially looking for - Wiki - News - Blog I noticed that JBoss.org uses Wiki and Blog alrea

[JBoss-user] [Beginners Corner] - Redirect Default Page

2005-05-06 Thread rdhensley
I'm running an application on Jboss3.2.6 with Tomcat. Does anyone know how to redirect the default page. For example when I type the url app.app.com, I get the default JBoss Welcome Page. I would like for it to redirect to app.app.com/app/init.do. Any help would be greatly appreciated. Vie

[JBoss-user] [Beginners Corner] - Re: JBoss won't come up at all - tons of error messages

2005-05-06 Thread GilB
I have the steps for anyone who needs them here I removed all J2 installed code from my Windows XP system via the standard mechanism within control panel. I stripped out the related environment variables after that. I downloaded J2_SDK_5_0_03 from http://java.sun.com/ and installed it. I

[JBoss-user] [JNDI/Naming/Network] - JNDI via a JDK 1.2 client - is JBoss JDK 1.4 dependent?

2005-05-06 Thread minmay
Hello folks, My JBoss AS is running on JDK 1.4 I configured a JMS topic. I have a Dynix JDK 1.2 client that needs to send messages to the app server. I have the following jars in my client's classpath [set as Manfiest classpath attribute value pairs]: concurrent.jar javax.jms.jar (downloaded fr

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: is the JBoss close connection exception the root cause o

2005-05-06 Thread minmay
As much as I would like his help, and believe me, I do want Adrian's help, I think WE developers have a legitimate point. Perhaps the debug code is showing an error. Then we are rightfully point it out. My question is EXTREMELY legitimate. I am asking, is that exception part of the closing

[JBoss-user] [Persistence & CMP/JBoss] - Re: Jboss 4.0.2 and Hibernate 3.0.2 problem

2005-05-06 Thread garbett
Duh! I fixed it. Apparently my 4.0.1sp1's configuration was set up to support Hibernate 2.0 and 3.0. My xml configuration files for Hibernate had a 2.0 dtd specified. I.e. http://hibernate.sourceforge.net/hibernate-mapping-2.0.dtd";> | The fix was to change this to a 3.0 reference and everyt

[JBoss-user] [Installation & Configuration] - Re: How to turn off DTD validation in 4.0.1sp1

2005-05-06 Thread Rubbish
Turns out the way I was redeploying the .ear or .war files caused some memory confusion. The thing that fixed this for me was to delete the .war from the deploy directory first (and give JBoss a few minutes to clean everything up) and then copy the new .war into the deploy directory. View the o

[JBoss-user] [EJB/JBoss] - Re: session bean not working anymore on v 4.0.2

2005-05-06 Thread Tyler Black
Have you read the wiki on ClassLoader use cases? http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossClassLoadingUseCases Cheers, Tyler Black View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876842#3876842 Reply to the post : http://www.jboss.org/index.html?module

[JBoss-user] [Management, JMX/JBoss] - JMS monitoring?

2005-05-06 Thread mikek753
Hello, any how I can monitor JMS? The Topic? The Queue? thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876850#3876850 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876850 ---

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: is the JBoss close connection exception the root cause o

2005-05-06 Thread Thomas.Heiss
HAHA! :) Don't let Adrian get very angry about us developers. See my posting here, what Adrian told us: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=63523 The same applies to you. Summary: Don't care about the DEBUG EOFException. Thomas View the original post : http://www.jboss

[JBoss-user] [Beginners Corner] - Verify failed ... NoClassDef ... trying to figure out strang

2005-05-06 Thread muanis
Hi. Jboss 3.2.7, open EAR deploy, open ejb inside it, in the ejb there is a reference to a class file inside a jar file wich is referenced in application.xml. as a java module. Whem this class is inside a .jar file, i get a no classdef, when it is outside it, on a open jar module, the applicat

[JBoss-user] [JCA/JBoss] - CachedConnectionManager popMetaAwareObject is not being call

2005-05-06 Thread mikeg123
any idea why in some cases CachedConnectionManager popMetaAwareObject method is not being called which causes an exception in unregister method??? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876816#3876816 Reply to the post : http://www.jboss.org/index.ht

[JBoss-user] [Messaging, JMS & JBossMQ] - Could not start a transaction with the transaction manager

2005-05-06 Thread javajedi
JBoss 4.0.1, Oracle 9.2. I'm getting the following exception happening in my app randomly. The exception message says "could not start a transaction", but it's coming from a method called "endTX". It does look like it's trying to end the transaction, since I see a commit() call in the stack tr

[JBoss-user] [Persistence & CMP/JBoss] - How implement finder method with bean inheritance?

2005-05-06 Thread robertparis
I have a ProductBean which is the super class of BookBean, ClothesBean and I want to create a find method like: [CODE] public ProductRemote findAllInCategory(Integer categoryID) throws FinderException, RemoteException; [/CODE] Since each bean is going to have its own table, what's the best way

[JBoss-user] [Persistence & CMP/JBoss] - Re: xdoclet 1.2.3 support for load-group and left-join tags

2005-05-06 Thread alt_amit
I think xdoclet team dont support left-join tag. If u open up the jbosscmp-jdbc_xml.xdt file from the xdoclet jar file in lib directory, you will see read-ahead tag only supports strategy page-size and eager-load-group tags under it. I think it is complicated by the fact that left-join could be

[JBoss-user] [Beginners Corner] - Re: JBoss won't come up at all - tons of error messages

2005-05-06 Thread darranl
I don't know what you had been doing wrong, I have been trying a few installations today to see if I could reproduce your problems but none of them failed. The only possibilty really is that you had conflicting jars with your JDK. The only required environment variable to get JBoss started is

[JBoss-user] [EJB/JBoss] - Re: session bean not working anymore on v 4.0.2

2005-05-06 Thread bocio
"[EMAIL PROTECTED]" wrote : Read the release notes on the class loading changes. Hi Scott, I've read the wiki on: http://wiki.jboss.org/wiki/Wiki.jsp?page=ClassLoadingConfiguration And I understand the needs for these changes but I've not found an example on how to configure my applications wit

[JBoss-user] [EJB/JBoss] - EJB CMP and mySQL

2005-05-06 Thread gogolin
hi .. i've posted a problem in another forum but but this one here may be more suitable .. perhaps you have a hint solving this problems http://www.jboss.org/index.html?module=bb&op=viewtopic&t=63637 thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=38

[JBoss-user] [JBoss Getting Started Documentation] - Re: Dukes Bank error can't find default data source

2005-05-06 Thread jonghun95
I also have a similar problem. I am using default HSQL DB and deployed Duke's bank. When I restarted server, I am getting the following error. 11:08:10,963 ERROR [EntityContainer] Starting failed jboss.j2ee:jndiName=ebankCu stomer,service=EJB org.jboss.deployment.DeploymentException: Error: can't

[JBoss-user] [JBossCache] - Re: Problem with CacheLoader getChildrenNames

2005-05-06 Thread skotagiri
Thanks for fixing this bug. Because of this issue, I preload all my cache objects during the initialization and disabled the eviction. That way call to getChildrenNames will always match what is present in my backend store. In what version can I expect to get this fix? I am currently using JBos

[JBoss-user] [Installation & Configuration] - Notes on Twiddle

2005-05-06 Thread Rubbish
I'm fairly new to JBoss and I was trying to figure out how to administer JBoss via scripting. One word: twiddle. I did not find a lot of documentation or examples posted and for some reason I could not get it through my fat head. Anyhow, here's my explanation and a couple of examples: twiddle i

[JBoss-user] [EJB/JBoss] - Invalid invocation, check your deployment packaging in JBoss

2005-05-06 Thread adellechiaie
I've just downloaded a 4.0.2 distribution and all my applications doesn't work. I'm getting the errors below invoking the EJB layer from the Web layer. My applications work perfectly with 4.0.1sp1 and 3.2.x versions. What's happening | javax.ejb.EJBException: Invalid invocation, check your

[JBoss-user] [Management, JMX/JBoss] - classpath issues

2005-05-06 Thread acxsjones
I have a mbean that will be making an external call. Everything works fine when I put the third party jar in my sar. The next need, is to allow users of this mbean to change some of the params before deploying. I want to use your same pattern of packing the code in a jar and the test-service.

[JBoss-user] [Installation & Configuration] - Re: Starting JBoss 4 in debug mode???

2005-05-06 Thread kylewburke
I too use Eclipse (w/o JBossIDE version), but just create an external tool to fire up run.bat. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876800#3876800 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876800 -

[JBoss-user] [JBossCache] - Re: Websphere 5.1 and Jboss-Cache, does not work.

2005-05-06 Thread gdaswani
I'll try that out, in the meantime - I just unjar'd the xmlc.jar package, unsealed it, then stuck in back in the AppServer/lib directory.. In anothe rnote, I start up the TreeCache via a CustomService (similar to the weblogic example) - the only problem is one can't bind it to JNDI (WebSphere o

[JBoss-user] [EJB/JBoss] - Re: Invalid invocation, check your deployment packaging in J

2005-05-06 Thread adellechiaie
I've just RTFM ;-)) on the classloading issues, I understood the concepts but I don't see any out-of-the-box example how to be servlet spec compliant and still running my existing applications. Bye Andrea View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876817

[JBoss-user] [JBossCache] - Re: Problem with CacheLoader getChildrenNames

2005-05-06 Thread [EMAIL PROTECTED]
It is going to be in 1.2.3. I'll release 1.2.3 in the next 2-3 weeks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876815#3876815 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876815

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: client log4j

2005-05-06 Thread Thomas.Heiss
Sorry Adrian, didn't want to get you angry. I am a Jboss newbie and I don't know too much in detail about Jboss debugging and problems/or not. As to my try{...} catch(...) {} block. You are of course completely right. It is totally wrong. I should have used better try{ } catch () { } finally{ jms

[JBoss-user] [EJB/JBoss] - Re: session bean not working anymore on v 4.0.2

2005-05-06 Thread [EMAIL PROTECTED]
Read the release notes on the class loading changes. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876810#3876810 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876810

[JBoss-user] [JCA/JBoss] - JBoss 4.0.1 and Firebird Issue (Yes, I RTF/RTM/RTW)

2005-05-06 Thread TheNomad
Hey all, I've RTM, I've searched the forums and been directed into FAQs and WIKI's, but I'm still having the NOTYETDEPLOYED problem. I turned on debugging, and in the server.log, I find: | 2005-05-06 12:08:18,348 DEBUG [org.jboss.deployment.MainDeployer] Starting deployment of package: fi

[JBoss-user] [JCA/JBoss] - Re: Sanity check for non-jdbc connections

2005-05-06 Thread jgriffin
OK, I found that the listener for the connection is not being called because it is being overwritten(?) and when the CLOSE event is sent nothing happens. I think the problem is my way of getting a connection: final DefaultFSResourceAdapterConnectionFactory cf = (DefaultFSResourceAdapter

[JBoss-user] [Installation & Configuration] - Re: Starting JBoss 4 in debug mode???

2005-05-06 Thread [EMAIL PROTECTED]
I use JBoss Eclipse IDE as opposed to run.bat to start JBoss instancese on my box. This allows me to debug using the Eclipse debugger and also allows me to just start JBoss without having to go to a command line and type "run.bat" (7 characters to type is too much :-) View the original post :

[JBoss-user] [Persistence & CMP/JBoss] - Re: jdbc2 pm and dirty flags

2005-05-06 Thread triathlon98
Great, that option speeds it up a little more (about 20% in a real world test). Unfortunately though , I seem to occasionally have uniquness violations on the pk for the n:m link tables. I will investigate further to see if I can build a testcase for this. Thanks, Joachim View the original pos

[JBoss-user] [Security & JAAS/JBoss] - Re: Single sign on options

2005-05-06 Thread [EMAIL PROTECTED]
Use the all configuration as described in the wiki. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876796#3876796 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876796 -

[JBoss-user] [Clustering/JBoss] - Re: Config files replication

2005-05-06 Thread [EMAIL PROTECTED]
What you are looking for is like MBean replication. We don't do that now. But you can use, for example, the existing TreeCache mbean service to replicate and your application can act as a TreeCacheListener to listen for that events. -Ben View the original post : http://www.jboss.org/index.html

[JBoss-user] [Security & JAAS/JBoss] - Re: Single sign on options

2005-05-06 Thread dannox02
Ok, I'm trying to get this to work as explained in the wiki. But when I uncomment out the line to turn on that valve and restart the server it does not start properly. Looks like there's a class not found exception, but there are som many errors that fly by I can't see what started it. As a re

[JBoss-user] [Installation & Configuration] - Re: Thread Size Control?

2005-05-06 Thread [EMAIL PROTECTED]
These are jvm configuration issues that jboss has nothing to do with. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876792#3876792 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876792 ---

[JBoss-user] [JBoss Getting Started Documentation] - Re: I cann't find jbossj2ee-src.zip file! Please help.

2005-05-06 Thread jjcuadrado
http://www.jboss.org/docs/jbossj2ee-src.zip View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876791#3876791 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876791 ---

[JBoss-user] [Security & JAAS/JBoss] - Re: MBeanTrustPermission Error

2005-05-06 Thread [EMAIL PROTECTED]
You need to fix your security policy. If your not explicitly setting up a security manager, I have heard that some weblogic components do this under the covers so find out how to disable it from weblogic. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876790

[JBoss-user] [Management, JMX/JBoss] - Re: Twiddle giving StreamCorruptedException: null descriptor

2005-05-06 Thread [EMAIL PROTECTED]
Create a bug report in jira with an example service which illustrates the problem: http://jira.jboss.com/jira/browse/JBAS View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876789#3876789 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting

[JBoss-user] [Persistence & CMP/JBoss] - Jboss 4.0.2 and Hibernate 3.0.2 problem

2005-05-06 Thread garbett
I have a Hibernate har archive that worked on Jboss 4.0.1sp1. I upgraded to 4.0.2. Both of these have the EJB-3.0 preview 5 installed. I changed the install of EJB 3.0 for 4.0.2 according to the directions. The failure happens during deployment. Here's the deployment start: 09:51:08,971 INFO [

[JBoss-user] [Security & JAAS/JBoss] - LoginModule + LoginContext question

2005-05-06 Thread optimusprime
I'm using Authentication using j_seucurity_check. I'd like to switch it to a custom way using a struts action. My questions are: 1st - How do I set which configuration should my LoginContext shall use? 2nd - To provide the LoginModule (mine extends UserNameLoginModule) with desired UserName/Pass

[JBoss-user] [Nukes User] - What is this????

2005-05-06 Thread csonetti
Someone know what kind of message is this: anonymous wrote : | 16:38:04,969 ERROR [sf] SocketException exception caught [Unexpected end of file from server] | 16:38:04,969 ERROR [org.jboss.nukes.component.Component.rss.sf] SocketException exception caught [Unexpected end of file from server]

[JBoss-user] [Beginners Corner] - How can i run a Demon when the Server is Start Up

2005-05-06 Thread fnavia
Hello... At the moment I am in a project with Intelligent Agents developed in Java (.class). I need to initiate it at the moment at which the server Jboss starts. Anybody could help me? I am begginign to learn Jboss. Thanks. View the original post : http://www.jboss.org/index.html?modul

[JBoss-user] [JBoss Getting Started Documentation] - How can i run a Demon when the Server is Start Up

2005-05-06 Thread fnavia
Hello... At the moment I am in a project with Intelligent Agents developed in Java (.class). I need to initiate it at the moment at which the server Jboss starts. Anybody could help me? I am begginign to learn Jboss. Thanks. View the original post : http://www.jboss.org/index.html?modul

[JBoss-user] [Installation & Configuration] - Re: Starting JBoss 4 in debug mode???

2005-05-06 Thread darranl
The suspend=y can also be useful when developing your own applications. I use this option when trying to debug an MBean that is started on deployment. Also I have been using this script on Windows for debugging my code, I get the warning but it has no negative side effects for me so I never got

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JBossMQ and Remote Embedded Clients

2005-05-06 Thread basilid
genman, Thank you for your response. My experience is limited to real-time embedded platforms but I would appreciate if you could elaborate, or point to reading material, on how to create a socket listener on JBoss, and have JBoss enqueue a JMS message per request. Thank you. Bill View the o

[JBoss-user] [Persistence & CMP/JBoss] - Re: jboss4.0.2 and hibernate3.0.2 deployer exception

2005-05-06 Thread flinder1f7
Add commons-collections.jar to the lib directory of your server; I got it working that way. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876774#3876774 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876774 ---

[JBoss-user] [Installation & Configuration] - Re: Starting JBoss 4 in debug mode???

2005-05-06 Thread kylewburke
Thanks mlybarger (and Stark). I ultimately came to figuring that out. I'm sure "suspend=y" is useful in developing the server but the JBoss user/developer is usually interested in debugging their owns apps from within their IDE. Now I'm dying to know what JBoss+Windows users use instead of th

[JBoss-user] [EJB/JBoss] - Re: JMS PersistanceManager service is failed to start with O

2005-05-06 Thread kvreddy74
I guess JMS tables needs to be created at the time of the server startup.Do I need to explicitly create the JMS tables? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876770#3876770 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mod

[JBoss-user] [EJB/JBoss] - Re: JMS PersistanceManager service is failed to start with O

2005-05-06 Thread kvreddy74
I guess JMS tables needs to be created at the time of the server startup.Do I need to explicitly create the JMS tables? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876769#3876769 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mod

[JBoss-user] [Installation & Configuration] - Re: Starting JBoss 4 in debug mode???

2005-05-06 Thread mlybarger
that suspend=y seems only usefull if you're debugging jboss itself, or if you're debuggin a startup servlet that'll be run when the app is deployed on startup. i'd guess most folks would rather the default be suspend=n. took me a bit to find this "bug" in the run.bat. View the original post :

[JBoss-user] [Persistence & CMP/JBoss] - Re: jboss4.0.2 and hibernate3.0.2 deployer exception

2005-05-06 Thread singular_droid
Oh, by the way - i forget to say that on jboss4.0.0 all works fine View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876767#3876767 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876767 --

[JBoss-user] [Persistence & CMP/JBoss] - jboss4.0.2 and hibernate3.0.2 deployer exception

2005-05-06 Thread singular_droid
I'm trying to switch from jboss4.0.0 to 4.0.2(in both cases I use hibernate3.0.2) and I have a problem. I'm deploying a HAR with 5 mapping files - they are same in both cases. This is the source of hibernate-service.xml that I have written: | | | java:/OracleDS | o

[JBoss-user] [Management, JMX/JBoss] - Re: Twiddle giving StreamCorruptedException: null descriptor

2005-05-06 Thread odigokid
Hi, I still am getting the Exception. I am using JBoss 4.0.1sp1 and I checked the twiddle.bat script and its using the client jars that came with this distribution. Also, I added to the Twiddle.bat script the location of my own jar files. I copied them to the client directory and added a set

[JBoss-user] [Installation & Configuration] - base URI cannot be resolved in XSL on JBoss 4.0.1

2005-05-06 Thread sorrentinov
Dear All, I've a web application that work fine in JBoss 3.2.5 but when I deploy it in JBoss 4.0.1 I receive the following error: javax.xml.transform.TransformerException: javax.xml.transform.TransformerException: File not Found Exception /form-script-jsp.xsl the error is in a file xsl (form.

[JBoss-user] [JBossWS] - Creating server side Web Services for JBoss using JBoss-IDE

2005-05-06 Thread bgrieder
Hi, It took me quite a long time to figure how to make development of WS easy enough with JBoss so I thought I would share my experience. Smart people out there, please forgive me if you already know this... and share your improvements. Tools Required First grab the tools: get the jwsdp from S

[JBoss-user] [Beginners Corner] - JBoss Security: how to implement security in a web app runni

2005-05-06 Thread Koudry
Dear All, I am new to JBoss and have been trying to develop a web app. I need a simple way to implement security on my web app. I know I have to make some entries in the web.xml as follow: secruity-role secruity-constraint and add security-role-ref to servlets where necessary. I know that I h

[JBoss-user] [Beginners Corner] - JBoss won't come up at all - tons of error messages

2005-05-06 Thread GilB
Is there a step-by-step requirements set of docs anywhere. My system works fine with Eclipse (not JBosse/Eclipse). I compile, make jars, run fine. This is sure painful cause the messages are sooo abundant. Your documentation makes it seem that it will work first time every time. Not so for some

[JBoss-user] [JBossWS] - Re: No Internet Connection: Dom4J XML Parsing Error

2005-05-06 Thread jbriscoe
Here is my web.xml file's contents: | | http://java.sun.com/dtd/web-app_2_3.dtd";> | | |Application | | | com.hello.security.SecurityServletListener | | | 20 | | | | action | org.apache.struts.action.ActionServlet |

[JBoss-user] [Installation & Configuration] - Page not displayed error

2005-05-06 Thread vikyalfa
Hi , I am running a J2EE application On Jboss located in italy . when i access it from italy thru VPN , it throws the page not displayed error frequently while broswing the J2EE application . if i access it from INDIA thru the normal LAN , i do not receive the error . does it have to do with

[JBoss-user] [JBossWS] - Re: aultString: Internal Server Error (deserialization error

2005-05-06 Thread [EMAIL PROTECTED]
Can you show us the incomming message? You should be able to get it from the log file when you put the axis category in debug mode. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876750#3876750 Reply to the post : http://www.jboss.org/index.html?module=bb&op

[JBoss-user] [Persistence & CMP/JBoss] - Re: throws javax.ejb.CreateException, causedBy:java.lang.Ill

2005-05-06 Thread prasadjoshi
I m also getting the same problem "org.jboss.mq.SpyJMSException" but the thing is that i m not using any entity bean , i m using hibernate.plz anyone help me out. Prasad Joshi View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876749#3876749 Reply to the post

[JBoss-user] [JBossWS] - Re: could not find deserializer for type

2005-05-06 Thread [EMAIL PROTECTED]
The classes should go with the other classes in your EJB endpoint deployment. Below META-INF is definitely incorrect. Have you followed the StepByStep tutorials on doc/lit? There are also samples available at the bottom of the wiki that use doc/lit. View the original post : http://www.jboss.or

[JBoss-user] [JBossWS] - Re: No Internet Connection: Dom4J XML Parsing Error

2005-05-06 Thread [EMAIL PROTECTED]
Please show me the web.xml in my.war? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876746#3876746 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876746 --- This SF

[JBoss-user] [HTTPD, Servlets & JSP] - Re: NullPointerException when using Java Server Faces

2005-05-06 Thread mmaia
Hi, IÂve being doing some tests with Java Server Faces and under the Servlet Engine: Apache Tomcat/5.0.27 standalone the application works fine while using Jboss 4 as I mentioned it gives me that error, so .. itÂs problably some problem with JBoss engine. any Clues? View the original post :

[JBoss-user] [Persistence & CMP/JBoss] - Re: How do I avoid

2005-05-06 Thread andreaswalsh
"triathlon98" wrote : - the system tries to reduce the number of db accesses as much as possible. It does this by caching the state and only saving at certain events (somewhat depending on your configuration). IIRC it normally it saves before each finder/selector invocation or (when sync-on-comm

[JBoss-user] [JBoss Portal] - Forum Portlet will not build, buildmagic.ent:116 error

2005-05-06 Thread derrickhackman
I am running JBoss 4.0.1sp1 with Portal 2.0-beta1 and trying to build and install Forum 2.0-beta1a. The generatl environment is: OS=SuSE 9.0, java=1.4.2, Ant=1.6.1. The dirrectory structure for the build is: |-forums |-+fourm |-+tools( this is a copy portal\tools due to forum 'build.sh' dependanc

[JBoss-user] [Persistence & CMP/JBoss] - Re: How do I avoid

2005-05-06 Thread triathlon98
- the system tries to reduce the number of db accesses as much as possible. It does this by caching the state and only saving at certain events (somewhat depending on your configuration). IIRC it normally it saves before each finder/selector invocation or (when sync-on-commit-only is true) only

[JBoss-user] [Persistence & CMP/JBoss] - Need help with org.jboss.deployment.DeploymentException: ql-

2005-05-06 Thread jhenschel
Hi all, I'm trying to deploy a little application on JBoss 3.2.6 and Postgres 8.0.1. Strangely, I always get this Exception ... org.jboss.deployment.DeploymentException: ql-compiler is not specified. .. when deploying my 3 little EJBs. Has anyone encountered this before and might give me som

[JBoss-user] [Management, JMX/JBoss] - Re: Twiddle giving StreamCorruptedException: null descriptor

2005-05-06 Thread [EMAIL PROTECTED]
The exception must come from this: |private void readObject(ObjectInputStream ois) | throws IOException, ClassNotFoundException |{ | ObjectInputStream.GetField getField = ois.readFields(); | descriptor = (Descriptor) getField.get("attrDescriptor", null); |

[JBoss-user] [Security & JAAS/JBoss] - MBeanTrustPermission Error

2005-05-06 Thread dinosaur_jr
I tried to add the bea weblogic jndi namespace to the jndi namespace of my JBoss 4.0.2 server as external context for latter access of bea's jms queues. according to the documentation I tried this by deploying the following extjndi-service.xml within JBoss. | | | | external/Bea

[JBoss-user] [Clustering/JBoss] - Tomcat-LoadBalancer-Jboss problem

2005-05-06 Thread manojpardeshi
We have two jboss3.2.RC2 servers in a cluster and a load balancer in front of this cluster which handles the request. When I try to access this application I got the 500 Internal Server error Internal Server Error The server encountered an internal error or misconfiguration and was unable to

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: client log4j

2005-05-06 Thread mikezzz
Sorry, ignore me I'm talking crap ic.lookup("java:/JmsXA"). . Cheers, Mike. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876736#3876736 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876736 ---

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: client log4j

2005-05-06 Thread mikezzz
It's entirely possible that the Exception message is a red hearing however I neglected to mention that when using a transacted session the message never arrives on the Queue (the exception is the only relevant message in the log to indicate that the publishing failed). It works fine when using

[JBoss-user] [Persistence & CMP/JBoss] - Re: How do I avoid

2005-05-06 Thread andreaswalsh
I suppose that is what I do not understand: why is passivation not allowed just because I am in the midst of a transaction? In this particular transaction once I invoke create to create the entity bean I retrieve its primary key and then no longer need access to that bean during the transactio

[JBoss-user] [EJB/JBoss] - Illegal State Exception with EJB via http-communication

2005-05-06 Thread bk1_168
I am using JBoss 3.2.1 with Jetty and I am using http as a communication mechanism between the EJB-clients and JBoss. This works fine 99% of the time, but sporadically I am observing errors of the following type in the log file: | 16:00:10,000 WARN [jbossweb] WARNING: Exception for /invoker

[JBoss-user] [JBossCache] - Re: Websphere 5.1 and Jboss-Cache, does not work.

2005-05-06 Thread [EMAIL PROTECTED]
What if you put the relevant JMX libs from JBoss into the *ext* directory or the JDK ? Maybe that helps ... ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876726#3876726 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=