[JBoss-user] [JBoss Portal] - examples

2005-07-08 Thread vahcic
Hi, It would be great if there would be an example a hello world - but this time with jsp page. Second - also for multilanguage - like using utf-8 - but putting "hello world" many different languages and letters - to prove that jboss works with multilanguage. BTW example struct with japanese

[JBoss-user] [JBoss Getting Started Documentation] - Re: JBOSS IDE tutorial

2005-07-08 Thread nskarthik_k
Hi The Form started with the same Error u mentioned ,Me tried some hacking around... I think Follow the steps said by darrnl Happy JBossing around..;) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884258#3884258 Reply to the post : http://www

[JBoss-user] [JBoss Getting Started Documentation] - Re: JBOSS IDE tutorial

2005-07-08 Thread jwpeng
I followed closely to the tutorial and had similar problem. Only the error message is different. javax.servlet.ServletException: Lookup of java:/comp/env/ failed javax.naming.NamingException: Could not dereference object [Root exception is javax.naming.NameNotFoundException: ejb not bound] It

[JBoss-user] [JBoss Portal] - Re: jbp 2.0 has lots of pitfalls

2005-07-08 Thread yxyang
ok. I will try to create patch through jira.jboss.org. Due to the change is not one or two lines modifications, i am thinking how to submit the patches properly. Someone maybe give me recommends. What i did include: (1)All pages definitions should be removed from jbp-core. Especially the "de

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: How to stop messagelistener from listening queue/topic

2005-07-08 Thread geniusfox
topic/queue: MessageConsumer.setMessageListener(null); View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884254#3884254 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3884254 --

[JBoss-user] [Installation & Configuration] - server.log gets deleted every time jboss server starts up

2005-07-08 Thread naalayak
Every time when I start the JBoss server it overwrite to the server.log logs rather appending the logs... Is there any config change I can do to append the log rather overwrite... Thx, M View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884253#3884253 Reply to

[JBoss-user] [Persistence & CMP/JBoss] - Null Primary Key

2005-07-08 Thread spiffer
I am using MySQL to store an EJB and after inserting a new instance of the class into the database I get the following: javax.ejb.CreateException: Primary key for created instance is null. org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager.createEntity(JDBCStoreManager.java:574) org.jboss.ejb.plugin

[JBoss-user] [Messaging, JMS & JBossMQ] - Could not store message: 127 msg=90 hard NOT_STORED PERSISTE

2005-07-08 Thread krishnad2468
Hi, We are using jboss-3.2.1 server and MDB's. Message driven beans are running for a while and today i got this error. This is the first i am seeing error. I am not sure why i am getting this error. Can any one have any idea why will get this error? I searched on google and i didn't find any p

[JBoss-user] [Installation & Configuration] - Re: Problem getting Eclipse 3.1m5 with WebTools to see JBoss

2005-07-08 Thread wtff
Hi everyone, I had the same problem. I have downloaded Eclipse 3.1 final and the current Webtools project (Milestone 5) and chose to install the package which includes both the WST and JST plugins. Then I noticed that there was no Jboss 4.x server binding. Searching through the web and several

[JBoss-user] [JBossWS] - Re: problem serialize byte[] property as base64Binary

2005-07-08 Thread moebus
Have found that the error does only occur when the property is accessed as a public field, without accessor methods defined. Change field to private, and create accessor methods, regenerate wsdl+mapping.xml, and everything works correctly. But I think the first variant should also work, therefo

[JBoss-user] [JBossWS] - Re: using WSEE doclet

2005-07-08 Thread dhartford
Change: On the WSCOMPILE task, switched from: features="documentliteral" to: features="rpcliteral" This seems to be working better, and actually have single ValueObject beans going back and forth fine. However, Arrays of ValueObject beans is NOT working, which was what held me back last time

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Jboss client hang in QueueConnection.start() - IOExcepti

