[jboss-user] [JBoss Seam] - Re: Validation oracle date field

2007-07-12 Thread igorarbizu
I' m not sure what you mean, my class is an entity, user object with a field java.util.Date @Entity public class User{ private Date startdate; @Basic @Temporal(TemporalType.DATE) @NotNull public Date getStartdate() {

[jboss-user] [JBossCache] - Re: uninitialized nodes

2007-07-12 Thread genman
There really should be options you can set to override loading from the cache loader, or for ignoring the return values for Node.put(key, value) or Node.remove(key) . You should be able to remove the interceptors after you load to disable loading and saving. It would be nice if there was a "d

[jboss-user] [JNDI/Naming/Network] - Re: JNDI lookup problem from remote client present in Extern

2007-07-12 Thread kanth_seenu
use -Djava.rmi.server.hostname=220.225.ZZZ.XXX in your server startup script. That will solve the problem View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063801#4063801 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=406

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - AJP connector holding onto Tomcat threads

2007-07-12 Thread ramdas
My application uses JBoss 3.2.6 running Tomcat 5.5. I have not specified the connectionTimeout attribute on the AJP connector between Apache and Tomcat running within JBoss - with the idea that the connections get reused between web requests. 99% of the requests that come into this application

[jboss-user] [JBossCache] - Re: uninitialized nodes

2007-07-12 Thread aditsu
Thanks for the updates and sorry for messing up the jira issue "[EMAIL PROTECTED]" wrote : | This is not entirely correct since even when you first put a node in the cache, it does need to (try and) load it from the cache loader in case it is not really a new node but one that was evicted.

[jboss-user] [JBoss Seam] - How to invoke a Seam component with h:selectBooleanCheckbox

2007-07-12 Thread tonylmai
Hello all, Is there a way for me to invoke a Seam's component method (Stateful EJB) when user clicks on a check box (perhaps modeled as h:selectBooleanCheckbox)? Thanks -tony View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063791#4063791 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Using stateless beans generated by seam in standalone Ja

2007-07-12 Thread matt.drees
Seam lets you use Ejb3 session beans or plain java beans as components. (See the documentation linked to by enzhao). Many of the examples use session beans. Seam-gen creates apps that use java beans. So no, you couldn't remotely use them. However, I don't think it'd take too much work to

[jboss-user] [JBoss Seam] - Re: Dynamic navigation

2007-07-12 Thread matt.drees
You might look at the code in RenderNavigationHandler and NavigationHandler; it might give you some ideas. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063789#4063789 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=406

[jboss-user] [JBoss Seam] - Re: Using stateless beans generated by seam in standalone Ja

2007-07-12 Thread JbossDing
Thanks for the reply and code example. But I thought the code generated by seam-gen is not ejb (please refer to my above first message). I am very shallow on seam so far. When I follow the seam tutorial of the Registration example, everything is making sense, like you will code the session bean

[jboss-user] [JBoss Seam] - Re: Extract EJBs from jboss-seam.jar

2007-07-12 Thread thejavafreak
Pete, Wouldn't it be weird to use element for jboss-seam.jar while everything in there is not EJBs? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063785#4063785 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4063785

[jboss-user] [JBoss jBPM] - how to programatically set jdbc connection string for hsqldb

