[jboss-user] [JBoss Seam] - Seam+JSF - File Download through HttpServletResponse problem

2006-11-22 Thread reinhard.behrens
Hi, I reference my external context as per http://www.jboss.org/index.html?module=bbop=viewtopict=94163 but it does not function the way I thought. If I create the PDF argument for my action function from a DataModelSelection, then the action should prompt the user to either download or

[jboss-user] [Beginners Corner] - Interserver Communication

2006-11-22 Thread cgorski
Where can I find information on interserver communication? I have one server currently providing EJB access to several clients on a local network. I would like the server to be able communicate with another server located on a remote network over a low-bandwidth/high-latency link. Can

[jboss-user] [JBoss Seam] - Re: always got data model update error when enum happens in

2006-11-22 Thread [EMAIL PROTECTED]
I suppose you need to use a JSF Converter. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3987813#3987813 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3987813 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: Weird injection issue

2006-11-22 Thread [EMAIL PROTECTED]
anonymous wrote : | The weird thing is that some things are still injected, while others are not. Well, things that had some other scope than CONVERSATION would still be injectable, as would anything with create=true. So, what you should focus on is why no-conversation-view-id is not

[jboss-user] [JBoss Messaging] - Re: Messaging installation validation is failed !

2006-11-22 Thread bijianrui
Thank Clebert. Installation validation has passed . Now I fall into a new problem. I have a JMS application , That is fine on JBOSS Messaging for window platform . But it do not run on JBOSS Messaging for SUSE linux . Error is blow : 16:16:05,011 INFO [MessageProxy] Connect to JMS server

[jboss-user] [JBoss Seam] - Re: Seam+JSF - File Download through HttpServletResponse pro

2006-11-22 Thread reinhard.behrens
Note : I am testing with a static pdf from filesystem to debug, will use pdf later. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3987817#3987817 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3987817

[jboss-user] [JBoss Seam] - Re: Seam 1.1 CR1

2006-11-22 Thread jschitt
Nice interview, congratulations! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3987818#3987818 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3987818 ___ jboss-user mailing list

[jboss-user] [Security JAAS/JBoss] - Re: LDAP Newbie - LdapLoginModule

2006-11-22 Thread jaikiran
You will have to add a security-domain element in the jboss-web.xml. Have you done that? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3987819#3987819 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3987819

[jboss-user] [Installation, Configuration Deployment] - jboss-4.0.5.GA starting problem

2006-11-22 Thread santhakumarchimata
I am getting problem when i start the jboss-4.0.5.GA, I am starting it form the console::jboss_home\bin\run.bat I am getting the error:: anonymous wrote : 'findstr' is not recognized as an internal or external command, | operable program or batch file. Though I put all my path settings

[jboss-user] [JBoss Portal] - Re: Single Signon - Where do I start

2006-11-22 Thread thanvi
Thanks for the details. I followed the steps as mentioned, but i am getting the following error. 2006-11-22 14:28:40,277 DEBUG [org.jboss.security.plugins.JaasSecurityManagerService] Added portal, [EMAIL PROTECTED] to map 2006-11-22 14:28:40,293 DEBUG

[jboss-user] [Messaging, JMS JBossMQ] - Re: No error messages.... no reciever counts.

2006-11-22 Thread hensley
FYI... This as a defect with 3.2.1... see the defect below. http://sourceforge.net/tracker/index.php?func=detailaid=633868group_id=22866atid=376685 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3987822#3987822 Reply to the post :

[jboss-user] [JBoss and NetBeans] - eta jboss 5.0b NB support ?

2006-11-22 Thread gustav3d
hello, In what Q is it likely for jboss 5 beta support for NB 5.5(GA) to be available in any form ? regards Gustav View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3987823#3987823 Reply to the post :

[jboss-user] [Beginners Corner] - how to make a SOAP call to web service

2006-11-22 Thread trivedi
Hi, I am creating a web service project in java. to access the web service, I want to create the client. And my requirement was.. i need to create a SOAP msg to make a call to my web service method. how we can do this Earlier i have written C# client program to access my web services, the

[jboss-user] [JBoss jBPM] - the testsuite is wrong.

2006-11-22 Thread dusixiang
when i run ant oracle.scripts, the following error occured. so i removed the two test case, now work fine . this occured in jbpm version: 1.3.3 and 1.3.2 compile.jbpm.test: [javac] Compiling 65 source files to C:\jbpm-starters-kit-3.1.2\jbpm.3\build \classes.jbpm.test [javac]

