[jboss-user] [JBoss Seam] - Seam Code Generation Command Line Interface Available (seam-

2006-07-15 Thread [EMAIL PROTECTED]
I've created a set of Seam code generation commands that allow a developer to get up and running with Seam quickly. At some point, the seam-gen commands will be extended into IDE plugins but they are very useful today. This command line interface is for developers that want productive tooling fo

[jboss-user] [JBoss Seam] - Re: Progress

2006-07-15 Thread CptnKirk
The support for @Factory methods that return values causes problems for me and my DataBinders. I have the following: | @SelectItems | private List items; | | @Factory("items") | public List getItems() | { |... static lookup code | } | Prio

[jboss-user] [JBoss Seam] - Re: create method not found + @Factory

2006-07-15 Thread CptnKirk
No it isn't. @Factory("name") on a void method tells Seam to call this method when "name" needs to be created. This method typically sets an instance variable that is labeled for outjection like in Gavin's example. What is different in Gavin's example is that @DataModel implicitly outjects.

[jboss-user] [JBossWS] - Re: Class name case incorrect in generated client artifacts

2006-07-15 Thread acxjbertr
See http://jira.jboss.com/jira/browse/JBWS-998. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3958309#3958309 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3958309 ___ jboss-u

[jboss-user] [JBoss Seam] - Re: create method not found + @Factory

2006-07-15 Thread Basel
Isn't that being taken care of by the @Factory("newEntry") annotation? Neither the jbossworld-seam-lab example nor Gavin's http://www.jboss.com/index.html?module=bb&op=viewtopic&t=72267 thread used an @Out annotation. View the original post : http://www.jboss.com/index.html?module=bb&op=viewto

[jboss-user] [JBoss jBPM] - Re: Intalio vs jBPM

2006-07-15 Thread metabyte
Hi Koen, Thanks for the reply. Is there an equivalent to Intalio Data Mapper in iBPM ? Intalio Data Mapper is a graphical tool inside Intalio|BPMS Designer (Eclipse based) that provides the ability to apply transformation to process variables in order to create messages, new variables, conditi

[jboss-user] [JBoss Seam] - Re: Backbutton Example

2006-07-15 Thread khsiow
I reprogrammed my test example and now I got an example. There must be something I didn't get it right to have Seam to redisplay the current page. 21:23:34,937 ERROR [PhaseListenerManager] Exception in PhaseListener RESTORE_VIEW(1) afterPhase java.lang.IllegalStateException: No active conversati

[jboss-user] [JBoss Seam] - Re: Accessing static finals

2006-07-15 Thread CptnKirk
You can't outject from entities and by default the EL requires getters/setters. I was thinking that a custom JSF VariableResolver might help, but it seems that it only resolves the top-level object (ie, the entity), not the actual returned variable. I think you're SOL here, unless the JSF EL i

[jboss-user] [JBoss Portal] - Re: Getting XAException while logging in to portal as admin

2006-07-15 Thread kslm23
I see, now it makes sense :-) Thanks a lot for your help!!! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3958303#3958303 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3958303 ___

[jboss-user] [JBoss Seam] - Re: Backbutton Example

2006-07-15 Thread khsiow
Thanks for the pointers. I just tried the booking example. When I used the backbutton and later clicked on a action button, it displayed no conversation message. I was expecting the system would redisplay the current page immediately as soon as I hit the backbutton. I guess I've to debug my cur

[jboss-user] [JBoss Seam] - Accessing static finals

2006-07-15 Thread bluetrade
Hi, I want to evaluate an EL against some static final from an entity which I tried to outject and (@Out (value="final1")) however it is ignored. Can I not outject from entities? How is it usually solved if one would like access a public static final w/o having to implement getters for them? T

[jboss-user] [Installation, Configuration & Deployment] - startup error PSQLException