2007-07-12 Thread tjcroteau
Hi, I am very new to jbpm and trying to programatically set the hsdqldb connection string instead of using the defaults set in hibernate.cfg.xml. All of the defaults in the hibernate config file are acceptable with the exception of the jdbcconnection string (I need to construct the location of

[jboss-user] [Clustering/JBoss] - Home and component interface references in clustered JBoss

2007-07-12 Thread Alenaal
Hi all, I have a questions about home or component interface references in clustered JBoss, about how they are saved, replicated and managed. They always say "try it" so I wrote a small example to illustrate my point. Basically my question is about how and why home, component and local home ref

[jboss-user] [JBoss jBPM] - How to use TomaHawk with JBPM?

2007-07-12 Thread gsccnu
I want use Tomahawk's compnents. My .xhtml is : http://www.w3.org/1999/xhtml"; | xmlns:ui="http://java.sun.com/jsf/facelets"; | xmlns:c="http://java.sun.com/jstl/core"; | xmlns:h="http://java.sun.com/jsf/html"; | xmlns:f="http://java.sun.com/jsf/core"; | xmln

[jboss-user] [JBoss Seam] - Re: seam email unwanted text in email

2007-07-12 Thread susnet
Well it's the same in outlook, gmail and squirrelmail. It is also the same whether i send it from my production server (Jboss 4.0.5. Linux, ) or my desktop (JBoss 4.0.5, Windows) which are using different smtp servers. If i don't use the I don't get this --=_Part..etc texts, but instead m

[jboss-user] [JBoss Seam] - Re: Dynamic navigation

2007-07-12 Thread susnet
I almost succeeded in solving this problem with this code: | @In | private FacesContext facesContext; | | public void navigate () { | | String page = "/pages/articles/xyz.xhtml"; // This could be any page, collected from database | | UIViewRoot root = facesContext.get

[jboss-user] [JBoss Seam] - Dynamic navigation

2007-07-12 Thread susnet
I have an action method which gets which view i want to redirect to. I return this as a String. Then i get a browser redirect. I read in the manual: Note that when you use a view id as an outcome, Seam always performs a browser redirect. so this is the way it should be. My question is: How do

[jboss-user] [JBoss jBPM] - Mail Node error

2007-07-12 Thread kwokhung
I got the following error: Exception: org.hibernate.HibernateException: instance not of expected entity type: org.jbpm.graph.node.MailNode is not a: org.jbpm.graph.def.Node when I tried to deploy a process definition with View the original post : http:/

[jboss-user] [JBoss jBPM] - Mail Action error

2007-07-12 Thread kwokhung
I got the following error: Exception: org.hibernate.HibernateException: instance not of expected entity type: org.jbpm.graph.action.MailAction is not a: org.jbpm.graph.def.Action when I tried to deploy a process definition with

[jboss-user] [Messaging, JMS & JBossMQ] - JMS exception: javax.jms.IllegalStateException: Method not a

2007-07-12 Thread loseyourself
Greetings all, I am using JBoss 3.2.5 to implement a JMS mail queue, I always get following exception: 2007-07-13 10:43:49,213 INFO [STDOUT] javax.jms.IllegalStateException: Method not allowed 2007-07-13 10:43:49,213 INFO [STDOUT] at org.jboss.resource.adapter.jms.JmsSession.checkStrict(JmsS

[jboss-user] [JBoss jBPM] - mail.class.name Delegation

2007-07-12 Thread kwokhung
Why I have put a statement: in jbpm-configuration but it still delegates to org.jbpm.mal.Mail for notification? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063770#4063770 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&

[jboss-user] [JBossCache] - Re: Could this be deadlock when modifying TreeCache

2007-07-12 Thread ramdas
Manik, Thanks for your tip. Is there a way to monitor the FC stats to find out if it really is the cause of the bottleneck. There is a lot of history behind the values that have been set currently and the team is reluctant to make changes since in the past their experience has not been very ple

[jboss-user] [JBossWS] - ClassnotFoundError while trying to use wsrunclient

2007-07-12 Thread koganty
I am trying to run a WebService client generated using wsconsume from JBoss 4.0.5 running on JDK 1.6 using wsrunclient and am running into this error. I do have jaxb-impl.jar in the classpath. How do I ger arounf this issue. Exception in thread "main" java.lang.NoClassDefFoundError: com/sun/xml/

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Unable to connect remotely

2007-07-12 Thread markvl
I am unable to connect to JBoss from a remote client. I am also unable to connect locally (on the server) using its external IP. The only way I can connect is using 127.0.0.1. I have disabled the firewall and SELinux and rebooted the server. JBoss version is 4.2.0GA. Server OS is CentOS5. I ha

[jboss-user] [JBossCache] - Re: very slow bdbje loader implementation (CR3)

2007-07-12 Thread srnm
Are you saying that the jdbm loader doesn't support the semantics of the cache properly? If so http://jira.jboss.com/jira/browse/JBCACHE-696 would be a negative? Am I correct in thinking that the FQN is really the "key" and that the fanout of actual keys underneath should be kept very small? D

[jboss-user] [JBoss Seam] - Re: JBoss 4.2/Seam 1.2.1/Ajax4jsf 1.1.1: Could not destroy c

2007-07-12 Thread carlsz
Hi Pete (and others): A question: I am unclear as to how adding the el JARs would help in this case. Because I am running JBoss AS 4.2, they should not be necessary. Could there be an incompatibility issue between these technologies that would cause the NoClassDefFoundError when the attempt i

[jboss-user] [JBossWS] - Re: I am thinking there is some kind of deployment bug...

2007-07-12 Thread chris05atm
I completely removed the jboss installation and reinstalled. Took the exact same ant file with the exact same sources and deployed in the exact same way. Everything works. I believe there is a clean up issue in the jbossws 2.0 or something. I suspected this when I finally started trying to just

[jboss-user] [JBossWS] - Can I deploy ws4ee endpoint to a separated TomCat?

2007-07-12 Thread davidchen
Hi, there: As a newbie to web service, I have a "silly" question about jbossWS. All WS4EE web services (both stateless ejb and pojo style) deployed on jboss/deploy directory finally would be deployed on embedded Tomcat, am I right? So, the question is if I have another servlet container running

[jboss-user] [JBoss Seam] - Re: migration from 1.2 to 2.0beta1 @In

2007-07-12 Thread awhitford
The lack of qualification for the component name presents this risk. Why not make it best practice to qualify the component name? So built-in components are "org.jboss.seam.Session", and my own objects would be "com.domain.project.Session". I know it seems verbose, but it just seems practical f

[jboss-user] [JBoss Seam] - Re: EntityHome and optimistic transaction

2007-07-12 Thread azalea
Hi, pete. Thanks for your comment. I'll try to write my dirty checking code. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063754#4063754 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4063754 __

[jboss-user] [JBoss Seam] - adding getAttributes() / setAttribute() to BaseSeamTest.Requ

2007-07-12 Thread dan.j.allen
I have requested that there be a way in the SeamTest to get the request-scope attributes (and also set one). http://jira.jboss.org/jira/browse/JBSEAM-1657 Ah, and I can justify why now (car rides are always useful for these things). In the Expressions class (and perhaps JSF in general), you cann

[jboss-user] [JBoss jBPM] - calling seam component from an action that was started from

2007-07-12 Thread bdeen
Is there a way to call a seam component from an action in a process if that process was started in a non-seam web app. The seam component lives an ejb layer and I have both seam/non-seam front ends using the component. I can get the component if I do Component.getInstance("xyz",ScopeType.EVENT

[jboss-user] [JBoss Portal] - Re: An error occured while rendering window 'default.Admin.M

2007-07-12 Thread polles
that was it, i have to change the jdk 6 for 5 and classpath and works perfect thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063748#4063748 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4063748 _

[jboss-user] [JBoss Seam] - Re: flushMode= MANUAL, when does commit happen? And other qu

2007-07-12 Thread [EMAIL PROTECTED]
This is very suspicious code, it should not work and this should be correct: | entityManager.remove( entityManager.merge(this.recipe) ); | Merge does not reattach the given instance, it returns an "attached" managed instance. Which is the right state for removing. View the original post :

[jboss-user] [Microcontainer] - Support for xi:include

2007-07-12 Thread [EMAIL PROTECTED]
My bean configuration comes from different projects and I like to do something like | http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="urn:jboss:bean-deployer bean-deployer_1_0.xsd" | xmlns:xi="http://www.w3.org/2001/XInclude"; xmlns="urn:jboss:bean-deployer"> | |

[jboss-user] [JBoss Seam] - Re: Multiple schemas using seam-gen settings

2007-07-12 Thread wesleyhales
And the answer is... Don't run seam generate-entities with a defined schema and... | @Entity | @Table(name = "table-name", schema = "schema-name") | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063742#4063742 Reply to the post : http://www.jboss.c

[jboss-user] [JBoss Seam] - seam 1.2.1GA - belowField / description facet

2007-07-12 Thread tynor
I'm trying to add a belowField facet, but it is not being displayed on my form. Google shows that Seam 2.0 may have changed this to be called "description", but the 1.2.1 docs still document belowField. I've tried both -- neither displays on my form (and I see nothing in the generated HTML). C

[jboss-user] [JBossWS] - Re: consume WS error after update to JBossWS 2.0

2007-07-12 Thread gryffin
I have a similar problem. ( Running 4.0.5 with JBossWS2.0.0-native.GA. ) When I remove these two jars from my path, my client won't get out of first gear. It complains of missing xerces libraries. | Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/xerces/xs/ | XSModel

[jboss-user] [JCA/JBoss] - Re: Passing current user identity to the back-end database

2007-07-12 Thread sztank
I catch the policy question-answer thing, thanks:-) Good to hear that I'm step further. "[EMAIL PROTECTED]" wrote : | You don't have a default user/password for such contexts.. | Where can I set default user/password that can be used during deployment? In the datasource file: | |

[jboss-user] [JBoss Seam] - Re: flushMode= MANUAL, when does commit happen? And other qu

2007-07-12 Thread enzhao
yes tested, it worksThe @Destroy method is now like this | @Remove | @Destroy | public void destroy() { | if (!this.completedOrCanceled) { | if (this.motherEntity.getId() != null) { | entityManager.merge(this.recipe); // without merging there might be ex

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Server.log displays wrong time

2007-07-12 Thread shuvoahmed
First time user, apologies if this is the wrong place to post this. 21:05:19,312 INFO [STDOUT] --> this line is 5 hours ahead of the actual time. The server time was 4:05 PM when this was printed. Appreciate any help you can provide on resolving this. Using jboss-4.0.2 and Windows 2K3 Regar

[jboss-user] [JBoss Tools (users)] - Re: Missing library during create j2ee project with jboss-4.

2007-07-12 Thread huber6190
I'm hitting the same issue Did you find a solution? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063730#4063730 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4063730 __

[jboss-user] [JBoss Seam] - Re: Using stateless beans generated by seam in standalone Ja

2007-07-12 Thread trickyvail
Here is an example of an "Application-Managed Entity Manager" from the book "Pro EJB 3" public class EmployeeClient { | public static void main(String[] args) { | EntityManagerFactory emf = Persistence.createEntityManagerFactory("EmployeeService"); | EntityManager em = emf.createE

[jboss-user] [JBoss Seam] - Latest info on Trinidad-Seam integration?

2007-07-12 Thread kingcu
I found this on apache's wiki http://wiki.apache.org/myfaces/TrinidadSeamAjax4JsfFaceletDetail. However, it's about Seam 1.2. Now that Seam is on 2.0 and Trinidad is on 1.2.1, I wonder if there is any updated information regarding the integration of the two for their latest versions. Also, when

[jboss-user] [Performance Tuning] - MaxSpareThreads issue.

2007-07-12 Thread arparikh
Below information is captured from JMX (Tomcat Status). The question is the max spare threads (idle) is configured to 200. As per below threads busy is only 28. It still shows current thread count as 300 instead of 200 (which is max spare thread configuration). One time we did reach that busy thr

[jboss-user] [JBoss Seam] - Re: Using stateless beans generated by seam in standalone Ja

2007-07-12 Thread trickyvail
The entity beans generated by seam-gen are EJB3 beans. I don't see any reason why you should not be able to use them directly in a stand alone java application (outside of JBoss). You will have to create an application managed persistence context to do so. View the original post : http://www

[jboss-user] [JBossCache] - Re: PojoCache with Compile Time Weaving on JBoss 4.2.0 ?

2007-07-12 Thread [EMAIL PROTECTED]
Are you certain that there is no other pojo.ClienSession class in the entire system? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063723#4063723 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4063723 _

[jboss-user] [Messaging, JMS & JBossMQ] - Re: Too many MDB's

2007-07-12 Thread lfhaddix
I changed the maximumSize down to 5 and it works now. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063722#4063722 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4063722

[jboss-user] [Messaging, JMS & JBossMQ] - Re: Too many MDB's

2007-07-12 Thread lfhaddix
I changed the down to 5 and it works now. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063721#4063721 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4063721 ___ jbo

[jboss-user] [JBoss Seam] - Re: Using stateless beans generated by seam in standalone Ja

2007-07-12 Thread JbossDing
The link above does not help me but I still appreciate it. I need idea if it is possible to use seam-generated code in plain java application. Based on my simple understanding of seam-gen, not seam, if I have a database with tables, I can use seam-gen to generate a web application in 5 minutes.

[jboss-user] [JBoss Seam] - Re: Using stateless beans generated by seam in standalone Ja

2007-07-12 Thread ntsankov
"JbossDing" wrote : ... My standalone Java client has no user interface at all, let alone JSF. Once the ejb code generated by seam-gen, I would prefer no code modification at all. Actually... | ROFL Nice one :) Good laugh View the original post : http://www.jboss.com/index.html?module=bb

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: .xhtml mime type problem

2007-07-12 Thread supernovasoftware.com
adding to my facelets page worked. I guess this was a myfaces/jsf 1.2 upgrade problem. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063715#4063715 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4063715 __

[jboss-user] [JBoss Seam] - .xhtml mime type problem after 4.2 upgrade(solution included

2007-07-12 Thread supernovasoftware.com
Solution: http://jboss.com/index.html?module=bb&op=viewtopic&p=4063715#4063715 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063717#4063717 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4063717

[jboss-user] [JBoss Seam] - Re: Reusable Action Buttons tag through Facelets Composition

2007-07-12 Thread [EMAIL PROTECTED]
hstang, not the way EL resolves, doing backingBean.create would literally resolve to backingBean and not the value of backingBean. -Samuel View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063710#4063710 Reply to the post : http://www.jboss.com/index.html?modu

[jboss-user] [JCA/JBoss] - Re: LocalTxConnectionManager missing in JBoss4.2GA?

2007-07-12 Thread BoatSmithBiz
I'm having a similar issue converting from JBoss 3 to JBoss 4. My server log using JBoss 4.0.5 shows the following: org.jboss.deployment.DeploymentException: No ClassLoaders found for: org.jboss.resource.connectionmanager.LocalTxConnectionManager; - nested throwable:(java.lang.ClassNotFoundExce

[jboss-user] [JBoss jBPM] - Re: Deploying to Weblogic 8.1

2007-07-12 Thread kukeltje
Burr, I think I can help out if this is really important to JBoss. Please contact Tom (Baeyens), I already had contact with him through mail discussing some 'free' (not as in beer ;-)) time I will have in the near future. View the original post : http://www.jboss.com/index.html?module=bb&op=v

[jboss-user] [JBoss Seam] - Seam on WAS

2007-07-12 Thread mduc
Hello, I need to develop an app that could potentially be required to run on WAS. I am planning on doing all the development using JBoss AS + Seam + EJB3. Are there any limitations out there that I should be aware? Any links that talks about this subject? Would dropping EJB3 help? Sorry if

[jboss-user] [JBoss Seam] - Re: Reusable Action Buttons tag through Facelets Composition

2007-07-12 Thread hstang
Thanks Samuel for the tip. Just a question, is this Jboss-el because I didn't know you could do this. | backingBean[create] | You can't do backingBean.create instead ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063703#4063703 Reply to the post

[jboss-user] [JBoss Messaging] - Re: strange failover behaviour in clustered config

2007-07-12 Thread sem
http://jira.jboss.com/jira/browse/JBMESSAGING-1013 thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063702#4063702 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4063702 ___

[jboss-user] [JCA/JBoss] - Re: Passing current user identity to the back-end database

2007-07-12 Thread [EMAIL PROTECTED]
One "belt and braces" way to do it (if you want further guidance ask in the security forum) is to not deploy your application via hot deployment. Instead you would deploy an mbean that does the deployment programmatically. e.g. something like (pseudo code) | public class DeployWebApp implemen

[jboss-user] [JBoss Seam] - Re: Reusable Action Buttons tag through Facelets Composition

2007-07-12 Thread matt.drees
Cool. Personally, I'd like to see more templating in seam-gen'd apps. They tend to look very copy-pasted, which makes it tedious to take a seam-gen'd app and tweak it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063700#4063700 Reply to the post : http:

[jboss-user] [JBoss Seam] - Re: StaleStateException from entity activation

2007-07-12 Thread hstang
After I upgraded to Seam 2.0, I also got the same error in my application about two weeks ago (http://www.jboss.com/index.html?module=bb&op=viewtopic&t=112769). I didn't have time to come up with a test case, so I'm glad that you also stumbled upon this problem. View the original post : http

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: SAR Deployer: No Class Loaders found for Counter Service

2007-07-12 Thread BoatSmithBiz
I found I needed to add jmx-rmi-adaptor.sar from an old JBoss to get pass this issue. Is jmx-rmi-adaptor.sar not supported in JBoss 4.0.5? -Todd View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063697#4063697 Reply to the post : http://www.jboss.com/index.h

[jboss-user] [JBoss Messaging] - Re: strange failover behaviour in clustered config

2007-07-12 Thread sem
I would create jira task. Sysadmin are not always smart enougth to deal with difficult situation such as queue recovery :) They know how to stop/start backup/upgrade. It's looks something more for DBA but even so. Thanks again. Jira task will follow View the original post : http://www.jboss.co

[jboss-user] [JBoss Seam] - Re: flushMode= MANUAL, when does commit happen? And other qu

2007-07-12 Thread Delphi's Ghost
Origingally, my icky comment was related to the fact that I think you *might* run into a problem using the rollback code on a method annotated with @Remove and @Destroy since I don't know whether these annotations result in the method being called at other times (i.e. the bean is passivated, and

[jboss-user] [JCA/JBoss] - Re: Passing current user identity to the back-end database

2007-07-12 Thread [EMAIL PROTECTED]
I'm going to bounce you around. ;-) The problem you have is really a Seam problem. That's because you already solved the problem you were trying to solve. JCA SIDE The configuration you have looks correct to me, provided you are running in a context where somebody has logged in. You don't have a

[jboss-user] [JBoss Seam] - Reusable Action Buttons tag through Facelets Composition

2007-07-12 Thread [EMAIL PROTECTED]
For all of your DRY fanatics out there: http://wiki.jboss.org/wiki/Wiki.jsp?page=ReusableActionButtons I'll be doing several more wiki articles on the subject in the next few days. -Samuel View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063693#4063693 Reply

[jboss-user] [JBoss Seam] - Re: StaleStateException from entity activation

2007-07-12 Thread matt.drees
Also, is it intended behavior that bar is not passivated at the end of the first request? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063692#4063692 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4063692

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Cookies lost when included JSP file used

2007-07-12 Thread weisinger
"[EMAIL PROTECTED]" wrote : The cookies in the included JSP pages are ignored. You're right. I see that under the JSP spec description for the include directive: http://sdlc-esd.sun.com/ESD24/JSCDL/jsp/2.1-fr/jsp-2_1-fr-spec.pdf?AuthParam=1184259549_291d84a0dc93c8ab5a265e4374e74aa3&TUrl=an1npDp

[jboss-user] [JBoss Seam] - Re: StaleStateException from entity activation

2007-07-12 Thread matt.drees
Ok, I've reproduced this situation in a simple test: | public class PassivatedEntityInParentConversationTest extends SeamTest { | | @Test | public void test() throws Exception { | String cid = new FacesRequest("/page.xhtml") { | @Override |

[jboss-user] [Remoting] - Exposing MBeans with remoting

2007-07-12 Thread hauch
It is possible to expose any MBean with an invoker using JRMPProxyFactory, and it is possible to access any MBean with RMIAdaptor.invoke(...). The way of doing this is nicely decoupled from the target MBean. I would like to do the same things using remoting (ie. calling any MBean using invoke(..

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - .xhtml mime type problem

2007-07-12 Thread supernovasoftware.com
I am trying to upgrade to JBoss 4.2(tomcat 6) and in mime type is always "application/xhtml+xml" and Firefox renders this as xml. Previously it was always "text/html". I tried changing this in both the server and the applications web.xml, but this has no effect. Any advice would be greatly ap

[jboss-user] [JBoss Seam] - Re: Multiple schemas using seam-gen settings

2007-07-12 Thread wesleyhales
I also tried adding to seam-gen.reveng.xml what is mentioned here: http://www.hibernate.org/hib_docs/tools/reference/en/html_single/#d0e1644 | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063683#4063683 Reply to the post : http://www.jboss

[jboss-user] [Security & JAAS/JBoss] - Re: JBoss Servlet making RMI call: Security Exception

2007-07-12 Thread [EMAIL PROTECTED]
Enable security manager at the JVM level and use a policy file as a parameter to the jvm startup. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063679#4063679 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4063679 ___

[jboss-user] [Security & JAAS/JBoss] - Re: How declare user type inside ejb-jar.xml !!!!

2007-07-12 Thread [EMAIL PROTECTED]
Have u tried? pkg.classname View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063678#4063678 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4063678 ___ jboss-user mailing list jbo

[jboss-user] [JBoss Seam] - Multiple schemas using seam-gen settings

2007-07-12 Thread wesleyhales
So I have 2 sets of entitybeans from 2 different schemas. Before I ran seam generate-entities I edited the seam-gen.reveng.xml file within each project to read as follows. | | and in the other project | | The table names are different and so are the schemas. In my persistence.xml

[jboss-user] [Security & JAAS/JBoss] - Re: using Java 6 Kerberos provider for http client connectio

2007-07-12 Thread [EMAIL PROTECTED]
I read someplace that you need something like .gss.initiate or such jaas login config name. Since it is not finding one, it is defaulting to other. Why don;t you enable the security trace level logging for JBoss. Then you will see what is happening with the jaas layer. View the original po

[jboss-user] [Security & JAAS/JBoss] - Re: Programmatic Web Login

2007-07-12 Thread [EMAIL PROTECTED]
http://anonsvn.jboss.org/repos/jbossas/branches/Branch_4_2/testsuite/src/main/org/jboss/test/web/test/WebProgrammaticLoginTestCase.java is the test case that calls into a servlet (that does the programmatic web login) http://anonsvn.jboss.org/repos/jbossas/branches/Branch_4_2/testsuite/src/main/o

[jboss-user] [JBoss Messaging] - Clustered Connection factory

2007-07-12 Thread snecu001
Is this issue resolved ? http://www.jboss.com/index.html?module=bb&op=viewtopic&t=108961 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063667#4063667 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4063667 __

[jboss-user] [JBoss AOP] - Re: Asynchronous aspect support in 1.50 and 2.0

2007-07-12 Thread [EMAIL PROTECTED]
In AOP 2.0 we have been repackaging a bit. The "in-JBoss" aspects really belong to the app server version, and not in the aop release. By "in-JBoss" aspect I mean aspects that depend on running within JBoss. The AsynchronousAspect has no dependencies on JBoss classes, and so is shipped with the

[jboss-user] [JBoss Seam] - Re: JBoss 4.2/Seam 1.2.1/Ajax4jsf 1.1.1: Could not destroy c

2007-07-12 Thread carlsz
Hi Pete. Thanks for your response. Unfortunately if I specify the el* JARs in my application.xml and add the JARs themselves to my EAR, the server fails to start with the following error. Removing the JARs causes the server to complain that they are missing. Is there something else I am doin

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: jboss installation with easyEclipse JbossIDE

2007-07-12 Thread PeterJ
I did not understand that. If you are saying that you are using the JVM that comes with Debian, I recommend that you obtain and install the latest 1.5.0 JDK from Sun http://java.sun.com/javase/downloads/index_jdk5.jsp. The JVMs that come with Linux distros tend not to work properly with app serv

[jboss-user] [JBoss Messaging] - Re: strange failover behaviour in clustered config

2007-07-12 Thread timfox
After power failure I would suspect a sysadmin would access the machines anyway to start everything up? If you want, you can add a JIRA feature request for the manual merge queue feature via JMX. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063661#4063661

[jboss-user] [JBossCache] - Re: Reading threads are blocked

2007-07-12 Thread [EMAIL PROTECTED]
"FredrikJ" wrote : That would probably qualify as a double locked check which is unfortunately not thread safe (see http://www.ibm.com/developerworks/library/j-dcl.html). | | Correct, to do this lock would have to be made volatile, which would trigger a memory barrier. -Jason View the o

[jboss-user] [JBoss AOP] - Asynchronous aspect support in 1.50 and 2.0

2007-07-12 Thread [EMAIL PROTECTED]
Hi, The 1.50 and 2.0 differ on the support for Asynchronous aspect. 1.5.0 : has two implementation 1. org.jboss.aspects.asynch.AsynchAspect 2. org.jboss.aspects.asynchronous.aspects.jboss.AsynchronousAspect However, JBoss AOP 2.0 does not contain the AsynchAspect at all. Also it has some A

[jboss-user] [JCA/JBoss] - Passing current user identity to the back-end database

2007-07-12 Thread sztank
Hi, I'm developing an application with the following requirement: All users have a database accounts and the application level authorization should be used also with the database. So I need to pass through the current user identity to the back-end database. I'm using Jboss as 4.0.5 and Jboss

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: jboss installation with easyEclipse JbossIDE

2007-07-12 Thread wagner
another PS... I realized that there is a issue about my jdk at the beginning of the jboss startup process. So that is my situation about it: [EMAIL PROTECTED]:~$ echo $JAVA_HOME /usr/lib/jvm/java-1.5.0-sun/ [EMAIL PROTECTED]:~$ eho $JRE_HOME bash: eho: command not found [EMAIL PROTECTED]:~$ java

[jboss-user] [JBossCache] - Re: very slow bdbje loader implementation (CR3)

2007-07-12 Thread genman
Well, when I wrote the JDBM cache loader I designed it at a finer level of granularity, not understanding that you should really be storing a single object per node. Locking, replication, eviction all work off of nodes as units of work, not node keys. View the original post : http://www.jboss

[jboss-user] [JBossWS] - Can I provide SAML Support for JBoss WS Handler with WSS4J?

2007-07-12 Thread BmanT
Hi, I'm new to the idea of handlers - but I've been tasked to write a handler that can create SAML assertions and from the JBossWS spec status page, I see that it is 0% complete. On a basic level, from what I understand about handlers, I can write a java class that will extend a *Handler. And

[jboss-user] [Microcontainer] - Importing multiple bean configurations

2007-07-12 Thread [EMAIL PROTECTED]
My bean configuration is split up in multiple files coming from different projects. AFAIK, I can only have one jboss-beans.xml per *.sar Is there some kind on functionality. Looking at the schema I can't see it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=

[jboss-user] [JBoss Seam] - Re: Validation oracle date field

2007-07-12 Thread enzhao
is your Date in the entity class java.util.Date? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063641#4063641 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4063641 ___ jboss-

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: jboss installation with easyEclipse JbossIDE

2007-07-12 Thread PeterJ
I found one other post where someone got the "Trying to install an already registered mbean" exception: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=91651 That person reinstalled in a clean directory and solved the problem. (If that doesn't work for you, please tell me how you insta

[jboss-user] [JBoss jBPM] - Re: conditional transition behavior

2007-07-12 Thread kukeltje
no... that is (afaik) the case in a decision node... in a task node they are guarded transitions so this can be used in the gui to selectively show or not show transitions. So the behaviour you see is correct (should be documented somewhere) View the original post : http://www.jboss.com/index.

[jboss-user] [JBossWS] - EndPoint ... does not contain operation meta data for ... er

2007-07-12 Thread lacp46
Hi, I have a problem consuming a web service deployed in Jboss 4.2.0.GA, the same package work fine using Jboss 4.0.5.GA. Here is the wsdl, code with annotations and Soap messages. Thanks in advance. Luis. wsdl | * UniversalManagement?wsdl | | - http://universal.ws.core.mobistore.

[jboss-user] [JBoss jBPM] - Re: JBPM - concurrent process execution fails

2007-07-12 Thread kukeltje
Ed, Will putting an async=true on the node realy force a commit? That has to be documented well then (rollback 's further on in the process a rollback will not be possible then) This is not a problem if the process has to wait for the return value of the async message node. If it is not saved

[jboss-user] [JBoss Messaging] - Re: strange failover behaviour in clustered config

2007-07-12 Thread sem
I fully agree workaround you provide will work but with 1 constraint: you should have direct access to the machine to do that. With all security in production it not always possible. So it would be very nice if there is possibility to do merge manually. If it a call of function via jmx-console

[jboss-user] [JBoss Portal] - Re: Urgent : Query on CMS Admin-Make a

2007-07-12 Thread [EMAIL PROTECTED]
There is no CMS workflow in 2.4 Live checkbox, is just the current version that will get displayed. When you create a new version you can make it live or keep it hidden (as a draft for example) (Please for next time, don't put "urgent" in your topics. This is not more urgent than other questio

[jboss-user] [JBoss Seam] - Re: Cleaner RESTful urls? Any suggestions?

2007-07-12 Thread Toby451
Ok thanks for your pointers hstang and Michael. I will investigate! /Tobias View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063621#4063621 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4063621 ___

[jboss-user] [JBoss Seam] - Re: Using stateless beans generated by seam in standalone Ja

2007-07-12 Thread enzhao
http://docs.jboss.com/seam/2.0.0.B1/reference/en/html/concepts.html#d0e2704 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063619#4063619 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4063619 ___

[jboss-user] [JBoss Seam] - Re: Cleaner RESTful urls? Any suggestions?

2007-07-12 Thread Toby451
Well I didn't know there was paper on it. I guess I should have added a (IMO) somewhere in the "I would like to use this slightly cleaner variant"-sentence. Can we agree on "shorter"? Still. I would very much appreciate suggestions... Thanks. View the original post : http://www.jboss.com/inde

[jboss-user] [JBoss Seam] - Re: Cleaner RESTful urls? Any suggestions?

2007-07-12 Thread [EMAIL PROTECTED]
The "http://server/app/action/foo/bar"; URL is more RoR-like. I think you can easily do this by setting up URL re-writing rules in Apache (if you use apache to front your jboss server). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063616#4063616 Reply to t

  1   2   3   >