[jboss-user] [Installation, Configuration & Deployment] - Re: Problem deploying JBOSS on HPUX 11.11 machine

2007-03-09 Thread VenkatNaidu
i Dont think so , since i have ran jboss on similar HP UX 11.11 machine , its working fine on that machine. i have even set the following additional parameters "-Xss1024k -Xms1024m -Xmx2048m" i have even checked the Garbage collector but i didn't find much information on this :( View the ori

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - how to do a subquery in JBoss?

2007-03-09 Thread qixiang_nj
Hi, all now, I need to do a subquery like this: SELECT OBJECT(a) FROM SelectedRecs a WHERE a.sID2 IN (SELECT b.SID2 FROM SessionView b WHERE (b.LocalIP='213.114.83.134' AND b.RmtIP='137.72.43.114') OR (b.LocalIP='137.72.43.114' AND b.RmtIP='213.114.83.134')) note that: SessionView is another tabl

[jboss-user] [EJB 3.0] - Re: EJB 2.1 and 3.0 in one web-app

2007-03-09 Thread arisa
I too am researching mixing EJB 2.1 and 3.0 Beans in the same .jar file. I have verified that you can mix EJB2.1 SLSB and EJB3 SLSB in the same .jar file. Unit tests verified that they work perfectly together. HOWEVER, currently I am not able to mix EJB2.1 entities with EJB3 entities. * If pe

[jboss-user] [EJB 3.0] - Re: Package ejb2.1 entities along with ejb3.0 session deans

2007-03-09 Thread arisa
I too am researching mixing EJB 2.1 and 3.0 Beans in the same .jar file. I have verified that you can mix EJB2.1 SLSB and EJB3 SLSB in the same .jar file. Unit tests verified that they work perfectly together. HOWEVER, currently I am not able to mix EJB2.1 entities with EJB3 entities. * If pe

[jboss-user] [JBoss Seam] - Re: @DataModel == ListDataModel ???

2007-03-09 Thread [EMAIL PROTECTED]
@DataModel simply wraps the data in an appropriate JSF data model. (ListDataModel for a List, as an example) There would no link to your query or any page state unless you created it yourself. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4026840#402684

[jboss-user] [EJB 3.0] - ejb3 - setList(Set list) - fails to persist.

