[JBoss-user] [Clustering/JBoss] - Re: MDB's, DataSource in a cluster

2005-10-11 Thread rsTropi
Hi Nirav Pandya, so you are trying to lookup a QueueConnectionFactory in the scope of SSB. Possibly you missed to declare the QueueConnectionFactory as an external resource. We are using XDoclet/EJBDoclet for that. So in the related SSB i have : For QueueConnectionFactory: * @ejb.resource-

[JBoss-user] [EJB/JBoss] - Re: JAXB NoClassDefFoundError

2005-10-11 Thread tmoahloli
Hello, Has anyone resolved this yet??? Any suggestions View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3900541#3900541 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3900541 -

[JBoss-user] [JBossWS] - Document-literal not working with JBoss 4.0.3?

2005-10-11 Thread yi_zhang
In one of the earlier posts, it was mentioned that "Starting from jboss-4.0.3 we will have doc/lit parameter wrapping. So you would be able to use the same SEI for rpc/lit and doc/lit". But I could not get it to work. I have a very simple web service that works with "rpc/lit". Then I used JW

[JBoss-user] [JBossCache] - Re: Sample of replSync-service.xml done through API instead?

2005-10-11 Thread [EMAIL PROTECTED]
If creating an XML element is too big of a pain and you just want to substitute in a couple user-defined parameters into an otherwise static JGroups configuration, you might consider using an old fashioned JGroups configuration string and passing it to TreeCache.setClusterProperties(). If you l

[JBoss-user] [JBossCache] - Re: Sample of replSync-service.xml done through API instead?

2005-10-11 Thread joereger
Hi! My app is downloadable. People can install into any number of enterprise or personal environments. I bundle Tomcat, MySql drivers, etc. When you start it up there's a wizard that allows you to configure your system. In this context, even things that are generally configured statically m

[JBoss-user] [JBoss Portal] - how to switch Portal database?

2005-10-11 Thread xgj6688
I read jBossPortal User Guide. I was told to config a portal-*-ds.xml file, and put corresponding JDBC driver at server/default/lib folder. I have below questions: 1. what is the naming rule for portal-*-ds.xml. Can I replace * with any string? 2. how can I change portal database to MS sql server

[JBoss-user] [JBoss Portal] - Re: UserTransaction not found in JBP 2.2.0-ALPHA and JBoss A

2005-10-11 Thread willimur
If it helps, I'm getting an identical error message. I have a EJB/Hibernate application which runs fine under 4.0.2, but deploying it to 4.0.3 isn't working. The first moment my app tries to do a beginTransaction() call I get the same error: Caused by: org.hibernate.TransactionException: Could

