[JBoss-user] [JBoss Portal] - Instatiating portlet from another portal

2005-07-31 Thread marec
Is there a way how can I instantiate portlets from another portal? I have created new WAR file containing portlet-instances.xml as well as refproj-portal.xml. I wanted to instatiate ContentPortlet (defined in default portal - portal-core.war) with different URI property, therefore I wrote this

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JBossMQ & Login Module Configuration

2005-07-31 Thread schrouf
This might be an indication that a JMS user hasn't specified user/pwd credentials (e.g. simply calling getTopicConnection() instead of getTopicConnection(user,pwd)). Try to identify the causing consumer/producer and check if he's providing propper credentials. Regards Ulf View the original p

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: SSL & js_security_check problem

2005-07-31 Thread tquas
Scott, thanks for following up. I don't really get the message, though. Yes, j_security_check is a special alias used by the system. Using it from HTML forms is common practice. So what's wrong with redirecting from a JSP? View the original post : http://www.jboss.org/index.html?module=bb&op=v

[JBoss-user] [Beginners Corner] - Re: session values

2005-07-31 Thread sriramp_here
Hi, Try deleting the contents under the folder work and tmp. This may help but not sure ;-) Sriram.P View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887630#3887630 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=388763

[JBoss-user] [Beginners Corner] - Re: Jboss multi-instances and queue sharing

2005-07-31 Thread sriramp_here
I guess this is not the correct form to ask this. Why dont you try the same post in JM/Messaging or clustering. Regards Sriram.P View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887627#3887627 Reply to the post : http://www.jboss.org/index.html?module=bb&op=p

[JBoss-user] [Beginners Corner] - Re: any one who ever worked around this exception: Attribute

2005-07-31 Thread jaikiran
Hi, As the stacktrace mentions, the tag TagCatInfo does not support any attribute named 'id'. You can find the supported attributes of the tag, in the corresponding tld file. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887626#3887626 Reply to the post :

[JBoss-user] [Beginners Corner] - any one who ever worked around this exception: Attribute id

2005-07-31 Thread lothario
Is there any one who ever worked around the follow exception? 11:30:33,751 ERROR [[jsp]] Servlet.service() for servlet jsp threw exception org.apache.jasper.JasperException: /CMFKMProject/KM_OffService/KM_NavIndex.jsp(78,0) Attribute id invalid for tag TagCatInfo according to TLD org.apa

[JBoss-user] [Installation, Configuration & Deployment] - Jboss-4.0.2 throws exception with MS SQL server

