[appfuse-user] How to add popup calendar in Appfuse (JSF framework)

2007-10-01 Thread phamvubinh
Hi all, Now I want to add a popup calendar to my project for end-user enter day, month, year by clicking on popup calendar. Can you help me?? Thanks, Binh Pham. -- View this message in context: http://www.nabble.com/How-to-add-popup-calendar-in-Appfuse-%28JSF-framework%29-tf4552727s2369.html#

Re: [appfuse-user] Database immediate commit with DWR ?

2007-10-01 Thread Nathan Anderson
Hi Nat, I don't have a certain answer for your situation but I have a couple of things to consider. I know that the HibernateTemplate.flush() method is used to commit a transaction: http://tinyurl.com/35xf46 But I'm not sure what to do about your synchronization problem. I'm guessing you

Re: [appfuse-user] Ask about the validator of Sun's RI.

2007-10-01 Thread phamvubinh
Hi Matt, I've read your link. I found out this: I think the userForm.xhtml file uses MyFaces. Now what I want is the way to run my project with Sun's RI. Any idea for me?? Thanks, Binh Pham mraible wrote: > > AppFuse ships with support for using Commons Validator as the > validation en

RE: [appfuse-user] appfuse 1.6.1

2007-10-01 Thread vpacheco
That's rightI finally figured it out. However I did go ahead and checkout 1.9.x and set it up. Now I want to create/integrate an Appfuse 1.9.x project using Netbeans 5.5 Wish me luck ;-) Vanessa Pacheco Programmer Bowman Systems L.L.C 318.213.8780x307 =

[appfuse-user] Database immediate commit with DWR ?

2007-10-01 Thread Nathaniel Rahav
Greetings, I'm working on an Appfuse 1.8.2 SpringMVC app and having a very strange problem. I dont use a lot of DWR in my app, just a little bit on this one page where I dont want the user to leave the page. Im getting a situation in which the user's action on the page causes a DWR object on the

Re: [appfuse-user] J2EE fundamentals

2007-10-01 Thread John Coleman
Meisam, Let me second what Nathan said - you are in the right place! Don't feel bad at all about asking questions - if no one did that we'd still be working in a cgi-lib directory writing perl scripts or compiling C code. I *really* meant it when I said "don't give up!" A Java web app c

Re: [appfuse-user] J2EE fundumentals

2007-10-01 Thread John Coleman
Agreed - I think it's best to jump into the deep end and start swimming with a good book as a life preserver. I definitely don't think that a JEE server is the right pool, though...it's more like jumping into a pool of lava. :) Best to stick with Spring and Struts (or Spring MVC, which I

Re: [appfuse-user] J2EE fundumentals

2007-10-01 Thread meisam4910
appreciate your reply, and thank you for your advice, im about to start a JSP tutorial, and will have a look at J2EE guides as well, i need to take some time, prepare myself. :) melinate wrote: > > You should never feel bad about asking questions!!! Questions are > encouraged here and even unc

Re: [appfuse-user] Ubuntu fan despairs of ugly Eclipse on widescreen laptop

2007-10-01 Thread Nathaniel Rahav
Actually, I never even was able to articulate the fact that I have been suffering from the same issue! Running Eclipse 3.2 on Kubuntu and I just fixed the font size both in Kubuntu and Eclipse and voila, I have tons more room to see my code. Thank you ! On 9/28/07, alanP <[EMAIL PROTECTED]> wrote

Re: [appfuse-user] J2EE fundumentals

2007-10-01 Thread Nathan Anderson
You should never feel bad about asking questions!!! Questions are encouraged here and even uncertain answers are encouraged. One of the great things about AppFuse is the willingness of the community to help each other out. If you have any trouble understanding something please ask. Anyone wh

Re: [appfuse-user] appfuse 1.6.1

2007-10-01 Thread Dale Newfield
Nathan Anderson wrote: /APPFUSE_1-6-1/web/images/vcss.png...java.io.FileNotFoundException Is that an absolute path? I'd expect most valid paths to be relative... -Dale - To unsubscribe, e-mail: [EMAIL PROTECTED] For addition

Re: [appfuse-user] appfuse vs other web applications

2007-10-01 Thread Nathan Anderson
I'm not going to say it can't be done, but that sounds like an ambitious list of goals for someone who is not already familiar with many of the tools AppFuse is built on. I do think an existing DMS could be learned and adapted to meet any needs it currently does not--but if that is not an optio

