[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Incomplete Deployment Listing

2005-10-06 Thread venkatch77
Hi I am using Jboss 4.0 with hibernate 3.0. I am getting following error when i start the server. I appreciate if some one helps me.It's Important for me. ERROR [URLDeploymentScanner] Incomplete Deployment listing: Packages waiting for a deployer: [EMAIL PROTECTED] {

[JBoss-user] [News Announcements] - JBoss Remoting 1.4.0 beta

2005-10-06 Thread [EMAIL PROTECTED]
JBossRemoting 1.4.0 beta has been released. Some of the new features include: * Support for pluggable serialization implementations * Includes JBoss Serialization (which allows to send non-serializable payloads) * Multiplex transport * Compression marshaller/unmarshaller *

[JBoss-user] [Security JAAS/JBoss] - JSP/JAAS custom login form

2005-10-06 Thread mr_spanky
Hi, i would like to provide a custom login form via a jsp page using the jaas security implementation of jboss. This means i have a login form on every page additional to the cofigured form-login-page which should redirect the user to the same page after successful login. The question is, how

[JBoss-user] [EJB/JBoss] - Re: Simple BMP method throws TransactionRolledbackException

2005-10-06 Thread erbora00
Now I am updating what I said I discovered in the previous post. The ejbLoad method also returns ok, but when the transaction is committed No Transaction exception is thrown. I guess the container cannot find a Transaction associated with the executing thread. I dont know why...I mark all the

[JBoss-user] [EJB/JBoss] - Re: Simple BMP method throws TransactionRolledbackException

2005-10-06 Thread erbora00
Here is the most up-to-date stack trace: 2005-10-06 10:49:33,125 INFO [STDOUT] Got the password 2005-10-06 10:49:33,125 INFO [STDOUT] java.lang.IllegalStateException: No transaction. 2005-10-06 10:49:33,125 INFO [STDOUT] at org.jboss.tm.TxManager.rollback(TxManager.java:331) 2005-10-06

[JBoss-user] [Beginners Corner] - Linkage error: migrating from 4.0.2 to 4.0.3

2005-10-06 Thread fabian.burtard
Hi, I'm interesting to use the jboss4.0.3 because of the new bugfix. So i download the zip archive, extract on my server and launch jboss with jdk1.4. The same ear archive works on jboss4.0.2 but not on jboss4.0.3. On jboss4.0.2, i just remove the UseJbossClassLoader attribute on the

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Unique constraint violation

2005-10-06 Thread celinemurphy
Shouldn't there be an order by messageid in this select statement? Thanks Celine SELECT_MESSAGE = SELECT MESSAGEID, MESSAGEBLOB FROM JMS_MESSAGES WHERE MESSAGEID=? AND DESTINATION=? public SpyMessage loadFromStorage(MessageReference messageRef) throws JMSException { if

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: Unique constraint violation

2005-10-06 Thread celinemurphy
sorry. scrap that View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3899523#3899523 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3899523 --- This SF.Net email is

[JBoss-user] [Beginners Corner] - Re: How to use seperate tomcat and jboss

2005-10-06 Thread Frito
Just deploy your ear... ;-) Since you are not providing much information, I will try to become a clairvoyant. I think your ear contains a war and some other resources, perhaps EJBs. Split you deployment to a web-deployment for tomcat (war, all needed libs and probably jboss-client stuff) and