[JBoss-user] [JBossWS] - ws4ee client and standalone application client (thick clien

2005-10-11 Thread anatoly.osiko
I am asking the experts and the community to share the "best practice" views on the following architecture: standalone application (JVM) uses web services (soap) for communication with the JBoss server side application, using J2EE or JSE web services endpoints. I have had my bit of experience

[JBoss-user] [JCA/JBoss] - Re: ClassNotFoundException when deploying embedded RAR with

2005-10-11 Thread ronnc
Thanks for the reply Adrian, I've found the cause of the CNFE. Basically rar deployment file of the embeded rar (-ds.xml) was residing outside the ear. When I moved it inside ear CNFE was resolved - make sense I supposed :) However, I still have some strange issue with isolated classloader - i.

[JBoss-user] [The Lizzard's corner] - Oberg not involved in original JBoss?

2005-10-11 Thread guy_rouillier
I just read an article on CNET here http://news.com.com/JBoss+denies+running+a+trademark+monopoly/2100-7344_3-5893015.html?tag=nefd.top that quotes Sacha Labourey as saying "When Fleury later started JBoss, Oberg was no longer involved." This isn't consistent with my memory. I first started w

[JBoss-user] [Installation, Configuration & Deployment] - Home Page Going Down, We have to stop and start jboss servic

2005-10-11 Thread varigonda
We are currently Using Jboss 3.0.0 , deployed and launched the portals successfully on a Unix enviroment. I am facing a strage problem and for every 10 days the site is going down and a directory page displays on the Home Page. I have to stop and start Jboss to bring up the site. I would greatl

[JBoss-user] [JCA/JBoss] - load ds.xml from a directory other than server/${type}/deplo

2005-10-11 Thread tumusr
Hi I am testing datasources with jboss-4.0.2. I created a sybase-ds.xml under deploy directory and datasource got bound properly on jndi. When I moved the ds.xml into a directory from server/${type}/deploy to another directory say "C:/test" (added the directory file:/C:/test in jboss-service.x

[JBoss-user] [JBossWS] - Re: creating webservice for interface Element[] function(Ele

2005-10-11 Thread amvzw
above message is incomplete This is the interface Element[] function(Element[] element) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3900514#3900514 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3900514 ---

[JBoss-user] [JBossWS] - creating webservice for interface Element[] function(Element

2005-10-11 Thread amvzw
Can any one help me create wsdl and JAX-RPC mapping files and make them work in jboss4.0.1sp1. I tried different approaches.In every attempt ,jboss throws an error saying that cannot deserialize an unexpected child. If anybody can provide samples of those files.That will be great. Thank you Vi

[JBoss-user] [JBossWS] - creating webservice for interface

2005-10-11 Thread amvzw
Can any one help me create wsdl and JAX-RPC mapping files and make them work in jboss4.0.1sp1. I tried different approaches.In every attempt ,jboss throws an error saying that cannot deserialize an unexpected child. If anybody can provide samples of those files.That will be great. Thank you Vi

[JBoss-user] [Installation, Configuration & Deployment] - Re: War deployment failure

2005-10-11 Thread qzzf2w
Thanks tha worked. Can I not deploy a zip file??? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3900511#3900511 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3900511 --

[JBoss-user] [JBoss Portal] - Re: PortletRequestDispatcher didn't work

2005-10-11 Thread bsmithjj
1.) Make sure your portlet extends javax.portlet.GenericPortlet 2.) Try setting the response content type before dispatching 3.) you might want to get rid of the encodeURL call I simply use | response.setContentType("text/html"); | PortletRequestDispatcher dispatcher = this.getPortletContex

[JBoss-user] [Installation, Configuration & Deployment] - UsingMod_jk1.2WithJBoss (2)

2005-10-11 Thread ylinidt
My browse finally returns an error message: 503 Service Temporarily Unavailable The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later. Apache/2.0.54 (Unix) mod_jk/1.2.14 Server at localhost Port 80. Did I miss something w

[JBoss-user] [Beginners Corner] - Installing jBPM

2005-10-11 Thread LMG
Trying to install to evaluate. Running ant-1.6.5 / jboss-3.2.5 / jbpm-3.0.1 Following the Installation instruction to the letter. Following error received: Target 'configure.jboss.3.2.3+' does not exist in this project Anyone suggest where it is I'm going wrong. Please someone reply, even tho

[JBoss-user] [EJB/JBoss] - Help! Database exception!

2005-10-11 Thread chengyao
I deployed my ejb3 program in JBoss-4.0.3RC1. It ran well with Hypersonic. But when I changed the datasource to MySQL, there is something wrong. The tables have been created successfully in MySQL. The problem is when JBoss insert new records automatically into these tables. The program throws

[JBoss-user] [Installation, Configuration & Deployment] - UsingMod_jk1.2WithJBoss

2005-10-11 Thread ylinidt
I am following the document UsingMod_jk1.2WithJBoss to connect jboss with apache server. I did exactly what the instuction told, but after I click http://localhost/web-console, the browse is stalked there as if it trys to get information get very slow. Please give me some suggestion. thanks. Vi

[JBoss-user] [Installation, Configuration & Deployment] - Re: War deployment failure

2005-10-11 Thread PeterJ
Try extracting the war file from the zip file and deploy that. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3900499#3900499 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3900499 --

[JBoss-user] [Security & JAAS/JBoss] - Re: relationship between JAAS, JGSS, Kerberos and JBoss

2005-10-11 Thread j_ri
Still no answer after almost three years?;-) At the moment I have exactly the same problem. How can I pass the credentials from a clientside login via the Krb5LoginModule to jboss to access an EJB? Cheers Jochen View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=

[JBoss-user] [JBoss Portal] - PortletRequestDispatcher didn't work

2005-10-11 Thread dzhang2k
Hi, I am running jboss-4.0.3RC2 on Linux, JDK 1.5.0_04. Just try to show the help info. 1) If I use PortletContext portletContext = getPortletContext(); I got null pointer exception, so I have to use session.getPortletContext(); 2) I am expecting the doHelp() will show the helpPage.jsp content,