2005-07-08 Thread nsayer
"nsayer" wrote : We have a client whose code looks somewhat like this: | | do { | qc.start(); | runABunchOfThreadsThatProcess5000Messages(); | qc.stop(); | } while(shouldWeKeepGoing()); | | (note that the method between start() and stop() waits for all the message processin

[JBoss-user] [Messaging, JMS & JBossMQ] - Jboss client hang in QueueConnection.start() - IOException P

2005-07-08 Thread nsayer
We have a client whose code looks somewhat like this: do { qc.start(); makeABunchOfThreadsThatProcess5000Messages(); qc.stop(); } while(shouldWeKeepGoing()); The problem we're seeing is that very intermittently the client will get stuck inside the call to start(). We registered an Exceptio

[JBoss-user] [Installation & Configuration] - Starting JBOSS via ftp

2005-07-08 Thread rwilson76134
It is possible to start JBOSS via ftp? We are on a shared server and the ISP will not allow us to telnet in. I have attempted to run the run.bat file but the command window appears rapidly and goes away. I am running 4.0.2. Thanks. View the original post : http://www.jboss.org/index.html?m

[JBoss-user] [EJB/JBoss] - Re: javax.ejb.ObjectNotFoundException: No such entity!

2005-07-08 Thread martinh
Hi, i've this problem: [Server] JBoss (MX MicroKernel) [4.0.0 (build: CVSTag=JBoss_4_0_0 date=200409200418)] Started in 52s:411ms 14:49:34,381 INFO [STDOUT] No se encontrĂ³ servlet asociado al evento: listar_usuarios Error: No such entity! 14:49:34,383 INFO [STDOUT] javax.ejb.ObjectNotFoundExc

[JBoss-user] [Security & JAAS/JBoss] - Re: FORM BASED LOGIN MODULE FROM DATABASE HELP NEEDED

2005-07-08 Thread jbrosan
Hi all, I'm having a similar issue with JBoss 4.0.2 web app. I am using form based security and I made all of the changes to login-config.xml, web.xml, etc. In my logfile it appears to be getting the correct userid and roles from MS SQL Server, and will give me the error page if I use the inc

[JBoss-user] [JBossWS] - Re: using WSEE doclet

2005-07-08 Thread dhartford
Question on _ResponseStructs - is this something that is/could be generated from the BeanSerializer or some other tool? On deploy, getting 'ClassNotFound' for these _ResponseStructs. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884232#3884232 Reply to the

[JBoss-user] [The Lizzard's corner] - No user posts please.

2005-07-08 Thread [EMAIL PROTECTED]
What a dumping ground this forum has become. I just moved about 100 posts to either the beginners forum or the website issues forum to try to get the first page of posts to look like JBoss user questions shouldn't be asked here. It isn't a suprise that most of those posts were ignored as being

[JBoss-user] [The Lizzard's corner] - Re: Setting cron jobs in jboss

2005-07-08 Thread [EMAIL PROTECTED]
dummy post View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884229#3884229 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3884229 --- This SF.Net email is sponsored by

[JBoss-user] [The Lizzard's corner] - Re: LGPL and Sun's activation.jar ???

2005-07-08 Thread [EMAIL PROTECTED]
Dummy View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884228#3884228 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3884228 --- This SF.Net email is sponsored by the '

[JBoss-user] [The Lizzard's corner] - READ THIS FIRST

2005-07-08 Thread [EMAIL PROTECTED]
This forum is for general discussion and humour. Do not ask questions or help here. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884226#3884226 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3884226

[JBoss-user] [Persistence & CMP/JBoss] - Null hibernate session factory in ejb3

2005-07-08 Thread milesif
I have the following configuration: I am using 4.0.2 with ejb3 installed. I deployed an ear with a .war, an .ejb3 (just a stateless session bean) and a .har. I can see my hibernate session factory in the jndi tree (java:/hb/factory), I can get a reference to the session bean, but when I look fo

[JBoss-user] [HTTPD, Servlets & JSP] - JSP won't compile

2005-07-08 Thread jozeph78
I'm getting a weird error when trying to load the JMX-Console, and any other JSP for that matter. When I visit http://localhost:8080/jmx-console, I get teh following error: | Exception report | | message | | description The server encountered an internal error () that prevented it

[JBoss-user] [JBossWS] - JbossWS threw JAXRPCException--jaxrpc-mapping.xml

2005-07-08 Thread sheeysong
Tom, I have used Jboss 4.0 to successfully publish HelloBean to WSDL, but using the same jaxrpc-mappings.xml with package-type change, it threw: RuntimeMBeanException: null Cause: javax.xml.rpc.JAXRPCException: Cannot unmarshal jaxrpc-mapping-file: jaxrpc_mappings.xml). Since you are the on

[JBoss-user] [Security & JAAS/JBoss] - authentication module

2005-07-08 Thread soussou
Hi; I think that I am not the first people to realize a authentication module using jaas api. If you have any information for that, I'am very interested I use Jboss and I would like to implement a jaas authentication module with a Oracle database (login + password are stored into the database

[JBoss-user] [Installation & Configuration] - JMX-Console won't load (windows to linux convert)

2005-07-08 Thread jozeph78
Hello. My JMX-Console wont' load. It prints the following stack trace when I click on the JMX-Console from localhost:8080: | type Exception report | | message | | description The server encountered an internal error () that prevented it from fulfilling this request. | | excep

[JBoss-user] [Management, JMX/JBoss] - Re: Is it possible for JBOSS or JMX or(J2EE application) to

2005-07-08 Thread ryan2005
Is it possible for JBOSS or JMX or(J2EE application) to Manage a standalone Java application ? 1. use Jboss directly ? 2. use JMX to control or monitor ? 3. use J2EE program to manage ? which one is possible? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3

[JBoss-user] [Management, JMX/JBoss] - Is it possible for JBOSS or JMX or(J2EE application) to Mana

2005-07-08 Thread ryan2005
1. use Jboss directly ? 2. use JMX to control or monitor ? 3. use J2EE program to manage ? which one is possible? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884217#3884217 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=repl

[JBoss-user] [JBoss Portal] - Re: jbp 2.0 has lots of pitfalls

2005-07-08 Thread [EMAIL PROTECTED]
I think I answered you. Can you submit patch as jira patch and attach the patch file to the jira task ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884216#3884216 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=38842

[JBoss-user] [JBossWS] - Re: Value for jaxrpc-mappingURL

2005-07-08 Thread [EMAIL PROTECTED]
It is unreasonable to expect that a ws4ee client can download metadata that relate to its own java nature from the endpoint it is talking to. WS is about interoperability and client/server side are fundamentally disconnected. Your client might be talking to a .NET endpoint, which will have no n

[JBoss-user] [Beginners Corner] - Re: Deployment question

2005-07-08 Thread PeterJ
Copy the WAR file to the JBOSS_HOME/server/default/deploy directory. (This assumes you are using the configuration named 'default'.) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884214#3884214 Reply to the post : http://www.jboss.org/index.html?module=bb&

[JBoss-user] [Messaging, JMS & JBossMQ] - Working with remote queues

2005-07-08 Thread alendo
We try to run the Getting started with jboss 4.0 example/ejb/simplemessage on two different hosts. We modified the compile-build-deploy jboss-build.xml to deploy the mdb on one side and the client on the other side. And it seems to work. The mdb side is working but the MyQueue queue was created

[JBoss-user] [Installation & Configuration] - Re: NullPointerException at startup!

2005-07-08 Thread PeterJ
What JVM are you using? Also, post the full startup output. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884212#3884212 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3884212

[JBoss-user] [JBossWS] - Re: jbossws cvs confusion

2005-07-08 Thread [EMAIL PROTECTED]
It should be src/main/org/jboss/test/webservice/ I updated the wiki to include detailed instructions on how you run the tests. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884210#3884210 Reply to the post : http://www.jboss.org/index.html?module=bb&op=pos

[JBoss-user] [Performance Tuning] - serialization

2005-07-08 Thread warnasweb
Is there any term server serialization, if it is then plz tell me how is done coz i hv got such assingment from my PM View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884208#3884208 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=

[JBoss-user] [JBossWS] - Re: using WSEE doclet

2005-07-08 Thread dhartford
Update: For generating the entity beans, if you use EJBDoclet make sure to use version XDOCLET-1.2.2! xdoclet-1.2.3 has a new getReadOnly*ValueObject methods that breaks the BeanSerializer. There does not seem to be an option yet to disable this method in ejbdoclet. Working on WSCOMPILE for

[JBoss-user] [Performance Tuning] - Clustering

2005-07-08 Thread warnasweb
How one can do customized clustering in jboss 4.0.2 is there any tool abl for this View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884206#3884206 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3884206

[JBoss-user] [JBoss Portal] - Re: jbp 2.0 has lots of pitfalls

2005-07-08 Thread andrejt
Hi! Would you mind to send your code to my email? andrej.tibaut*AT*uni-mb.si I want to learn from your code. Thanks, Andrej View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884205#3884205 Reply to the post : http://www.jboss.org/index.html?module=bb&op=post

[JBoss-user] [JBoss Portal] - Re: helloworld page reuse user/admin portlet

2005-07-08 Thread andrejt
Hi! anonymous wrote : After rebuild and redeploy, some windows such as forum, test etc displayed properly. But user portlet window and admin window only displayed the decoration (no contents are displayed). | What have you rebuilt...? Wasn't it enough just to remove page definitions, portle

[JBoss-user] [JBoss Portal] - Re: JBoss Portal and MS SQL Server

2005-07-08 Thread jayant123
There are several exceptions in the server.log, and they start from the point where (I assume) JB Portal attempts to enter/validate tables in the data source, which don't exist because the setup script doesn't work for SQL Server 2000. I would be very grateful if you could walk me through the

[JBoss-user] [EJB/JBoss] - Re: Cannot get a remote context for Session Bean

2005-07-08 Thread srose
I figured it out! One of my objects which i use to copy over data from my entity bean inside my session bean wasnt serializable. I do this to keep my entity bean transparent to my client. Anyways, I made it serializable and it works perfectly. View the original post : http://www.jboss.org/ind

[JBoss-user] [JBoss Portal] - Re: jbp 2.0 has lots of pitfalls

2005-07-08 Thread yxyang
i just applied the domain name for my site. www.mobmeee.com. Welcome comments! :) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884198#3884198 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3884198 --

[JBoss-user] [JNDI/Naming/Network] - java.lang.reflect.UndeclaredThrowableException

2005-07-08 Thread madhav_devarapalli
Hi, I am using Jboss 3.2 I installed Jboss on two different machines and I deployed web component on one machine and ejb compoent on another machine >From web component I am using the following code to get references of home and >then remote interfaces. Properties env = new Properties(); env.s

[JBoss-user] [JBoss Portal] - Re: jbp 2.0 has lots of pitfalls

2005-07-08 Thread yxyang
yes, i will improve login page. I just made forum work today. I hope i will make login page nice next week. By the way, my work is based on jbp-2.0-branch. I hope these code can be accepted and will be part of jbp-2.0.1 . yang View the original post : http://www.jboss.org/index.html?module=bb

[JBoss-user] [JBoss Portal] - Re: jbp 2.0 has lots of pitfalls

2005-07-08 Thread yxyang
I would like to contribute. But i just don't know how to submit my codes. I already sent email to julien and i think he is busy. regards Yang View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884194#3884194 Reply to the post : http://www.jboss.org/index.html?

[JBoss-user] [EJB/JBoss] - Re: Cannot get a remote context for Session Bean

2005-07-08 Thread srose
I also pulled this from the jboss application log file: 2005-07-08 09:35:04,542 DEBUG [org.hibernate.jdbc.ConnectionManager] running Session.finalize() 2005-07-08 09:35:04,542 DEBUG [org.hibernate.jdbc.ConnectionManager] running Session.finalize() 2005-07-08 09:35:59,291 DEBUG [org.jboss.remoti

[JBoss-user] [Installation & Configuration] - Re: Multiple JBoss Server Instances on the same system

2005-07-08 Thread sabinafarah
replace ? with - in the run command View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884192#3884192 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3884192 --- This SF.N

[JBoss-user] [Installation & Configuration] - Re: Multiple JBoss Server Instances on the same system

2005-07-08 Thread sabinafarah
DOCUMENT TO CREATE AND RUN DIFFERENT INSTANCES OF JBOSS IN THE SAME MACHINE: 1. Make a copy of the /server/default folder within /server/ 2. Rename the folder to any name viz . ?default1? . this will be the name of ur new JBoss Server instance. 3. Delete the folders ?log?, ?temp?

[JBoss-user] [Installation & Configuration] - Multiple JBoss Server Instances on the same system

2005-07-08 Thread sabinafarah
How does one create Multiple JBoss Server Instances on the same system? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884190#3884190 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3884190 -

[JBoss-user] [JBossWS] - Value for jaxrpc-mappingURL

2005-07-08 Thread fpitschi
I am using a DII "stand-alone" client, using the jboss and jwsdp jars. Calls for simple methods work fine. I hope by calling | import org.jboss.webservice.client.ServiceFactoryImpl; | String jaxrpcm="??"; | String ws4ee = ""; | serviceFactory.createService

[JBoss-user] [JBoss Portal] - Error:javax.portlet doesnt exist

2005-07-08 Thread brp
Hi, Yep, now I am able to run the JBoss portal.Now I am trying to create a sample portlet.But I am not able to compile the java file because of import javax.portlet package.we downloaded the portlet specifications and placed the portlet.jar in /lib.We r not able to work even then.Can somebady h

[JBoss-user] [EJB/JBoss] - Re: cactus not catching application exception but wrap it in

2005-07-08 Thread jaikiran
Following is a brief description about how EJB container handles exception. I found this on some site. How the EJB container handles exceptions: The EJB container intercepts every method call on the EJB component. As a result, every exception that results in a method call is also intercepted by

[JBoss-user] [Beginners Corner] - jportal and search engine

2005-07-08 Thread g_nadia
Hi all. Since jportal has not search capabilities, is it possibile integrate it with an open source search engine? If yes, is there a preferred search engine to use? Should I integrate it, deploying the war file? Thanks a lot, Nadia View the original post : http://www.jboss.org/index.html?m

[JBoss-user] [JBoss Portal] - jportal and search engine

2005-07-08 Thread g_nadia
Hi all. Since jportal has not search capabilities, is it possibile integrate it with an open source search engine? If yes, is there a preferred search engine to use? Should I integrate it, deploying the war file? Thanks a lot, Nadia View the original post : http://www.jboss.org/index.html?m

[JBoss-user] [JBoss Portal] - jportal and search engine

2005-07-08 Thread g_nadia
Hi all. Since jportal has not search capabilities, is it possibile integrate it with an open source search engine? If yes, is there a preferred search engine to use? Should I integrate it, deploying the war file? Thanks a lot, Nadia View the original post : http://www.jboss.org/index.html?m

[JBoss-user] [EJB/JBoss] - Re: Cannot get a remote context for Session Bean

2005-07-08 Thread srose
here is the stack trace for the IOException... Caused by: java.io.EOFException at java.io.ObjectInputStream$BlockDataInputStream.peekByte(Unknown Source) at java.io.ObjectInputStream.readObject0(Unknown Source) at java.io.ObjectInputStream.readObject(Unknown Source)

[JBoss-user] [JBossCache] - Bean on cache

2005-07-08 Thread srinisanth
We have read-only entiry bean on cache in web logic application server; We got client' requirements to migrate from Weblogic server to JBoss server. How can we use the bean on cache in JBoss server?. Kindly tell us about cache strategy available for entity bean in JBoss server. View the orig

[JBoss-user] [JBoss Portal] - Re: Problem when register user with UserPortal

2005-07-08 Thread gruenewa
It's me again. When registering a account is created but no messages are generated. I would at least expect a "Registration succeeded" message. Also no email is send, although i enabled the validate via email flag in the userportlet configuration. Thanks. View the original post : http://www.jb

[JBoss-user] [JBoss Portal] - Re: problems with jportal installation

2005-07-08 Thread g_nadia
thanks to all to have helped me. I recreated the tables and the content whit hibernate mbean ... a couple of times ... and now all is ok :-). Nadia View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884180#3884180 Reply to the post : http://www.jboss.org/index

[JBoss-user] [JBossWS] - Re: Jboss-4.0.2 Client

2005-07-08 Thread gayathiri
Shall i download jboss-4.0.3 today ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884179#3884179 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3884179 --- This SF.

[JBoss-user] [EJB/JBoss] - Transaction timeout in BMT

2005-07-08 Thread jaikiran
Hi, I am working on Jboss-3.2.3. I have a stateless session bean which has Bean managed transaction. In my code, i start a transaction using the UserTransaction. My bean actually does some database processing, which takes a long time to complete. Because of this, i always encounter the transa

[JBoss-user] [Installation & Configuration] - Re: 4.0.2 Startup problem

2005-07-08 Thread vinayh
Hi Scott, I have downloaded JBoss 4.0.2 version as recommended and the earlier problem is solved but now I am getting a JVM_Bind:8080 error and therefore the Tomcat webserver does not start. I am installing JBOSS on Win2K machine and have checked the port usage using netstat. Also I have rest

[JBoss-user] [JBoss Portal] - Re: jbp 2.0 has lots of pitfalls

2005-07-08 Thread andrejt
Hi yxyang! You've done a great job! Can you please share your changed source code, so we don't need to repeat the effort. This would be a very generous move. Andrej (andrej.tibaut*AT*uni-mb.si) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884176#3884176 R

[JBoss-user] [JBoss Portal] - Re: Problem when register user with UserPortal

2005-07-08 Thread gruenewa
Sorry, I found the answer already in this forum. Thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884175#3884175 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3884175

[JBoss-user] [Messaging, JMS & JBossMQ] - Considering JBossMQ

2005-07-08 Thread mphansen
Hi, We are considering using JMS and JBossMQ on JDK 1.3 based system (so only JBoss 3.2.x) and we have a few concerns that I thought you might help me sort out. 1) Is is possible to manipulate messages in a queue/topic? We want to be able to delete messages. 2) Any administrative tools out ther

[JBoss-user] [JBoss Portal] - JBoss ear datasource

2005-07-08 Thread grungy
Hi, Does anyone know if it is possible to have ear file deployed on jboss with datasource bundled in it instead of having datasource xml file in jboss/server/xxx/deploy directory. Currently i this in my jboss-cmp xml file java:/MyOwnDSMYSQL mySQL true false

[JBoss-user] [JBoss Portal] - Problem when register user with UserPortal

2005-07-08 Thread gruenewa
Hi all, I downloaded jboss-portal2.0RC2 and tried to register a new user with the help of the UserPortlet. Registration fails and gives the following stacktrace on console: | 10:49:49,696 ERROR [JBossPortlet] Cannot create user TEST | org.jboss.portal.core.modules.ModuleException: No such r

[JBoss-user] [JBoss Portal] - Re: JBoss Portal and MS SQL Server

2005-07-08 Thread bcarothers
Are you seeing any exceptions in the server log? I am currently using SQL Server 2000 as the data store for JBoss Portal 2.0, but I manually tweaked the old setup.sql script to get it going back before JBPORTAL-242 was fixed. I can walk you through the manual install process (it takes about

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: How to stop messagelistener from listening queue/topic

2005-07-08 Thread schrouf
You can do this with an JMX-MBean-method call of start/restartDelivery() of the appropriate MDB invoker MBean. Use the JMX console to find your invoker MBean named like | jboss.j2ee : binding=message-driven-bean,jndiName=local/,plugin=invoker,service=EJB | Regards Ulf View the original p

[JBoss-user] [JBoss Portal] - Re: jbp 2.0 has lots of pitfalls

2005-07-08 Thread gruenewa
Your login page needs improvement. It looks like the JBoss login ;-) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884160#3884160 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3884160

[JBoss-user] [JBoss Getting Started Documentation] - VIMP- Multiple Instances of appplication now working

2005-07-08 Thread email2shailesh
We have separate war files for each instance with property file for Data source with each war file and single EAR file. When we have deployed the application then multiple instances accessing same database as single EJB is used. During first war deployment the DS is set to first file and during

[JBoss-user] [Clustering/JBoss] - Re: NotSupportedException with ClusteredSingleSignOn

2005-07-08 Thread siano
As I watch the CVS, the code in question is currently undergoing some major revision (16 files were changed in the last two days). I suppose, I'd better wait for the next release candidate (and hope the changes will be complete by then). However I found the information that the code is currentl

[JBoss-user] [Performance Tuning] - Re: data sources

2005-07-08 Thread lkamal
You can use (dbserver)ds.xml" file in the deploy folder to configure the data sources. Kamal Chandana View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884156#3884156 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3884