2006-07-15 Thread aron-smith
Hi I am stuck on this issue - my hsqldb-jdbc2-service.xml is below. Unmodified from distributed with 4.0.4 org.jboss.mq.SpyJMSException: Could not resolve uncommited transactions. Messag e recovery may not be accurate; - nested throwable: (org.postgresql.util.PSQLExc eption: ERROR: syntax e

[jboss-user] [JBoss Seam] - Re: Seam reverse engineering tool

2006-07-15 Thread gcowsar
"markfoerstein" wrote : | These exceptions are usually not the cause of the problem itself. Try looking at the JBoss/Tomcat console window. At the end of the stack you will find the exception that caused everything. | Post'em here. Thanks Mark I'll do that. First I'm going to do a clean res

[jboss-user] [JBoss Seam] - Re: registration-sample ear does not work when renamed

2006-07-15 Thread javidjamae
The incorrect components.xml documentation is here: http://docs.jboss.com/seam/latest/reference/en/html/tutorial.html#d0e554 This should probably be updated to have the correct jndiPattern. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3958298#3958298 Repl

[jboss-user] [Beginners Corner] - Re: examples: bank

2006-07-15 Thread muellx
I'm having exact same problem! Have you come across a solution for that? Can anyone help? Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3958296#3958296 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3958296 ___

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Ignoring empty but not-null cascaded entities...

2006-07-15 Thread bluetrade
Hi, I have a question regarding the possibility to ignore entities dynamically, based on whether or not they contain data. Let me explain: class Person implements Serializable { private Information info = new Information(); private String name; ... } now I don't want to save the infor

[jboss-user] [EJB/JBoss] - Ignoring empty contained entities

2006-07-15 Thread bluetrade
Hi, I have a question regarding the possibility to ignore entities dynamically, based on whether or not they contain data. Let me explain: class Person implements Serializable { private Information info = new Information(); private String name; ... } now I don't want to save the infor

[jboss-user] [JBoss jBPM] - Re: Simple Problem Literal Problem

2006-07-15 Thread ncapito
Code didn't make it: | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3958293#3958293 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3958293

[jboss-user] [JBoss jBPM] - Re: Simple Problem Literal Problem

2006-07-15 Thread ncapito
The work around for the bug worked To all who are interested here was how i assigned an int constant Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3958292#3958292 Reply to the post : http://www.jboss.com/index.html

[jboss-user] [JBoss Seam] - Re: Injection/loading not working on Seam CRUD app?

2006-07-15 Thread [EMAIL PROTECTED]
Yes, it should be that. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3958291#3958291 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3958291 ___ jboss-user mailing list jboss-u

[jboss-user] [Remoting] - Re: Servlet and HTTP invoket does't throw remote method Exce

2006-07-15 Thread [EMAIL PROTECTED]
I like the idea of having it configurable - let the web services team configure theirs so it returns the exception, let me configure it so it will throw the exception :-) I just learned that a recent change now means invoke doesn't return an exception object, instead it returns a String (correc

[jboss-user] [EJB 3.0] - Re: Problem with containment interacting with inheritance?