[JBoss-user] [O'Reilly JBoss 3.0/4.0 Workbook] - Alternative class for the LocalTxConnectionManager in Jboss

2005-10-06 Thread laxmanjava
i am getting an error, when i am migrating from the jboss 3.0.2 to jboss 4.0.2 . It is showing me the error as LocalTxConnectionManager is not found org.jboss.deployment.DeploymentException: No ClassLoaders found for: org.jboss.resource.connectionma nager.LocalTxConnectionManager; - nested

[JBoss-user] [Installation, Configuration Deployment] - Re: Installing JBoss AS 4.0.3

2005-10-06 Thread Herkules
Created new issues: http://jira.jboss.com/jira/browse/JBAS-2334 http://jira.jboss.com/jira/browse/JBAS-2333 appended czech translation to http://jira.jboss.com/jira/browse/JBAS-2258 Jan View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3899526#3899526 Reply to

[JBoss-user] [Clustering/JBoss] - Re: HTTPSession replication = serializable

2005-10-06 Thread new4jboss
Thanks for your answer. If possible I would like to refine my knowedge about JBoss's HTTPSession replication. Will Replication just not work if there is non-serializable content or it works just for the serializable part ? Thank you View the original post :

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: Unique constraint violation

2005-10-06 Thread celinemurphy
I am just trying to get to the bottom of this error. Has anyone encountered it before? The JMS is configured to be non - persistent - the messages are only transferred if the memory starts to get scarce. But it seems like there is a bug somewhere - in jboss version 4.0.0 where it is trying to

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: HARDeployer

2005-10-06 Thread milx
I?m unable to consistently reproduce the bug, I have 2 applications using the old deployment method, one works, and the other does not. I can therefore not provide a good bug description, but I have posted what I have and maybe you can look into it. The new method works fine for me anyways.

[JBoss-user] [Installation, Configuration Deployment] - Re: How to change Context.PROVIDER_URL ?

2005-10-06 Thread beubzi
I copy default config to default1. I modify default1/conf the jboss-service.xml to put service binding to ports-01. in conf, i modify jndi.properties to put localhost:1199. I modify mysql-ds.xml to mapping to another database (on the same SGBD mysql). I modify jbosswebtomcat to put in

[JBoss-user] [JBoss Portal] - Concurrent rendering

2005-10-06 Thread alesj
Is there a concurrent thread rendering version of MainDispatcherInterceptor? Any guidelines on how to write this? Since now all the information is held in single Invocation instance, which is changed for different windows. Rgds, Ales View the original post :

[JBoss-user] [Installation, Configuration Deployment] - Re: Read server log

2005-10-06 Thread roberto
There is maybe some opensource mbean (plug in) that allow it? Thank You View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3899544#3899544 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3899544

[JBoss-user] [EJB/JBoss] - Re: When deploy mdb,durable attribute is failure,,,

2005-10-06 Thread richiewalsh
Did anyoe manage to come up with a solution to this. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3899547#3899547 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3899547

[JBoss-user] [Installation, Configuration Deployment] - Re: How to change Context.PROVIDER_URL ?

2005-10-06 Thread darranl
Which jndi.properties are you editing? If it is the one in the conf folder you should not be changing the contents, the default settings allow the local JNDI server to be found by default. [I can't remember what comment is in the jndi.properties from 3.2.3 but the only people that should edit

[JBoss-user] [Installation, Configuration Deployment] - Re: change JBoss start page

2005-10-06 Thread simona.pricope
I have found the solution on my own by reading more carefully this forum. So who wants to know: The index.html file can be found on \deploy\jbossweb-tomcat55.sar\ROOT.war of your jboss directory. And you can change it to redirect to your application pages by inserting a meta tag: meta

[JBoss-user] [JBoss Portal] - Re: Concurrent rendering

2005-10-06 Thread [EMAIL PROTECTED]
I had some thoughts about that in JBoss Portal 2.2 which has a better architecture to implement that (get the code from the cvs with cvs co jboss-portal-2.2) here : http://www.jboss.com/index.html?module=bbop=viewtopict=67852 View the original post :

[JBoss-user] [JBoss Portal] - Problem with JBoss Portlet and JavaServer Faces

2005-10-06 Thread giordano
Hi, I developed some little demo applications using JBoss Portlet and JavaServer Faces. I followed the CarDemo and all is working fine. Now I developed a more complicated application with 3 Portlets using JSF. Each portlet has a Button that perform an action. Each Action is associated with

[JBoss-user] [Installation, Configuration Deployment] - Re: Read server log

2005-10-06 Thread darranl
I would not recommend this approach but if you really want the log file to be accessible remotely you could make it available for download from a web application. http://wiki.jboss.org/wiki/Wiki.jsp?page=ExternalDirectories View the original post :

[JBoss-user] [JBoss Portal] - Re: Problem with JBoss Portlet and JavaServer Faces

2005-10-06 Thread [EMAIL PROTECTED]
what version of portal do you use ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3899554#3899554 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3899554 --- This SF.Net

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - track pageContext

2005-10-06 Thread simona.pricope
Hi everyone, I need help: How can I get the URL of the previous pages? I want to know from where the request is coming. I'm guessing by using the pageContext object but I did'nt find a solution. Thank you. View the original post :

[JBoss-user] [JBoss Portal] - Re: Problem with JBoss Portlet and JavaServer Faces

2005-10-06 Thread giordano
I use jboss-portal-2.0-jboss-4.0.2. Thanks Giordano View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3899556#3899556 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3899556

[JBoss-user] [JBoss Portal] - Re: Problem with JBoss Portlet and JavaServer Faces

2005-10-06 Thread [EMAIL PROTECTED]
could you try 2.0.1RC2 ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3899558#3899558 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3899558 --- This SF.Net email is

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: Mysql query cache

2005-10-06 Thread alcaponi
Hi again, The query cache finally works after I've reverted to mm.mysql-2.0.12-bin.jar. The problem was that the query cache somehow wouldn't work within transactions with mysql-connector-java-3.1.10-bin.jar. Anyone care to dig further? Here is one working combination: Jboss 3.2.2 with

[JBoss-user] [Clustering/JBoss] - Re: JBoss4.0.1 Clustering

2005-10-06 Thread sajididris
Hi, I am able to run two copies of the server on my m/c, but when i run my application it runs fine on using localhost:8080, but its not identifying with my machine name. I am connecting Jboss with Apache, its working fine with machine name when i deploy the application in default. But its not

[JBoss-user] [EJB/JBoss] - Re: Simple BMP method throws TransactionRolledbackException

2005-10-06 Thread erbora00
By the way the above stack trace occurs when the transaction.commit() line throws an Unable to commit exception and then transaction.rollBack() is executed. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3899566#3899566 Reply to the post :

[JBoss-user] [EJB/JBoss] - Re: JBossRollbackException: Unable to commit

2005-10-06 Thread erbora00
Hi there, See the thread I have opened, no solution yet anyway... Simple BMP method throws TransactionRolledbackException I tried it with and without a session bean, not solved yet... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3899567#3899567 Reply to the

[JBoss-user] [Beginners Corner] - Setting locale for a session

2005-10-06 Thread hpernu
Is there a way to setup a locale for a single web session? By following a Sun JSF tutorial, I have been able to set the locale for a single JSF page. However, after changing the page, the locale no longer applies and the default locale is used instead. This was found on the net:

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

2005-10-06 Thread Christy
Thomas, I have looked *.wsdd and mapping.xml. It looks like everything is fine. I used wscompile to generate wsdl and mapping.xml. And a strange thing: when string array is as the return value - everything works fine! What can it be? View the original post :

[JBoss-user] [JBoss Portal] - Re: Problem with JBoss Portlet and JavaServer Faces

2005-10-06 Thread giordano
I tried with 4.0.1RC1 and now it works! During the startup of the portal server I have an exception but I was not able to identify it. Another question. Can I arrange portlet by myself? Is there a configuration file? Which is this file? Thanks and bye, Giordano View the original post :

[JBoss-user] [Messaging, JMS JBossMQ] - Re: MDB deployment failure with HAJMS and clustering

2005-10-06 Thread BadBeansMaurice
I'm running on Windows 2000 sp4. I was finally able to work past the problem, but I'm still not entirely sure what was causing it. I stopped using the ports-01 and ports-02 configurations and went with the ports-02 and ports-03. When I changed the configurations, there was no error. I

[JBoss-user] [JBoss Portal] - Re: Problem with JBoss Portlet and JavaServer Faces

2005-10-06 Thread [EMAIL PROTECTED]
look at the documentation View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3899579#3899579 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3899579 --- This SF.Net email is

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - TransactionException: Could not find UserTransaction in JNDI

2005-10-06 Thread echon
Hi, i developed with 4.0.3RC1+RC2 and all works fine. Today i tried to deploy my application to 4.0.3 release and i get an exception. In some way Hibernate TransactionFactory cannot create a Transaction because the Factory doesn´t find something via JNDI... My service.xml looks like this:

[JBoss-user] [Clustering/JBoss] - Re: JBoss4.0.1 Clustering

2005-10-06 Thread JerryGauth
Are you sure you've configured mod_jk correctly with JBoss? You can check the wiki page for guidance at http://wiki.jboss.org/wiki/Wiki.jsp?page=UsingMod_jk1.2WithJBoss If you've configured everything correctly, your application will be accessible on whatever port you've specified for Apache.

[JBoss-user] [Messaging, JMS JBossMQ] - CLIENT acknowledge not working as expected

2005-10-06 Thread jaikiran
Hi, I am using JBoss 3.2.3. I have an class which writes to a queue which is listened by a MDB. I am using : queueSession = queueConnection.createQueueSession(false,Session.CLIENT_ACKNOWLEDGE); to create a queue session. When i write out a message to the queue, it is picked by the MDB and

[JBoss-user] [Installation, Configuration Deployment] - Re: Installing JBoss AS 4.0.3

2005-10-06 Thread caigao
running jboss installer here an exception gived: No custom langpack available. com.izforge.izpack.installer.ResourceNotFoundException: Can not find Resource packsLang.xml for language chncom.izforge.izpack.installer.ResourceNotFoundException: Can not find Resource packsLang.xml for language

[JBoss-user] [JBoss Getting Started Documentation] - Missing jboss-build.xml for simplemessage (not in j2eetutori

2005-10-06 Thread jbeausoleil
Hello, I have gotten to chapter 6 in the jboss tutorial. I had a lot of problems with previous chapters but was able to google my way forward and keep moving. Now I am stuck at Chapter 6 without a jboss-build.xml file for SimpleMessage. This build file does not exist in the j2eetutorial14 or

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

2005-10-06 Thread Christy
And one more question! I think it is stupid question: jaxrpc-mapping.xml it's the same as mapping.xml? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3899597#3899597 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3899597

[JBoss-user] [JBossWS] - Re: Secure Webservice client - axis-ws4ee.jar does not suppo

2005-10-06 Thread jjboss
Ok, I got a workaround but it is not a real solution: By default the soap:address in the wsdl file(s) is set to: soap:address location=REPLACE_WITH_ACTUAL_URL/ | | If you want to use Webservice over https and only over https you can not let JBoss replace the address for you. You have to set

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - NPE on EJB QL execution

2005-10-06 Thread kassper
It seems it is a bug... Environment: JBoss 3.2.7, JDK 1.5.0_04 Query text: SELECT OBJECT(s) FROM story s WHERE s.category = ?1 Relationship between category and story is one-to-many. When trying to execute something like this: storyHome.findByCategory(null) the following NPE occurs:

[JBoss-user] [Security JAAS/JBoss] - Losing authentication information during session

2005-10-06 Thread lduperval
HI, I'm experiencing a bizarre issue. I have set up my application to support Web authentication. When I first start the application and I log on to my account, I display authentication information and I get this: 2005-10-06 10:03:46,296 ERROR [WebTier] FM: CreateAction 2005-10-06 10:03:46,296

[JBoss-user] [Security JAAS/JBoss] - different security domain for local and remote view of a bea

2005-10-06 Thread DarkLord
Hello, We are running Jboss 3.2.x with a custom login-module. We have a Bean which should have the following properties: - Remote view should be securised with a given role and should use our login-module - Local view does not need to be securised (actually it should not be because if we

[JBoss-user] [Installation, Configuration Deployment] - JBoss Deployed Directory

2005-10-06 Thread agilan
Hi, Iam using tomcat5.5 with jboss4.0.2 server. While deploying war to JBoss application server, 1. JBoss extracts the war file dropped in the ?#serverconfig#/deploy? directory to the #serverconfig#/tmp/deploy/tmpXwarfile directory. The problem is we don?t know what will be the

[JBoss-user] [Messaging, JMS JBossMQ] - Re: org.jboss.mq.SpyJMSException: OutOfMemoryError

2005-10-06 Thread FelderR
Did you already solved the problem? We get the same error, but in combination with an OutOfMemoryError: Caused by: org.jboss.mq.SpyJMSException: Cannot get a client ID; - nested throwable: (java.lang.reflect.UndeclaredThrowableException) at

[JBoss-user] [Messaging, JMS JBossMQ] - Re: org.jboss.mq.SpyJMSException: OutOfMemoryError

2005-10-06 Thread jaikiran
Check this out: http://wiki.jboss.org/wiki/Wiki.jsp?page=OutOfMemoryExceptionWhenCannotCreateThread View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3899616#3899616 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3899616

[JBoss-user] [JBoss Portal] - Portlet and init-param

2005-10-06 Thread giordano
Which are the init-param of the portlet-xml file I have to write to declare the help page and the edit page? Please, suggest me an example. Many thanks and bye, Giordano View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3899617#3899617 Reply to the post :

[JBoss-user] [Beginners Corner] - Re: SMTPAppender working example?

2005-10-06 Thread osterday
Ok, it seems that I must not have checked the sendmail logs well enough, but the emails were being generated, but since the from address wasn't valid (the user [EMAIL PROTECTED] didn't exist) the emails bounced. Also it seems to only send out error logs even if the threshold is set to debug or

[JBoss-user] [Clustering/JBoss] - Problem: MBeans waiting for other MBeans

2005-10-06 Thread bmentges
I am having this problem ! What should I do ? I have all these mbeans configured (MFTSPartition, WebServer and MainDeployer)... :( --- MBeans waiting for other MBeans --- ObjectName: jboss:service=FarmMember,partition=MFTSPartition State: CONFIGURED I Depend On:

[JBoss-user] [EJB/JBoss] - Re: EJBException:Invalid invokation Exception while accessin

2005-10-06 Thread n0mer
jasoncao wrote : By my testing , I found the last step should set value to true to solve this problem, because the orgin value is false in jboss. | | true | true | | Is this right? Documentation (http://docs.jboss.org/jbossas/jboss4guide/r3/html/pr05.html#conf) proposes

[JBoss-user] [JBossCache] - ClassNotFoundException on recieving end of replication

2005-10-06 Thread garentsen
Hi, I've defined an MBean as a TreeCache and deployed to 5 servers in the same cluster. The find each other and I can see from the log that everything seems fine. Inserting Strings in the cache works fine, they are replicated to all servers. However, when inserting a class of my own type I

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Re: track pageContext

2005-10-06 Thread [EMAIL PROTECTED]
request.getHeader( referer ) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3899625#3899625 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3899625 --- This SF.Net email

[JBoss-user] [JBossWS] - howto specify application specific config properties in JBos

2005-10-06 Thread bansaln
Hi All, I am looking for a way in JBoss to config my application specific properties. I was hoping that there would be a way to specify them in web.xml or some other xml file which is read when application is deployed and available to the application. I could not find much on this. If you

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

2005-10-06 Thread [EMAIL PROTECTED]
Depends on what you call it in webservices.xml. That is where the WS layer looks for the file name. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3899631#3899631 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3899631

[JBoss-user] [JBossWS] - howto specify application specific config properties in JBos

2005-10-06 Thread bansaln
Hi All, I am looking for a way in JBoss to config my application specific properties. I was hoping that there would be a way to specify them in web.xml or some other xml file which is read when application is deployed and available to the application. I could not find much on this. If you

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

2005-10-06 Thread [EMAIL PROTECTED]
Typical webservices.xml file | ?xml version=1.0 encoding=UTF-8? | | webservices xmlns=http://java.sun.com/xml/ns/j2ee; | xmlns:impl=http://org.jboss.ws/jaxrpc; | xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; | xsi:schemaLocation=http://java.sun.com/xml/ns/j2ee

[JBoss-user] [JBossWS] - howto specify application specific config properties in JBos

2005-10-06 Thread bansaln
Hi All, I am looking for a way in JBoss to config my application specific properties. I was hoping that there would be a way to specify them in web.xml or some other xml file which is read when application is deployed and available to the application. I could not find much on this. If you

[JBoss-user] [EJB/JBoss] - Re: Hypersonic:Manual Database Table Creation:CreateExceptio

2005-10-06 Thread kiwiclive
Hi Guys, I solved this problem so thought I'd round off in case anyone ever has the same issue. In the hypersonic documentation, it states that you need to create a table with the text attribute in order to make it persistant and not a memory-only table: [CODE] create [B]text[/B] table person

[JBoss-user] [Installation, Configuration Deployment] - Re: Installing JBoss AS 4.0.3

2005-10-06 Thread [EMAIL PROTECTED]
Ok, thanks Jan. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3899637#3899637 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3899637 --- This SF.Net email is sponsored

[JBoss-user] [EJB/JBoss] - Re: EJB Client Classpath

2005-10-06 Thread kiwiclive
Hi Kaylan, My understanding is that the client must have copies of the home and component interfaces. You do not need the bean class (and would not provide that as it contains your business logic). Cheers, Clive View the original post :

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

2005-10-06 Thread Christy
And what about this, please? What do you think? Christy wrote : Thomas, I have looked *.wsdd and mapping.xml. It looks like everything is fine. I used wscompile to generate wsdl and mapping.xml. And a strange thing: when string array is as the return value - everything works fine! What can it

[JBoss-user] [Clustering/JBoss] - Re: JBoss4.0.1 Clustering

2005-10-06 Thread sajididris
Jerry, I am able to run two instances on different port, I am testing fail-over. I open an application on the browser and stoping one server instance and trying to continue accesing the application, i feel the other server should take over my application, but it is not happening so. E.g. - I m

[JBoss-user] [JBossCache] - Re: JBossCache 1.2.4 beta is available

2005-10-06 Thread [EMAIL PROTECTED]
http://jira.jboss.com/jira/browse/JBCACHE-320 Thanks, DashV View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3899644#3899644 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3899644

[JBoss-user] [Clustering/JBoss] - Re: JBoss4.0.1 Clustering

2005-10-06 Thread darranl
Can you provide the configuration you have performed with Apache and mod_jk View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3899647#3899647 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3899647

[JBoss-user] [Performance Tuning] - JBoss AS 4.0.3 EJB performance problem

2005-10-06 Thread fbiaggi
Hello, just installe JBoss 4.0.3 over 4.0.2. Compiled from source with the same options as 4.0.2. Configuration is the same. In a pure EJB 2.x environment using both remote and local interfaces, accessing some thousend EJB's in 4.0.2 is done in 11 seconds, the 4.0.3 release needs 33 seconds.

[JBoss-user] [Performance Tuning] - Re: JBoss AS 4.0.3 EJB performance problem

2005-10-06 Thread [EMAIL PROTECTED]
Not without details of the configuration. Create a jira issue with the deployment descriptors. http://jira.jboss.com/jira/browse/JBAS View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3899651#3899651 Reply to the post :

[JBoss-user] [JBoss Portal] - Re: JBP 2.2 Alpha - Jackrabbit configuration exception on st

2005-10-06 Thread [EMAIL PROTECTED]
Yep. Got it. I am looking at a similar issue with startup on 4.0.3 Final. The initial repo config is going to be changed soon, so I'm hoping that clears the issue up. I'll post when theres a fix. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3899652#3899652

[JBoss-user] [Security JAAS/JBoss] - Re: DIGEST Authentication

2005-10-06 Thread [EMAIL PROTECTED]
I spent a little time looking at this and we should be able to add support for this in 4.0.4. http://jira.jboss.com/jira/browse/JBAS-2338 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3899655#3899655 Reply to the post :

[JBoss-user] [Performance Tuning] - Re: JBoss AS 4.0.3 EJB performance problem

2005-10-06 Thread fbiaggi
Sorry, wrong commit option..., the effective time is now 9 seconds. Thanks for the improved performance. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3899656#3899656 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3899656

[JBoss-user] [EJB/JBoss] - Re: EJB Client Classpath

2005-10-06 Thread kalyan120
Thanks. I'm aware of the fact that bean class is not needed on the client side. One doesn't have to always have the remote and home interface classes on the client side. For example, the following code works pretty well without those interfaces on the client side (since there is no direct

[JBoss-user] [Clustering/JBoss] - Re: JBoss4.0.1 Clustering

2005-10-06 Thread JerryGauth
Are you sure you've configured Apache correctly? If Apache is running on port 8080, how can one of your nodes be running on 8080 on the same machine? Are you using multiple IP addresses? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3899659#3899659 Reply to

[JBoss-user] [Installation, Configuration Deployment] - starting JBoss

2005-10-06 Thread simona.pricope
Hi, I have a problem: I start the JBoss server on a computer(p1) and I want to access it from onother computer(p2) but the page cannot be found. I have tried like this: http://p1 The server runs on port 80 so I have tried also http://p1:80, but still no result. Thank you View the original

[JBoss-user] [Installation, Configuration Deployment] - Re: starting JBoss

2005-10-06 Thread darranl
By default Tomcat bundled with JBoss is configured to listen on port 8080 no port 80 so your URL will need to be http://p1:8080 Alternatively you can change the port in {jboss.home}/server/default/deploy/jbossweb-tomcat55.sar/server.xml View the original post :

[JBoss-user] [JNDI/Naming/Network] - configure arbitrary jndi tree

2005-10-06 Thread mlybarger
we'd like to use jndi to store heirarchictal (sp) information that can be configured per server insatance (or really per target environment: dev, prod, qa, etc). the tree would be something like: /orange/three/FOO = orange3foo /blue/four/BAR = blue4bar etc. basically a few levels of nesting

[JBoss-user] [Beginners Corner] - Storing Timestamps using jBoss

2005-10-06 Thread thepriz
I want to store my timestamps in Oracle/MySQL as GMT times. Using JDBC I would pass a calander object to do this. How can I tell jBoss CMP that I want to store these timestamps as GMT? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3899675#3899675 Reply to the

[JBoss-user] [JNDI/Naming/Network] - Re: Port 1098 is taken

2005-10-06 Thread rgrantITT
Often Outlook will take this port prior to starting jboss. Shutdown Outlook, or reboot your computer without Outlook running on startup, start your jboss server first then start Outlook. If you are not running outlook on the same machine then I can't help you. But I have run into this issue

[JBoss-user] [JNDI/Naming/Network] - Re: Failing JNDI Lookup from Servlet to Stateless Session be

2005-10-06 Thread rgrantITT
I am seeing something very similar to this, however it is while running JBoss as a cluster. If I run Jboss as a stand alone server I can connect to my EJBs, however if I Cluster Jboss 4.0.2 using jboss cache 1.2.3 I have a problem with jndi. [LogonAction] ERROR:

[JBoss-user] [JBoss Getting Started Documentation] - Problem compiling Hello example in Chapter 12 of the

2005-10-06 Thread ekatsiri
Dear friends, I am having some trouble compiling the Hello example of Chapter 12. I downloaded the WSDP package from sun in order to get the wscompile.sh tool as well as a tomcat 5 web container which i installed. (Is that ok? It seems Jboss is using Axis?) However, I haven't been able to use

[JBoss-user] [Security JAAS/JBoss] - More flexible roles?

2005-10-06 Thread kmcclosk
Our users are placed into groups similiar to the following: group-subgroup0-editor - joe - bill group-subgroup0-admin - mike group-subgroup1-editor - joe group-subgroup1-admin - paul I can't figure out how would you handle this type of grouping with declarative security. With declarative

[JBoss-user] [Security JAAS/JBoss] - Re: JAAS Security in JBOSS 4.0 ISSUES??

2005-10-06 Thread angelzworld
2 days and still no reply to my topic.. :( I am using the jboss 4.0.2 version.. well, i have done a lot of research on the exception insufficinet permissionsprincipal=[null]... and from what i found on the forums and the WIKI, my login.xml needs to be like that :

[JBoss-user] [Installation, Configuration Deployment] - Re: AS 4.0.3 download size

2005-10-06 Thread mcallman
I hadn't any time to unpack or check it. I just noticed that what I downloaded was over 200MB. I figured that there was something amiss and that's why I posted the question. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3899705#3899705 Reply to the post :

[JBoss-user] [Messaging, JMS JBossMQ] - DestinationManager not yet installed

2005-10-06 Thread gkiplinger2001
I am using JBoss version 4.0.1 and trying to use JMS queues. I have my queues defined in a file under the deploy directory of my configuration called myqueue-service.xml, with entries like the following: mbean code=org.jboss.mq.server.jmx.Queue |

[JBoss-user] [EJB/JBoss] - DeploymentException when i am trying to deploy my scedulable

2005-10-06 Thread palspace
i am getting this errororg.jboss.deployment.DeploymentException: com.vai.cms.ejb.message.SchedulableLIBean.(); - nested throwable: (java.lang.NoSuchMethodException: com.vai.cms. ejb.message.SchedulableLIBean.()) at org.jboss.system.ServiceConfigurator.install(ServiceConfigurator.java

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: execption from OracleValidConnectionChecker

2005-10-06 Thread alchemista
This problem is affecting me as well. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3899718#3899718 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3899718 --- This SF.Net

[JBoss-user] [JCA/JBoss] - Re: problem w/ OracleValidConnectionChecker

2005-10-06 Thread alchemista
I'm getting the same problem, any luck in fixing this without modifying source code? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3899719#3899719 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3899719

[JBoss-user] [Installation, Configuration Deployment] - Re: Java 1.5 in JSP not working

2005-10-06 Thread mike05
I think I found the answer. I changed the 'fork' parameter to 'true', and I set the 'compiler' parameter to 'modern'. Don't know which one made it work, but it did. I can now use Java 1.5 in my jsp pages. View the original post :

[JBoss-user] [JBossCache] - Re: TreeCacheAop, Maps and persistence

2005-10-06 Thread Motormind
Okay, here comes: | java.lang.reflect.InvocationTargetException | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

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

2005-10-06 Thread sfurlong
I really need some help here and some of this is starting to make sense. I'm assuming what I need to do is add something to a ws4ee-deployment.xml file to make the serializer work correctly. This would get merged by jboss into the wsdd file. Currently my wsdl is complexType

[JBoss-user] [JBossCache] - Re: TreeCacheAop, Maps and persistence

2005-10-06 Thread [EMAIL PROTECTED]
Thanks! If someone else has a similar problem this may help them find the forum entry as well. BTW, what version of JBossCache are you using? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3899727#3899727 Reply to the post :

[JBoss-user] [Management, JMX/JBoss] - NoSuch method error when deploying SchedularBean

2005-10-06 Thread palspace
16:51:46,288 ERROR [Scheduler] Could not find the constructor or create Schedulable instance java.lang.NoSuchMethodException: com.vai.cms.ejb.message.SchedulableLIBean.(java.lang.String, int) at java.lang.Class.getConstructor0(Unknown Source) at

[JBoss-user] [Installation, Configuration Deployment] - Re: starting JBoss

2005-10-06 Thread simona.pricope
Thank for your answer, but I want to get it running on port 80, so that's why I have changed myself the {jboss.home}/server/default/deploy/jbossweb-tomcat55.sar/server.xml and the jboss-service.xml files. I want to use the 80 port because I want that everyone can access my project and I think

[JBoss-user] [Beginners Corner] - inetd.conf and services file settings

2005-10-06 Thread davidsan1001
Anyone have these? I'm asking because I don't know how my server would know to redirect requests connecting on port 8080 to jboss. Dave View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3899731#3899731 Reply to the post :

[JBoss-user] [Security JAAS/JBoss] - Re: JAAS Security in JBOSS 4.0 ISSUES??

2005-10-06 Thread darranl
What is the client that is trying to authenticate? It looks as if you have a web application, rather than using the ClientLoginModule you should be using the servlet authentication that you need to define in the web.xml How many calls does your web application make to the ejb tier in a single

[JBoss-user] [Messaging, JMS JBossMQ] - Re: DestinationManager not yet installed

2005-10-06 Thread darranl
Using the all configuration are you running as part of a cluster or is it an issolated node? JMS is only deployed on one of the nodes in a cluster so this could be a possible reason for the lack of the destination manager. When you copied the all configuration did you copy all of the folders

[JBoss-user] [Installation, Configuration Deployment] - Re: starting JBoss

2005-10-06 Thread darranl
Sorry I dont understand your last post. What changes have you actually made? If you look in the file I mentioned in my last post you will find ' Connector port=8080 ' it is this that will need changing to 80 instead of 8080. You shouldn't need to change other configuration files to get tomcat

[JBoss-user] [JCA/JBoss] - Re: problem w/ OracleValidConnectionChecker

2005-10-06 Thread alchemista
Here's my stacktrace: 19:11:01,056 WARN [OracleValidConnectionChecker] Unexpected error in pingDatabase java.lang.IllegalArgumentException: object is not an instance of declaring class at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at

[JBoss-user] [JBoss Portal] - EL in included JSP

2005-10-06 Thread knovoselov
Hi, Is it possible to enable processing of EL expressions in JSPs included with PortletRequestDispatcher? | PortletContext context = getPortletContext(); | PortletRequestDispatcher rd = context | .getRequestDispatcher(/hello.jsp); |

  1   2   >