[jboss-user] [JBoss and NetBeans] - Re: cant add jboss 4.0.2 to netbeans 5.5

2006-11-22 Thread pjiricka
NetBeans 5.5 was thoroughly tested with JBoss 4.0.4. We are hoping it also works with other versions of JBoss, but this is not guaranteed and there may be bugs. If you have problems with JBoss 4.0.2, please try version 4.0.4. Regards, Petr View the original post :

[jboss-user] [JBoss and NetBeans] - Re: eta jboss 5.0b NB support ?

2006-11-22 Thread pjiricka
We will track milestone builds of JBoss 5, and will provide support for them in the NetBeans 6 codebase on an ongoing basis. So NetBeans 6 will contain support for JBoss 5 final. Right now we have no plans to backport this to NetBeans 5.5. Regards, Petr Jiricka, NetBeans team View the

[jboss-user] [JBoss Seam] - Some philosophy on the context name and access to Java Backi

2006-11-22 Thread toni
Hello, I'm using an Entity Bean as a backing bean to store the values from a form submited via a a post request. I have noticed that in order to be able to access the instance of the Entity Bean in a Session Bean I have to use a syntax like: @In(create=true) EntityBean entityBean; If I

[jboss-user] [JBossWS] - Deployment fails with 1.0.4 - NPE in DeployerInterceptor

2006-11-22 Thread minime
Hi, the web services I have developed fail to deploy with JBossWS 1.0.4. This worked flawlessly with JBossWS 1.0.0 to 1.0.3 I'm using JBoss 4.0.4 GA with EJB3. I have also tried 4.0.5 with the same result - NPE. The web service I have developed are quite simple using only annotations like

[jboss-user] [JBoss Seam] - Re: Seam+JSF - File Download through HttpServletResponse pro

2006-11-22 Thread petemuir
You need to call facesContext.responseComplete() after os.flush() otherwise the JSF lifecycle will continue as normal. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3987836#3987836 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - Re: JSR 168 Calendaring portlets for MS Exchange

2006-11-22 Thread shweta_13
Hi David, You can have a look at SyncEx Collaboration Suite offering JSR 168 compliant email, calendar, contact task portlet . The portlets offer seamless portal integration with MS Exchange, lotus domino and databases. To know more, you can go through http://www.syncex.com Thanks Shweta

[jboss-user] [JBoss Seam] - Debug Seam using the jboss-seam-debug.jar

2006-11-22 Thread toni
Hi, I would like to debug my seam application and have a look inside the contexts etc. For that I have added the jboss-seam-debug.jar to the /WEB-INF/lib/ directory of the WAR and inserted the following lines into the web.xml descriptor: context-param

[jboss-user] [JBoss Portal] - Re: Single Signon - Where do I start

2006-11-22 Thread thanvi
When I access the portal I get the above error, But when I access my webapp it gives the follwoing error java.io.IOException: No properties file: users.properties or defaults: defaultUsers.properties found at org.jboss.security.auth.spi.Util.loadProperties(Util.java:313) at

[jboss-user] [Beginners Corner] - use custom classloader instead of ucl

2006-11-22 Thread editha
As far as I understand jboss classloading, for every application a ucl (you can find out which ucl it is by mydeploymentinfo.ucl ) is created when the application is deployed, that does the classloading for this application. Is there any possibility to substitute this ucl with a custom

[jboss-user] [JBoss Eclipse IDE (users)] - importing code to eclipse...

