Re: [JBoss-user] JBoss-IDE 1.0.3 released !

2003-03-12 Thread Markus Garscha
_ > JBoss-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/jboss-user -- --- Markus Garscha Germany pgp-keyid: 0xEE18AF3B --- pgp0.pgp Description: PGP signature

Re: [JBoss-user] Auto PK Generation? (JBoss3.2RC3, xdoclet 1.2b3)

2003-02-21 Thread Markus Garscha
an edge. > The most comprehensive and flexible code editor you can use. > Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial. > www.slickedit.com/sourceforge > ___ > JBoss-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/jboss-user -- --- Markus Garscha Germany pgp-keyid: 0xEE18AF3B --- msg26401/pgp0.pgp Description: PGP signature

Re: [JBoss-user] Auto PK Generation? (JBoss3.2RC3, xdoclet 1.2b3)

2003-02-20 Thread Markus Garscha
MG> * @jboss.entity-command > MG> *name="pk-sql" > MG> * @jboss.entity-command-attribute > MG> *name="pk-sql" > MG> *value="SELECT max(id)+1 FROM TestEntity&quo

[JBoss-user] Auto PK Generation? (JBoss3.2RC3, xdoclet 1.2b3)

2003-02-19 Thread Markus Garscha
. what to write in ejbCreate()? better: how to handle the creation process? any links, ideas suggestions? thanx a lot markus -- ------- Mark

[JBoss-user] Recursive Tables (Trees) and CMP in JBoss

2003-02-19 Thread Markus Garscha
e nice -- --- Markus Garscha Germany pgp-keyid: 0xEE18AF3B --- msg26310/pg

[JBoss-user] Recursive Tables (Trees) and CMP in JBoss

2003-02-14 Thread Markus Garscha
e nice -- --- Markus Garscha Germany pgp-keyid: 0xEE18AF3B --- msg26065/pgp000

Re: [JBoss-user] Can't build JBoss-3.2 from cvs...

2002-10-10 Thread Markus Garscha
ok, i worked! why do i have create a new directory when i have an (old) branch? shouln't cvs manage the update automaticly? markus * Markus Garscha <[EMAIL PROTECTED]> [2002-10-11 08:00]: > H, > > my last update from cvs was Branch_3_0_0. i'll delete my old jboss

Re: [JBoss-user] Can't build JBoss-3.2 from cvs...

2002-10-10 Thread Markus Garscha
nd the code builds fine on OSX with a 1.3.1 JDK. > > > Scott Stark > Chief Technology Officer > JBoss Group, LLC > > > - Original Message - > From: "Markus Garscha" <[EMAIL PROTECTED]> > To: <

Re: [JBoss-user] Can't build JBoss-3.2 from cvs...

2002-10-10 Thread Markus Garscha
Ok, same error! thanx markus * Andreas Wollschlaeger <[EMAIL PROTECTED]> [2002-10-10 23:09]: > On Thursday 10 October 2002 22:07, you wrote: > > Hi! > > > > i just did a cvs -z3 co -r Branch_3_2, changed to the build directory > > and called ./build.sh. > > ant aborts with the following trace:

[JBoss-user] Can't build JBoss-3.2 from cvs...

2002-10-10 Thread Markus Garscha
Hi! i just did a cvs -z3 co -r Branch_3_2, changed to the build directory and called ./build.sh. ant aborts with the following trace: --8<--- compile-classes: [javac] Compiling 57 source files to /usr/src/jboss-

Re: [JBoss-user] Value Objects...

2002-10-10 Thread Markus Garscha
> Here is an example (jbosscmp-jdbc.xml): > > UnknownPkBean > true > true > > > > > java.lang.Integer > genid > INTEGER > INTEGER > > > SELECT CURRENT_TIMESTAMP >

Re: [JBoss-user] Value Objects...