2007-03-09 Thread hanasakijiji
reload the instance and call getList returns empty list. | | @OneToMany( | cascade= {CascadeType.ALL, CascadeType.ALL} | fetch=FetchType.EAGER) | @JoinTable( | name="myjointable", | joinColumns={ @JoinColumn(name="owner_fk") } | [EMAIL PROTECTED](name="owned_fk") | pub

[jboss-user] [JNDI/Naming/Network] - NamingException:Recieve timed out

2007-03-09 Thread paras.java
I get the following error: 11:24:49,485 INFO [STDOUT] Naming ExceptionReceive timed out 11:24:49,485 INFO [STDOUT] connection created 11:24:49,565 INFO [STDOUT] 11:24:49,555 ERROR [CPLogger] SSO Id :: [] - Class N ame [UserSetupImpl] - Method Name (populateDropDowns) - Message { CPException : n

[jboss-user] [JBoss Portal] - where the portlet container life cycle class located in JBos

2007-03-09 Thread srinivasanj
hai where the Portlet container class located in the JBoss Portal View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4026835#4026835 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4026835 _

[jboss-user] [Installation, Configuration & Deployment] - Re: JBoss 4.0.5 installation

2007-03-09 Thread [EMAIL PROTECTED]
I have reopen issue http://jira.jboss.com/jira/browse/JBINSTALL-93. Also look at JBINSTALL-244 and JBINSTALL-245 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4026834#4026834 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply

[jboss-user] [JBoss Messaging] - Re: Exception while executing the queue example from the 1.2

2007-03-09 Thread timfox
4.2 hasn't been released as a GA yet. It is only a CR (candidate release). We only support GA releases. When it reaches GA we will support it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4026833#4026833 Reply to the post : http://www.jboss.com/index.html?m

[jboss-user] [Installation, Configuration & Deployment] - jboss don't start

2007-03-09 Thread Torleif67
am running jboss 4.0.5.GA on my MAC (10.4.8) system. When i start eclipse and try to run my server i get this message from the console and my server don't start. 07:00:34,274 INFO [Server] Starting JBoss (MX MicroKernel)... 07:00:34,282 INFO [Server] Release ID: JBoss [Zion] 4.0.5.GA (build: C

[jboss-user] [Remoting] - C/C++ client code to send xml as stream data to jboss remoti

2007-03-09 Thread ravi_arrow
Hi, I would like to know how a C/C++ client program send xml data as a stream of data to jboss remoting server. As per the jboss remoting document a simple string URI is required to connect to the server i.e., "socket://IPAddress:portNumber". Can somebody help me writing a C/C++ client progra

[jboss-user] [Security & JAAS/JBoss] - Single Sign On with LDAP Examples

2007-03-09 Thread pmohanan
Hi...All, We will have multiple application deployed on the same JBOSS App server. I want to have the SSO capability between the application(s). I have been searching the JBoss documentation for examples on having the SSO enabled with LDAP. But in vain. Can you please tell me the basic s

[jboss-user] [JBoss Seam] - @DataModelSelection always set to first item in ListDataMode

2007-03-09 Thread stu2
First, this is Seam 1.2Patch1 on Jboss 4.0.5. In a nutshell, when I have a h:commandLink in a dataTable backed with a List, now matter which row's "clickable link" I select, the value in the variable annotated as @DataModelSelection is always the first element in the list. In my SFSB I have the

[jboss-user] [JBoss Messaging] - Re: Resource GC problem

2007-03-09 Thread timfox
Thanks Kev - looks like a JBoss Remoting issue. I will investigate Monday when after I return from California. BTW - any particular reason ESB is creating so many ephemeral connections? I would say this is an anti-pattern, although of course this should not be causing a resource leak. View the

[jboss-user] [JBoss Seam] - Re: Inject messages into JavaBean

2007-03-09 Thread monkeyden
I wonder where I got the idea that Seam would either find it in the specified context or call the no-arg constructor for me. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4026826#4026826 Reply to the post : http://www.jboss.com/index.html?module=bb&op=postin

[jboss-user] [Installation, Configuration & Deployment] - Re: Startup errors on Ubuntu, can't access localhost:8080

2007-03-09 Thread rup
BTW, previously I've run jBoss with jdk6 on FC6, This problem is specific to Ubuntu I presume. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4026825#4026825 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4026825 __

[jboss-user] [Installation, Configuration & Deployment] - Re: Startup errors on Ubuntu, can't access localhost:8080

2007-03-09 Thread rup
Changed to jdk1.5.0_11. Uninstalled jBoss and rinstalled a fresh package. I get the same errors. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4026824#4026824 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4026824

[jboss-user] [JBoss Seam] - @DataModel == ListDataModel ???

2007-03-09 Thread dajevtic
Hello everyone, I have a question regarding the @DataModel annotation regarding large result sets (> 100.000): When I do a getResultList on the entityManager and I annotate the List with @DataModel, are all records fetched at once? I am playing with the datascroller tag of richfaces and it looks

[jboss-user] [JBoss Seam] - Re: Status of Seam on Websphere?

2007-03-09 Thread [EMAIL PROTECTED]
mind if I add Resin support sometime in the future By all means, please send us your patch for Resin for the jpa/hibernate2 examples. :) Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4026820#4026820 Reply to the post : http://www.jboss.com/index.htm

[jboss-user] [JBoss Seam] - Re: Overriding EntityHome.persist problems

2007-03-09 Thread MikeDougherty
Thanks for the response. | @Name("regionHome") | public class RegionHome extends EntityHome | { | | @RequestParameter | Long regionId; | | @In(required=false) | Region region; | | @In | WorkingMemory regionManagerWorkingMemory; | |

[jboss-user] [JBoss Seam] - Re: Overriding EntityHome.persist problems

2007-03-09 Thread petemuir
"MikeDougherty" wrote : I've got some rules that will validate an entity before it is saved to the database, according to what I've read the best place to do that is in the Home.persist method. Yup, that would be my plan (and in the update method as well if needed) anonymous wrote : However, i

[jboss-user] [JBoss Seam] - Re: Inject messages into JavaBean

2007-03-09 Thread petemuir
I don't see a component or factory for zipPaginator there... Remember Seam bijects on variable name, not class type View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4026817#4026817 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=r

[jboss-user] [JBoss Seam] - Re: Status of Seam on Websphere?

2007-03-09 Thread svadu
Thanks! That's clear now (mind if I add Resin support sometime in the future?). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4026815#4026815 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4026815 ___

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Jasper Exception when migrating from 4.0.5.CR1 to 4.2.0.CR1

2007-03-09 Thread risenhoover
Hi All, I have an existing web application that is currently operational under 4.0.5.CR1. The login page (login.jsp) is a very simple struts page that does exactly what you think it does. I am attempting to migrate to 4.2.0, but when I install my new web application, I get a JasperException w

[jboss-user] [JBoss Seam] - Overriding EntityHome.persist problems

2007-03-09 Thread MikeDougherty
I've got some rules that will validate an entity before it is saved to the database, according to what I've read the best place to do that is in the Home.persist method. However, in the Home.persist method the getId and getInstance methods always return null. I expected them to contain the Entit

[jboss-user] [Installation, Configuration & Deployment] - cant resolve NoClassDefFoundException

2007-03-09 Thread dandiodati
I keep having a NoClassDefFoundException (java.lang.NoClassDefFoundError: com/successfactors/pm/ui/messages/SFMessages) when jsf components try to load one of our classes (SFMessages). I'm running jboss4.0.5, jdk5 and using the default classloader settings(Tomcat uses it own class loader for is

[jboss-user] [JBoss Seam] - Re: EL Notation and Navigation from-action

2007-03-09 Thread [EMAIL PROTECTED]
You should be able to use #{bean[method]} in pages.xml. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4026808#4026808 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4026808 ___

[jboss-user] [JBoss Seam] - Re: JBoss Seam and Web Services using OC4J stack

2007-03-09 Thread [EMAIL PROTECTED]
Oracle has its own EJB3 implementation, you should use that, not E-EJB3. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4026806#4026806 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4026806 __

[jboss-user] [JBoss Seam] - Re: Removing timer

2007-03-09 Thread [EMAIL PROTECTED]
JBoss has a database somewhere (the data directory I think). You need to delete it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4026804#4026804 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4026804 __

[jboss-user] [JBoss Seam] - Re: How can I pass parameters to action methods

2007-03-09 Thread [EMAIL PROTECTED]
No, its not supported by EL. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4026805#4026805 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4026805 ___ jboss-user mailing list jb

[jboss-user] Problem with Roles and Authentication

2007-03-09 Thread Aurynn Shaw
I don't know what I've done wrong. :) I inherited an app, that used to be running on JBoss2.4.10 and Tomcat3, and I'm trying to get it running on Jboss4.0.4, and Tomcat5.5.20. So far, this has gone fairly well. Everything starts up semi-normally. However, I can't log in. At all. Using a de

[jboss-user] [JBoss Seam] - Re: Status of Seam on Websphere?

2007-03-09 Thread [EMAIL PROTECTED]
You can look at the jpa and hibernate2 examples. Neither depend upon JBoss MC. The only version of WebSphere that is supported is the one that runs on JDK5. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4026803#4026803 Reply to the post : http://www.jboss.co

[jboss-user] [JBoss Seam] - Re: Issue with Seam and Tomcat 6 during tomcat startup

2007-03-09 Thread lle
hi Michael, Did you have your jndi configured correctly? This is what I got in my log file of a successful Seam + Tomcat 5.5: 2007.03.09 14:29:08,808 INFO [NamingHelper] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.LocalOnlyContextFactory, java.naming.factory

[jboss-user] [JBoss Seam] - Status of Seam on Websphere?

2007-03-09 Thread svadu
Hi All, I saw there was Websphere support included in one of the latest releases of Seam. But someone give just a bit more clarification on the level of seam integration in Websphere environment. And by that I mean whether Hibernate/JPA or Microcontainer version of configuration is used? Which

[jboss-user] [JBossWS] - Re: Problem using wstools

2007-03-09 Thread d_pavel
I think my post is related with this topic as well: http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025390#4025390 Need clarification about this please: 1) the wstools.sh script which comes with the jbossws-1.2.0.GA points to both: WSTOOLS_CLASSPATH="$WSTOOLS_CLASSPATH:$JBOSS_HOME/client

[jboss-user] [JBoss Portal] - Re: Passing parameters in an URL

2007-03-09 Thread ghyoju
Hi, I understand that form variables are not passed to the portlets and one need to pass the variables using renderURL tag. The question I have is how do I set this variable to the value I get from a textBox or hidden variable or a java script variable using the renderURL tag. Thank you v

[jboss-user] [JBoss Seam] - Re: Issue with Seam and Tomcat 6 during tomcat startup

2007-03-09 Thread mlh496
Hey there, The problem I've hit deploying a Seam app to Tomcat deals with the datasource. Here is a sample of the error trail that I get: 16:27:52,083 ERROR [NamingHelper] Could not obtain initial context | javax.naming.NamingException: Local server is not initialized | 16:27:52,098 FATAL [

[jboss-user] [JBoss Seam] - Re: Issue with Seam and Tomcat 6 during tomcat startup

2007-03-09 Thread lle
Thank you all for your responses. MLH: I did get Seam 1.1.5 working with Mysql and Tomcat 5.5. The site apushadow gave definitely can help you out. Please describe your errors/configuration so we can help. Rich: I don't have "javaw.exe" processes when I run tomcat and I still get the error.

[jboss-user] [JBoss Seam] - Re: Red Hat JBoss and Exadel Partnership - not a technical q

2007-03-09 Thread svadu
You are right, I am sorry for not paying attention. As it states: anonymous wrote : | Once fully opensourced, binaries for all of the individual plugins will be made available for free while the "Red Hat Developer Studio" will only be made available as part of a Developer Subscription. View

[jboss-user] [JBoss Eclipse IDE (users)] - Explode ear/war during publish

2007-03-09 Thread holmes.j
Is there way to set ear/war(s) published to a JBoss Server in an exploded style? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4026788#4026788 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4026788 _

[jboss-user] [JBoss jBPM] - Process Designer features

2007-03-09 Thread [EMAIL PROTECTED]
Process Designer features Hi, I was looking for information about new features in process designer ( roadmap), but I cant find a place? ยด I am using process designer and I like alot, but may user don?t like the look and feel, are you planning to allow customizing, or improving it. Other featu

[jboss-user] [JBoss Seam] - Re: Red Hat JBoss and Exadel Partnership - not a technical q

2007-03-09 Thread [EMAIL PROTECTED]
Just in case this isn't clear: Every plugin for Eclipse that is part of RHDS will be available under an open source license. So you can even combine them in whatever way you want via an Eclipse update site or something and build your own variant of "RHDS". View the original post : http://www.

[jboss-user] [JBoss Seam] - Re: Red Hat JBoss and Exadel Partnership - not a technical q

2007-03-09 Thread [EMAIL PROTECTED]
And note the box on the right side here: http://labs.jboss.com/portal/rhdevstudio While Red Hat works on the open sourcing of Red Hat Developer Studio, Exadel is making available a free, extended trial of Exadel Studio Pro 4.0 which should last until Red Hat Developer Studio is available. Once

[jboss-user] [JBoss Seam] - Re: Red Hat JBoss and Exadel Partnership - not a technical q

2007-03-09 Thread [EMAIL PROTECTED]
Best is you all read the initial announcement again: http://blogs.jboss.com/blog/slabourey/2007/03/05/Red_Hat_partners_with_Exadel_The_Grand_Unification_is_en_route.txt View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4026783#4026783 Reply to the post : http:

[jboss-user] [Beginners Corner] - Using Hibernate.sar with WAR

2007-03-09 Thread arnieAustin
Is it possible to use the hibernate.sar when only developing a war? I've looked high and low and cannot find the hibernate.sar anywhere and downloading the JEMS installer didn't install one either. Where from do I download it? View the original post : http://www.jboss.com/index.html?module=b

[jboss-user] [JBoss Seam] - Re: Issue with Seam and Tomcat 6 during tomcat startup

2007-03-09 Thread apushadow
MLH-- I got Seam running on MySQL...what's the error you're getting? This site got me pretty far into the process: http://wiki.jboss.org/wiki/Wiki.jsp?page=SetUpAMysqlDatasource View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4026781#4026781 Reply to the post

[jboss-user] [JBoss Seam] - Re: Issue with Seam and Tomcat 6 during tomcat startup

2007-03-09 Thread apushadow
lle-- This looks similar to a problem I was having once: I'd throw my war into Tomcat's webapps directory, start Tomcat, and it would start up then shut down, giving me log messages similar to what you pasted. Turns out it was because I had both Tomcat and some other process (JBoss, I think) f

[jboss-user] [JBoss Seam] - Re: JBoss Seam and Web Services using OC4J stack

2007-03-09 Thread apushadow
Manuel-- I too need to make a Seam app run on oc4j. Currently, I have an app running on Tomcat (using JBoss's embedded EJB jar) and I try to deploy it to oc4j and it gives me the following error: | 16:09:24,140 INFO [ASTQueryTranslatorFactory] Using ASTQueryTranslatorFactory | 16:09:24,

[jboss-user] [JBoss Seam] - Re: Remember Me Exception

2007-03-09 Thread jscherer
Having the same issue here. Any resolution to this issue??? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4026776#4026776 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4026776 __

[jboss-user] [JBoss Seam] - Re: Red Hat JBoss and Exadel Partnership - not a technical q

2007-03-09 Thread svadu
Just curious, because the studio will only be available with Red Hat Subscription does that mean there will be no open source version of Exadel Studio Pro (which has now extended trial period). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4026772#4026772 Re

[jboss-user] [JBoss Seam] - persist passing null object

2007-03-09 Thread ector7280
I'm getting the following error when using the CRUD EntityHome object: 15:34:34,569 WARN [JDBCExceptionReporter] SQL Error: 1400, SQLState: 23000 | 15:34:34,569 ERROR [JDBCExceptionReporter] ORA-01400: cannot insert NULL into ("CPPMS"."CPPMS_USER"."NAME") | | 15:34:34,569 WARN [JDBCExcep

[jboss-user] [JBoss Seam] - Re: Issue with Seam and Tomcat 6 during tomcat startup

2007-03-09 Thread mlh496
I'm sorry that I can't help you with this problem. However, have you ever gotten a MySql-backed Seam app to work on Tomcat 5.5? I've been trying to do this for about 8 days now, and I'm uber-stuck. -Michael View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=402

[jboss-user] [Beginners Corner] - """""""""""" become ????????????????????

2007-03-09 Thread [EMAIL PROTECTED]
i copy and past "''"" From microsoft word 2003 to my jsp page textarea field and send to the jboss-4.0.4 server, and value get changed to . at the old jboss 3.2.5 no this problem, does anyone can help? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewt

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: [TomcatDeployer] Failed to map vhost: xxx.domain.com

2007-03-09 Thread sshrestha
This is the second Service element added. | | | | | | | | | | xxx.domain.com | | | | | | | | | View the original post : http://www.jboss.com/index.ht

[jboss-user] [JBoss Seam] - Re: Inject messages into JavaBean

2007-03-09 Thread monkeyden
Im not instantiating it. I want Seam to create it and inject it. To be injected @Name("paginator") | @Scope(SESSION) | public class DefaultPaginator implements Paginator { | | @Logger | private Log log; | | public DefaultPaginator() {} | | ...business methods

[jboss-user] [Installation, Configuration & Deployment] - Re: Java Service Issue with JBOSS

2007-03-09 Thread PeterJ
This is really weird. If Jboss is happy to use both "my_config" and " my_config" at the same time, the only explanation I can come up with is that JBoss is being started with one config for the -c parameter (e.g., run -c my_config) and the other locations are being set with system properties (e.

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: [TomcatDeployer] Failed to map vhost: xxx.domain.com

2007-03-09 Thread PeterJ
Enclose your xml text in [ code ] [ /code ] brackets (without the spaces, of course). Also, use the Preview button to see what your post will look like before submitting it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4026762#4026762 Reply to the post :

[jboss-user] [JBoss Seam] - Problem with s:selectItems

2007-03-09 Thread [EMAIL PROTECTED]
Hi, I can't force s:selectItems to work. Even the easiest example doesn't work. | Name("personHome") | public class PersonHome extends EntityHome { | | | | public List countries = new ArrayList(); | public String country = ""; | | public void setCountries(List countries

[jboss-user] [Installation, Configuration & Deployment] - Java Service Issue with JBOSS

2007-03-09 Thread vij_shinde
I have configured my JBOSS server multiple instances on same server.I have also configured JBoss as windows NT service using Java service.everything workd well but i found two directories created under D:\jboss-4.0.1\server one is my configuration "my_confif" that's where my conf,deploy and lib

[jboss-user] [JBoss Seam] - Re: Help on s:filleupload

2007-03-09 Thread carloszaniolo
"carloszaniolo" wrote : BTW s:fileupload is not working together with Ajax4jsf! Does anyone knows how to make s:fileupload works in an "Ajax" way? http://jboss.com/index.html?module=bb&op=viewtopic&p=4026758#4026758 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - CMPCleanReadAheadOnLoad

2007-03-09 Thread vojta
Hi, I'm facing problem very similar to this old report: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=925597&group_id=22866 Using optimistic locking+commit C, every access to entity field generates db query despite being in transaction=required method. The only notable difference

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: [TomcatDeployer] Failed to map vhost: xxx.domain.com

2007-03-09 Thread sshrestha
click on quote to view the part of the server.xml file View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4026756#4026756 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4026756 ___

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: [TomcatDeployer] Failed to map vhost: xxx.domain.com

2007-03-09 Thread sshrestha
"sshrestha" wrote : | | | | | | | | | xxx.domain.com | | | | | | | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p

[jboss-user] [JBoss Seam] - Re: Problem looking up EJB session bean (Name not bound)

2007-03-09 Thread tonylmai
cja987, At least I got replies from you. No one seemed to care on the other forums. :(( View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4026754#4026754 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4026754 _

[jboss-user] [JBoss Seam] - Re: Problem looking up EJB session bean (Name not bound)

2007-03-09 Thread cja987
Egads, nevermind ... I'd forgotten about the overloaded forms of @Local/@Remote. At any rate, you still need to ask on an EJB3 forum, or you'll get misinformation like what you just got from me. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4026751#40267

[jboss-user] [JBoss Seam] - Issue with Seam and Tomcat 6 during tomcat startup

2007-03-09 Thread lle
Hi all, I just upgraded my working webapps with Seam 1.1.5GA from Tomcat 5.5 to Tomcat 6 and I encountered this problem when starting up Tomcat 6: After initializing Seam successfully, Seam starts to undeploying/destroying application context and eventually closing the Hibernate session factory

[jboss-user] [Installation, Configuration & Deployment] - Re: Accessing ini file after deployment - Urgent

2007-03-09 Thread PeterJ
Without knowing what your code is doing or how it is handling the ini file or what output you are expecting to see, I could not make any kind of guess as to what is wrong. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4026748#4026748 Reply to the post : htt

[jboss-user] [JBoss Seam] - Re: Problem looking up EJB session bean (Name not bound)

2007-03-09 Thread cja987
You need to read the EJB documentation. The JBoss EJB3 trailblazers are quite nice. @Local and @Remote belong on your interface, not your implementation. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4026746#4026746 Reply to the post : http://www.jboss.co

[jboss-user] [JBoss Seam] - Re: First JBoss Seam book released

2007-03-09 Thread [EMAIL PROTECTED]
Sorry, I have been too busy updating the book to Seam 1.2.0 (but run out of time for the Spring integration stuff). I have sent the final files to the publisher. I believe the 3/9/07 version is very close to the final manuscript. I do not have control over the Safari process. But I think they w

[jboss-user] [JBoss Seam] - Re: Using EntityHome with multiple Entities

2007-03-09 Thread cja987
Both EntityHome instances should use the same conversation-scoped EntityManager (a component named "entityManager" by default), so they'll guaranteed participate in the same JTA transaction. No need to do any extra "synchronizing". View the original post : http://www.jboss.com/index.html?mo

[jboss-user] [JBoss Seam] - Problem looking up EJB session bean (Name not bound)

2007-03-09 Thread tonylmai
Hello all, I orginally posted this question on 'JBoss User -> Beginners Corner' and 'JBoss User -> EJB/JBoss' forums but got no response. I am hoping to get better luck with this forum. Can someone help me with a simple context lookup? I have a session bean deployed within JBoss 4.0.4 GA AS, J

[jboss-user] [JBossWS] - Re: lower timeout in accessing a web service

2007-03-09 Thread jemodurn
I tried this code to lower the JAX-WS client's connection timeout and it works beautifully | ((BindingProvider)port).getRequestContext().put(StubExt.PROPERTY_CLIENT_TIMEOUT, new Integer(500)); | Issue resolved. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtop

[jboss-user] [JBoss jBPM] - Re: How to cancel a Timer dynamically?

2007-03-09 Thread michaelok
anonymous wrote : Where do you get that from? the SchedulerService in That code is from the CancelTimersAction, in both 3.1.1 and 3.1.2 ... -Signed: another newbie puzzling through timers... ;) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4026734#4026734 R

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: [TomcatDeployer] Failed to map vhost: xxx.domain.com

2007-03-09 Thread sshrestha
xxx.domain.com View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4026737#4026737 Reply to the post : http://www.jboss.com/index.html?module=bb&op=post

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - [TomcatDeployer] Failed to map vhost: xxx.domain.com

2007-03-09 Thread sshrestha
JBoss: 4.0.4 JVM: Sun J2SE 1.5.0_10. Plattform: Fedora Core 4 Linux I have added a second element in server.xml, but it throws a "Failed to map vhost". I also have the vhost mapped in jboss-web.xml: / xxx.domain.com Any suggestion is appreciated. This is what the second element looks

[jboss-user] [EJB/JBoss] - Problem looking up EJB session bean (Name not bound)

2007-03-09 Thread tonylmai
Hello all, Can someone help me with a simple context lookup? I have a session bean deployed within JBoss 4.0.4 GA AS, JDK 5. My EJB code is as followed: @Stateless | @Local(AuthenticatorLocal.class) | @Remote(AuthenticatorRemote.class) | public class AuthenticatorBean implements Authentica

[jboss-user] [JBoss Seam] - Re: Help on s:filleupload

2007-03-09 Thread carloszaniolo
BTW s:fileupload is not working together with Ajax4jsf! Does anyone knows how to make s:fileupload works in an "Ajax" way? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4026733#4026733 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&

[jboss-user] [EJB 3.0] - Re: Backing beans

2007-03-09 Thread [EMAIL PROTECTED]
Seam ships with lots of good examples. http://labs.jboss.com/portal/jbossseam For general JBoss/JSF info, see http://jsf.jboss.org Stan View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4026730#4026730 Reply to the post : http://www.jboss.com/index.html?module

[jboss-user] [JBossWS] - How do I use MIME types other than text/xml

2007-03-09 Thread lbrackman
I am trying to use MTOM to send attachments. I am using wstools to generate all components from an endpoint. I successfully run a test with a text/xml type but I cannot use any others types including text/plain or application/octect. The following is my endpoint and config file: endpoint -

[jboss-user] [JBoss Seam] - s:validate in imported file (facelets)

2007-03-09 Thread pdpantages
Hello Forum, seam 1.1.6.GA jboss-4.0.5.GA ajax4jsf-1.0.6 Facelets I have having some trouble with s:validate in a templated facelet. My problem seems similar to the issue discussed in Oct/06 http://www.jboss.com/index.html?module=bb&op=viewtopic&t=93095 But there was no final solution posted t

[jboss-user] [JBoss Seam] - Re: Using EntityHome with multiple Entities

2007-03-09 Thread sontiver
Hello, Thanks for you quick reply, these are related in the sense that are being created/updated in the same page and a single SFSB currently supports the page. Ideally we want to reuse the EntityHome (if somehow we get to handle 2 entities). If we had two EntityHome for the same page we may n

[jboss-user] [JBoss Seam] - Re: Inject messages into JavaBean

2007-03-09 Thread petemuir
Post the code you are using to instatiate the seam component View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4026726#4026726 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4026726 __

[jboss-user] [JBoss Seam] - Re: Using EntityHome with multiple Entities

2007-03-09 Thread petemuir
Use another seam bean (a controller) which has a the CRUD methods, inject in the home objects, and call the relevant methods. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4026725#4026725 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posti

[jboss-user] [Beginners Corner] - Problem looking up EJB session bean (Name not bound)

2007-03-09 Thread tonylmai
Hello all, Can someone help me with a simple context lookup? I have a session bean deployed within JBoss 4.0.4 GA AS, JDK 5. My EJB3 code is as: @Stateless | @Local(AuthenticatorLocal.class) | @Remote(AuthenticatorRemote.class) | public class AuthenticatorBean implements Authenticator {

[jboss-user] [JBoss Seam] - Re: Send mails with Renderer.instance().render in loop don't

2007-03-09 Thread gui92
"petemuir" wrote : http://docs.jboss.com/seam/1.2.0.PATCH1/reference/en/html/mail.html#d0e8799 | | Put an issue in JIRA if you need to send inside a java loop. That's work for me, thanks ! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4026723#4026723 Re

[jboss-user] [JBoss jBPM] - Re: jBPM with struts issues

2007-03-09 Thread michaelok
"jbmp user" wrote : would you tell me where is this tutorial about implementation with struts?? I think he's referring to this one. It is Struts, it's only that the business logic is wrapped in a Spring layer. http://wiki.jboss.org/wiki/Wiki.jsp?page=ShortStrutsTutorial View the original post

[jboss-user] [JBoss Seam] - Re: First JBoss Seam book released

2007-03-09 Thread smithbstl
the "Prepared for" stuff is all copyright material from O'Reilly, they don't want you distributing early copies of it. I don't think you will get a "final copy" via rough cuts. They still want you to buy the final release ;). I was a bit disappointed in my last post because I got a versio

[jboss-user] [JBoss Seam] - Re: Send mails with Renderer.instance().render in loop don't

2007-03-09 Thread petemuir
http://docs.jboss.com/seam/1.2.0.PATCH1/reference/en/html/mail.html#d0e8799 Put an issue in JIRA if you need to send inside a java loop. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4026720#4026720 Reply to the post : http://www.jboss.com/index.html?module=

[jboss-user] [JBossCache] - Re: PojoCache can't find classloader

2007-03-09 Thread [EMAIL PROTECTED]
anonymous wrote : | Thanks for you help. As far as the Sample-Cluster message, we have two Jboss clusters here, qa and dev, and each has two jboss servers. I had not changed the name in the qa cluster and I was getting the message on the dev cluster. Changing it in qa fixed that. | Wow,

[jboss-user] [JBoss Seam] - Send mails with Renderer.instance().render in loop don't wor

2007-03-09 Thread gui92
Hello I try to send multiple emails in a jsf backing bean : | for (User u:getRecipients()) | { |setCurrentRecipient(u); |Renderer.instance().render(templatePath); | } | That's work great for the first iteration, but for the next ones, i get exceptions from the "m:from" tag

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Seam Security

2007-03-09 Thread Raist_Majere
As this line says anonymous wrote : Caused by: java.lang.IllegalStateException: could not locate rule file: /META-INF/security-rules.drl, it cannot find the security-rules.drl under your META-INF subdir in your app. Is it there? View the original post : http://www.jboss.com/index.html?module=bb

[jboss-user] [JBoss Seam] - Re: Question about authentication

2007-03-09 Thread rmemoria
The solution I found to my app was to create a JavaBean with login() and logout() methods. The login() is mapped using the http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4026715#4026715 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4026715 _

[jboss-user] [JBossWS] - JSR-181 deployment on jboss-5.0.0.Beta1 - how?

2007-03-09 Thread jerro
This seems like a fairly simple question. I've got a jsr-181 web service. It's just some jars packaged in an ear. When I was using jboss-4.0.5 (installed through the installer using the EJB-3.0 config) all I had to do was copy the ear to the default/deploy directory of jboss and the the conta

[jboss-user] [JBoss jBPM] - Re: fault never reaches catchall

2007-03-09 Thread meghanai_99
I noticed that I have commented out in the above pasted sample. But I have tried with uncommented as well. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4026711#4026711 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4

[jboss-user] [JBoss jBPM] - Re: How to cancel a Timer dynamically?

2007-03-09 Thread bsmithjj
Is this not possible? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4026709#4026709 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4026709 ___ jboss-user mailing list jboss-use

[jboss-user] [JBoss jBPM] - Re: fault never reaches catchall

2007-03-09 Thread meghanai_99
Now I moved my faultHandler to the global scope as shown in the purchase sample. My compensation handler on the completed scope gets called now but the inside faultHandler still never gets called. | ... | | | | | | |

[jboss-user] [JBoss Seam] - Re: Using EntityHome with multiple Entities

2007-03-09 Thread cja987
If they really are unrelated, why not just use two EntityHome instances? If they are actually related somehow, you can express the relation in JPA/Hibernate terms as @OneToOne (or whatever your relation is) and get at one object through the other -- no entityhome required. @EntityHome seems t

[jboss-user] [JBoss Seam] - Re: Using s:selectItems with h:selectOneMenu - value is NULL

2007-03-09 Thread petemuir
A list of what? Take a look at the ui example View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4026705#4026705 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4026705 ___ jboss-use

[jboss-user] [JBoss jBPM] - Deploy a BPEL process in Document Style. Is possible?

2007-03-09 Thread fiorepaolo
Hi, I'm looking for info about how to configure ws-build.xml, bpel-build.xml and so on to deploy a Bpel process as WS in document style. Someone knows if is it possibile? I learned how configure the target call-wscompile in ws-build.xml file, but I'm not able to configure correctly the target

  1   2   >