2005-07-31 Thread sirajm
Hi All, I tried to switch to SQL server from Hybersonic with Jboss-4.0.2 but I am getting following exception in the server side 2005-08-01 10:22:49,495 DEBUG [org.jboss.system.ServiceController] starting service jboss.mq:service=StateManager 2005-08-01 10:22:49,495 DEBUG [org.jboss.mq.sm.jdbc.

[JBoss-user] [Javassist user questions] - Help needed for javassist (CtConstructor)

2005-07-31 Thread bijou
hello, I'm trying to realizewith Javassist a tool that can reduce an inheritance tree into a flat class (that is, if C3 inherits from C2, which in turn inherits from C1, I would like to suppress C1 and C2 and to augment C3 with its inherited attributes and methods). So, the key problem is to c

[JBoss-user] [JCA/JBoss] - Re: DS

2005-07-31 Thread aberezin
I am seeing the same problem with win2k, jboss-4.03rc1 with a very simple jndi lookup from within a client in the same vm as the server. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887619#3887619 Reply to the post : http://www.jboss.org/index.html?module=

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

2005-07-31 Thread lttnd
Hi , I have installed java1.4.2 again and , i run sh build.sh ; Onother errors happend like : BUILD FAILED java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory at java.lang.ClassLoader.defineClass0(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.ja

[JBoss-user] [Clustering/JBoss] - Re: ClusteredSingleSignOn - TreeCacheSSOClusterManager fails

2005-07-31 Thread drzewo
Again, here are the datailed steps I took to get this "odd behaviour" surface. 1. Take the standard "all" configuration. It has all in store (session replication via TreeCache defined in tc5-cluster-service.xml) 2. Add the dependency on the jboss.cache:service=TomcatClusteringCache to the jbosswe

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: Class not found in HAR

2005-07-31 Thread artemis
"artemis" wrote : I have deployed .har based on the hibernate3 instructions (jboss 4.0.2, hibernate 3.0) | | here is my directory structure in | | har folder | WEB-INF | .classes | .ssi.listener.bean | CWsmType.class | ..

[JBoss-user] [Installation, Configuration & Deployment] - Re: JDBC Realm for Form Based Authentication

2005-07-31 Thread mduffy_lists
OK. Here is a useful link: 4.3.2. Security Using a Database http://docs.jboss.org/jbossas/getting_started/v4/html/dukesbank.html#d0e1254 The section right above this one also has some necessary information: 4.3.1. Configuring the Security Domain Basically, unlike Tomcat, there are no Realms in

[JBoss-user] [Clustering/JBoss] - Re: Load-Balancing SLSB

2005-07-31 Thread joff
*bump* Is anyone able to help me here? I'm no closer to finding the solution... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887605#3887605 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887605

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Class not found in HAR

2005-07-31 Thread artemis
I have deployed .har based on the hibernate3 instructions (jboss 4.0.2, hibernate 3.0) here is my directory structure in har folder WEB-INF .classes .ssi.listener.bean WsmType.class WsmType.hbm.xml META-INF HibernateSer

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

2005-07-31 Thread darranl
Steve, which JBoss version are you currently using the tutorial against? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887601#3887601 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887601

[JBoss-user] [Beginners Corner] - Re: Fibo Tutorial on JBoss 4.0.2

2005-07-31 Thread steverar
I was having similar problems. I went over the tutorial in detail and found out the jboss-web.xml wasn't being "packaged" in the war. The tutorial runs fine, as is. I haven't removed the -client.jar file from packaging as suggested. One possible problem is the tutorial shows "java:/comp/env/..

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

2005-07-31 Thread steverar
I was having similar problems. I went over the tutorial in detail and found out the jboss-web.xml wasn't being "packaged" in the war. The tutorial runs fine, as is. I haven't removed the -client.jar file from packaging as suggested. View the original post : http://www.jboss.org/index.html?mod

[JBoss-user] [Security & JAAS/JBoss] - Re: How to Forward to a Particular Page if Login is of a Par

2005-07-31 Thread kenlohwh
Thanks Scott for your answer. However, some questions: Redirecting from a servlet as you have suggested, would required me to obtain the Principal (to make decision whether to redirect etc.). If my understanding is correct, the servlet (ie. the form-error-page) must be not be protected. Howeve

[JBoss-user] [JBoss Portal] - Re: DivDecorationRenderer.java

2005-07-31 Thread scottlholmes
No sorry, Roy - I probably should have been more specific. In looking over your implementation, I noticed you were using the default valid elements which is a small subset of XHTML - some kind soul created a big ol list of all XHTML to use with the verify. In pasting in my test document, I noti

[JBoss-user] [Beginners Corner] - Re: JBoss 4.0.3RC1 / EJB3 / JBossIDE / Mac OS X 10.4 Tiger

2005-07-31 Thread mtownsen
Well, I got everything running. But I don't know how to use the JBoss IDE. I guess I will go through the tutorials. Anyone have any pointers to tutorials? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887584#3887584 Reply to the post : http://www.jboss.o

[JBoss-user] [Beginners Corner] - Re: javax.ejb not found

2005-07-31 Thread krubin
Darran, It built. Thank you so much!!! People like yourself make working with J2EE possible! Regards, Ken View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887578#3887578 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3

[JBoss-user] [JBossWS] - Re: Document-literal encoding with JBoss 4.0.1

2005-07-31 Thread jDavidBoss
InfoJet Service is a Java class library to publish InfoPath Forms to the web. InfoJet Service can be deployed as Web Services. J2EE and .Net web application with integration of InfoJet Service support the users to edit InfoPath Forms in Internet Explorer and FireFox. http://www.infojetsoft.com

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - What is the best way to store JSP pages?

2005-07-31 Thread lottalava
Hello folks, what's is best to do, keep my JSP's classes in WEB-INF/classes unziped or make jar library and put in WEB-INF/lib? Regards, lottalava View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887567#3887567 Reply to the post : http://www.jboss.org/ind

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Virtual Hosts - asked before, got no response

2005-07-31 Thread maheshkudva
Hi Binario I am also having the same problem. Can you let me know if you have any answers to this. In my case, the web apps are WAR files and I want to have the similar action. http://test.com/library (Works perfectly) http://library.test.com (never worked) My DNS points to the correct I

[JBoss-user] [Security & JAAS/JBoss] - compile problem in security

2005-07-31 Thread hakim55
can not find this package import org.apache.log4j.Category; I use jboss 4 and try to run jboss examples thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887561#3887561 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply

[JBoss-user] [Beginners Corner] - Re: where to download admin guide classloading examples ?

2005-07-31 Thread [EMAIL PROTECTED]
thanks ! regards, tom. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887527#3887527 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887527 --- SF.Net email is sponso

[JBoss-user] [JBossWS] - Re: juddi error on JBoss 4.0.2

2005-07-31 Thread [EMAIL PROTECTED]
Read the wiki for JUDDI configuration and note the FAQ section. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887523#3887523 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887523 -

[JBoss-user] [JBossWS] - Re: 4.0.2 juddi error when using UDDIProxy.get_authToken()

2005-07-31 Thread [EMAIL PROTECTED]
There are ddl scripts in the juddi-service.sar/META-INF directory that has data being populated into the DB when JBoss starts. So you should try to add users/delete users etc from these ddl files. Apart from this, please read the wiki pages for JUDDI configuration. View the original post : ht

[JBoss-user] [JBossWS] - Re: WSDOCServiceStepByStep help

2005-07-31 Thread [EMAIL PROTECTED]
On the client side, you are not using the jbossws client but are using the Sun implementation. Try using the client jar for jboss ws4ee in the client directory of jboss instance. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887521#3887521 Reply to the pos

[JBoss-user] [JBossWS] - Re: Mapping file generation with JWSDP-1.6?

2005-07-31 Thread [EMAIL PROTECTED]
Interesting, only on Friday, I used the ant task for wscompile with the mapping attribute on jwsdp1.6 Here is the task I used: | | | | | | | | View the original post : http://www.jboss