2002-10-10 Thread Markus Garscha
* Alex Loubyansky <[EMAIL PROTECTED]> [2002-10-10 14:56]: > Hello Markus, > > MG> that sounds great! btw. you mean JBoss-3.0.2 not JBoss-3.2? > > no. JBoss-3.2, exactly. > what is the name of the cvs-branch i have to checkout to use that verson. JBoss_3_2 doesn't exist. thanx markus p.s. btw

Re: [JBoss-user] Value Objects...

2002-10-10 Thread Markus Garscha
Hi, that sounds great! btw. you mean JBoss-3.0.2 not JBoss-3.2? The only problem is, that i don't use MySQL. i use the buildin hsql and postgres. but if i can user custom sql to fetch the next pk then there should be a solution. where can i get further information,docu and examples of this new m

Re: [JBoss-user] Value Objects...

2002-10-09 Thread Markus Garscha
Hi, * Jon Haugsand <[EMAIL PROTECTED]> [2002-10-09 14:48]: > * Markus Garscha > > Hi! > > > > i started to play with xdoclet. xdoclet generates "value" classes which > > implement serialize. what are they good for? examples? > > is this a workar

[JBoss-user] Value Objects...

2002-10-09 Thread Markus Garscha
Hi! i started to play with xdoclet. xdoclet generates "value" classes which implement serialize. what are they good for? examples? is this a workaround for relations which are accessed over remote interfaces? the second thing i noticed is that a NamePK.java class for the primary key is generate

Re: [JBoss-user] [OT] can't run xdoclet ;(

2002-10-08 Thread Markus Garscha
* kiuma <[EMAIL PROTECTED]> [2002-10-08 23:30]: > xdoclet from cvs > and last stable ant version > i did it! i upgraded ant from 1.4.1 to 1.5.1 and look - it works!!! thanx a lot markus msg22012/pgp0.pgp Description: PGP signature

Re: [JBoss-user] [OT] can't run xdoclet ;(

2002-10-08 Thread Markus Garscha
* kiuma <[EMAIL PROTECTED]> [2002-10-08 23:30]: > xdoclet from cvs > and last stable ant version ant 1.4.1 xdoclet 1.2.0-beta1 should work, because all other things work too... i don't have any idea what to do next .( cu markus msg22009/pgp0.pgp Description: PGP signature

Re: [JBoss-user] [OT] can't run xdoclet ;(

2002-10-08 Thread Markus Garscha
No success i generated my own .ant.properties in the project directory with jboss.home, xdoclet.home, struts.home - but the same output. ant can't define the xdoclet task... perhaps i use wrong versions of ant, xdoclet, etc? which versions do you use? here my output of the build process: ga

Re: [JBoss-user] [OT] can't run xdoclet ;(

2002-10-08 Thread Markus Garscha
gt; > > > > > > destdir="${build.dir}/META-INF" typemapping="${type.mapping}" > unauthenticatedPrincipal="${jboss.guest}" validateXml="false" > version="${jboss.version}" xml

Re: [JBoss-user] [OT] can't run xdoclet ;(

2002-10-08 Thread Markus Garscha
class xdoclet.ejb.EjbDocletTask cannot be found Total time: 2 seconds thanx markus * Jon Haugsand <[EMAIL PROTECTED]> [2002-10-08 12:39]: > * Markus Garscha > > Hi! > > > > what's wrong? > > ---8<-- &

Re: [JBoss-user] [OT] can't run xdoclet ;(

2002-10-08 Thread Markus Garscha
Ok, i tried this but it doesn't work. i get arround cu markus * JD Brennan <[EMAIL PROTECTED]> [2002-10-08 08:00]: > I wonder if it's because you have a pathref and a property > with the same name (xdoclet.classpath}. I use different > property names for refs. But for XDoclet, I just spell

[JBoss-user] [OT] can't run xdoclet ;(

2002-10-07 Thread Markus Garscha
Hi! what's wrong? ---8<-- gama@ws:~/prog/java/jboss$ ant xdoclet Buildfile: build.xml init: xdoclet: BUILD FAILED /home/gama/prog/java/jboss/build.xml:54: taskdef class xdoclet.ejb.EjbDocletTask cannot be found Total time: 1 second ---