2006-11-22 Thread j-o-l
Hi, does anyone have any experience in bringing a web application (jsf for ui, ejb's for business logic and hibernate for persistence + some web services totalling about 30k+ lines of code), that was written with common text editors and not using any ide, to eclipse jboss ide. We have been

[jboss-user] [JBoss and NetBeans] - cant add jboss 4.0.2 to netbeans 5.5

2006-11-22 Thread gkatz
hi; i cant add jboss 4.0.2 to netbeanas 5.5. the domain list in the add server wizard is empty. is this a limitation of netbeans? thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3987826#3987826 Reply to the post :

[jboss-user] [Clustering/JBoss] - [TreeCache] replication failure with method_call prepare(Glo

2006-11-22 Thread @jb0ss
I am trying to do a Buddy Replication. I have three nodes cluster Node 1 Node 2 node 3 My application works fine. But when I stop node1 and continue using the application, but as soon as I click to add some values to some cached object (my application is a Shopping cart app and stores some

[jboss-user] [EJB 3.0] - Re: JBoss Unified ClassLoader Hell? even with EJB3 ?

2006-11-22 Thread skosonen
anonymous wrote : I am running 4.0.4GA with EJB3. Yes, I did get 2 archives running. And, I can hot-deploy either/both without issues (great for development). I also managed to develop my EJB3 Web -application without this hot-deploy problem when using JBoss 4.0.4.GA. When I upgraded to

[jboss-user] [JBoss Seam] - Re: Seam+JSF - File Download through HttpServletResponse pro

2006-11-22 Thread reinhard.behrens
Thanks !!! Solved the problem. Completely overlooked it ;-) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3987845#3987845 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3987845 ___

[jboss-user] [JBoss jBPM] - Which way token will go?

2006-11-22 Thread lzdobylak
I have Task node, and I created 3 taskInstances Each taskInstance is assigned to other user. What will happend if 2 users will end taskInstance by .end(left) and one .end(right). Which way token will go? Regards, Luk View the original post :

[jboss-user] [Installation, Configuration Deployment] - Re: jboss-4.0.5.GA starting problem

2006-11-22 Thread jaikiran
See this: http://www.jboss.com/index.html?module=bbop=viewtopict=93818 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3987848#3987848 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3987848

[jboss-user] [JBossCache] - Re: Configuring JBossCluster

2006-11-22 Thread urisherman
Thanks a lot! Very helpfull. If I may make a suggestion about the documentation - Indeed when I took another look I saw in the docs references to JGroups, the thing is, the reference appears in the preface. When a new user that doesn't know what JGroups is just reads through the docs for the

[jboss-user] [Installation, Configuration Deployment] - Re: jboss is not start

2006-11-22 Thread jaikiran
Going by the number of users reporting this issue, have added this to the Wiki page: http://wiki.jboss.org/wiki/Wiki.jsp?page=FindstrCommandNotFound View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3987851#3987851 Reply to the post :

[jboss-user] [EJB 3.0] - Re: JBoss Unified ClassLoader Hell? even with EJB3 ?

2006-11-22 Thread skosonen
anonymous wrote : In JBoss 4.0.5.GA hot-deploy works when I make changes to both modules (EJB WAR). This is the best workaround I have found on my problem. For separate EAR and WAR it might also work if both are redeployed? Hmm... now this one is not working either. Quite tricky... View the

[jboss-user] [Security JAAS/JBoss] - Authentication in NT Domain

2006-11-22 Thread hispeedsurfer
Hello, I'm looking for a working solution for days without a result. Please, can explain me someone the way to success in short steps. My working environment: JBoss-4.0.4.GA | NT Domain | Seam Web Application with user-login | | The user try to access the application have to login

[jboss-user] [EJB 3.0] - Executing a

2006-11-22 Thread r.simoni
Hi, we have a problem: we have a SQL Server DB with internally linked a remote oracle DB. We have created views in out SQL Server DB to map remote oracle tables. When we try an insert sql on the SQL Server Enterprise Manager on the views all run correctly. When we use EJB 3.0 to execute the

[jboss-user] [Remoting] - Is Http Firewall tunneling in Remoting or Messaging ?

2006-11-22 Thread fatbatman
Hi, I have an applet on a public webpage that needs to communicate with a server. The applet needs to be able to make synchronous and asynchronous method calls on the server. The server needs to send asynchronous (callback) messages from the server to client. The applet may be behind a

[jboss-user] [JBoss jBPM] - Re: Step By Step Web application development

2006-11-22 Thread Froschfinger
I am looking for such an example, too. Especially with Actionhandler. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3987855#3987855 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3987855

[jboss-user] [JBossCache] - Re: Configuring JBossCluster

2006-11-22 Thread urisherman
One more thing - Do you have any comments regarding the fact that the cache will be used from within the context of an ejb container? That is, thread management and network IO isn't exactly ideal to be done from an ejb, and is kind of forbidden by the spec I'll appreciate any comments,

[jboss-user] [JBoss Seam] - Seam 1.1.0 CR 1 + AS 4.0.5 + Portal 2.6-DR1

2006-11-22 Thread modendahl
Hi, there are some problems with the examples which use ajax. With the installation above I get for every ajax example the following exception | 11:07:35,819 INFO [ServletCacheAdministrator] Created new application-scoped ca | che at key: __oscache_cache | 11:07:35,928 ERROR

[jboss-user] [JBoss Seam] - Seam 1.1 CR1: Where have my components gone?

2006-11-22 Thread lowecg2004
I have just upgraded an existing Seam project from 1.0.1GA to 1.1 CR1 and all of my business objects identified by @Name() have disappeared! In 1.0.1GA I would see output like this (business components highlighted in bold): 2006-10-16 09:07:09,488 INFO [javax.servlet.ServletContextListener]

[jboss-user] [EJB 3.0] - Executing a jdbc statement in a session (XACT_ABORT issue)..

2006-11-22 Thread r.simoni
Hi, we have a problem: we have a SQL Server DB with internally linked a remote oracle DB. We have created views in out SQL Server DB to map remote oracle tables. When we try an insert sql on the SQL Server Enterprise Manager on the views all run correctly. When we use EJB 3.0 to execute the

[jboss-user] [Beginners Corner] - Files and Context Paths

2006-11-22 Thread yj4jboss
Hello, I have a newbie question regarding files and contexts paths. I have a CSV file packed in an EAR file which contains a WAR file. The WAR files contains a XHTML files and a CSV file along with other folders such as WEB-INF, META-INF, Style ...etc. Via a Managed bean i am trying to read

[jboss-user] [JBossWS] - Re: Troubles with JBossWS and Persistence

2006-11-22 Thread [EMAIL PROTECTED]
Yes, we are working on that. Hibernate / EJB3 entities should be seamlessly used as request/response wrapper. Still at this point we are limited to what the JAX-RPC specs mandate, especially when it comes to collections. Lookout for improved hibernate integration early next year. View the

[jboss-user] [JBoss Portal] - Re: location URL to redirect to after signout

2006-11-22 Thread mageshbk
Basically that parameter has to be set in the PortletRequest and not in the HttpRequest. See menu.jsp fragment below: a id=logout href= | portlet:actionURL windowState=normal | portlet:param name=op value=userLogout/ | portlet:param name=locationURL value=/portal/portal/default/default/

[jboss-user] [JBoss jBPM] - Re: Step By Step Web application development

2006-11-22 Thread kukeltje
Come on guys, be a bit more specific. If I play devils advocate you get the following answer: The upcomming jbpm web console has all this. See the source. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3987865#3987865 Reply to the post :

[jboss-user] [JBoss.NET] - Secure your Online Store with SSL Certificates

2006-11-22 Thread ptsas11
Hello friends, Customers are becoming increasingly aware of the advantages of SSL security and will often (and with good reason) not purchase online from stores that have not implemented digital certificates and SSL. All major web merchants now use SSL security to encourage customers to buy

[jboss-user] [JBoss and NetBeans] - Re: JBOSS 4.0.5 GA and netbeans problem starting server

2006-11-22 Thread jc153
I'm also getting the very same problem using JBoss 4.0.5 GA / Netbeans 5.5 / J2SE 1.5.0_09. I'm using the Netbeans that is packaged with J2SDK rather than the JBoss packaged version. Changing the port doesn't make any difference - the port is available the first time JBoss is started within

[jboss-user] [JBoss Portal] - Re: Jboss Portal Registration API

2006-11-22 Thread [EMAIL PROTECTED]
Are you talking about the User registration ? (Look at UserModule, RoleModule, MembershipModule (in 2.6)) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3987869#3987869 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3987869

[jboss-user] [JBoss Seam] - Re: UPDATED: SelectItems (the one with the EntityConverter)

2006-11-22 Thread petemuir
Jason, I'm not sure whats going on there I'm afraid. I have no problems redeploying the examples and the two projects in which I use the SeamSelectItems myself. What versions of Seam/JBoss AS are you using? View the original post :

[jboss-user] [JBossCache] - PessimisticLockInterceptor performance

2006-11-22 Thread pkorros
When I use Hibernate 3.0.GA with TreeCache 1.4.0.SP1 (and 1.4.1.BETA) using a pessimistic cache configuration in local mode I see that a huge amount of time is spent inside the PessimisticLockInterceptor. I profiled the application and I saw that for a given set of operations that takes 23

[jboss-user] [JBoss Portal] - Re: Memory leak in JBoss portal 2.4

2006-11-22 Thread plexiq
Don't know if this is any help, but anyway: We are also having a leak running JBoss Portal 2.4 on JBoss AS 4.0.5 w/ EJB3 on our production server (running JVM 1.5.0_08 / 64Bit). Strange thing is we cant reproduce the leak on our testing machines (all 32-bit). So, i am wondering if the tests

[jboss-user] [Beginners Corner] - jbpm web console admin

2006-11-22 Thread fuligj
Hello! I use jbpm starters kit 3.1.3. When I log on the web consol (at http://localhost:8080/jbpm/faces/admin.jsp) the home and the monitoring menu works fine, but the Administration tab write just TODO. What should I do? Thanks! View the original post :

[jboss-user] [JBoss and NetBeans] - Re: JBOSS 4.0.5 GA and netbeans problem starting server

2006-11-22 Thread sherold
This is a known issue, which should be fixed soon in NetBeans trunk. The problem is that in this version of JBoss some of the jar files NetBeans uses for communication with the server were moved to different location. View the original post :

[jboss-user] [Beginners Corner] - ERROR [MainDeployer] could not create deployment: file:/home

2006-11-22 Thread [EMAIL PROTECTED]
Hello All, while i'm deploying a new .ear file in one of my server instance with name cassanctions, i got the below exceptions. please let me know what to do??. More Info: Jboss is installed on Linux [EMAIL PROTECTED] bin]$ ./run.sh -c cassanctions

[jboss-user] [Management, JMX/JBoss] - The JMX HtmlAdaptor does not display the exception message i

2006-11-22 Thread lshamir
In JBoss 3.2.x when exception occurred, the HtmlAdaptor display the exception message. In JBoss 4.0.x the HtmlAdaptor display only a generic error message. This is obviously a regression. Can you add the message back? Here is an example: 4.0.4: javax.servlet.ServletException: Failed to invoke

[jboss-user] [Beginners Corner] - JBoss 5.0.0 beta 1 and web-console

2006-11-22 Thread MichaelMuo
The left side of the Web console does not populate content, just a dagger. What the reason is? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3987878#3987878 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3987878

[jboss-user] [Security JAAS/JBoss] - Servlet Authentication without j_securitycheck

2006-11-22 Thread kimbaltrue
I have a servlet that receives a non-SOAP XML message with authentication information in the message, and I need to establish a temporary security context to call a secured EJB. What is the best method for doing this? The client is not able to call j_securitycheck. Currently I'm creating a

[jboss-user] [JBoss jBPM] - Deploy new version of a Process defintion loaded and updated

2006-11-22 Thread matthieugd
Hello, When you deploy a processdefinition (xml,par file) with a name that already exists in DB, a new procedefinition is created (and the nodes etc ...) in the DB with a new version number. If I load a processdefinition with the API, change the node and deploy with the method on GraphSession

[jboss-user] [EJB 3.0] - How to get EJB Bean class name the loaded class itself

2006-11-22 Thread RupakKumar
Hi All, Is it possible in jBoss Application server for EJB 2.1 Or EJB 3.0 to get the EJB Bean class using JMX Or any other proprietary approach. Regards, Rupak Kumar... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3987881#3987881 Reply to the post :

[jboss-user] [JBoss Eclipse IDE (users)] - ljklkj

2006-11-22 Thread kumarp
klhlkhl View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3987733#3987733 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3987733 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JBoss jBPM] - Re: Deploy new version of a Process defintion loaded and upd

2006-11-22 Thread kukeltje
by passing on a version number? Otherwise look at how the webapp/servlet does it. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3987883#3987883 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3987883

[jboss-user] [JBoss jBPM] - Re: Regarding jbpm-identity

2006-11-22 Thread kukeltje
please be more specific in your question. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3987885#3987885 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3987885 ___ jboss-user

[jboss-user] [Beginners Corner] - why run.conf works with run.sh but not with run.bat

2006-11-22 Thread zambak
Is there any reason why /bin/run.conf is used by /bin/run.sh but not by /bin/run.bat ??? Thanks Z... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3987884#3987884 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3987884

[jboss-user] [JBoss jBPM] - Monitoring BPEL processes

2006-11-22 Thread rainstar79
Hi Folks, is there a way to monitor my BPEL processes in a monitoring tool? Does the jBPM BPEL Extension offers e.g. a web-application where it gives me messages like: Service X is running or do I have to use the monitoring feature of the Application Server? How advanced is such a monitoring

[jboss-user] [JBoss and NetBeans] - Re: JBOSS 4.0.5 GA and netbeans problem starting server

2006-11-22 Thread jc153
Thanks for that sherold - I've just found the bug report (assigned to your name!) on the Netbeans site (http://www.netbeans.org/issues/show_bug.cgi?id=86461). Sorry if this is a silly question, but once into the Netbeans trunk will there be a new build of 5.5 released, or will I need to look

[jboss-user] [Clustering/JBoss] - Re: virtual host changes in each nodes config files?

2006-11-22 Thread rajeshchande
Was my question a real tough one? Or no one understood it? OR a real silly one? ;-) just wondering if can get some inputs on this? Regards, View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3987888#3987888 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Single Signon - Where do I start

2006-11-22 Thread bmcgovern
About the bad password. Its because the portal encrypts them before they hit the DB. Cut and paste the password from the db table and it will work. I have yet to figure out how to have JAAS do this by itself but I hope to figure that out before the end of the day. Any tips from anyone on

[jboss-user] [JBoss Seam] - Re: Exception on Seam1.1.CR1

2006-11-22 Thread gus888
Hi Gavin, I commented the @Transient fields in entity beans, then the exceptions disappeared. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3987890#3987890 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3987890

[jboss-user] [JBoss jBPM] - Re: Deploy new version of a Process defintion loaded and upd

2006-11-22 Thread matthieugd
kukeltje wrote : by passing on a version number? Otherwise look at how the webapp/servlet does it. Passing a version number ? The deploy method of GraphSession already increments the version number. You can't change a process definition in the webapp, can't you ? You deploy a process

[jboss-user] [JBossWS] - Re: Deployment fails with 1.0.4 - NPE in DeployerInterceptor

2006-11-22 Thread minime
Fixed this by unzip JBossWS.sar into the deploy directory, instead putting the sar file in the folder. don't know why this makes a difference or why there is even a sar file, if you have to unzip it anyway. View the original post :

[jboss-user] [JBoss Seam] - Re: Challenge: Simple Example Adding Records With Lookup Dro

2006-11-22 Thread Newlukai
I#ve got the same problem. The real differences between your and my version is the usage of the EntityConverter and the @SelectItems. Could you please tell me what you did to get it working? Do I have to use @SelectItems and/or the EntityConverter or does it also work with a pure Seam? View

[jboss-user] [JBoss Portal] - Re: Single Signon - Where do I start

2006-11-22 Thread bmcgovern
When you access the portal and get the properties file errors, that seems like you didnt tell the portal to use DBLoginModule. I had to specifally not put my login-config.xml in the portlets war. But rather in the portals/conf/login-config.xml. I had the same error as u until i did that.

[jboss-user] [Beginners Corner] - Tools.jar unexpected?

2006-11-22 Thread indyJones
JBoss Server : 4.0.3 SP1 JDK : 1.5 OS : Windows Server 2003 I an trying to get JBoss to run on a Winodows Server 2003 box. When I try and start it up using run.bat, I get this... C:\jboss-4.0.3SP1\binrun.bat \Java\jdk1.5.0_09\lib\tools.jar was unexpected at this time. There are 2

[jboss-user] [Clustering/JBoss] - Re: virtual host changes in each nodes config files?

2006-11-22 Thread [EMAIL PROTECTED]
You need to redo the same config on all servers. The server.xml file is not replicated. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3987898#3987898 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3987898

[jboss-user] [JBossCache] - Transactions problem

2006-11-22 Thread qwier
Hi all, I am trying to figure out how to get transactions work with the cache. Please have a look at the following code snippet: | InitialContext ic = new InitialContext(); | UserTransaction ut = (UserTransaction)ic.lookup(UserTransaction); | ut.begin(); | Integer x =

[jboss-user] [EJB 3.0] - Re: Persistence Unit NOTYETINSTALLED

2006-11-22 Thread dilator
I found that if in my persistence.xml I had the jta-data-source set as java:/xyz then then in the datasource.xml the jndi-name needed to be just xyz on its own View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3987899#3987899 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - JBossAS 4.0.5-GA dependency libraries version info release n

2006-11-22 Thread c.vidal
Hi guys, could you please point me to a place where I could find a listing of all JBoss 4.0.5-GA dependencies and especially their versions ? More generally, this information would be very helpfull for all JBoss releases. For most jars, neither the filename nor the MANIFEST indicates version

[jboss-user] [JBossCache] - Re: Configuring JBossCluster

2006-11-22 Thread [EMAIL PROTECTED]
You're right about the docs. It's an area that can be improved. You're not *deploying* the cache from an EJB, right? It should be a separate deployment, either standalone or packaged with the ejb jar(s) in an ear or a sar. If not deploying the cache from the EJB, you're not creating threads

[jboss-user] [Clustering/JBoss] - Re: virtual host changes in each nodes config files?

2006-11-22 Thread rajeshchande
Thanks for that. Although this may be the fact, does not sound a good feature, that each new deployment would ask for restart of all nodes. Regards, View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3987903#3987903 Reply to the post :

[jboss-user] [EJB 3.0] - Problem with @Lob annotation and MySql

2006-11-22 Thread tcomtcom
Hi, I want to persit a photo of a person in my database. In order to do that, I'am using the code below: | @Entity | @Table(name=PERSONNE) | @Inheritance(strategy=InheritanceType.JOINED) | public class Personne implements Serializable{ | | private ImageIcon photo; | ...

[jboss-user] [JBoss Getting Started Documentation] - Re: Redeploy the application resulting errors

2006-11-22 Thread PeterJ
I noticed that you have JBoss installed in Program Files. Does the same thing happen if you have JBoss installed in a directory that does not contain spaces? Spaces in the path cause a wide variety on weird errors in Java. View the original post :

[jboss-user] [JBoss Portal] - JBoss portal Passwords are encrypted. -- How do i decrypt

2006-11-22 Thread bmcgovern
I have a jaas login module. Its DatabaseLoginModule thats authenticating not only my portal but also some supporting webapps. Works like a charm. Problem is, im using the jboss portal database for my userbase and role management. Those passwords are encrypted. I have to supply the

[jboss-user] [JBoss Seam] - Re: Challenge: Simple Example Adding Records With Lookup Dro

2006-11-22 Thread petemuir
Well there are really two approaches: 1) Traditional JSF - write a converter and outject a List - this is described on the wiki http://wiki.jboss.org/wiki/Wiki.jsp?page=SelectItems 2) Use the SeamSelectItems package - an old version of which is being discussed here View the original post :

[jboss-user] [JBoss and NetBeans] - Re: cant add jboss 4.0.2 to netbeans 5.5

2006-11-22 Thread gkatz
thanks for the reply. well; porting to jboss 4.0.4 is not that easy. we have a stable product in production (that includes jboss 4.0.2) so even the slightest change needs to pass several layers of people in different departments etc... its a shame because this means i will not use netbeans

[jboss-user] [JBoss Portal] - Re: JBoss portal Passwords are encrypted. -- How do i decry

2006-11-22 Thread bdaw
It's an md5 hash so you don't decrypt. Just compute a hash and compare with value in DB. org.jboss.portal.common.util.Tools.md5AsHexString(password); View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3987910#3987910 Reply to the post :

[jboss-user] [JBoss Portal] - Re: JBoss portal Passwords are encrypted. -- How do i decry

2006-11-22 Thread bmcgovern
Ok, but remember im using jaas. So is there a param that I can use to decrypt the MD5 in my login-config? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3987911#3987911 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: Messaging installation validation is failed !

2006-11-22 Thread [EMAIL PROTECTED]
I'm not sure what's happening, but it looks like you have a classLoader issue. Probably you have another version of JBossRemoting in your client. Make sure you are using jboss-messaging-client.jar in your client, and you don't have any other jboss-remoting.jar version there. Another small

[jboss-user] [JBossWS] - BUG JBossWS 1.0.4 : WsdlGenerator crashes on void-methods.

2006-11-22 Thread minime
The automatic generation of a wsdl to deploy time crashes, if there is a method which returns void. Changing the return parameter to everything else besides void (i.e. String, boolean, ..) fixes the problem. Using JBoss 4.04 with JBossWS 1.0.4 + jboss-xml-binding.jar 1.0.0.CR7. Seems this bug

[jboss-user] [Beginners Corner] - Re: Tools.jar unexpected?

2006-11-22 Thread PeterJ
Reinstall Java and take it out of Program Files (x86). I have mine at d:\apps\jdk1.5.0_09. Java apps tend not to like having spaces in the path. Also, if your installed JBoss in Program Files (or Program Files (x86), also move it out. View the original post :

[jboss-user] [JBoss Seam] - Persist and Seam Managed Lifecycle

2006-11-22 Thread valtoni
Hello! I´m a newbie, but with some direction. I´m trying to do persistence with EJB3 injected EntityManager by annotation @PersistenceContext, but appear witch this EntityManager close the session all time that a call is made in page, because after the first call (all good occurs), in the

[jboss-user] [JBoss Seam] - Re: Local server is not initialized error when calling a met

2006-11-22 Thread fmi2
Ok, thnx for your help. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3987915#3987915 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3987915 ___ jboss-user mailing list

[jboss-user] [JBoss and NetBeans] - Re: JBOSS 4.0.5 GA and netbeans problem starting server

2006-11-22 Thread sherold
The issue you are referring to is probably not the one you are facing even though the symptoms are the same. The issue I talked about in my previous post is 4.0.5 specific and it has not been fixed yet. Anyway, we are thinking about backporting this and other important fixes, I cannot, however,

[jboss-user] [Security JAAS/JBoss] - Got 403 Error with own LoginModule

2006-11-22 Thread userand
Hi, I need to implement a LoginModule for the JBoss Portal and I got stuck. By now I use the plain jboss-portal-2.4.0. The LoginModule is extending the UsernamePasswordLoginModule class and the methods are called sucessfully. I wrote some dummy methods to test if all goes well: |

[jboss-user] [JBoss Seam] - Re: jBPM and tasks

2006-11-22 Thread neoko
A new question in this topic, please. Is a task able to store a pageflow inside it? I would like to display different sets of pages according to the task where you are working in. thanks for your time. View the original post :

[jboss-user] [JBoss Portal] - Re: JBoss portal Passwords are encrypted. -- How do i decry

2006-11-22 Thread bdaw
Do you really want to decrypt md5? You will definitely get the Fields medal if you succeed ;) The param for login-config you are looking for is hashAlgorithm - http://wiki.jboss.org/wiki/Wiki.jsp?page=DatabaseServerLoginModule View the original post :

[jboss-user] [JCA/JBoss] - Re: Classloading and sharing classes between .ear and .rar

2006-11-22 Thread [EMAIL PROTECTED]
Note, just so it is clear to everyone: Using isolated classloader scoping will require you to add your *-ds.xml file to the EAR file for your deployment. The reason is that when the *-ds.xml file is deployed outside of the EAR the classes cannot be loaded due to the isolation policy. So,

[jboss-user] [JBoss Seam] - ELContext exception

2006-11-22 Thread lcoetzee
Hi, at times I see a NoClassDefFoundError exception in my log file. Normally occurs when the RemoveInterceptor is removing. Below is a typical exception. Note the ELContext exception: Caused by: java.lang.NoClassDefFoundError: javax/el/ELContext Any idea why this happens ? | 2006-11-22

[jboss-user] [JBoss jBPM] - org.jboss.ws.WSException: Cannot find java method

2006-11-22 Thread gygerl
Hello, I need to access a Uniface webservice (rpc) containing complex types. Access to Uniface service without complex types was ok. In this case, complex types are defined in different namespaces. I get the following error : 16:41:13,119 ERROR [ServiceProxy] Service error |

[jboss-user] [JBoss Seam] - Re: Weird injection issue

2006-11-22 Thread lcoetzee
What I can see in the log file is that the bean (viewContentBean), which outjects the element initially (selectedGroupingForView) has been destroyed earlier[org.jboss.seam.interceptors.RemoveInterceptor] Stateful component was removed: viewContentBean but it seems that the conversation is

[jboss-user] [Beginners Corner] - Can't deploy war with faces, works fine in Tomcat Standalone

2006-11-22 Thread EricChile
I have a small faces app that I am trying to deploy to Jboss.. It works fine in Tomcat but for some reason when I deploy to JBoss I get | java.lang.NullPointerException | at javax.faces.webapp.FacesServlet.init(FacesServlet.java:165) | at

  1   2   3   >