[JBoss-user] [JBossCache] - Re: Timeout problem in TreeCache

2005-07-17 Thread ruchiahuja10
Hibernate 3 is shipped with jboss cache 1.2.2 alpha. I am using hibernate 2.1.6 with jboss cache jboss-cache-1.2.2. Do you mean to say that this is a bug in hibernate or jboss cache. please be more specific? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=38

[JBoss-user] [Clustering/JBoss] - Re: Accessing specific (non-clustered) session bean in Clust

2005-07-17 Thread amenra
Yes, this was what we wanted to do. The strange thing was that the output generated by this bean occurred on the other cluster node (Not the one on which we accessed the local jndi). The session beans were not clustered. View the original post : http://www.jboss.org/index.html?module=bb&op=vie

[JBoss-user] [Security & JAAS/JBoss] - Re: Can't get ssl redirection to work properly

2005-07-17 Thread thalerion
This problem is really bothering me. I have posted a similar message in the jakarta.tomcat mailing list, but no one seem to hava a solution. I haven't tried it yet (dont´t know if it should work anyway), but I think maybe I have to put a security domain around the application and enforce all c

[JBoss-user] [EJB/JBoss] - Re: complex primary key

2005-07-17 Thread chrismalan
Yes, it is possible to use primary keys of any complexity. Some time since I last did it, so I will be vague. Your complex primary key must be a single java class with the keys your complex key is made up of as members. I think the terminology is a Java Data Object, but I won't stake my life

[JBoss-user] [Beginners Corner] - Re: How can I deploy my applications to another directory ra

2005-07-17 Thread wjsir
thank you very much, it's ok now View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885234#3885234 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885234 --- SF.Net emai

[JBoss-user] [Management, JMX/JBoss] - Re: Schedular Help - Server Starting cannont find Schedular

2005-07-17 Thread mcaughey
I figured it out, I'm a bad speller. I had Schedular rather than Scheduler. Note the A and the E. I ended up deploying this as a SAR. I also left out the InitialStartDate attribute on accident, all i got was a NullPointerException at line 318 of the Scheduler class. I figured that out by l

[JBoss-user] [J2EE Design Patterns] - Re: Decorator Pattern

2005-07-17 Thread tgbaiju
the example for the decorator pattern you can go through java.io package InputStream / FilterInputStream baiju View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885230#3885230 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=rep

[JBoss-user] [Beginners Corner] - Re: no Application.xml found exception

2005-07-17 Thread shankar_rao
sir, while deploying my ear file in jboss Application server , i got this exception. 10:42:52,734 WARN [verifier] EJB spec violation: Bean : EmpDetail Section: 22.2 10:42:52,749 ERROR [MainDeployer] could not create deployment: file:/D:/jboss-4. 0/server/default/tmp/deploy/tmp40250scl.ea

[JBoss-user] [Installation, Configuration & Deployment] - Re: Synchronized startup? Can the bootstrap service monitor

2005-07-17 Thread kaapilgupta77
Hi Charlie, Am facing the same problem. Did u find any solution for this? Thanks and regards, Kapil View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885228#3885228 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885228

[JBoss-user] [Management, JMX/JBoss] - Re: Schedular Help - Server Starting cannont find Schedular

2005-07-17 Thread mcaughey
Here's the class | public class CheckForTablesTask implements Schedulable { | private static Logger logger = null; | private int serverId = 0; | | public CheckForTablesTask(int serverId) { | this.serverId = serverId; | } | | public void perform(Date date, long p

[JBoss-user] [Management, JMX/JBoss] - Re: Schedular Help - Server Starting cannont find Schedular

2005-07-17 Thread mcaughey
| | true | com.tables.events.CheckForTablesTask | 101 | int | 1 | -1 | | | View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885226#3885226 Reply to the post : http://www.jboss.org/index.html?module=bb&op=

[JBoss-user] [Management, JMX/JBoss] - Re: Schedular Help - Server Starting cannont find Schedular

2005-07-17 Thread mcaughey
Here's the MBEAN again since I forgot to disable HTML true com.tables.events.CheckForTablesTask 101 int 1 -1 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885225#3885225 Reply to the post : http://www.jboss.org/index.html?

[JBoss-user] [Management, JMX/JBoss] - Schedular Help - Server Starting cannont find Schedular