Re: [JBoss-user] CMP relations and remote interfaces

2002-10-07 Thread Markus Garscha
Hi! i asked the same question a few days ago, but no useful answer. i try to design an application with some 1:N and N:M relations. i want to access the "buissnes-logic" by remote interfaces... none here how could give some advice? i'm so happy you've got the same problem. :) so far markus * "D

Re: [JBoss-user] EJB Design Problem ...

2002-10-02 Thread Markus Garscha
hich helps a lot in code and deploymente descripition generation > > hth > dim > > - Original Message ----- > From: "Markus Garscha" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, October 0

[JBoss-user] EJB Design Problem ...

2002-10-01 Thread Markus Garscha
Hi! I started to play around with jboss, read the doc's about CMP,BMP and wrote some test-beans to understand the examples. i think that i'm familar with the basic concepts of jboss. i think that's the time to start writing an application. i've got a web based address-manager which ist coded in

Re: [JBoss-user] Sample J2EE applications needed

2002-09-27 Thread Markus Garscha
Hi! i downloaded carRental.jar, but there are only .class files. where is the source located? thanx markus * Eoin Lane <[EMAIL PROTECTED]> [2002-09-27 08:00]: > Alexander, > > I have been using JBoss from the start in a Car Rental example. Details > can be found at http://jaba.sourceforge.com

Re: [JBoss-user] Using auto increment of mysql for PK

2002-06-14 Thread Markus Garscha
Hmmm, i look at this solution, too. there is one big disadvantage: if the databasebase is access via odbc _and_ jboss i run into trouble. i'm looking for a sequence session bean, because my primary-keys in my tables are generated (by default) by sequences (or by stored procedures). So, is there

Re: [JBoss-user] First Steps...

2002-06-06 Thread Markus Garscha
.html?page=1 > http://javaboutique.internet.com/resources/books/EJB/ejb3_1.html > http://www.geocities.com/Eureka/5855/cmp20.htm > http://xdoclet.sf.net > > Good luck! > > Ricardo Argüello > > > ----- Original Message - > From: "Markus Garscha&quo

[JBoss-user] Maintain JBoss HSQL DB?

2002-06-06 Thread Markus Garscha
Hi! is there any tool to admin the hsql db which is the standard db shipped with jboss? thanx markus ___ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/i

[JBoss-user] First Steps...

2002-06-06 Thread Markus Garscha
Hi! i try to deploy my first Entity Bean and i get the following exception: org.jboss.deployment.DeploymentException: Error in ejb-jar.xml for Entity Bean PersonBean: expected one abstract-schema-name tag whats the problem? what is meant by "abstract-schema-name"? thanx markus _

[JBoss-user] EJB CMP 2.0 Design Problem...

2002-06-04 Thread Markus Garscha
Hi! first i have to annotate that i'm new to jboss (but not new to jsp, java, etc.)... i have to write a multiuser/acl address-manager-application. after reading a lot of docu about ejb and cmp 2.0 i've the following design question: i want to maintain a address-database with several 1:n and n:m

[JBoss-user] JBoss Broadcasts?

2002-05-31 Thread Markus Garscha
Hi! i examined that jboss broadcast (multicast) some packages. i think it is used for neighbor discovery. the problem is, that my server dials out. is it possible to - bind jboss only to one interface - or to stop the broadcast messages thanx markus __

[JBoss-user] [OT] CVS checkout version 3.0RC3 not 3.1.0alpha?

2002-05-30 Thread Markus Garscha
Hi! I not very familar with cvs, so please give me a hint :) i checked out jboss-all from sourceforge cvs-server and compiled jboss my own. but this is the development version (3.1.0alpha) with some exceptions on startup and it doesn't deploy my application well. i downloaded jboss3.0RC1 from the

Re: [JBoss-user] where is the doc?

2002-05-27 Thread Markus Garscha
> > Don't miss the 2002 Sprint PCS Application Developer's Conference > August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm > > ___ > JBoss-user mailing list >