[jboss-user] [EJB 3.0] - Re: Question @Inheritance

2007-04-11 Thread pKraemer
Thx for your help Yes I use hibernate.hbm2ddl.auto = update but I did not try to use InheritanceType.JOINED. That was the problem. If I change it, it works fine. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036613#4036613 Reply to the post : http://www.jbo

[jboss-user] [EJB 3.0] - Re: a headache problem: I can't invoke remoting EJB of remeo

2007-04-11 Thread lugibin
but I can it works if I deploy EJB to windows server. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036609#4036609 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4036609 ___ j

[jboss-user] [EJB 3.0] - a headache problem: I can't invoke remoting EJB of remeote s

2007-04-11 Thread lugibin
EJB is deployed in on linux server(read hat AS 64bit Ver), then I invoke it in antother server(windows or linux), it reposts exception: aused by: org.jboss.aop.NotFoundInDispatcherException: Object with oid: jboss.j2ee:jar=ufmobile_platformStreetEjb.jar,name=DataSynSessionBean1,service=EJB3 wa

[jboss-user] [JBoss Seam] - Re: Seam & Maven2

2007-04-11 Thread fers
Hello javasmith, not too much, but I think you can use microcontainer instead. It supports most of the features (JNDI, JTA, JCA, Timer) Petr View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036605#4036605 Reply to the post : http://www.jboss.com/index.html?m

[jboss-user] [Installation, Configuration & Deployment] - Re: Jboss install

2007-04-11 Thread PeterJ
Instead of running ant manually, try this: "cd" to the build directory and run "./build.sh". This will use the built-in Ant utility. (I have successfully built 4.0.5.GA using JDK 1.5.0_11 on FC6 following those steps.) View the original post : http://www.jboss.com/index.html?module=bb&op=viewto

[jboss-user] [Installation, Configuration & Deployment] - Re: Multiple Servers