2005-07-17 Thread mcaughey
I have a Class which implements Schedulable, it uses Hibernate to check some tables. It's real simple at this point. The problem however occurs when the Server starts up it cannot find the Scheduler. The class is in the scheduler-plugin.jar in the lib directory. Its a standard jar with JBoss

[JBoss-user] [JBoss Portal] - Re: sh build.sh deploy

2005-07-17 Thread lttnd
Thank you ! But i don'nt how to set up CVS on linux (fedora2.6.5) and CVS environment .Would you like tell me step by step to get CVS , config and run CVS on my Linux FEDORA computer ? Thank in advanced Regards View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic

[JBoss-user] [Security & JAAS/JBoss] - Accessing Roles from a Client Application

2005-07-17 Thread ebonnett
I'm working on a suite of status and control applications for embedded devices based on JBoss. I want to leverage as much of the built-in security framework as I can. But, I'm having a hard time getting my mind wrapped around the capabilities. I've read the security section in "JBoss 4.0, the Of

[JBoss-user] [EMAIL PROTECTED] - Senior IT Systems Engineer - Atlanta, GA

2005-07-17 Thread [EMAIL PROTECTED]
Senior IT Systems Engineer Senior IT Systems Engineer needed to help implement and maintain growing global IT infrastructure headquartered in Atlanta, GA. Duties will include technical leadership in the implementation of a wide variety of IT infrastructure projects in coordination with other I

[JBoss-user] [Clustering/JBoss] - Re: mixed os windows + linux

2005-07-17 Thread ScottMarlowNovell
I was just saw your other response regarding farm deployment. You could be experiencing a problem with the Linux Application Server instance invoking remote procedures on the Windows Application Server instance. When you "farm" deleted your application under Linux, a "Undeploy app" remote proc

[JBoss-user] [Clustering/JBoss] - Re: Accessing specific (non-clustered) session bean in Clust

2005-07-17 Thread [EMAIL PROTECTED]
If you access via 1099, you are accessing the local jndi not the ha-jndi. -Ben View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885218#3885218 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885218 -

[JBoss-user] [JBossCache] - Re: TreeCacheAop getKeys returns null for filled cache

2005-07-17 Thread [EMAIL PROTECTED]
Looking at the code, I would think "/" should work as well. Can you open a Jira issue then (jira.jboss.com under JBossCache)? It'd be nice if you can turn your code into a JUnit test case and attach there. :-) Thanks, -Ben View the original post : http://www.jboss.org/index.html?module=bb&op

[JBoss-user] [JBossCache] - Re: Timeout problem in TreeCache

2005-07-17 Thread [EMAIL PROTECTED]
Unfortunately, the fix requires both Hibernate and JBossCache. So there is no patch available now. -Ben View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885216#3885216 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=38852

[JBoss-user] [JBossCache] - Re: EvictionPolicyConfig throwing null pointer exceptions in

2005-07-17 Thread [EMAIL PROTECTED]
Hmmn! Looking at the source code, it points to a null region that can possibly causing the NPE. However, it should have _DEFAULT_ region though. Please keep me posted on your finding. -Ben View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885215#3885215 Reply

[JBoss-user] [Security & JAAS/JBoss] - Re: Browser Username and Password on Windows Explorer

2005-07-17 Thread Manmohan LAL
"Manmohan LAL" wrote : | I just installed Jboss on my pc but When I run the server, first time it shows contents http://localhost:8080/jmx-console but on second attempt it ask username and password, I do not understand why it ask username and password and where shall I find them. | | Cou

[JBoss-user] [JBoss Portal] - Re: Admin CMS Portlet, upload file error

2005-07-17 Thread javatwo
I found two commons-fileupload.jar, one under ejb3.deployer, and the other under jboss-portal.sar\lib. Does this cause the problem? which one should i keep? Thanks for help. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885212#3885212 Reply to the post :

[JBoss-user] [Security & JAAS/JBoss] - Re: Browser Username and Password on Windows Explorer

2005-07-17 Thread Manmohan LAL
I just installed Jboss on my pc but When I run the server, first time it shows contents http://localhost:8080/jmx-console but on second attempt it ask username and password, I do not understand why it ask username and password and where shall I find them. Could please advise me what should I d

[JBoss-user] [EJB/JBoss] - EJB 3.0 doesn't work with isolated classloaders....