Re: [appfuse-user] appfuse 1.6.1

2007-10-01 Thread Nathan Anderson
It could be a permission issue. Also you may be better off looking at the documentation that is checked into SVN [at least I hope it was checked in]. The link you pointed to was for the AppFuse 1.9.x branch. Obviously a lot would be the same, but not everything [e.g. I'm not sure 1.6.x had Ac

Re: [appfuse-user] mvn jetty:run

2007-10-01 Thread meisam4910
thank u mike. Mike Horwitz wrote: > > You only need to do mvn war:inplace once. > > Mike. > > On 10/1/07, meisam4910 <[EMAIL PROTECTED]> wrote: >> >> >> when we do mvn war:inplae once, and then mvn jetty:run >> do we need to do the mvn war:inplace again next time we want to run the >> applic

Re: [appfuse-user] Problems in 2.0 with dwr

2007-10-01 Thread Mats Henricson
Just a thought - could it be something about allowScriptTagRemoting or crossDomainSessionSecurity described here: http://getahead.org/dwr/server/servlet IIRC, these things were changed very late in the 2.0 release cycle, since Joe considered it to be a grave security issue. Mats On 10/1/07, dob

Re: [appfuse-user] mvn jetty:run

2007-10-01 Thread Michael Horwitz
You only need to do mvn war:inplace once. Mike. On 10/1/07, meisam4910 <[EMAIL PROTECTED]> wrote: > > > when we do mvn war:inplae once, and then mvn jetty:run > do we need to do the mvn war:inplace again next time we want to run the > application or only run the jetty by mvn jetty:run is enough ?

Re: [appfuse-user] AttributeOverrides does not work with Oracle 10g

2007-10-01 Thread Richard Brewster
Never mind... It started working all of a sudden. Sorry for the bandwidth, Richard Richard Brewster wrote: > > I created an Embeddable class with one field: > > @Embeddable > public class SimpleDate extends BaseObject implements Serializable { > > private GregorianCalendar calendar; >

Re: [appfuse-user] Problems in 2.0 with dwr

2007-10-01 Thread dobber1134
More information: - Using the struts2 archetype. - DWR was working perfectly before the upgrade - The java method is indeed getting called by DWR - DWR writes out "throw 'allowScriptTagRemoting is false.';" in the response even though the parameter is set to true. This causes DWR to "throw"

[appfuse-user] BindingException after Appfuse 2.0 Upgrade (Tapestry 4.1.3)

2007-10-01 Thread cpnguyen
Hello again, I have this weird error that I have found a work around for, but I just wanted to report it to the group. In Appfuse 2.0 M5 (Tapestry 4.0), I had a select box of OptionModels mapping integer values to String labels which worked fine. After upgrading to Appfuse 2.0 (with Tapestry 4.

Re: [appfuse-user] canoo web test failed with "Cannot find function findFirstElement"

2007-10-01 Thread tnsilver
I had the same thing for a very silly reason. I followed the tutorials and placed the in my personForm.jsp before the section. When I noticed this, I moved it to right after the closing . Still, the same problem. Then I realized that the 'personForm' is not a good identifier because the form it

[appfuse-user] AttributeOverrides does not work with Oracle 10g

2007-10-01 Thread Richard Brewster
I created an Embeddable class with one field: @Embeddable public class SimpleDate extends BaseObject implements Serializable { private GregorianCalendar calendar; @Column() public GregorianCalendar getCalendar() { return calendar; } Lots of domain logic here... } Then

[appfuse-user] Modifying core classes and resolving dependencies in 2.0-M5-Struts

2007-10-01 Thread tnsilver
For a variety of reason my colleagues and I had to change core classes. We needed to adjust the whole AppFuse security framework to use ACL and not GrantedAuthority (roles). For this we had to modify some core classes (e.g. in appfuse-data-common as described in http://www.appfuse.org/display/APF/

[appfuse-user] mvn jetty:run

2007-10-01 Thread meisam4910
when we do mvn war:inplae once, and then mvn jetty:run do we need to do the mvn war:inplace again next time we want to run the application or only run the jetty by mvn jetty:run is enough ?(for example next day) -- View this message in context: http://www.nabble.com/mvn-jetty%3Arun-tf4550783s236

Re: [appfuse-user] J2EE fundumentals

2007-10-01 Thread meisam4910
Dear coleman I do take your advice serious but the thing is that i need to learn JEE as well, im not that far away from java and web applications, i have done a small jdbc applications for myself, and at least im familiar with some terms, but still have lot of problems with JSTL and tag libs whi

Re: [appfuse-user] appfuse vs other web applications

2007-10-01 Thread meisam4910
this may be offtopic but i need to share it, because im stuck here. im going to create and build a document management system(i know there are open source ones), i need to build my own project. if i learn the concept of j2ee, struts, and appuse, do u think i can finish building an application like

Re: [appfuse-user] J2EE fundumentals

2007-10-01 Thread John Kwon
This brings up what I call the classic "where do I start with J2EE' problem. I've hired more than one person who can, by the book, pass a test about servlets, and maybe even write one. But show them a framework, and they're immediately lost. It's necessary to know some fundamentals - but in some

RE: [appfuse-user] appfuse 1.6.1

2007-10-01 Thread vpacheco
This is the strangest error and I really can't wrap my mind around it. I am trying to setup Appfuse 1.6.1 on my machine. I checked it out from svn and am following instructions @ http://raibledesigns.com/wiki/Wiki.jsp?page=AppFuseQuickStart However when I run "ant new -Dapp.name=Appname -Ddb.name

Re: [appfuse-user] J2EE fundumentals

2007-10-01 Thread John Coleman
Meisam, I would recommend that you start with the JSP and servlet tutorials rather than jumping right into the deep end. I admire that you have taken such a plunge; there is so much to learn here that you head will soon be spinning (if it's not already). Appfuse uses a number of framewo

Re: [appfuse-user] J2EE fundumentals

2007-10-01 Thread Marc Siramy
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Personnally, I've started with http://jbossatwork.com/ . That gives good bases to work with JBoss, J2EE 1.4 , EJB 2.1 and so on . The book describes precisely the application structure. Hope that's help Marc meisam4910 a écrit : > thank you and im f

Re: [appfuse-user] Problems in 2.0 with dwr

2007-10-01 Thread dobber1134
I am having the exact same error after the upgrade from 2.0rc1 to 2.0. mraible wrote: > > If I can reproduce the problem, I should be able to fix it. > Unfortunately, I can't reproduce your problem. ;) > > Matt > > > On 9/24/07, J. David Mendoza R. <[EMAIL PROTECTED]> wrote: >> I'm using it

Re: [appfuse-user] appfuse vs other web applications

2007-10-01 Thread Michael Horwitz
On 10/1/07, meisam4910 <[EMAIL PROTECTED]> wrote: > > so all together we can say: > > Maven builds and creates the war file. > the war file is deployed into tomcat using the plugin. > thank you i understood fully, and the other thing in my mind is: inside > the > directory of the created appfuse p

Re: [appfuse-user] canoo web test failed with "Cannot find function findFirstElement"

2007-10-01 Thread Michael Horwitz
Hmm. Strange. In the version of prototype.js in the AppFuse repository, the method findFirstElement is defined on line 1947. Things to check: Is the name you are passing in to the function focusFirstElement really the id of a form? Or is it possible there is another element on the page with the sa

Re: [appfuse-user] J2EE fundumentals

2007-10-01 Thread meisam4910
thank you and im fan of this website, its very good, have a look dude; www.roseindia.net Mike Horwitz wrote: > > I am a fan of the Sun tutorials. They are pretty comprehensive and should > get you going reasonably quickly: > http://java.sun.com/javaee/reference/tutorials/ (pick the Java EE vers

Re: [appfuse-user] appfuse vs other web applications

2007-10-01 Thread meisam4910
so all together we can say: Maven builds and creates the war file. the war file is deployed into tomcat using the plugin. thank you i understood fully, and the other thing in my mind is: inside the directory of the created appfuse project we have: .setting dir Src dir target dir pom.xml ->wh

Re: [appfuse-user] canoo web test failed with "Cannot find function findFirstElement"

2007-10-01 Thread WayneFH
I got the same error. Is there a way to fix the "cannot find function findFirstElement" error without disabling javascript? Disabling javascript causes the to fail because the link uses the javascript onClick event to go to the edit page. The prototype.js calls the function findFirstElement on l

Re: [appfuse-user] J2EE fundumentals

2007-10-01 Thread Michael Horwitz
I am a fan of the Sun tutorials. They are pretty comprehensive and should get you going reasonably quickly: http://java.sun.com/javaee/reference/tutorials/ (pick the Java EE version appropriate for you). Mike. On 10/1/07, meisam4910 <[EMAIL PROTECTED]> wrote: > > > guys, can anybody suggest a pow

Re: [appfuse-user] converting from data model in MySQL to Hibernate ORM

2007-10-01 Thread Michael Horwitz
Running appfuse:gen-model will generate code based on the tables in the database. For more details on configuring the AppFuse Maven plugin take a look here: http://www.appfuse.org/display/APF/AppFuse+Maven+Plugin and http://static.appfuse.org/plugins/appfuse-maven-plugin/ Mike On 10/1/07, dev dev

Re: [appfuse-user] appfuse vs other web applications

2007-10-01 Thread Michael Horwitz
On 10/1/07, meisam4910 <[EMAIL PROTECTED]> wrote: > > > you know what part exactly I dun get and dun understand ? see ... > i was deploying the basic struts application using eclipse, but my tomcat > container was started, the after running jetty the build gave me ERROR, > address is in use, i unde

[appfuse-user] J2EE fundumentals

2007-10-01 Thread meisam4910
guys, can anybody suggest a powerful and comprehensive tutorial on J2EE kick start ? for example now when i want to start a project i see many things are inside the project such as, beans, xml files, sources,... i want to know the relationships between these elements, and how they communicate with

Re: [appfuse-user] converting from data model in MySQL to Hibernate ORM

2007-10-01 Thread dev dev
What is the mvn commands for reverse engineering the database structure? On 10/1/07, Michael Horwitz <[EMAIL PROTECTED]> wrote: > > Yes, you can use the AppFuse plugin to reverse engineer a database > structure into a set of Pojo's (it is based on the Hibernate Tools project). > It works, but I be

Re: [appfuse-user] appfuse vs other web applications

2007-10-01 Thread meisam4910
you know what part exactly I dun get and dun understand ? see ... i was deploying the basic struts application using eclipse, but my tomcat container was started, the after running jetty the build gave me ERROR, address is in use, i understood that i need to shut down the tomcat, when i shut it do

Re: [appfuse-user] appfuse vs other web applications

2007-10-01 Thread Michael Horwitz
On 10/1/07, meisam4910 <[EMAIL PROTECTED]> wrote: > > > thank you but in which file the context root has been defined ? This varies according to the web container you are using. What is it that you would like to achieve, and which web container do you want to use to achieve it? Mike Mike Horwit

Re: [appfuse-user] appfuse vs other web applications

2007-10-01 Thread meisam4910
thank you but in which file the context root has been defined ? Mike Horwitz wrote: > > It all depends on how the web container deploys the application war file. > In > Jetty the AppFuse project is deployed as the default web application (so > you > can access it from the context root /). In o

Re: [appfuse-user] Ask about the validator of Sun's RI.

2007-10-01 Thread Matt Raible
AppFuse ships with support for using Commons Validator as the validation engine with JSF. This integration is provided as part of the Core JSF book (first edition), so I don't think there's much documentation on it. You might look at the existing userForm.xhtml for assistance. http://www.koders.co

[appfuse-user] Authentication question

2007-10-01 Thread John Kwon
I'm using Documentum as the back end (in addition to SQL Server), and the Documentum Foundation Classes are wrapped in a DocumentumManager in my app. The question I have is that for every Documentum transaction, these classes require that I get a session (it has its own weird method of giving you a

Re: [appfuse-user] can not run struts action tests after upgrate to AppFuse2 R1

2007-10-01 Thread Matt Raible
The exception you're seeing is a known issue and shouldn't cause any problems: https://issues.apache.org/struts/browse/WW-1978 Matt On 10/1/07, ros <[EMAIL PROTECTED]> wrote: > > See http://forge.octo.com/jcaptcha/jira/browse/FWK-81 > > Unfortunately I've got another exception now: > > -

Re: [appfuse-user] appfuse vs other web applications

2007-10-01 Thread Michael Horwitz
It all depends on how the web container deploys the application war file. In Jetty the AppFuse project is deployed as the default web application (so you can access it from the context root /). In other containers the default is to deploy the AppFuse war file using the application name as the conte

[appfuse-user] appfuse vs other web applications

2007-10-01 Thread meisam4910
I dun understand when appfuse runs by jetty, why the http://localhost:8080/ shows the created project ? but in other web application the http://localhost:8080/ shows the apache tomcat home page first then we have write the name of the application right after the 8080 port then only we can see the

Re: [appfuse-user] Problem with CLEAN_INSERT

2007-10-01 Thread dusty
I have run into this problem and the ordering the data in sample-data.xml definitely works on the insert. My problem is that the tables can't be truncated or deleted because you can't control the order when CLEAN_INSERT runs. So I usually write a script that truncates/deletes the table data and

[appfuse-user] Appfuse coverage on theserverside.com

2007-10-01 Thread dusty
Hey all, There is a new CRUD generator framework called Spring-on-Rails. Sounds kind of silly to me but Appfuse gets mentioned in the comments quite a bit. Some good press for the community! I dropped a comment about how Rails is good for what its good for and that java people should stop try

Re: [appfuse-user] converting from data model in MySQL to Hibernate ORM

2007-10-01 Thread Michael Horwitz
Yes, you can use the AppFuse plugin to reverse engineer a database structure into a set of Pojo's (it is based on the Hibernate Tools project). It works, but I believe does not handle all complex relationships. If your application is already mapped to the relevant tables in mySql and you use Hiber

Re: [appfuse-user] converting from data model in MySQL to Hibernate ORM

2007-10-01 Thread dev dev
i have a set of database tables in MySQL and want to use MiddleGen of some kinds to convert them to hibernate mapping files. Is this feature provided in AppFuse? On 10/1/07, Michael Horwitz <[EMAIL PROTECTED]> wrote: > > Do you want to simply change to use Oracle as a backend store, or do you > ne

Re: [appfuse-user] extension problem

2007-10-01 Thread tibi
changed to this: protected String[] getConfigLocations() { setAutowireMode(AUTOWIRE_BY_NAME); return new String[] { "classpath*:/applicationContext-resources.xml", "classpath*:/applicationContext-dao.xml", "classpath*:/application

Re: [appfuse-user] extension problem

2007-10-01 Thread tibi
this in baseTest should do the trick no? protected String[] getConfigLocations() { setAutowireMode(AUTOWIRE_BY_NAME); return new String[] { "classpath*:/applicationContext-resources.xml", "classpath*:/applicationContext-dao.xml",

Re: [appfuse-user] extension problem

2007-10-01 Thread tibi
yes i think i have to add the applicationContext-service.xml to my tests mmm do you know how?? thanks, tibi Michael Horwitz wrote: > It should all work fine with M5 as long as you include appfuse-service > in your classpath and you include applicationContext-service.xml in > the list of config

Re: [appfuse-user] extension problem

2007-10-01 Thread Michael Horwitz
It should all work fine with M5 as long as you include appfuse-service in your classpath and you include applicationContext-service.xml in the list of configuration files read in by your test. Mike On 10/1/07, tibi <[EMAIL PROTECTED]> wrote: > > i did not do a full source... could not get it work

Re: [appfuse-user] extension problem

2007-10-01 Thread tibi
i did not do a full source... could not get it working with m5 maybe should try it again with 2.0 thanks tibi Michael Horwitz wrote: > It is part of appfuse-service. If you have done a full-source then you > should have it in your source tree. > > Mike > > On 10/1/07, *tibi* <[EMAIL PROTECTE

Re: [appfuse-user] extension problem

2007-10-01 Thread Michael Horwitz
It is part of appfuse-service. If you have done a full-source then you should have it in your source tree. Mike On 10/1/07, tibi <[EMAIL PROTECTED]> wrote: > > and this is in a package some where... i will search (or if you know..) > > tibi > > Michael Horwitz wrote: > > > > > > On 10/1/07, *tibi

Re: [appfuse-user] extension problem

2007-10-01 Thread tibi
and this is in a package some where... i will search (or if you know..) tibi Michael Horwitz wrote: > > > On 10/1/07, *tibi* <[EMAIL PROTECTED] > wrote: > > in which file is the userManager declared? > > > > It is declared in applicationContext-service.xml > >

Re: [appfuse-user] extension problem

2007-10-01 Thread Michael Horwitz
On 10/1/07, tibi <[EMAIL PROTECTED]> wrote: > > in which file is the userManager declared? It is declared in applicationContext-service.xml Mike. thanks, > > tibi > > tibi wrote: > > hi list, > > > > i have an irritating problem: > > i have extended the FileUploadAction. the file upload action

Re: [appfuse-user] extension problem

2007-10-01 Thread tibi
in which file is the userManager declared? thanks, tibi tibi wrote: > hi list, > > i have an irritating problem: > i have extended the FileUploadAction. the file upload action is fine i > only want to do some extra stuff (add the file location into the > database) it works fine but... > > for my

[appfuse-user] extension problem

2007-10-01 Thread tibi
hi list, i have an irritating problem: i have extended the FileUploadAction. the file upload action is fine i only want to do some extra stuff (add the file location into the database) it works fine but... for my application i need to add the userManager into the applicationContext.xml

Re: [appfuse-user] regarding maven and appfuse configuration

2007-10-01 Thread John Kwon
Are you behind a firewall (and make sure the machine you're running Maven on is connected to the Internet)? On 10/1/07, diptirsi <[EMAIL PROTECTED]> wrote: > > > hello, > We are getting this error even though the plugin 'maven-archetype-plugin' > is present it is not able to find it. > Can you ple

[appfuse-user] DWR - No Converter for XXX

2007-10-01 Thread Yopy
Smee again, hai <3. I've been trying to get some AJAX functionality going on in my application (mainly because putting all the data onto the page at once results in output buffers being too small, lol), so I went looking, and found a few things so far. First, the 'regular' approach: use Prototyp

Re: [appfuse-user] Advice on choosing best approach for xml over http

2007-10-01 Thread cfoy
Hi Dale, The server process has a raw xml interface over https. The messages are not packaged in soap envelopes. Looking through the xfire documentation I couldn't find anything that would indicate that this was supported. Please advise if it is. This is why I considered HttpClient. I would

Re: [appfuse-user] Appfuse 1.9.1 and problem with Canoo test

2007-10-01 Thread nothingman
Hi, the problem is due to the single quote present in some message string. See: http://issues.appfuse.org/browse/APF-923 http://issues.appfuse.org/browse/APF-923 -- Fabio Matt Raible-3 wrote: > > I have a hard time understanding why this could be happening. The > resource bundle message l

[appfuse-user] Ask about the validator of Sun's RI.

2007-10-01 Thread phamvubinh
Hi all, I'm using JSF appfuse with Sun's RI. I want to validate some fields (email, number, ...). Can you tell me how to use validator of Sun's RI. Thanks in avanced. Binh Pham -- View this message in context: http://www.nabble.com/Ask-about-the-validator-of-Sun%27s-RI.-tf4547320s2369.html#a

Re: [appfuse-user] can not run struts action tests after upgrate to AppFuse2 R1

2007-10-01 Thread ros
See http://forge.octo.com/jcaptcha/jira/browse/FWK-81 Unfortunately I've got another exception now: --- T E S T S --- Running my.webapp.action.ReservationActionTest 01 Oct 12:51,121 INFO mai

Re: [appfuse-user] building a project using eclipse

2007-10-01 Thread Michael Horwitz
If it works, then you must be doing it correctly.. ;-) Mike On 10/1/07, meisam4910 <[EMAIL PROTECTED]> wrote: > > > Hi, > I have done the following for building the project with eclipse, if there > is > any problem with these steps please let me know. > > 1. building the project-basic struts- wit

Re: [appfuse-user] converting from data model in MySQL to Hibernate ORM

2007-10-01 Thread Michael Horwitz
Do you want to simply change to use Oracle as a backend store, or do you need to migrate data as well? Mike On 10/1/07, dev dev <[EMAIL PROTECTED]> wrote: > > Any easy ways to do this? > > Thanks > dev >

Re: [appfuse-user] Problem with CLEAN_INSERT

2007-10-01 Thread Rob Hills
Hi Thomas, On 1 Oct 2007 at 9:54, Thomas Ramapuram wrote: > You usually have a problem with CLEAN_INSERT if you have some kind of > recursive model. (ie. a table which has a relationship with itself). > I havent found any workaround this. What I do is do not add this data > to the sample d