[JBoss-user] [JBoss Seam] - Re: adf libs in server/default/libs breaks seam pageflows

2006-03-20 Thread jcruise
Hi Ido, I don't know if this is helpful, but I am using those versions of the libs in my app (without pageflow but with jbpm) and they seem to work ok. I have them deployed as jars in my EAR rather than /server/default/lib tho ... Cheers J View the original post : http://www.jboss.com/in

[JBoss-user] [JBoss jBPM] - deploy process archive error

2006-03-20 Thread vas74
!SESSION 2006-03-21 16:22:01.953 --- eclipse.buildId=M20050929-0840 java.version=1.4.2_09 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=ja_JP Command-line arguments: -os win32 -ws win32 -arch x86 !ENTRY org.jbp

[JBoss-user] [JBossCache] - Re: Replication stops after sometime

2006-03-20 Thread ratang2000
Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931502#3931502 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3931502 --- This SF.Net email is sponsored by xPM

[JBoss-user] [Beginners Corner] - Re: Simple Web Service with JBoss

2006-03-20 Thread anders.hedstrom
anonymous wrote : Are there any tutorials showing how? http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossWS View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931500#3931500 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=39315

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: URGENT - request.setCharacterEncoding(

2006-03-20 Thread ummadiravi78
I solved this problem with the following two steps: 1. adding the attribute useBodyEncodingForURI="true" to 'Connector' element of JBOSS_TOMCAT's server.xml 2. Using request.setCharacterEncoding("UTF-8"); in the ServletFilter. It is weird to note that such things are not properly documented anywh

[JBoss-user] [JBoss Seam] - Re: Seam + hibernate query substitution error

2006-03-20 Thread andrew.rw.robinson
Sorry, please ignore this post. Found it (right after the post of course). PostgreSQL likes "true" and "false" for boolean data types. The substitution was causing an error. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931495#3931495 Reply to the post :

[JBoss-user] [Beginners Corner] - How to Deploy Oracle 10g Express to JBOSS

2006-03-20 Thread ericpurdue
I am trying to learn JBOSS for a class project and what to use Oracle 10g express as my database but get the following error when trying to deploy oracle to JBOSS. --- Packages waiting for a deployer --- [EMAIL PROTECTED] { url=file:/C:/Program Files/jboss-4.0.3SP1/server/default/deploy/oracle-

[JBoss-user] [JBoss Seam] - Seam + hibernate query substitution error

2006-03-20 Thread andrew.rw.robinson
Not sure if this is due to hibernate or seam using hibernate. The error: org.postgresql.util.PSQLException: ERROR: operator does not exist: boolean = integer The stack trace: | Caused by: org.postgresql.util.PSQLException: ERROR: operator does not exist: boolean = integer | at org.pos

[JBoss-user] [JBoss Portal] - User login

2006-03-20 Thread pathi
Hi all... I am using JBServer-4.0.2 and JBPortal-2.0. I have created two tables in Oracle database as Principals and Roles... SQL> desc Principals Name Null? Type - ---

[JBoss-user] [JBoss Seam] - Troubleshooting exceptions due to bad annotations

2006-03-20 Thread andrew.rw.robinson
I have a bug that is resulting in: SEVERE: Error Rendering View[/conference/index.xhtml] | java.lang.IllegalArgumentException: create method not found | at org.jboss.seam.Component.callComponentMethod(Component.java:1127) | at org.jboss.seam.Component.callCreateMethod(Componen

[JBoss-user] [Beginners Corner] - Re: Hosting providers?

2006-03-20 Thread wiley173
Greetings, Here is a somewhat good list with ratings... http://www.servlets.com/isps/servlet/ISPViewAll You should just get a cheap dedicated server to learn on... your going to have a lot of headaches ... -w[/url] View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopi

[JBoss-user] [Beginners Corner] - Re: Simple Web Service with JBoss

2006-03-20 Thread wiley173
Greetings, Class Not Found: Your mappings are wrong in your web.xml file. Are you writing the web.xml yourself or is Netbeans generating it somehow and you haven't imported your struts jars into the project? If you do a search for the FIBO APPLICATION tutorial you can use that example with ecl

[JBoss-user] [EJB 3.0] - @EJB annotation not working in web tier

2006-03-20 Thread treespace
Trying to use variable "server" throws a null pointer exception. | public class Client | { |@EJB Server server; | |execute(String operation) |{ | server.execute(operation); |} | } | Does @EJB lose its magic power in the web tier? View the original p

[JBoss-user] [EJB 3.0] - Re: SFSB - when to @Remove?

2006-03-20 Thread treespace
The session will timeout. You could configure SFSB timeout in descriptors. Not sure if there's an EJB 3.0 annotation for that. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931485#3931485 Reply to the post : http://www.jboss.com/index.html?module=bb&op=pos

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: Packaging menu item is disabled ( Pligin 1.5.1 GA)

2006-03-20 Thread germanescobar
Go to the "Packaging Configurations" in the "Project Properties" and check the "Enable Packaging" checkbox. Regards, Germán Escobar View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931484#3931484 Reply to the post : http://www.jboss.com/index.html?module

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - where jsp file place in jboss ot get result.

2006-03-20 Thread chaman4110
i simply make following jsp file, but where this file copy in jboss-3.2.2 to get the result of expression in browser. <%@ page language="java" errorPage="error" %> Lomboz JSP Jsp is as... 1+2+3= View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931483#3

[JBoss-user] [JBoss Getting Started Documentation] - Re: Closing a connection for you. Please close them yourse

2006-03-20 Thread jfinthemix
i'm having the same problem.. i´m using a ejb to do a query to oracle db using the template oracle.ds.xml. i'm using Struts too...when compiling is no problem...and after start jboss... [JkMain] Jk running ID=0 time=0/281 config=null 21:43:09,796 INFO [Server] JBoss (MX MicroKernel) [3.2.8 (buil

[JBoss-user] [JBoss Portal] - Re: forums portlet error...

2006-03-20 Thread susitha
Hi I am using JBPortal2.0, JBForums2.0 and JBServer 4.0.2 Thanx View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931481#3931481 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3931481 -

[JBoss-user] [Clustering/JBoss] - Question about Servlet Session Listener in Clustered jboss t

2006-03-20 Thread mandarm
Hi, Thanks a lot for all the information on the wiki pages. Even though I am new to jboss clustering, I was easily able to set up two jboss instances on one machine and front end them with Apache and mod_jk connector. Before clustering the jboss instances, I had a http session listener that

[JBoss-user] [JBossWS] - Re: Exception while running WSTools

2006-03-20 Thread Andy.2003
I checked out the newest version and saw that this issue is already fixed, but now I got this exception: Exception in thread "main" java.lang.NullPointerException | at org.jboss.ws.metadata.wsdl.xsd.SchemaUtils.isWrapperArrayType(SchemaUtils.java:110) | at org.jboss.ws.tools.XSDType

[JBoss-user] [Beginners Corner] - Simple Web Service with JBoss

2006-03-20 Thread davhol_03086
I am an experienced Java application programmer, but new to web programming. I will be building a Netbeans platform application that connects to a JBoss server via web application style Web Services. I found ?NetBeans IDE 5.0 Quick Start Guide for Web Services? and tried to create the HiWS web

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Problem: SecurityAssociationValve Failed to determine s

2006-03-20 Thread andrepgs
I found the solution at: http://wiki.apache.org/tomcat/Tomcat/Howto in section: "How can I access members of a custom Realm or Principal?" []'s Andre Pastore View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931475#3931475 Reply to the post : http://www.jboss

[JBoss-user] [JBossCache] - Re: Replication stops after sometime

2006-03-20 Thread [EMAIL PROTECTED]
Yes, yes, and yes. :-) The best way to do it is to look at the example that bundles in 1.2.4 release. it has both annotation and xml examples there. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931474#3931474 Reply to the post : http://www.jboss.com/index.

[JBoss-user] [JBossCache] - Re: TreeCacheAOP features

2006-03-20 Thread [EMAIL PROTECTED]
1. In general, TreeCacheAop only has advantage is your pojo has long life time. So most of the time I think issuing removeObject explicitly is not a problem. But yeah, I agree that it is still an issue. I just didn't have good solution. But there is a plan to refactor it in 2.0 due in 4-5 months

[JBoss-user] [JBoss jBPM] - Re: when the AssignmentHandler be invoked

2006-03-20 Thread badegg
when i execute taskinstance.getactorID() I got "null" My startworkflow code as follow: public long startWorkFlow(long workflowID, String userName) | { | log.debug("startworkflow " + workflowID + " start"); | long instanceID = -1; | ProcessDefinition processDefinition = nu

[JBoss-user] [JBoss jBPM] - Re: BPEL Roadmap

2006-03-20 Thread [EMAIL PROTECTED]
No, it just means that Tom and Koen release more often than me :-) Yes; most of the complexity in the deployment process comes from the number of artifacts needed to deploy a service compliant with WS4EE 1.1. The tools subproject from JBoss Web Services will ease BPEL deployments. Apart from that

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: MDB extends base class: Verification of Enterprise Beans

2006-03-20 Thread erik777
I barely remember this, so bare with me if I'm not correct, but I do believe that at that time we were trying to isolate the EAR and progress towards J2EE compliance. We avoided this problem by, for the time being, giving up on isolating any EAR that contained MDBs, and consequently, any other

[JBoss-user] [EJB 3.0] - Loading a database on @PostConstruct callback for SessionBea

2006-03-20 Thread sierras
I've a session bean wich on his @PostConstruct callback method tries to load the database on first time. The problem is that i'm constantly getting an error of type "EntityManager must be access within a transaction". I've tried to get a user transaction from the injected session context but I'd

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - index automatically generatedy Hibernate?

2006-03-20 Thread javatwo
I am using Jboss 4.0.3SP1. I have a Employee table.(id, name, addrId). Employee { ... @OneToOne @JoinColumn(name="addrId") Address getAddress() {...} String getName() {...} } I did not use @index on any properties. After deploy, mysql > show index from employee; ++---

[JBoss-user] [EJB 3.0] - Re: JMX and EJB3 compatibility

2006-03-20 Thread asack
Has anyone tried this? :-)! I'm going to attempt tonight but I would really appreciate any input regarding these two technologies and how they relate. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931466#3931466 Reply to the post : http://www.jboss.com/i

[JBoss-user] [EJB 3.0] - Re: Lazy loading design - surely I can't be right?

2006-03-20 Thread nickthegreat
correction: u.size(); // dummy operaton to initialize (fill) lazy collection replace with -> orders.size(); View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931465#3931465 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=39

[JBoss-user] [EJB 3.0] - Re: Lazy loading design - surely I can't be right?

2006-03-20 Thread nickthegreat
anonymous wrote : | was under the impression that as soon as I entered a method in a stateless session bean, under the hood the hibernate session is re-opened and therefore I can access any level in the graph that I want. | you are under the right impression. in the stateless/stateful s

[JBoss-user] [JBoss Seam] - Re: New movie: Using the Seam reverse engineering tool

2006-03-20 Thread [EMAIL PROTECTED]
we do not promise 3.2.x compability yet ;) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931463#3931463 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3931463 --- Th

[JBoss-user] [JBoss Seam] - Re: New movie: Using the Seam reverse engineering tool

2006-03-20 Thread ppetit
I followed step by step the movie in full synchro within Eclipse 3.2M5. I get exactly the same error as rezebric... same JBoss version, JBossIDE 1.5ALL. Other issue: I asked for a MySQL deployment, and the jta-data-source in persistence.xml is still set to DefaultDS and the hibernate.dialect prop

[JBoss-user] [EJB 3.0] - Re: DOS issue - DefaultUncaughtExceptionHandler needs to be

2006-03-20 Thread elkner
Found a solution by myself: --- jboss-4.0.4RC1-src/system/src/main/org/jboss/system/server/ServerImpl.java.orig Mon Mar 20 23:38:02 2006 | +++ jboss-4.0.4RC1-src/system/src/main/org/jboss/system/server/ServerImpl.java Mon Mar 20 23:45:07 2006 | @@ -172,6 +172,16 @@ |// masqurade

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Error compiling EJB-QL statement, Caused by: org.jboss.ejb.p

2006-03-20 Thread mohammadsami
Hi! I am getting following exception in my console. I will appreciate any help to solve this problem. Currently It's working fine on WebLogic 8.1SP4. I am migrating it to JBoss. I am in Fix. Not able to overcome this problem. 15:51:44

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: How to use jstl

2006-03-20 Thread treespace
Using JBoss 4.X with Tomcat 5.X you will need standard.jar in WEB-INF/lib. Not sure why they would not just bundle that and have it loaded once for all web applications. AFAIK everything else you need is bundled as part of the install. View the original post : http://www.jboss.com/index.html

[JBoss-user] [JBoss Seam] - Seam + Portal

2006-03-20 Thread [EMAIL PROTECTED]
I have taken the examples/registration application and tried to deploy it alongside portal. I am not even attempting to integrate until they can both live side-by-side with no problems, as JSF apps do with portal. One thing I have encountered which is likely the blocker is that JSF is register

[JBoss-user] [Installation, Configuration & Deployment] - Re: Proxy Server and EJBs - confused.

2006-03-20 Thread chrisbitmead
I tried that. It doesn't work. It still tries to talk directly to the site and ignores the proxy. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931455#3931455 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3931455 --

[JBoss-user] [JBoss jBPM] - Re: jbpm eclipse plugin

2006-03-20 Thread shaunstuart
Ok. I'm an idiot. I see it gets built as you add elements. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931454#3931454 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3931454 --

[JBoss-user] [JBoss Seam] - I get Exception : No active application scope , how to resol

2006-03-20 Thread [EMAIL PROTECTED]
Hi Thank you for reading my post I am getting some exception when i am trying to navigate inot a jsp page that i used a seam component . the exception say: java.lang.IllegalStateException: No active application scope where should i look to resolve this problem ? I should say that , i tried t

[JBoss-user] [JBoss Getting Started Documentation] - Re: Unsupported major.minor version 49.0 when trying to star

2006-03-20 Thread fkhan
I was able to fix my issue by not installing the two ejb3 packages and the aspect manager during the install process when using jdk 1.4.2 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931451#3931451 Reply to the post : http://www.jboss.com/index.html?module

[JBoss-user] [JBoss jBPM] - Re: jbpm rmi

2006-03-20 Thread jesse_sweetland
I have had my share of LazyInitializationExceptions in developing my web application. The issue stems from loading the objects in one JbpmContext and then attempting to do something with them in another JbpmContext. For example, if you make an RMI call to retrieve all of the TaskInstances for

[JBoss-user] [JBoss Seam] - _id0 is duplicated exception when stateful bean doesn't have

2006-03-20 Thread liudan2005
I keep getting "_id0 is duplicated in the faces ". At first, I though it's cause by compatibility of facetlets and myfaces. After a lot of times trying, I notices it's cause by that my statful bean not having a @Begin method. This doesn't make any sense to me. Can someone explain it? View the o

[JBoss-user] [JBossWS] - Exception while running WSTools

2006-03-20 Thread Andy.2003
I get the following exception while running wstools (from cvs) Exception in thread "main" org.jboss.ws.WSException: java.io.IOException: Die Syntax für den Dateinamen, Verzeichnisnamen oder die Datenträgerbezeichnung ist falsch | at org.jboss.ws.tools.helpers.ToolsHelper.handleWSDLToJavaG

[JBoss-user] [EJB 3.0] - SFSB - when to @Remove?

2006-03-20 Thread tsar_bomba
I'm building a simple shopping cart for what should be a moderately busy storefront for our company (maybe 50-100 users per-day, avg.) I've got a method called checkout() where I've annotated @Remove to clear the session resources when the method is called. My question is; what happens to those

[JBoss-user] [JBoss Seam] - some question about seam web.xml configurations.

2006-03-20 Thread [EMAIL PROTECTED]
Hi Thank you for reading my post. there are some configuration in seam web.xml file that i can not understand. first of all , in normal case we use a url pattern like : /faces/* for faces Servlet mapping but in your web.xml you used *.seam Faces Servlet javax.faces.webapp.Fac

[JBoss-user] [JBoss Portal] - Re: subnavigation ( or pages within pages)

2006-03-20 Thread jkancianic
I'm basically wanting to know if JBoss portal (2.2 RC2) supports the WebLogic book/page hierarchy style out of the box with some configuration. If so, is there an example somewhere if a descriptor I could look at. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: MDB extends base class: Verification of Enterprise Beans

2006-03-20 Thread caseyhelbling
I have a similar issue where my abstract base class doesn't have the onMessage(Message m) declaration. | public abstract class BaseMessageBean implements MessageDrivenBean, MessageListener | { | private MessageDrivenContext context = null; | | public void setMessageDrivenCont

[JBoss-user] [JBoss Getting Started Documentation] - Unsupported major.minor version 49.0 when trying to start th

2006-03-20 Thread fkhan
I'm trying to start up the a clean installation of jboss 4.0.3SP1 under JDK1.4.2 and I am encountering multiple Unsupported major.minor version 49.0 exceptions. I suspect because my enviroment is using JDK1.4.2 and not JDK1.5, but from what I can tell 1.4.2 should be supported (http://wiki.jbo

[JBoss-user] [JBoss Seam] - Re: .seam welcome-file

2006-03-20 Thread TrippCCN
Oh, one other thing, FYI, you can also hide the actual redirect simplifying URL's (if you're picky like me). Meaning, the URL won't actually change from / to /index.seam, but it will still act as if the user typed /index.seam. c View the original post : http://www.jboss.com/index.html?module

[JBoss-user] [Security & JAAS/JBoss] - Web to EJB authentication

2006-03-20 Thread crepindany
Web to EJB tier authentication. Using UsersRolesLoginModule configured in login-config.xml My .ear is deployed correcty. Application runs perfectly on JBoss 4.0.1sp1: FORM authentication, and secured methods can be invoked on EJB Application fails invoking any method on EJB: javax.security.auth.lo

[JBoss-user] [JBoss Seam] - Re: .seam welcome-file

2006-03-20 Thread TrippCCN
It's actually really easy... I implemented it on an airplane in 20 minutes and it handles your entire site and more. The index.jsp (or index.html) redirect option would put an index file in every directory, require a new one every time a directory is created, and god forbid you'd want to chang

[JBoss-user] [JBoss jBPM] - jbpm rmi

2006-03-20 Thread dhartford
Hello all, I am trying to reverse the excellent webapp example to expose some of the jBPM methods for an RMI-based api (for, eventually, and Eclipse RCP based jBPM application). I am running into some issues related to the hibernate lazy-loading, but rather go into the details about that prob

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: ResourceBundle considered harmful

2006-03-20 Thread treespace
Resource Bundle Redux (oops, forgot code block) Enumerate messages: | enum Messages | { |UserNameInUser, |... more ... | } | Load this xml in to Map< Message, Map< Locale, String > > | | | | User name already in use | blah blah blah | d

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: ResourceBundle considered harmful

2006-03-20 Thread treespace
Resource Bundle Redux Enumerate messages: enum Messages { UserNameInUser, ... more ... } Load this xml in to Map> User name already in use blah blah blah daka daka daka ... more ... ... more messages ... This strategy puts all the token translatio

[JBoss-user] [JBossWS] - org.jboss.axis.AxisFault: No service class was found! Are y

2006-03-20 Thread forJbpm
Hi! I am able to sucessfully deply my web service and it gives me url to access the same. But when I click on the url I get following error: anonymous wrote : 14:58:14,202 INFO [AxisServlet] org.jboss.axis.ConfigurationException: org.jboss.axis.AxisFault: No service class was found! Are you m

[JBoss-user] [JBossWS] - Re: Exception in thread

2006-03-20 Thread forJbpm
Hi! I was trying the example in adminguide.pdf (Jboss AS) Regards, View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931428#3931428 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3931428 -

[JBoss-user] [JBoss Seam] - adf libs in server/default/libs breaks seam pageflows

2006-03-20 Thread ido_tamir
I have the impression that putting adf libs: adf-faces-api-10_1_3_0_4.jar adf-faces-impl-10_1_3_0_4.jar adfshare-3549S.jar into server/default/libs breaks some seam functionality especially pageflow which I am mostly interested in (albeit unsuccessful yet :-(). try e.g. numberguess I think I nee

[JBoss-user] [JBossWS] - Re: java.lang.NoClassDefFoundError: org/apache/axis/client/S

2006-03-20 Thread forJbpm
Hi Pierroot, I somehow got rid of this prblem (though my client is not still working now) My problem was in Jboss-4.0.3/cient directory there was no jboss-ws4ee.sar/ . Make sure that its there I guess this .sar file has the all the required classes Hope it helps! Please let me know if you can

[JBoss-user] [JBoss Seam] - Re: Non Seam apps broken

2006-03-20 Thread [EMAIL PROTECTED]
Yes, definitely :-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931423#3931423 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3931423 --- This SF.Net email is spon

[JBoss-user] [JBoss Seam] - Re: Non Seam apps broken

2006-03-20 Thread JamesWoodward
The Seam jar is in the jsf-libs folder. Should it only be in the webapps that use Seam? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931422#3931422 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3931422

[JBoss-user] [Beginners Corner] - UDP Server

2006-03-20 Thread elponderador
I was just wondering what the recommendation would be for one to implement his own UDP server in JBoss for interaction with legacy systems. I want it to be a singleton, maybe a JBoss @Service or something like that. I seem to be able to do so as long as I split off my own thread that will actua

[JBoss-user] [JBoss jBPM] - labs.jboss.com shows 3.01 download

2006-03-20 Thread kukeltje
See http://labs.jboss.com/portal/jbossjbpm/download/index.html Maybe someone can change it. I'm in the process of realy introducing staffware ehh jBPM into our organisation and one of my collegues downloaded 3.01 from the labs site. Ronald View the original post : http://www.jboss.com/in

[JBoss-user] [JBoss Portal] - Management Portlet Validation Error

2006-03-20 Thread tfoye
My setup: JBoss 4.03sp1 JPortal 2.2.1RC3 jdk 1.5.0-b64 Win XP sp2 In the Management Portlet a "Validation Error" is displayed when you try to move a portlet using one of the arrow icons next to the portlet instance name. The portlet isn't moved. If you enter a name, any characters, and then

[JBoss-user] [JBoss Seam] - Re: Non Seam apps broken

2006-03-20 Thread [EMAIL PROTECTED]
Put it in JIRA. I don't understand why a non-Seam *application* would break (unless you have the Seam jar in the app). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931418#3931418 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mod

[JBoss-user] [Clustering/JBoss] - Re: Web Session persistence at reboot

2006-03-20 Thread [EMAIL PROTECTED]
Do you have a simple war I can use to test this? I want to do as you suggest, but don't have the spare cycles to build up the war in the next few days. If you do, please open an issue at jira.jboss.com (project JBoss Application Server -- not JBoss Clustering) and attach the war to it. View t

[JBoss-user] [JBoss jBPM] - Re: get XML-Document of ProcessDefinition-Object

2006-03-20 Thread kukeltje
@romin.irani: Why do you want to just backup the definitions? Why not the whole database? Besides that, if your process definiions are not up to date, it's difficult to change them since you do not know your startingpoint Currently there is no way to generate the processdefinition back from the

[JBoss-user] [EJB 3.0] - @JoinTable - table contents being cleared when a new object

2006-03-20 Thread scotttam
I have a simple Many to Many relationship: Campaigns can belong to many Markets Markets can be associated to many Campaigns therefore, I have a join table campaign_market_xref My entity beans looks like (abbreviated): | @Entity | @Table(name="campaign") | public class Campaign implements

[JBoss-user] [JBoss jBPM] - jbpm eclipse plugin

2006-03-20 Thread shaunstuart
Is there a way to export / save the diagram view of a graph as a jpg using the eclipse plugin? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931413#3931413 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3931413 -

[JBoss-user] [JBoss Portal] - Re: forums portlet error...

2006-03-20 Thread unibrew
Hi Very cool exception ;-) but it tells nothing until you will specify the exact verisions of JBForums and JBPortal which you use. Cheers --- Ryszard Kozmik JBoss Forums Lead View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931412#39314

[JBoss-user] [EJB 3.0] - Re: InitialContext.lookup throwing NameNotFoundException wit

2006-03-20 Thread scotttam
My mistake... I had not seen the migration posting on the wiki... thanks for your help! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931411#3931411 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3931411

[JBoss-user] [JBoss Seam] - Re: JAAS and SEAM

2006-03-20 Thread lcoetzee
Hi, this was quite painful as there was no way I could find to do that automatically after the JAAS login. In the end we used an @Factory variable included in one of the admin templates to force the creation and outjection of the PortalUser. Something as follows: | /** | * if t

[JBoss-user] [JBoss Portal] - subnavigation ( or pages within pages)

2006-03-20 Thread jkancianic
I want to define pages that are children of pages such that the subpages appear as sublinks under the a main navigation tab in the portal. Example, a Welcome tab in the navigation area would have links such as "Login", "Request access", etc. as sub-pages under it with their own set of windows e

[JBoss-user] [JBoss Eclipse IDE (users)] - launching jboss(with jetty) with auto-compile

2006-03-20 Thread moomerman
Hi, [Eclipse 3.1.2] [JBoss IDE 1.5.1.GA] [JDK1.4.2_11] [WinXP] [jboss-3.2.3_jetty-4.2.24] I'm a relative newbie to JBoss but have picked it up in a new job I've started recently. I'm launching JBoss from the Server Navigator and I've managed to get an external instance running. However I now

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: #include virtual comand not working in JBoss

2006-03-20 Thread juzer
right, but my app does not use a jsp architecture. All files are html and the dynamic content is handled through code using a custom built architecture. Using a jsp include would mean converting all htmls into jsps, which might not be a feasible option. Is there no work around for this? Regar

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: #include virtual comand not working in JBoss

2006-03-20 Thread [EMAIL PROTECTED]
Use a standard mechanism like jsp includes. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931406#3931406 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3931406 --- T

[JBoss-user] [JBoss Seam] - Re: reverseengineering problem

2006-03-20 Thread [EMAIL PROTECTED]
fixed the error - will be fixed in an upcoming nightly build (if I can get the stuff committed) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931405#3931405 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3931405 ---

[JBoss-user] [EJB 3.0] - Returning generated primary key value using GenerationType.A

2006-03-20 Thread vmarco
I'm using EJB 3.0 RC5 on JBoss 4.0.3SP1 with MySQL 5.0. I'm trying to retrieve a primary key value following a merge() of a new entity. The row gets created fine, but I don't get the primary key value back. It returns 0L (long, BIGINT). Is there a way to return the generated primary key value

[JBoss-user] [EJB/JBoss] - res-ref-name problem

2006-03-20 Thread srikanthpragada
Hello, I am using a bmp where i want to use a res-ref-name as follows in the code: private Connection getConnection() throws SQLException { InitialContext initCtx = null; try { initCtx = new InitialContext(); DataSource ds = (javax.sql.DataSource) initCtx.lookup("java:

[JBoss-user] [JBoss Getting Started Documentation] - Re: EJB Client log4j warnings

2006-03-20 Thread srikanthpragada
I solved the problem of Log4j warnings with the following code. import java.rmi.RemoteException; import java.util.Properties; import javax.naming.*; import javax.ejb.*; import javax.rmi.PortableRemoteObject; import org.apache.log4j.*; public class Client { private static final String JNDI_NAME

[JBoss-user] [Beginners Corner] - Re: executing standalone .jar app from JBoss?

2006-03-20 Thread jjguerra
Hi there! http://www.jboss.org/index.html?module=bb&op=viewtopic&t=50251 it was very useful. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931400#3931400 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3931400 --

[JBoss-user] [Security & JAAS/JBoss] - Re: Dynamic registration of a custom login module?

2006-03-20 Thread NigelWhite
The sar thing doesn't work. At least not with that embedded Dynamic config. Just putting login-config.xml in the base of the EAR doesn't do it. And adding a to application.xml pointing to login-config.xml causes an error. Don't think you can do that. Anway. Why is sessionContext.isCallerInRol

[JBoss-user] [JBoss Seam] - Non Seam apps broken

2006-03-20 Thread JamesWoodward
Help!!! Why have my Non-Seam apps suddenly stopped working since I updated my Seam apps to use jboss-seam-CVS20060318 instead of jboss-seam-1.0beta2? Here is the stack trace I get when attempting to view the home page of a non-seam application. 17:16:07,645 ERROR [[FacesServlet]] Servlet.servic

[JBoss-user] [EJB 3.0] - Re: JNDI Lookup Failure, ClassCastException, 4.0.4RC1

2006-03-20 Thread asack
"tromanowski" wrote : | elkner: | Thanks for your reply--that implies that JBoss is in fact compliant with the J2EE spec regarding ears, contrary (depending on the version) to what asack has mentioned. Which version are you using? I know I asked if anyone had this working with the latest

[JBoss-user] [JBossWS] - Re: Signing XML

2006-03-20 Thread bruno.arruda
Am I not beeing clearly enought or is it a real hard problem to resolve? Sorry to insist, cause im really worried about this problem. THanks again Regards, View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931394#3931394 Reply to the post : http://www.jboss.com/

[JBoss-user] [Management, JMX/JBoss] - Adding description to a schedulable class

2006-03-20 Thread tomerbd2
Hi I know how to add description to properties in mbeans (xmbeans) however when i'm using a schedulable class i do want to add description to all the properties however i dont know how to do this, i tried to add an xmbean however then i receive nullpointerexception I have the following mbean c

[JBoss-user] [EJB 3.0] - Re: multiple databases/entitys in one EAR

2006-03-20 Thread [EMAIL PROTECTED]
you'll need 2 persistence units defined. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931392#3931392 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3931392 --- Th

[JBoss-user] [JBoss jBPM] - Re: when the AssignmentHandler be invoked

2006-03-20 Thread jbpmndc
"swimlaneInstance table and in taskinstance table are all "null" I did the same thing and it worked for me. What do you get when you call taskInstance.getActorId? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931391#3931391 Reply to the post : http://www

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - CSS Serving strange behaviour

2006-03-20 Thread aidan_b5
I'm trying to do a standard include of a css file and am hitting problems. My css file is located within the web app and is visible through windows file explorer (and contains the correct content) when the app is built. However if I try to hit the css url (either directly or through a ), a file

[JBoss-user] [JBoss jBPM] - Re: jbpm performance with sybase

2006-03-20 Thread desperate_USER
"[EMAIL PROTECTED]" wrote : Btw, may I ask you not to crosspost your problems. You had already an answer in a different thread. If we spend our time answering the same question in different threads, this means that other users don't get a chance of a response for their questions. | | Thanks

[JBoss-user] [JBossCache] - Re: Replication stops after sometime

2006-03-20 Thread ratang2000
OK.It seems replication of the UserSessionObject wasnt happening in the first place..When the put was done only once in the hashmap,that was the only time the object was replicated.After that it was just modification to the POJO(UserSessionObject). So the question is, do I need to Instrument the

[JBoss-user] [Installation, Configuration & Deployment] - Re: Safe mail sending that doesn't fill up the mailbox

2006-03-20 Thread jiwils
Write a Log4j filter that filter's messages (based on logger name maybe?) when they occur within a given frequency. See http://logging.apache.org/log4j/docs/api/org/apache/log4j/spi/Filter.html in order to get started. Then, you will need to configure your SMTPAppender so that this filter is

[JBoss-user] [Security & JAAS/JBoss] - Re: Dynamic registration of a custom login module?

2006-03-20 Thread NigelWhite
OK, that bit is working, I have my DataSources dynamically loaed with the EAR. But it's still really weird. request.getUserPrincipal.isUserInRole("User") returns true. sessionContext.isCallerInRole("User") returns false; ? And WHY must I have an EMPTY element in jboss.xml in the EJB

[JBoss-user] [JBoss Seam] - help needed with basic seam login screen

2006-03-20 Thread destiny84
I have been trying to create a login screen for an application that was created with the reverse engineering tool. With the help of those created files and the login files of the seam-booking example, I created the following files (see below). However, when I run the application and hit the logi

[JBoss-user] [EJB 3.0] - multiple databases/entitys in one EAR

2006-03-20 Thread SunFire
Hi, this may be a trivial question but I was unable to find enough documentation on it to make it work. I have 2 DBs sitting on different hosts. I need some entities to be persisted in database A and some others to be persited in database B. I have one SLSB which needs to run querys on entitys

[JBoss-user] [Security & JAAS/JBoss] - Re: Dynamic registration of a custom login module?

2006-03-20 Thread NigelWhite
And application.xml goes in the META-INF of the EAR file??? All these xml files all over the place! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931383#3931383 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=393138

[JBoss-user] [JBoss Seam] - Re: Modifying Hibernate validator msgs

2006-03-20 Thread ohadpinchevsky
"TrippCCN" wrote : | Hey guys thanks for your replies. | | Cool I'll use length instead. The only reason I didn't do that was so that I wouldn't have to override the length message which I feel should be diff from an empty value... no biggie. | | Ya I read the hibernate docs, and it

[JBoss-user] [JBoss and NetBeans] - Re: JBoss vs. Sun Server WS - do not work with complex types

2006-03-20 Thread zoharat
Hey I am facing a similar issue. Please look at the following.. http://www.jboss.org/index.html?module=bb&op=viewtopic&t=79276 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931381#3931381 Reply to the post : http://www.jboss.com/index.html?module=bb&op=po

[JBoss-user] [Security & JAAS/JBoss] - Re: Dynamic registration of a custom login module?

2006-03-20 Thread j2ee_junkie
Nigel, I put my_datasource-ds.xml file at the root of my ear. Then I add |... | | my_datasource-ds.xml | |... | to application.xml. This datasource then gets deployed/undeployed automatically with ear by service http://wiki.jboss.org/wiki/Wiki.jsp?page=XSLS

  1   2   >