2005-07-17 Thread iwadasn
IF you set the classloader isolation to true (see here: http://docs.jboss.org/jbossas/jboss4guide/r3/html/pr05.html) EJB 3.0 doesn't appear to work. Here's the sort of exceptions you can expect to get 15:38:47,753 INFO [JaccHelper] com.hb.math.service.session3.Ejb3AdditionBean has no @Sec

[JBoss-user] [JBossWS] - Re: package name in config-service.xml

2005-07-17 Thread sheeysong
"sheeysong" wrote : Hi Thomas, | I have a question about the package name in config-service.xml, which pass in wscompile to generate wsdl. I can't find the xsd for http://java.sun.com/xml/ns/jax-rpc/ri/config. I would like to know if the package name in tag could be multiple package names wi

[JBoss-user] [JBossWS] - package name in config-service.xml

2005-07-17 Thread sheeysong
Hi Thomas, I have a question about the package name in config-service.xml, which pass in wscompile to generate wsdl. I can't find the xsd for http://java.sun.com/xml/ns/jax-rpc/ri/config. I would like to know if the package name in tag could be multiple package names with seperator. In my app

[JBoss-user] [Beginners Corner] - Re: Tomcat doesn't connect with localhost

2005-07-17 Thread darranl
What command are you using to start JBoss? Can you use the command nestat -an to see what is listening on 8080. Are you sure that you did not miss any errors when JBoss started, the failure of a service on start-up does not prevent the rest of the server from starting. View the original post :

[JBoss-user] [JBoss Portal] - Re: Hibernate slide store

2005-07-17 Thread [EMAIL PROTECTED]
Also a big thank to the hibernate team (manu) which gave good advises and helped fixing bugs. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885196#3885196 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885196 --

[JBoss-user] [Clustering/JBoss] - mixed os windows + linux

2005-07-17 Thread tomerbd2
I'm running jboss-4.0.2 (in dev) one node in linux and another in windows if i first start the windows node and only then the linux node then the clustered nodes didnt recognize each other, if i first start the linux node and when it finishes loading i start the windows node then they do recogni

[JBoss-user] [Clustering/JBoss] - Re: cluster farm redeployment

2005-07-17 Thread tomerbd2
Hi I tried a couple of more times the test cases this time i had a mixed os Linux + Windows i deploy and undeploy on windows then everything is ok. However when i undeployed the ear under linux the ear didnt get undeployed on windows... What do you say? (using a mixed os for development conv

[JBoss-user] [JBoss Portal] - Hibernate slide store

2005-07-17 Thread [EMAIL PROTECTED]
I have integrated in the branch 2.0 the work done by Boleslaw, it is the hibernate based slide store implementation. It is set as default store in 2.0, it is a bit slower on startup because slide boot procedure goes many times to the store and the access time to the database store has latency a

[JBoss-user] [Clustering/JBoss] - Re: how to make external data available to a cluster

2005-07-17 Thread teknokrat
Just thought of a fifth possibility 5. Have a HA-Singleton service manage file updates/additions. other nodes can use this if they don't have a local cached copy PROS: No SPOF, ?? CONS: too complex maybe, still need to write a lot of code View the original post : http://www.jboss.org/index.htm

[JBoss-user] [Installation, Configuration & Deployment] - How to deploy a tomcat in minimal

2005-07-17 Thread noizz
I copyed the tomcat dir(jbossweb-tomcat55.sar) from default into minimal dir,but deploy failed: 16:47:32,190 ERROR [MainDeployer] Could not create deployment: file:/E:/Downloa /Develope/jboss-4.0.3RC1/jboss-4.0.3RC1/server/myconf/deploy/jbossweb-tomcat55. ar/ org.jboss.deployment.DeploymentExcept

[JBoss-user] [Javassist user questions] - how to avoid adding field to InnerClasses

2005-07-17 Thread Panzer_Kavalier
Original Code: class ClassA{ class ClassB{}{ } } -- Javaassist code : CtClass cc = pool.makeClass("ClassA"); CtField cf = CtField.make("public static String value;", cc); cc.addField(cf); -- when executed, the Clas

[JBoss-user] [EJB/JBoss] - Re: ClassCastException with EJBs

2005-07-17 Thread nirmalyaghosh
Thankyou svetzal, setting UseJBossWebLoader to true (in 4.0.2), solved the problem. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885186#3885186 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885186

[JBoss-user] [Advanced Documentation] - Re: JMS Configuration JBoss 4.0.x

2005-07-17 Thread reflex2java
Thanks a lot! This solves the problem! Regards, Reflex!@ View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885185#3885185 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885185 ---