2006-07-15 Thread knaveofhearts
I have worked on simplifying my problem, resulting in the following question--could someone please tell me how to, or have a code example of the annotations to configure combining inheritance with a one-to-many relationship among entities (i.e., A is the superclass of B. B contains a Collection

[jboss-user] [JBoss Seam] - Re: create method not found + @Factory

2006-07-15 Thread CptnKirk
As far as I can see, a value for newEntry is never outjected. You'll need to enable one of those commented out outjections. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3958288#3958288 Reply to the post : http://www.jboss.com/index.html?module=bb&op=postin

[jboss-user] [JBoss Seam] - Re: Backbutton Example

2006-07-15 Thread Basel
jBPM pageflow solves the problem of backbutton. Take a look at Chapter 4 of the documentation. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3958287#3958287 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3958287 ___

[jboss-user] [JBoss jBPM] - Re: Remove or Delete User - Group from Identity store

2006-07-15 Thread kazam
Thanks very much David, If you could put up the removeUser and cascade issues you resolved, that would be great. Kazam. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3958286#3958286 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mod

[jboss-user] [JBoss Seam] - Re: create method not found + @Factory

2006-07-15 Thread Basel
Could someone please help me with getting a component initialized properly? I have read so many posts and tried many solutions with no avail. Few things that I have leaned from the posts: 1. @Begin does not start a new conversation. It only promotes a short-running conversation to a long-running

[jboss-user] [Remoting] - Re: binding multicast detector

2006-07-15 Thread [EMAIL PROTECTED]
Here is a small test class showing the behavior. | public class MulticastSocketTest | { |public static void main(String[] args) |{ | try | { | int port = Integer.parseInt(args[0]); | InetAddress interfaceAddress = InetAddress.getByName(args[1]

[jboss-user] [EJB 3.0] - Re: TimerService Injection Failure

2006-07-15 Thread treespace
Forgot "void" on rotate() when typing in the example but the actual problem is a null timerService variable, as stated. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3958281#3958281 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mo

[jboss-user] [JBoss Portal] - JBoss Portal 2.2.1 SP3 - Changing properties of a portal ins

2006-07-15 Thread dayal_78
Hi, How can I change the properties of a portal instance? When I log on to the portal as an admin, go to the 'management' page and click on 'default' portal instance in the tree and view the properties, it seems that the properties are not editable! I want to change the default object name for

[jboss-user] [EJB 3.0] - TimerService Injection Failure

2006-07-15 Thread treespace
Added a timer service to an Entity bean but when calling rotate() I get a null pointer exception. The container failed to inject a TimerService for me. | @Entity public class Planet implements Serializable | { | @Resource TimerService timerService; | | public rotate() |

[jboss-user] [JCA/JBoss] - can't auto connect

2006-07-15 Thread huangqingqing
In jboss4.03 ; I config the datasource with msql-ds.xml ;but if the mssql server disconnect ; jboss can't auto connect the mssql server I must start up the jboss server again . why and how can i do ? thank:) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&

[jboss-user] [JBoss Seam] - nested datatables with s:link

2006-07-15 Thread lcoetzee
Hi, I want to nest datatable, with the inside loop containing a s:link with an action. Something like: | | #{currentSection.sectionLabel} | | #{currentQuestion.questionLabel} |

[jboss-user] [EJB 3.0] - Re: Entity bean state not rolled back on TX rollback:

2006-07-15 Thread jnorris10
Just for any that are interested in this thread, here is what the spec says about this: anonymous wrote : | EJB3 Persistence Specification, page 54 | | 3.3.2 Transaction Rollback | | For both transaction-scoped and extended persistence contexts, transaction rollback causes all pre-

[jboss-user] [JBoss Portal] - Using JGuard to secure the portal

2006-07-15 Thread pelo67000
Hello, I would like to use jguard with pentaho (which is deployed on JBoss 4.03) to secure the portal. After downloading the jguard zip and install it, i was able to launch start-pentaho.bat but i had the following errors : anonymous wrote : | 2006-07-07 10:55:29,984 WARN [org.jboss.system.

[jboss-user] [JBoss Seam] - Ajax4JSF experiences

2006-07-15 Thread [EMAIL PROTECTED]
OK, so I spent some time playing with JSF yesterday afternoon. Overall I'm pretty happy with the APIs but So, what I've noticed so far is: (0) is required in MyFaces, as per Ajax4JSF docs (ugly!) (1) breaks with Seam, probably some problem to do with phase listeners/filters (2) is totall

[jboss-user] [JBoss jBPM] - Re: Custom fork - jbpm 3

2006-07-15 Thread c.vidal
Hi, I'm also interested by the answer to this :) I'm trying to achieve the exact same purpose. Tchao View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3958271#3958271 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=395827

[jboss-user] [JBoss Seam] - Re: Backbutton Example

2006-07-15 Thread markfoerstein
Did you try the booking example? It seems to handle the back button very well. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3958270#3958270 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3958270

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Using LIMIT in EJBQL

2006-07-15 Thread WGPuckett
I have JBoss v4.0.3SP1 installed along with MySQL v5.0.22. I am using Eclipse 3.1.2 with MyEclipse 4.1.1 for my development. I am using XDoclet to generate the code for the EJBs. In my application I have my CMP EJBs configured for v2.X. In one of my EJBs I have the following finder: | *

[jboss-user] [EJB 3.0] - Re: simple question

2006-07-15 Thread taras1984
Thanks for your answer beacuse I've got confused by this case. BTW: when you suppose to release the suport for app clients? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3958268#3958268 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting

[jboss-user] [Beginners Corner] - JBoss goes down!

2006-07-15 Thread nabieh
Dears, We have an application that been used by a 600 users via netowrk connections over the country, at a time, not less than 150 users are online using the application, the main goal of the application is to be an interface for a huge database and oter network components, we are facing a

[jboss-user] [JBoss Seam] - Re: ejb-jar.xml for bookings example: hosed?

2006-07-15 Thread vashistvishal
Okiee, I encountered this beast today as i was trying to get some hand on SEAM after i heard lots of good reviews. As mentioned in one of the posts here I 're-installed JBoss', using JEMS installer, using ption 'ejb3' on installer menu, previously i opted for option 'ALL'. And when i deployed

[jboss-user] [EJB/JBoss] - Re: ejb-jar.xml must either obey the right xml schema or def

2006-07-15 Thread vashistvishal
Okiee, I encountered this beast today as i was trying to get some hand on SEAM after i heard lots of good reviews. As mentioned in one of the posts here I 're-installed JBoss', using JEMS installer, using ption 'ejb3' on installer menu, previously i opted for option 'ALL'. And when i deployed

[jboss-user] [JBoss jBPM] - Re: JBPM_PROCESSDEFINITION table not found

2006-07-15 Thread abdielj
hi, First of all thanks for your help. The schema was automatically created. I used the JBPM Starter's Kit. I checked the DB Administrator and there are no typos in the table name. I'm also using the Eclipse JBPM IDE Bundle which has a plug-in that automatically creates a JBPM Project, but i n

[jboss-user] [JBoss Portal] - How can I do the emoticons in the Forum portlet?

2006-07-15 Thread owatta
I am running jboss-portal-2.2.1-SP1 src jboss-forums-2.2.1-SP1 src which I built and deployed on jboss-portal-2.2.1-SP1-bundled It all works terrifically but now my users are asking "How do I use emoticons in the Forums"? I see reference to emoticons/smiles in the code and this forum @ www.jboss

[jboss-user] [EJB 3.0] - EJB 30 - SOME KIND OF LEFT JOIN HELP

2006-07-15 Thread stephan.opitz
i have two tables CREATE TABLE categories ( categories_id BIGINT(20) NOT NULL, image VARCHAR(45) NOT NULL, parent_categories_id BIGINT(20) NOT NULL, sort_order INTEGER(3) NOT NULL, last_modified DATETIME NOT NULL, timestamp DATETIME NOT NULL, PRIMARY KEY(categories_id) ); CREATE TAB

[jboss-user] [Remoting] - Re: binding multicast detector

2006-07-15 Thread [EMAIL PROTECTED]
Did you use MulticastSocket.setNetworkInterface()/setInterface() ? Can you post some *short* sample code ? Note I'm not subscribed to this forum, so you need to send me the code directly View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3958260#3958260 Reply to t

[jboss-user] [EJB 3.0] - Re: Deployment error mapping a parent/child related entity

2006-07-15 Thread elkner
= unbound type ... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3958259#3958259 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3958259 ___ jboss-user mailing list jboss-user@

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: HILO, oracle9i

2006-07-15 Thread lafr
ORA 942: "table does not exist". So you'll have to create the table or allow jboss to do it on startup. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3958258#3958258 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=39582

[jboss-user] [Installation, Configuration & Deployment] - Re: Deploying with JBoss rules

2006-07-15 Thread lafr
The class org.eclipse.jdt.internal.compiler.CompilationResult is not part of any lib of jbossrules. The class is needed, when an error occured in your rules. I added org.eclipse.jdt.core_3.2.0.v_671.jar from eclipse 3.2.0 to the libs. View the original post : http://www.jboss.com/index.html?mod

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Urgent help please!

2006-07-15 Thread ihunter
[Using JBoss 4.0.3, EJB2, MySQL] Hi Folks, I have an EJB 2.0 app. and I need to effect the following (psudo) query for an entity... SELECT obj FROM Obj WHERE (obj.x IN {0}) LIMIT {1} Using dynamicQL does it, but the LIMIT doesn't go into the actual SQL for MySQL and blows the transaction