2007-04-11 Thread PeterJ
The example binding service file is located at docs/examples/binding-manager/sample-bindings.xml. (Hmm, did you install using the JEMS installer? If so, I'm not sure if you even get the docs directory. If you don't have docs, try downloading and unzipping the zip file instead, I know it is ther

[jboss-user] [JBoss Portal] - Re: org.apache.jasper.JasperException: Exception in JSP: /WE

2007-04-11 Thread PeterJ
Without the stack trace that would tell us what the error is? No. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036602#4036602 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4036602 _

[jboss-user] [JBoss Messaging] - Re: Machine with Two LAN Card -Not able to receive message

2007-04-11 Thread Craig2007
I tried out callback mechanism to overcome the problem... Still i could not able to solve that problem. will tell you the scenario and also tell you what i did to implement callback mechanism MachineA - machine with LAN Card-A,IP Address-172.19.6.6 MachineB(acting as DHCP) - machine with LAN Ca

[jboss-user] [JBoss Seam] - Breaking components.xml into several files

2007-04-11 Thread thejavafreak
Dear all, would it be possible for components.xml broken down into several files. Because if I have a large scale apps and I rely so much on framework, my components.xml will be so bloated. Does anyone knows the workaround for this? Thanks in advance View the original post : http://www.jboss.

[jboss-user] [JBoss Seam] - @Out and @Datamodel combination error

2007-04-11 Thread supernovasoftware.com
I had the following in a SFSB that worked until I upgraded to Seam 1.2.1. | @Out(scope = ScopeType.CONVERSATION, required = false) | @DataModel(value="dosRecordPend", scope=ScopeType.UNSPECIFIED) | private List dosRecordPend; | This was obviously an error on my part, but caused

[jboss-user] [JBoss Seam] - problems when migrate navigation from faces-config.xml to pa

2007-04-11 Thread tangdazhu
1.i had a application which is runing well when i am using the faces-config.xml, for example the login page: /pages/input/login.jsp login_success /pages/input/mainpage.jsp

[jboss-user] [Installation, Configuration & Deployment] - Re: JBoss hot deploy?

2007-04-11 Thread PeterJ
The application is not redeployed when you update one of the JSPs. Instead, you simply get the updated JSP. If your browser tends to cache pages, you might have to hit the refresh button on the browser to get the updated page. Though I think that this happens to me only when updating static cont

[jboss-user] [JBoss Seam] - Stack must not be null

2007-04-11 Thread djeverson
We are experiencing intermittent errors during our testing of a pageflow. The stack trace provides little information (that we can use or understand) to help us in identifying the source of this issue. The stack trace does not refer to any code written by us. We are looking for advice on how

[jboss-user] [Installation, Configuration & Deployment] - Jboss install

2007-04-11 Thread jgayathri
I have downloaded ant1.6, and tried to build Jbossas from the source jboss-4.0.5.GA-src.tar.gz, i am using RHEL4, Jdk path in etc/profile #java JAVA_HOME= /usr/java/jdk1.5.0_11 PATH=/usr/java/jdk1.5.0_11/bin:$PATH CLASSPATH=/usr/java/jdk1.5.0_11/lib:$CLASSPATH #ANT1.6 ANT_HOME=/home/servers/java/a

[jboss-user] [JBoss Seam] - Re: Seam app migration from JBoss 4.0.4 to 4.2 and Myfaces 1

2007-04-11 Thread supernovasoftware.com
I am using a very similar setup. So hopefully it will go that way for me. I am mainly switching due to JBoss's direction and the lack of development with MyFaces. What technical advantages are there with JSF 1.2 in the context of a Seam application? Are there any tricks or new functionality t

[jboss-user] [JBoss Seam] - Re: Trinidad PPR/Ajax and Seam

2007-04-11 Thread chane
dj- When you created the bean that manages the dialog, did you use a Seam managed bean or did you create a backing bean entry in faces-config.xml? I'm using the Seam @Name and getting a wicked error when I click on the button to initiate the dialog. Thanks for any insight. Chris The spec

[jboss-user] [JBoss Seam] - EnumConverter

2007-04-11 Thread lagranzh
Hello sirs. I try call page someAction.xhtml that mapped to seam component someAction. Everything fine except of enum convertion. | enum TypeEnum { | type1 | } | | @Stateless | @Name("someAction") | class SomeActionBean implements SomeAction { |private long id; |

[jboss-user] [JBoss Seam] - Re: Seam app migration from JBoss 4.0.4 to 4.2 and Myfaces 1

2007-04-11 Thread atzbert
Forgot to mention, I am using Seam 1.2.1 with a4j / Richfaces on JBoss 4.0.5 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036589#4036589 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4036589 __

[jboss-user] [JBoss Seam] - Re: Seam app migration from JBoss 4.0.4 to 4.2 and Myfaces 1

2007-04-11 Thread atzbert
I can confirm that even with a quite sizable real world application the switch to 1.2 RI went fairly seamlessly ... or would it be seamfully in this case? You get it... ;) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036588#4036588 Reply to the post : htt

[jboss-user] [JBoss Seam] - Re: Force OnChange with selectDate selection

2007-04-11 Thread [EMAIL PROTECTED]
Someone's submitted a patch to fire the onchange event, I'll try to get it applied in CVS sometime today. http://jira.jboss.org/jira/browse/JBSEAM-1164 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036587#4036587 Reply to the post : http://www.jboss.com/in

[jboss-user] [EJB/JBoss] - [ServiceController] Problem starting service jboss.j2ee:jndi

2007-04-11 Thread lmc_paul
Deploy the entity Bean ,the jboss AS print the infomation: [ServiceController] Problem starting service jboss.j2ee:jndiName=ejb/User,service=EJB java.lang.NullPointerException How to deal with this problem Thank you ! View the original post : http://www.jboss.com/index.html?module=bb&op=v

[jboss-user] [Installation, Configuration & Deployment] - Re: JBoss 4.0.4 using UnifiedClassLoader despite config

2007-04-11 Thread Steveco
We did finally get something working. The secret was to upgrade to JBoss 4.0.5, and, when installing it, to enable "deployment isolation/call by value". I'm not sure if upgrading was really necessary or just installing JBoss 4.0.4 with "deployment isolation/call by value" enabled would have do

[jboss-user] [JBoss jBPM] - Re: problem with the tutorial

2007-04-11 Thread kukeltje
Yes, this is mentioned as the top static post in this forum... although I can imagine the topic is somewhat unclear in this context: anonymous wrote : console url changed to http://localhost:8080/jbpm-console View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=403

[jboss-user] [JBoss Seam] - Re: Email and internationalization

2007-04-11 Thread rlhr
Well, I took today's build and still have the same problem... The email template is defined as followed: | | http://www.w3.org/1999/xhtml"; |xmlns:m="http://jboss.com/products/seam/mail"; |xmlns:h="http://java.sun.com/jsf/html"; |xmlns:f="http://jav

[jboss-user] [JBoss Seam] - Problems in Running the Seam examples in JBoss using the JSF

2007-04-11 Thread anarinsky
The seam manual contains instruction about running the Seam examples in JBoss using the JSF 1.2 RI. The conversion of the booking example works fine. However, the same conversion for the registration and numberguess examples does not work for some reason. The message is The requested resource

[jboss-user] [EJB 3.0] - Re: Question @Inheritance

2007-04-11 Thread fhh
Have you developed this application with hibernate.hbm2ddl.auto = update? If so, you have probably old constraints lying around from the time when you used InheritanceType.JOINED. Either clean them out manually or drop the whole schema and have it recreated. Regards Felix View the original po

[jboss-user] [JBoss jBPM] - Process flush trying to save UnpersistableInstance

2007-04-11 Thread colsona
It appears something is going wrong here. Hibernate is throwing an exception because it can't persist a UnpersistableInstance. I assume an unpersitable instance shouldn't get to this point. | aused by: org.hibernate.HibernateException: instance not of expected entity type: org.jbpm.context.

[jboss-user] [EJB 3.0] - Re: Deploy EJB3 App (Jdeveloper JSF)

2007-04-11 Thread fhh
Without my crystal ball I will not be able to tell you what | model.Vistacalificacionadjudicacionproveedor.codigo_proveedor | looks like. But maybe you are enlightened... Regards Felix View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036553#4036553 Re

[jboss-user] [EJB 3.0] - Re: [BUG] - Error during deployment

2007-04-11 Thread fhh
| | http://java.sun.com/xml/ns/persistence"; | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; | xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd"; | version="1.0"> | | org.hibernate.ejb.HibernatePersisten

[jboss-user] [JBoss Seam] - Re: Seam app migration from JBoss 4.0.4 to 4.2 and Myfaces 1

2007-04-11 Thread petemuir
Seam CVS (examples and seam-gen) is now running happily on AS 4.2.0.CR1 - take a look at one of the examples - afaik: * Change the listener in web.xml * Remove el-api/el-ri for jboss-el (el-api is distributed with 4.2) * Add commons-collections and commons-beanutils if you use a4j (best to use th

[jboss-user] [Remoting] - Re: disable MicroRemoteClientInvoker

2007-04-11 Thread [EMAIL PROTECTED]
Hi John, Do this: | HashMap clientConfig = new HashMap(); | clientConfig.put(InvokerLocator.FORCE_REMOTE, "true"); | Client client = new Client(serverLocator, clientConfig); | client.connect(); | View the original post : http://www.jboss.com/index.html?modul

[jboss-user] [EJB 3.0] - Re: Embeddable Download

2007-04-11 Thread fabricio.lemos
Thank you Wolfc! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036546#4036546 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4036546 ___ jboss-user mailing list jboss-user@lis

[jboss-user] [Beginners Corner] - NullPointerException at sun.reflect.NativeMethodAccessorImpl

2007-04-11 Thread mhoennig
Dear JBoss experts, I tried my own "hello world" with EJB3 on JBoss 4.0.5GA today. But when I invoke a method on my SLSB, I am getting this stack: [java] log4j:WARN No appenders could be found for logger (org.jboss.security.SecurityAssociation). [java] log4j:WARN Please initialize th

[jboss-user] [EJB 3.0] - Re: Embeddable Download

2007-04-11 Thread wolfc
Try: http://sourceforge.net/project/showfiles.php?group_id=22866&package_id=132063 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036544#4036544 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4036544 ___

[jboss-user] [JBoss Seam] - Re: Seam app migration from JBoss 4.0.4 to 4.2 and Myfaces 1

2007-04-11 Thread supernovasoftware.com
I guess I will try the JSF 1.2 upgrade in 4.0.4. I am still using 4.0.4 because I ran into some of my HQL queries not working with 4.0.5. I never took the time to investigate and correct this issue and my app will not deploy on 4.0.5. I will take time to migrate to 4.2 though. View the ori

[jboss-user] [JBoss Seam] - Re: Seam app migration from JBoss 4.0.4 to 4.2 and Myfaces 1

2007-04-11 Thread smithbstl
As far as the JSF RI 1.2 http://docs.jboss.com/seam/1.2.1.GA/reference/en/html_single/#d0e2067 I am not sure how this applies to JBoss 4.2 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036542#4036542 Reply to the post : http://www.jboss.com/index.html?modul

[jboss-user] [JBoss Seam] - Re: Seam enhanced EL expression fails in an Ajax4JSF tag

2007-04-11 Thread fernando_jmt
This is weird . But you can see the Booking Seam example which uses Ajax4JSF, and check what you have different. By instance in that example you have aregister.xhtml page and you can change this part: | | | to this one: | | | | That should work. I took a look that ex

[jboss-user] [Remoting] - disable MicroRemoteClientInvoker

2007-04-11 Thread [EMAIL PROTECTED]
I'm running some unit tests that create both client and server in the same VM. I see that Jboss/Remoting is smart enough to not send messages over the wire if it detects this - it uses intra-VM calls when both client and server are in the same VM (via MicroRemoteClientInvoker it seems). However

[jboss-user] [JBoss Seam] - Re: Seam selectitems JSF control...

2007-04-11 Thread b.hutton
Thank you very much for the reply! This worked very well. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036539#4036539 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4036539 __

[jboss-user] [JBoss Seam] - Re: Seam enhanced EL expression fails in an Ajax4JSF tag

2007-04-11 Thread alexg79
No, it still doesn't work. I made a real simple xhtml page: | | http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";> | http://www.w3.org/1999/xhtml"; | xmlns:a4j="http//ajax4jsf.dev.java.net/ajax" | lang="en" xml:lang="en"> | | Test | | | |

[jboss-user] [EJB 3.0] - [BUG] - Error during deployment

2007-04-11 Thread adamzrk
Hi When I deploy my ear file i have got the stacktrace: 21:58:06,703 INFO [Ejb3Configuration] found EJB3 Entity bean: airport.bean.entity.Airplane 21:58:06,703 INFO [Ejb3Configuration] found EJB3 Entity bean: airport.bean.entity.Airport 21:58:06,703 INFO [Ejb3Configuration] found EJB3 Entity b

[jboss-user] [JBoss Seam] - Re: Force OnChange with selectDate selection

2007-04-11 Thread [EMAIL PROTECTED]
Sorry, forgot to mention which file I modified. It's the calendar.js file included in the seam-ui.jar View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036521#4036521 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=403652

[jboss-user] [JBoss Seam] - Force OnChange with selectDate selection

2007-04-11 Thread [EMAIL PROTECTED]
Just curios, but I'm attempting to add ajax support to my textField that is populated with a date from the SelectDate component. Normally, I would attach an http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036520#4036520 Reply to the post : http://www.jboss.com/index.html?module=bb&op

[jboss-user] [JBoss Seam] - Seam app migration from JBoss 4.0.4 to 4.2 and Myfaces 1.5 t

2007-04-11 Thread supernovasoftware.com
I am quite excited to switch to both JBoss 4.2 and JSF 1.2. I have a large application that is currently using Seam 1.2.1. Could someone comment on issues with migration from 4.0.4 to 4.2 and from myfaces 1.5 to JSF RI 1.2 is the context of a Seam app? I am using Tomahawk, which i am weeding ou

[jboss-user] [JBoss Seam] - Re: Datepicker Popup Issue

2007-04-11 Thread hhf8
I wish to have this popup constantly up,so that I can use to open dates on the page, Now i have tried to the Calendar.js in the Seam directory and other files to make it visible all the time, I attempted to rebulid seam with ant,I produced the relevant jars,These then replaced the old ones, Howe

[jboss-user] [JBoss Seam] - Build time detection of non existent properties in xhtml

2007-04-11 Thread mgrouch
Is there a way to validate xhtml (facelets) against seam beans at compile time? Currently if someone mistypes property name he would get a runtime exception which can be undetected unless it is tested. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=40365

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - context.xml is not loading

2007-04-11 Thread c_eric_ray
Per the instructions here: http://tomcat.apache.org/tomcat-5.5-doc/config/context.html I've bundled my context.xml file with my .ear file but it doesn't seem to be loading. I have it bundled in the .war in META-INF. Contents of context.xml | | | | When this code fragment is placed

[jboss-user] [Installation, Configuration & Deployment] - Problem w/ Multiple Servers and JBoss as Service

2007-04-11 Thread AggressiveFish
If I run run.bat for default with it's port set to ports-default it works. If I run my second server and it's port set to ports-01 it seems to work. When I try setting up JBoss as a service it doesn't work for either one of these servers. I've read a few docs and some knowledgable people mention

[jboss-user] [JBoss Seam] - Re: Tomcat deployment with external datasource - is it possi

2007-04-11 Thread ASavitsky
I haven't got that far yet :( I guess the JTA will need to be hooked-up manually... Alex View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036496#4036496 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4036496

[jboss-user] [JBoss Seam] - Re: selectDate with no textfield

2007-04-11 Thread josephhu
Looking at the javascript code generated, you should be able to define a div with id=datepicker and it will be used to draw this component. Hope this helps. -Joseph View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036494#4036494 Reply to the post : http://www.

[jboss-user] [JBoss Seam] - Re: Tomcat deployment with external datasource - is it possi

2007-04-11 Thread youngm
Quick question. What are you doing for transactions in integration tests in Seam without the microcontainer? If you're doing integration tests. Mike View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036493#4036493 Reply to the post : http://www.jboss.com/ind

[jboss-user] [Beginners Corner] - How can I change log4j levels dynamically? (not using jmx-co

2007-04-11 Thread bbarlow
In our legacy J2SE environment, our application's JVM served up a very basic webpage that allowed us to dynamically alter the log4j Logger levels at runtime, without editing any log4j configuration files. The webpage was simply a form that listed all of the Loggers in the JVM in a hierarchical t

[jboss-user] [JBoss jBPM] - Re: problem with jbpm-3.2.Beta2

2007-04-11 Thread alepuppo
Actually, if your internet connection is active, maybe you need to configure the right proxy settings to startup your Application Server. In this page, there's a list of options showing how to setup the proxy settings for some Server Applications like JBoss, Tomcat, Orion and WebLogic: http://c

[jboss-user] [EJB 3.0] - Re: @EJB annotation injection broken in 4.0.5.GA

2007-04-11 Thread doktora
"wolfc" wrote : @javax.annotation.EJB should be @javax.ejb.EJB | | http://jira.jboss.com/jira/browse/EJBTHREE-608 This was the culprit!!! I've been looking for JBoss 404->405 migration guides. I should have looked for EJB migration guides: http://wiki.jboss.org/wiki/Wiki.jsp?page=FromRC8R

[jboss-user] [JBoss jBPM] - Re: console url changed to http://localhost:8080/jbpm-consol

2007-04-11 Thread alepuppo
Actually, if your internet connection is active, maybe you need to configure the right proxy settings to startup your Application Server. In this page, there's a list of options showing how to setup the proxy settings for some Server Applications like JBoss, Tomcat, Orion and WebLogic: http://c

[jboss-user] [Clustering/JBoss] - rename cluster but need to annotate all sessession bean with

2007-04-11 Thread vulee
My jboss version is 4.0.3SP1 I renamed my cluster name to myDomainCluster and got runtime error indicating not able to find the partition while jboss was starting up. I fixed the problem by annotating all of my session beans with @Clustered (partition="myDomainCluster"). It worked well, but I

[jboss-user] [EJB 3.0] - Re: @EJB annotation injection broken in 4.0.5.GA

2007-04-11 Thread doktora
"wolfc" wrote : @javax.annotation.EJB should be @javax.ejb.EJB | | http://jira.jboss.com/jira/browse/EJBTHREE-608 Brilliant, let me try View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036479#4036479 Reply to the post : http://www.jboss.com/index.html

[jboss-user] [EJB 3.0] - Re: @EJB annotation injection broken in 4.0.5.GA

2007-04-11 Thread doktora
I think I may spot the problem after reviewing my build.xml -- I was linking to libraries in 4.0.4 where you can find jboss-ejb3x.jar which contains javax.annotations.EJB. In 4.0.5 javax.annotations.EJB is nowhere to be found. Where is it? I haven't confirmed that this is the problem, because

[jboss-user] [JBoss Seam] - Re: Seam and Jetty

2007-04-11 Thread javasmith
Using the archtypes mentioned above, there are still problems incorporating EJB3 with jetty, it seems it's still on the TODO list. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036476#4036476 Reply to the post : http://www.jboss.com/index.html?module=bb&op=

[jboss-user] [EJB 3.0] - Re: @EJB annotation injection broken in 4.0.5.GA

2007-04-11 Thread wolfc
@javax.annotation.EJB should be @javax.ejb.EJB http://jira.jboss.com/jira/browse/EJBTHREE-608 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036477#4036477 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4036477

[jboss-user] [EJB 3.0] - Re: @EJB annotation injection broken in 4.0.5.GA

2007-04-11 Thread doktora
Small error in the jboss-service.xml: it should be test.TestService View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036472#4036472 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4036472 ___

[jboss-user] [EJB 3.0] - Re: @EJB annotation injection broken in 4.0.5.GA

2007-04-11 Thread doktora
I've been testing two aspects: stateless beans and MBeans. Here is all the code: SomeBean -- stateless bean, it will be injected into TestBean. package test; | | @javax.ejb.Stateless | @javax.ejb.Local(SomeIntr.class) | public class SomeBean implements SomeIntr | { | public String

[jboss-user] [JBoss Seam] - Examples: ant deploy.tomcat no longer works ?

2007-04-11 Thread javasmith
Hi, In CVS, if I do ant deploy.tomcat in any of the examples, I get a : java.lang.ClassNotFoundException: com.sun.faces.config.ConfigureListener Also, it looks like the myfaces jars have been removed ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036470#4

[jboss-user] [JBoss Seam] - Re: Time Zone Issue

2007-04-11 Thread bengao
Here is my JSF Code. | | | http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";> | http://www.w3.org/1999/xhtml"; | xmlns:ui="http://java.sun.com/jsf/facelets"; | xmlns:h="http://java.sun.com/jsf/html"; | xmlns:f="http://java.su

[jboss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: javax.ejb.EJBException: Could not passivate; failed to s

2007-04-11 Thread cypnsv
any updates , please help View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036465#4036465 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4036465 ___ jboss-user mailing list jboss

[jboss-user] [Persistence,JBoss/CMP, Hibernate, Database] - javax.ejb.EJBException: Could not passivate; failed to save

2007-04-11 Thread cypnsv
Hi I am new to JBOSS Some how i got the jboss configured and every thing works on production A stateful session bean gives me error as below javax.ejb.EJBException: Could not passivate; failed to save state | at org.jboss.ejb.plugins.StatefulSessionFilePersistenceManager.passivateS

[jboss-user] [EJB 3.0] - @ApplicationException(rollback=true) in Inheritance

2007-04-11 Thread ALRubinger
Assuming I have: @ApplicationException(rollback=true) | public class MyException extends RuntimeException and public class MySpecialException extends MyException ...should I expect MySpecialException to rollback the transaction when encountered? Or does it also need its own annotation? S,

[jboss-user] [JBoss Seam] - selectDate with no textfield

2007-04-11 Thread [EMAIL PROTECTED]
I have a situation where I would like to have a selectDate component, but not a textfield to manually enter a date. I've tried a few approaches and non have had the desired result. The main issue is that without a textfield, this component appears to not know where to place itself and just pla

[jboss-user] [JBoss jBPM] - Problem using mysql

2007-04-11 Thread jcv
Hi, i've followed the steps to user mysql instead of hypersonic, i can upload process, and work with them, but i'm keep getting this error: 13:13:49,906 WARN [JDBCExceptionReporter] SQL Error: 1064, SQLState: 42000 | 13:13:49,906 ERROR [JDBCExceptionReporter] You have an error in your SQL syn

[jboss-user] [JBoss Seam] - Missing something basic with regards to bijection

2007-04-11 Thread mlh496
Hey there, Suppose you have a Stateful bean called "PersonManager" that handles both the CRUD and search features for the "Person" entity. I'm using Session scope. I have the following in the "PersonManager" | @DataModel | List people; | | @DataModelSelection | Person selectedPerso

[jboss-user] [JBoss Seam] - Form not submitting using PageFlows

2007-04-11 Thread smithbstl
I have a weird problem using pageflows. I have a h:commandLink in a datatable that has an action pointing to a transition in a pageflow. When just the action of the commandLink is set, the form never gets submitted and hence my DataModelSelection component is not set. When I throw in an arbit

[jboss-user] [EJB 3.0] - Fix to EJBTHREE-424 forces use of @Clustered annotation

2007-04-11 Thread lizmstanley
I'm running JBoss 4.2.0 CR1. This is a result of the fix to JIRA issue EJBTHREE-424. In BaseSessionProxyFactory.substituteSystemProperty, the StringPropertyReplacer is used to allow the substitution of a partition name for the @Clustered annotation. However, if there is no such annotation in the

[jboss-user] [EJB 3.0] - Deploy EJB3 App (Jdeveloper JSF)

2007-04-11 Thread lrocholl
Hi, i'm trying to deploy a EJB3-JSF web application developed with JDeveloper 10.1.3.2. I'm using Oracle's EJB implementation (Toplink) I have added all the required jars: jnpserver.jar jbossall-client.jar jboss-client.jar jboss-common.jar jboss-ejb3.jar jboss-aspect-library-jdk50.jar Howe

[jboss-user] [JBoss Messaging] - Re: Number of topic subscriptors

2007-04-11 Thread rolmovel
thank you very much... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036449#4036449 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4036449 ___ jboss-user mailing list jboss-us

[jboss-user] [EJB 3.0] - Question @Inheritance

2007-04-11 Thread pKraemer
Well it's me again with a question for using @Inheritance Well I got one super Entity: | @Entity | @Table(name="users") | @SequenceGenerator(name = "user_sequence", sequenceName = "user_id_seq") | @Inheritance(strategy=InheritanceType.TABLE_PER_CLASS) | public class User implements Ser

[jboss-user] [JBoss Messaging] - Re: Number of topic subscriptors

2007-04-11 Thread mskonda
Here's the method that would do what you need. | private void testSubscriptionsList(String destName, String type) throws Exception { | | QueueMBean queueMBean = null; | TopicMBean topicMBean = null; | | try { | /

[jboss-user] [JCA/JBoss] - Re: Problem of accessing Oracle DS in JBOSS from a stand-alo

2007-04-11 Thread [EMAIL PROTECTED]
"scottlong" wrote : Thanks very much Adrian. | | If i might ask one more question... regarding: anonymous wrote : the remote connection does not take part in any transaction context established on the client | ... does this mean that even direct calls to Connection.commit() and Connection

[jboss-user] [JBossWS] - Re: JSR-109Client, Mapping problem and trying to connect to

2007-04-11 Thread d_pavel
OK this is what I discovered: The "Could not update IN parameter to be INOUT..." error comes from processOutputDocElement method inside JAXRPCMetaDataBuilder class. The processOutputDocElement is called from anonymous wrote : | buildParameterMetaDataDoc(OperationMetaData opMetaData, WSDLInte

[jboss-user] [JBoss Messaging] - Re: Number of topic subscriptors

2007-04-11 Thread rolmovel
Thank you very much, how can i do it programaticly? Thanks again... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036443#4036443 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4036443 __

[jboss-user] [JBoss Seam] - Re: Redirect to error-page for AuthorizationException with @

2007-04-11 Thread [EMAIL PROTECTED]
Fundamentally they're the same. SecurityInterceptor treats the @Restrict in exactly the same way, no matter whether it's specified on the method or the class. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036442#4036442 Reply to the post : http://www.jbos

[jboss-user] [Messaging, JMS & JBossMQ] - Re: Multiple Destination Mgr and Pesistence Managers

2007-04-11 Thread Vincent Tran
I am having some difficulties regarding this as well. Basically now that I have my own Invoker, I need to add a new InvocationLayer to jvm-il-service.xml to call my Invoker. I believe this means I need to create my own ConnectionFactory and XAConnectionFactory that the new InvocationLayer is bo

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Setting primary key in valueobject using XDoclet and unknown

2007-04-11 Thread swing
Hi, I'm having problems with my VOs in XDoclet. I can generate my VOs allright, and using them on client side is a great releaf. When receiving VOs back from client, I would like to update the bean by calling setXXXValue(vo) in the bean, but because the CMP layer doesn't set the pk automaticall

[jboss-user] [JBoss Messaging] - Re: Number of topic subscriptors

2007-04-11 Thread mskonda
You mean subscriptions, right? Go to the JNDIView of the relevant Topic and invoke listAllSubscriptions() to get the list of all subscriptions. Thanks Madhu View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036438#4036438 Reply to the post : http://www.jboss.

[jboss-user] [JBoss Seam] - Re: Email and internationalization

2007-04-11 Thread petemuir
tazman, you should be able to send async now View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036435#4036435 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4036435 ___ jboss-user

[jboss-user] [JBoss Messaging] - Number of topic subscriptors

2007-04-11 Thread rolmovel
Hello, is it possible to get the number of subscritor of a topic? Thanks in advance View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036434#4036434 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4036434 __

[jboss-user] [Clustering/JBoss] - Invoking a service bean in a different node

2007-04-11 Thread erez.axis
Hi All. Can somebody explain please how can I do the following: I wish to invoke, from a service bean in one node of my cluster, service beans in different nodes (one bean in each of the nodes in my cluster). How can I do that? Thanks. View the original post : http://www.jboss.com/index.html

[jboss-user] [JBoss Seam] - Re: Redirect to error-page for AuthorizationException with @

2007-04-11 Thread markfoerstein
Forgot to say... Im using version 1.2.1GA. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036429#4036429 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4036429 ___ jboss-user m

[jboss-user] [JBoss Seam] - DataModel: Row is not available

2007-04-11 Thread fabricio.lemos
I had this DataModel bound to the conversation scope | @DataModel | public List getStepList(){ | return useCase.getSteps(); | } | All worked just fine until I changed the association type from List to Set and updated the code to: | @DataModel | p

[jboss-user] [Installation, Configuration & Deployment] - Multiple Servers

2007-04-11 Thread AggressiveFish
Where in the heck does one find the sample-bindings.xml file? I've been trying to set up multiple servers each on the same machine but using different ports and a few places I noticed reference to this file but can't find it anywhere. I had tried to copy my default directory (under server direct

[jboss-user] [JBoss Seam] - Re: Redirect to error-page for AuthorizationException with @

2007-04-11 Thread markfoerstein
Im facing a similar problem. When an AuthorizationException raises: Using @Restrict at the class level gives me the default error page. @Name("sphconsullanEditor") | @Stateful | @Restrict | public class SphConsullanEditorBean implements SphConsullanEditor { | ... | Using @Restrict at th

[jboss-user] [JBoss Seam] - Re: Seam selectitems JSF control...

2007-04-11 Thread petemuir
Assuming you mean for s:convertEntity then you need to do, for each extra EntityManager: components.xml | | foo.xhtml | | | http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036420#4036420 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting

[jboss-user] [JBoss Seam] - Seam selectitems JSF control...

2007-04-11 Thread b.hutton
Is there a way to specify more than one EntityManager for use by this component? Has anyone done this yet? I have a project that makes use of more than one EntityManager accessing multiple databases. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036417#4036

[jboss-user] [Security & JAAS/JBoss] - Re: Problem with SAML in cookies

2007-04-11 Thread ajls
Doh! Missed the README - thanks for the prompt response. Just as an aside, the SSO integration is quite closely coupled with J2EE HTTP, and we have requirement to have single-sign on between non-HTML/HTTP and HTML/HTTP JBoss-bound applications. i.e. non-HTTP WS where session management is being

[jboss-user] [Remoting] - Re: Problems with servlet transport

2007-04-11 Thread slevy
Try adding the following jar files in server/default/lib : tomcat-apr.jar tomcat-coyote.jar tomcat-http.jar tomcat-util.jar These are included in the jbossweb-tomcat55.sar directory. (see http://jira.jboss.com/jira/browse/JBAS-2766) View the original post : http://www.jboss.com/index.html?modul

[jboss-user] [JBoss Seam] - Passing parameters in jsf method calls?

2007-04-11 Thread jcranwellward
Hello to all, I was wondering what the syntax is for passing a parameter in a jsf method call. I have a page flow where I want to set an attribute of my bean before displaying a page: "Registrant" is a literal string. In the bean I have this method: pub

[jboss-user] [JBoss Messaging] - Re: Usage of onException in clustered JBM

2007-04-11 Thread xkong
Thanks Tim, When will the fixed code release? Is it just another jboss-messaging-client.jar? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036412#4036412 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4036412 ___

[jboss-user] [JBoss Seam] - Re: Tomcat deployment with external datasource - is it possi

2007-04-11 Thread youngm
Thanks. I don't know how to put it in the WIKI either but if 1144 get's rejected then I'll figure out how. Mike View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036410#4036410 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=repl

[jboss-user] [JBoss Portal] - org.apache.jasper.JasperException: Exception in JSP: /WEB-IN

2007-04-11 Thread olle.jakobsson
Hello! I am making a portal page and I'm trying to implement a jsp page with JSF tags in a portlet, when i try it out I get the following error. org.apache.jasper.JasperException: Exception in JSP: /WEB-INF/jsp/view.jsp:9 6: 7: 8: 9: 10: 11: 12: Stacktrace: Anyone who knows what the problem mi

[jboss-user] [Clustering/JBoss] - Notification HA-Broadcaster + Listeners

2007-04-11 Thread erez.axis
Hi all. I'm working with a cluster, and I wish to have a notification broadcaster that is HA-Singletone, that will send notifications to listeners in each node. I also wish for each node to have access to the broadcaster, to send it a message, that will be forwarded to all of the listeners. I'

[jboss-user] [JBoss Seam] - Re: Tomcat deployment with external datasource - is it possi

2007-04-11 Thread ASavitsky
Umm... I'd rather post it here, you can copy it later to Wiki if you know how to do it ... as I don't :( Note: each of the JTA implementations used has its own problems: JOTM doesn't automatically shutdown with Tomcat; Atomikos has its own log framework that is a pain to configure (they promise

  1   2   3   >