[JBoss-user] [Installation, Configuration & Deployment] - Re: war deployement

2005-10-11 Thread agarneau
Hi, Thanks for your answer. I am copying to war file de server/default/deploy I am using Java Creator Studio and I was missing standard.jar and jstl.jar inside: default\deploy\jbossweb-tomcat50.sar. Now I have at least an error but I can fix that. What is still suprising to me is that the wa

[JBoss-user] [JBossCache] - Re: Sample of replSync-service.xml done through API instead?

2005-10-11 Thread jiwils
I guess the question is why do you want to use the programmatic API? Are you doing something that requires dynamic cache creation on the fly? If not, I might rethink part of my approach... Specifically, it seems to me that for the JGroups configuration (what the setClusterConfig method pertai

[JBoss-user] [Installation, Configuration & Deployment] - War deployment failure

2005-10-11 Thread qzzf2w
Am new to JBOSS Have just install (ie unzipped) JBoss 4.0.3 and am running jdk1.5.0_05 on winxp JBoss Bootstrap Environment JBOSS_HOME: C:\JavaHome\JBoss\jboss-4.0.3 JAVA: C:\JavaHome\Java\jdk1.5.0_05\bin\java JAVA_OPTS: -Dprogram.name=run.bat -Xms128m -Xmx512m CLASSPATH: C:\JavaHome\J

[JBoss-user] [JBoss Portal] - Cannot find the declaration of element 'portlet-app' in line

2005-10-11 Thread mirceat
After importing in ECLIPSE 3.1 + JBoss IDE plugins the hello world example the error in subject field is displayed. Outside ECLIPSE the application seems to run just fine. Thanks in advance for any suggestions. portlet.xml === http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd"; xmln

[JBoss-user] [EJB/JBoss] - EJB3 vs static helper classes

2005-10-11 Thread Dornus
I have a question regarding the proper place to put my Helper class. If I have a Helper class with all static methods, does it make sense to leave it in the .war file (WEB-INF/classes), or to convert it into a ejb3 bean and place it in the ejb deployment directory? I'm guessing there's less ove

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: ConnectionFactory jndi name

2005-10-11 Thread genman
http://www.samspublishing.com/articles/article.asp?p=28281&seqNum=5&rl=1 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3900483#3900483 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3900483

[JBoss-user] [JBossWS] - ClassLoaders not found for ArraySerializerFactory?

2005-10-11 Thread sfurlong
Why would I get an error for a ClassLoader not found for the Axis ArraySerializerFactory class when I can clearly see it in the axis-ws4ee.jar file? I'm really stupmed on how to get a String[] passed as a parameter on a webservice and this is the latest. Has anyone ever gotten a String[] passed

[JBoss-user] [JBossCache] - Sample of replSync-service.xml done through API instead?

2005-10-11 Thread joereger
Instead of using an xml file to configure my cache: | cache = new TreeCacheAop(); | PropertyConfigurator config = new PropertyConfigurator(); | config.configure(cache, "replSync-service.xml"); | cache.start(); | I'd like to use the API, more like this: | cache = new TreeCacheAop(

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

2005-10-11 Thread DashV
The latest from CVS does indeed fix the JBossAS service dependancy problems. I am now able to boot our configuration with optimistic locking enabled. So far I have the following things to note: 1) If optimistic locking is enabled on a cacheloader enabled cache access to that cache becomes painf

[JBoss-user] [Beginners Corner] - No ClassLoaders Found error

2005-10-11 Thread sfurlong
I'm getting a NoClassLoaders found error for org.apache.axis.encoding.ser.ArraySerializerFactory. When I place axis.jar into jboss\lib\endorsed this goes away but then another appears for javax.xml.rpc.SerializerFactory and then that leads to another once I resolve that. Where should JBoss be f

[JBoss-user] [EJB/JBoss] - Re: ERROR EJB connecting DB throw datasource

2005-10-11 Thread claudia.pt
OK! The datasource is working ok! I can access DB throw a JSP page. The problem is when i want access DB throw the session bean. My META-INF has jboss.xml: | | | | | | My2 | My2 | | jdbc/MSSQLDS | java:/MSSQLDS |

[JBoss-user] [Beginners Corner] - getResourceAsStream(..) problem

2005-10-11 Thread bliok
Hi. I am having a problem with the hot deploy. When I touch the applicaion.xml file in the myapp.ear directory(I use exploded deplyment) , the jboss start to re-deploy the application. But at sometime I get an exception. The reason for the exception is that Someclass.class.getResourceAsStream(

[JBoss-user] [Security & JAAS/JBoss] - Re: ArrayIndexOutOfBoundsException in SecurityAssociation

2005-10-11 Thread milx
I?ve looked a bit further into this, without solving the problem, but this information might cause others to respond: When I deploy the exact same application on 4.0.3RC2, I don?t get these errors. I can se that the org.jboss.security.SecurityAssociation has been changed, adding the attribute S

[JBoss-user] [JBossWS] - javax.net.ssl.trustStore / javax.net.ssl.keyStore???

2005-10-11 Thread anders.hedstrom
Hi, I've got an SLSB that acts as a web service client. It accesses the web service over HTTPS. I set the path and password to the truststore in the following system propeties javax.net.ssl.trustStore and javax.net.ssl.trustStorePassword. This works fine when the application runs in JBoss 4.0.2

[JBoss-user] [JBossCache] - Re: maxNodes in region question

2005-10-11 Thread jchico
Sorry, I forgot to comment that I'm using TreeCache not TreeCacheAOP, with JBossCache-1.2.4_beta version. Best Regards. Jose Angel Chico View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3900466#3900466 Reply to the post : http://www.jboss.com/index.html?mod

[JBoss-user] [JBossCache] - maxNodes in region question

2005-10-11 Thread jchico
Hello everybody. I have a little doubt. I have defined the following region: region name="/test" maxNodes=3 timeToLiveSeconds=0 I have no CacheLoader. So I suppose that if I insert nodes A, B, C, and D in region "/test", the node A will be evicted (LRU) and the cache will have nodes B, C and D

[JBoss-user] [Messaging, JMS & JBossMQ] - JMS Clustering: Point-to-Point messaging example?

2005-10-11 Thread umeshs79
Hi, Does anyone know how to send a message to queue in Clustered JMS queue? Please tell me if anyone have any example. I think there should be minor changes to change the hajms-examples.sar.zip example to make it to send a message to queue rather to a Topic. Thanks & Regards, Umesh View the or

[JBoss-user] [Clustering/JBoss] - Re: JMS

2005-10-11 Thread srinivas.chin
Does anyone from Jboss care to answer to this question pls. I am facing this problem in Production servers. And if the problem continues we are contemplating on moving to another application servers. Thanks Srinivas View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopi

[JBoss-user] [JBossCache] - Re: TreeCacheAop on standalone Tomcat 5.5.7

2005-10-11 Thread joereger
Where did you put the jboss-aop.xml file in your Tomcat structure? I've tried it in /META-INF/ and in /WEB-INF/classes/ but both places I get the exact same errors you're seeing. I'm on Tomcat 5.0.28. Thanks, Joe View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopi

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

2005-10-11 Thread darranl
What does the jndi.properties look like now? What does your code look like that is failing? How do you construct the initial context? Have you packaged any jndi.properties files within your deployment? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3900454#39

[JBoss-user] [Beginners Corner] - Re: POJOs getting killed

2005-10-11 Thread jaikiran
Please post your code. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3900450#3900450 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3900450 --- This SF.Net email is s

[JBoss-user] [Messaging, JMS & JBossMQ] - ConnectionFactory jndi name

2005-10-11 Thread Denisius
Is it possible to change default JNDI name("ConnectionFactory") for Topic(Query)ConnectionFactory? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3900448#3900448 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3900448 -

[JBoss-user] [Beginners Corner] - Webservices and jboss 4.0.2

2005-10-11 Thread annak
Hello guys, I am rather new to Jboss. Right now I am working on porting an existing J2EE application from Websphere 5.1 AS to JBoss 4.0.2. The application has a session bean which contains some methods that are exposed as webservices. Session Bean is called : ResourceReportingBean.java inter

[JBoss-user] [Security & JAAS/JBoss] - Re: Can JBOSS be configured to allow external users (outside

2005-10-11 Thread pkelly22
"pkelly22" wrote : We have a group of External users (outside our Firewall, using our proxy to access) that are having performance issues with Quality Center (TestDirector) and we need to know if JBOSS can be configured in such a way to give them greater access and/or to increase the performance

[JBoss-user] [Security & JAAS/JBoss] - Can JBOSS be configured to allow external users (outside the

2005-10-11 Thread pkelly22
We have a group of External users (outside our Firewall, using our proxy to access) that are having performance issues with Quality Center (TestDirector) and we need to know if JBOSS can be configured in such a way to give them greater access and/or to increase the performance. We currently u

[JBoss-user] [EJB/JBoss] - Re: ERROR EJB connecting DB throw datasource

2005-10-11 Thread darranl
I think your XML is invalid but as you have not wrapped it in [ code ][ /code ] tags without the spaces it is difficult to give you any constructive feedback. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3900441#3900441 Reply to the post : http://www.jboss

[JBoss-user] [Installation, Configuration & Deployment] - Re: Problem changing tomcat port via ServiceBindingManager

2005-10-11 Thread dunks
anonymous wrote : | I have just installed JBoss 4.0.3. | | I made two copies of the all configuration and called them node1 and node2. | | In the file {jboss.home}/server/node?/conf/jboss-service.xml for both nodes I have uncommented the service binding MBean. | I don't see a ser

[JBoss-user] [JBoss Portal] - PortletRequest - attributes

2005-10-11 Thread bsmithjj
Hello, If I set a request attribute in processAction() on ActionRequest which extends PortletRequest, I find that it is not available during render() on the RenderRequest which also extends PortletRequest. I have reviewed the JSR spec and quoted relevant sections below. From my review, it se

[JBoss-user] [EJB/JBoss] - Re: Problem with EJB-QL and primary-keys

2005-10-11 Thread Oliver Roell
I have solved the problem. One column in my table is named with count. Count is not a reserved word in EJB-QL, but it is reserved in SQL, and I have used it many many times before. After 14 years experience with SQL I fall into this simple trap. View the original post : http://www.jboss.com/in

[JBoss-user] [JBossCache] - Re: is it possible to use treecacheaop as the second level c

2005-10-11 Thread stemeyda
Thanks for the reply. Maybe I just don't understand how it works. I thought that TreeCache was being used as the second-level cache which updates nodes on a cluster on a per object basis instead of a per field basis. If you are using a cluster with a large number of nodes with a large number o

[JBoss-user] [Installation, Configuration & Deployment] - scheduled task start delay

2005-10-11 Thread mstueche
Hi All, I have a problem with a scheduled tasked. The tasked is executed but with a delay of 2 hours which is exactly the diffrence between UTC and our local time . the user.timzone is set to 'Switzerland/Zurich'. the sever date is also OK. Where do I have to set the Timezone for scheduled tas

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

2005-10-11 Thread beubzi
ok, i edited the conf/jndi.properties but doesn't matter because it generate nothing better. I think my problem is with the tomcat call to jboss where it try to use 1099, whereas during deployment it seems to use 1199. thanx View the original post : http://www.jboss.com/index.html?module=bb&op=

[JBoss-user] [O'Reilly JBoss 3.0/4.0 Workbook] - configuration in jboss 4.0.2

2005-10-11 Thread laxmanjava
Hi i am trying to migrate the server configuration from jboss 3.0.8 to jboss 4.0.2, i am using LocalTxConnectionManager in jboss 3.0.8 where as i didnt find the corresponding class in the jboss 4.0.2 . when i start the server then it is giving me the error 18:07:39,531 ERROR [MainDeployer] co

[JBoss-user] [Clustering/JBoss] - Re: Discover another cluster in the network

2005-10-11 Thread comodi
"[EMAIL PROTECTED]" wrote : 1. you can join multiple clustering partition | | 2. you can HAPartition to issue distributed rpc call to retrieve info. | | -Ben I don't want to join the partition, possibly i need only to know informations about it without being member of it. -L View the

[JBoss-user] [Installation, Configuration & Deployment] - Re: Problem changing tomcat port via ServiceBindingManager

2005-10-11 Thread dunks
Must be a configuration problem on my end. I'll give it another try View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3900428#3900428 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3900428 -

[JBoss-user] [EJB/JBoss] - Re: Problem with EJB-QL and primary-keys

2005-10-11 Thread Oliver Roell
I suppose, there is no error in the EJB-QL, because I have tried the query "SELECT OBJECT(p) FROM RecipePos AS p WHERE p.color = '999'", and if there is no record with the color 999, the finder-method doesn't throw an exception. But when I create one record with color 999, the finder-method brea

[JBoss-user] [Installation, Configuration & Deployment] - Re: Problem changing tomcat port via ServiceBindingManager

2005-10-11 Thread darranl
I have just installed JBoss 4.0.3. I made two copies of the all configuration and called them node1 and node2. In the file {jboss.home}/server/node?/conf/jboss-service.xml for both nodes I have uncommented the service binding MBean. Node 1 is set to use the ports-01 configuration. Node 2 is se

[JBoss-user] [Clustering/JBoss] - Re: MDB's, DataSource in a cluster

2005-10-11 Thread npandya_in
Hi rsTropi Thanks after doing all the thing when server start there is no error. At the time of lookup factory it gives me error. in a special case. case like this. my master node and another node both are up and when request goes on another node it gives this error. 11:57:26,078 ERROR [Log

[JBoss-user] [Security & JAAS/JBoss] - Form based auth is successful but gives HTTP 408 error

2005-10-11 Thread JhonDoe
Hi, I am using Jboss 4.0.2 and developing form based login system. All configuration seems to be ok, but result is HTTP 408 error. When I look in to the log file, then I see following: 11.10.2005 09:32:02 Security checking request POST /louis/j_security_check | 11.10.2005 09:32:02 Security ch

[JBoss-user] [Installation, Configuration & Deployment] - Re: performance problem with JBoss running as Windows Servic

2005-10-11 Thread gilbert.nicolet
I experience the same. On our own Windows Server 2003 : same performances on a simple DOS "startJBoss" and on service under JavaService.exe On the Windows Server 2003 of one of our client : Javaservice gives performances 3 times slower than DOS simple run (on the same computer). I checked with JV

[JBoss-user] [JBoss Portal] - window states minimized and maximized

2005-10-11 Thread sessa
Hi ! Is there a documentation or turorial about the window states 'minimized' and 'maximized' ? How do I put these states into my portlets ? How to write the xml and layout files ? Any samples ? thanx a lot, sessa View the original post : http://www.jboss.com/index.html?module=bb&op=view

[JBoss-user] [Beginners Corner] - Re: portlet tutorial

2005-10-11 Thread xgj6688
I have found an eclipse plugin to develop portlet at http://prdownloads.sourceforge.net/plutoeclipse/org.eclipsefan.pluto.ui_1.0.0.zip?download. But it is not for jBoss portal, I must define some xml files which are specific for jBoss. Can I find a jBoss portlet plugin? thanks. View the origina

[JBoss-user] [JNDI/Naming/Network] - Re: JBOSS,datasource jndi?In the init() mothod of HttpServle

2005-10-11 Thread zhjjava
help me! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3900404#3900404 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3900404 --- This SF.Net email is sponsored by:

[JBoss-user] [JBossCache] - Re: is it possible to use treecacheaop as the second level c

2005-10-11 Thread [EMAIL PROTECTED]
No, it is not necessary to use TreeCacheAop under Hibernate. The reason being that Hibernate is arelady mapping the object into fields. What do you mean by not very robust? -Ben View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3900397#3900397 Reply to the post

[JBoss-user] [EJB/JBoss] - Re: ERROR EJB connecting DB throw datasource

2005-10-11 Thread claudia.pt
:( HELPP View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3900402#3900402 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3900402 --- This SF.Net email is sponsor

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Can not use Generics in JSP

2005-10-11 Thread DanielYWoo
I found the reason. delete jdt compiler and copy ant.jar, tools.jar to tomcat.sar/conf set compiler to 1.5 in default web.xml View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3900396#3900396 Reply to the post : http://www.jboss.com/index.html?module=bb&op=post

[JBoss-user] JSF and Web Services in JBoss

2005-10-11 Thread usharani avirneni
Hai    I need help regarding JSF and web services in JBoss.   I am using JBoss 4.0.1RC2 with myeclipse IDE and JSF 1.1. When I tried to deploy JSF application I am getting ActionListener not found exception. I have the req. jar's for JSF. But it's showing the above exception. This application is w

[JBoss-user] [The Lizzard's corner] - Re: Tomcat a JBoss project??!

2005-10-11 Thread trebiani
"ikester" wrote : JBoss can do what ever they want, of course, but I just think this is, purposely or not, an unethical approach. Definitely missleading. You can take it as advice or whatever you choose to. ... but you have to be very carefull if you want to use jboss on your website: http://ww

[JBoss-user] [The Lizzard's corner] - Re: @Marc Fleury: what's happening with jboss?

2005-10-11 Thread trebiani
"trebiani" wrote : (here a german ariticle: http://www.heise.de/newsticker/meldung/64762) what's happening to the company "Brockhaus"? http://www.theserverside.com/news/thread.tss?thread_id=36995 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3900390#3900390

[JBoss-user] [The Lizzard's corner] - @Marc Fleury: what's happening with jboss?

2005-10-11 Thread trebiani
Hi! I'm a J2EE Developer/Consulter and i was allways happy if it was possible to use JBoss as the J2EE app server. Now i'm reading that JBoss is trying to get rid of "unwanted" competitors (here a german ariticle: http://www.heise.de/newsticker/meldung/64762) JBoss was one of the Masterpieces

[JBoss-user] [Security & JAAS/JBoss] - ThreadDeath when logging into web application using jaas

2005-10-11 Thread hypernova
hi i have a problem with a webapp running on jboss 4.0 when i try to log into the protected area of the web app sometimes i get the following exception: 2005-10-07 13:34:51,303 [TP-Processor12] INFO WebappClassLoader - Illegal access: this web application instance has been stopped already. Co

[JBoss-user] [Beginners Corner] - SAXParser property problem in JBoss

2005-10-11 Thread Roman.Angelov
Hi all, I have very interesting problem - some piece of source works over stand alone application with no problems but when I put this source in JBoss WAR file project there is a Exception.The source is : public void validate() throws Exception{ final String JAXP_SCHEMA_LANGUAGE = "h