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

2006-10-04 Thread [EMAIL PROTECTED]
jbosside 1.6.2 is an old release.

use hibernate tools 3.2.b7 or jbosside 2.x.

And feel free to step up and contribute patches to improve the templates.

Thanks.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976195#3976195

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3976195
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


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

2006-10-04 Thread rachono
Hi,

Is there any plan to fix the templates ?

Since july 06, I don't see much progress on that topic

I've downloaded JBoss IDE 1.6.2 and the latest Jems Installer 
(jems-installer-1.2.0.BETA.jar) but still after the reverse engineer :
-- incorrect import javax.ejb.Interceptors;
-- and this error :
java.lang.IllegalArgumentException: no property for configuration setting: 
org.jboss.seam.core.init.managedPersistenceContexts

That's too bad because it would be nice to compete with other Rapid Web 
Application Development frameworks.

Hopefully there will some good announcement @ JBoss World.

Otherwise I liked very much the concept of Seam.

Olivier

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976187#3976187

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3976187
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


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

2006-07-21 Thread milasx
I am getting this error:
09:44:41,552 ERROR [[/seamapp]] Exception sending context initialized event to 
listener instance of class org.jboss.seam.servlet.SeamListener
java.lang.IllegalArgumentException: no property for configuration setting: 
org.jboss.seam.core.init.managedPersistenceContexts

Any idea?  I tried both the latest release and nightly build :(

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3959826#3959826

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3959826
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


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

2006-07-19 Thread tushardesai22
Galvin I have following files for Event sessions. 

EventEditor.java
EventEditorBean.java
EventFinder.java
EventFinderBean.java
EventSelector.java

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3959391#3959391

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3959391
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


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

2006-07-19 Thread [EMAIL PROTECTED]
Is EventFinder a session bean?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3959381#3959381

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3959381
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


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

2006-07-19 Thread tushardesai22
I am getting following error. Can you please tell me what should I update in my 
file to get it resolved?

18:27:08,046 ERROR [[/seamapp]] Exception sending context initialized event to 
listener instance of class org.jboss.seam.servlet.SeamListener
java.lang.IllegalArgumentException: You must specify org.jboss.seam.core.init.jn
diPattern or use @JndiName: eventFinder
at org.jboss.seam.Component.getJndiName(Component.java:251)
at org.jboss.seam.Component.(Component.java:175)
at org.jboss.seam.Component.(Component.java:151)
at org.jboss.seam.Component.(Component.java:146)
at org.jboss.seam.Component.(Component.java:141)
at org.jboss.seam.init.Initialization.addComponent(Initialization.java:2
90)
at org.jboss.seam.init.Initialization.addComponents(Initialization.java:
252)
at org.jboss.seam.init.Initialization.init(Initialization.java:109)
at org.jboss.seam.servlet.SeamListener.contextInitialized(SeamListener.j
ava:32)
at org.apache.catalina.core.StandardContext.listenerStart(StandardContex
t.java:3729)
at org.apache.catalina.core.StandardContext.start(StandardContext.java:4
187)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase
.java:759)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:73
9)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:524)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.apache.commons.modeler.BaseModelMBean.invoke(BaseModelMBean.java:
503)
at org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:1
64)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.apache.catalina.core.StandardContext.init(StandardContext.java:51
16)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.apache.commons.modeler.BaseModelMBean.invoke(BaseModelMBean.java:
503)
at org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:1
64)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.web.tomcat.tc5.TomcatDeployer.performDeployInternal(TomcatD
eployer.java:297)
at org.jboss.web.tomcat.tc5.TomcatDeployer.performDeploy(TomcatDeployer.
java:103)
at org.jboss.web.AbstractWebDeployer.start(AbstractWebDeployer.java:371)

at org.jboss.web.WebModule.startModule(WebModule.java:83)
at org.jboss.web.WebModule.startService(WebModule.java:61)
at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanS
upport.java:289)
at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMB
eanSupport.java:245)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatch
er.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.
java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceControl
ler.java:978)
at $Proxy0.start(Unknown Source)
at org.jboss.system.ServiceController.start(ServiceController.java:417)
at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatch
er.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.
java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
at $Proxy39.start(Unknown Source)
at org.jboss.web.AbstractWebContainer.start(AbstractWebContainer.java:46
6)
at sun.reflect.NativeMethodAccessorI

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

2006-07-18 Thread gcowsar
and you need 


in your persistence to XML file (if you are adding the datasource in 
jboss-beans.xml).

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3958930#3958930

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3958930
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


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

2006-07-18 Thread gcowsar
OK, I got it working, finally!

There were several problems - most of which have been found by others but I'll 
repeat them here. There was one problem where I seem to be the only victim (see 
2 below).

1) There once was a time when I had myfaces-api-1.1.3.jar in JBoss. I'm not 
sure how it got there :-) but it has to be named myfaces-api.jar -- I found out 
that it isn't all that version sensitive, I have 1.1.5 now which I built from 
subversion, but the jar can't have the version in the name.

2) My classes were not even in my EJB3 jar file. This is due to the code 
generator generating the wrong package name (I entered "test", it wants the 
package to be "src.test") and it also generates an incorrect exclude line in 
the build.xml.


  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 

The exclude line removes the classes that were just added to the ejb3 jar. You 
can't give the "Hibernate Code Generation..." tool a package name that will 
work -- you have to change the package name in the source after it is generated.

I think the exclude is intended to avoid copying the classes twice... ?

3) If you are using MySql you need a META-INF/jboss-beans.xml file like this:


  | 
  | http://www.w3.org/2001/XMLSchema-instance";
  | xsi:schemaLocation="urn:jboss:bean-deployer 
bean-deployer_1_0.xsd"
  | xmlns="urn:jboss:bean-deployer">
  | 
  |
  |   org.gjt.mm.mysql.Driver
  |   jdbc:mysql://localhost:3306/test
  |   root
  |   mypassword
  | 
  |   java:/userDatasource
  |   0
  |   10
  |   1000
  |   10
  |   
  |   
  |   
  |
  | 
  |
  |   
  |  
  |   
  |
  | 
  | 

4) I think you want:



in your persistence.xml file or it will wipe out your tables if you leave it as 
"create-drop", and



5) You have to put jboss-beans.xml in the build.xml in the ejb3.root fileset:






View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3958921#3958921

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3958921
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


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

2006-07-17 Thread gcowsar
I made some progress.

After re-installing JBoss using the JEMS installer and Seam using a build from 
CVS I was able to run the tool and get the find and create pages served up.

My table has just 2 cols:

+--+--+--+-+-+---+
  | | Field| Type | Null | Key | Default | Extra |
  | +--+--+--+-+-+---+
  | | lastname | varchar(50)  | NO   | PRI | |   |
  | | email| varchar(255) | YES  | | NULL|   |
  | +--+--+--+-+-+---+
  | 

When I try to do a find I get no results and JBoss says:

09:02:30,122 INFO  [Pages] no pages.xml file found
09:02:30,906 INFO  [MyfacesConfig] No context init parameter 
'org.apache.myfaces.PRETTY_HTML' found, using default value true
09:02:30,906 INFO  [MyfacesConfig] No context init parameter 
'org.apache.myfaces.ALLOW_JAVASCRIPT' found, using default value true
09:02:30,906 INFO  [MyfacesConfig] No context init parameter 
'org.apache.myfaces.DETECT_JAVASCRIPT' found, using default value false
09:02:30,907 INFO  [MyfacesConfig] No context init parameter 
'org.apache.myfaces.AUTO_SCROLL' found, using default value false
09:02:30,910 WARN  [HtmlLabelRenderer] Unable to find component 'lastname' 
(calling findComponent on component '_id2:_id9')
09:02:30,914 WARN  [HtmlLabelRenderer] Unable to find component 'email' 
(calling findComponent on component '_id2:_id10')
09:02:30,915 WARN  [HtmlLabelRenderer] Unable to find component 'pageSize' 
(calling findComponent on component '_id2:_id11')

No exceptions but no results.


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3958521#3958521

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3958521
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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 restart and see what 
happens.


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3958299#3958299

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3958299
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


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

2006-07-14 Thread markfoerstein
"gcowsar" wrote : Maybe I missed the solution, but I saw where other people are 
having a similar problem and I didn't see the solution:
  | 
  | 
  | 17:44:58,661 ERROR [[Faces Servlet]] Servlet.service() for servlet Faces 
Servlet threw exception
  | javax.faces.FacesException: Cannot get value for expression 
'#{rolleruserSelector.pageTitle}'
  | 
  | 
  | It Builds, it deploys, but doesn't run.

"gcowsar" wrote : 
  | OK I got the latest (I built jboss-4.0.5.CR1 from CVS) and used the 
libraries from there. Got the search page showing up now. 
  | 
  | But, it fails when I hit the Find button with: 
  | 
  | javax.faces.FacesException: Error calling action method of component with 
id _id2:_id18
  | 
org.apache.myfaces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:74)
  | javax.faces.component.UICommand.broadcast(UICommand.java:106)
  | javax.faces.component.UIViewRoot._broadcastForPhase(UIViewRoot.java:90)
  | javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:164)
  | 
org.apache.myfaces.lifecycle.LifecycleImpl.invokeApplication(LifecycleImpl.java:316)
  | 
org.apache.myfaces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:86)
  | javax.faces.webapp.FacesServlet.service(FacesServlet.java:106)
  | 
org.jboss.seam.servlet.SeamExceptionFilter.doFilter(SeamExceptionFilter.java:45)
  | 
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
  | 

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.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3958245#3958245

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3958245
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


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

2006-07-14 Thread gcowsar
I'm still at it. I'm still stuck. I don't want to be a pain in the butt, but...

This is one of those situations where I'm learning several things at once and I 
appreciate that fact. It means I'm too ignorant (not informed/knowledgable) yet 
to even be able to ask the right questions.

I've learned a lot... I've learned that:

- this is cool stuff and I know its early in development so I'm not expecting 
too much
- there are several different versions of Eclipse, JBoss, Seam, Hibernate, JFC 
and that's a complex matrix if this stuff is version sensitive
- there are differences between the Seam samples and the code generated by the 
SeamReverseEng tool and I have not sorted that out completely
- I have a natural (and very strong) tendency to not want to go backwards, 
since I'd like to start contributing to these projects
- a lot about how JBoss and Seam are put together in the process, still have a 
long way to go here, but it is very interesting
- Eclipse and ant are not well integrated -- this is frustrating

Also, various others have had most of the same problems that I have and I've 
tried to gather that all up and apply it (but it is scattered all over the 
place) -- so far I'm still failing.

It sure would be nice if somebody had a perscription for getting this to work 
with the (more or less) latest versions of everything -- even bleeding edge is 
OK. I did go build 4.0.5CR1 of JBoss so just tell me which versions of the 
other stuff  I should get/build and I'll go for it.





View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3958243#3958243

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3958243
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


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

2006-07-13 Thread gcowsar
More info: it doesn't always cause an exception, but it never returns any query 
results. If I put % in all the fields or a * in all the fields then it doesn't 
cause an exception.

This is probably closer to the root cause (SQL Error: -227):

20:58:00,121 INFO  [STDOUT] Hibernate: select top ? rolleruser0_.id as id58_, 
rolleruser0_.locale as locale58_, rolleruser0_.username as username58_, 
rolleruser0_.passphrase as passphrase58_, rolleruser0_.fullname as fullname58_, 
rolleruser0_.emailaddress as emailadd6_58_, rolleruser0_.datecreated as 
datecrea7_58_, rolleruser0_.timezone as timezone58_, rolleruser0_.isenabled as 
isenabled58_ from roller.rolleruser rolleruser0_ where (rolleruser0_.username 
like ?) and (rolleruser0_.fullname like ?) and (rolleruser0_.locale like ?) and 
(rolleruser0_.timezone like ?) and rolleruser0_.isenabled=?
20:58:00,124 WARN  [JDBCExceptionReporter] SQL Error: -227, SQLState: 3F000
20:58:00,124 ERROR [JDBCExceptionReporter] invalid schema name: ROLLER in 
statement [select top ? rolleruser0_.id as id58_, rolleruser0_.locale as 
locale58_, rolleruser0_.username as username58_, rolleruser0_.passphrase as 
passphrase58_, rolleruser0_.fullname as fullname58_, rolleruser0_.emailaddress 
as emailadd6_58_, rolleruser0_.datecreated as datecrea7_58_, 
rolleruser0_.timezone as timezone58_, rolleruser0_.isenabled as isenabled58_ 
from roller.rolleruser rolleruser0_ where (rolle  ... 


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3957954#3957954

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3957954
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


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

2006-07-13 Thread gcowsar
"jason_rency" wrote : "fkaufmes" wrote : My problem with the Seam tool is just 
told, I get the error message:
  |   | 
  |   | ERROR [[jsp]] Servlet.service() for servlet jsp threw exception
  |   |   | javax.faces.el.EvaluationException: Cannot get value for expression 
'#{catererEditor.new}'
  |   | 
  |   | I have no many-to-many mappings. The database structure is very simple 
for testing. Is there a possible solution for this problem?
  | 
  | try to use the latest version of jboss ejb3 jars (jobss-ejb3 latest 
download) instead of the jars in ejb3.deploy in the server is still the old 
version.

OK I got the latest (I built jboss-4.0.5.CR1 from CVS) and used the libraries 
from there. Got the search page showing up now.

But, it fails when I hit the Find button with:


javax.faces.FacesException: Error calling action method of component with id 
_id2:_id18

org.apache.myfaces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:74)
javax.faces.component.UICommand.broadcast(UICommand.java:106)
javax.faces.component.UIViewRoot._broadcastForPhase(UIViewRoot.java:90)
javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:164)

org.apache.myfaces.lifecycle.LifecycleImpl.invokeApplication(LifecycleImpl.java:316)

org.apache.myfaces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:86)
javax.faces.webapp.FacesServlet.service(FacesServlet.java:106)

org.jboss.seam.servlet.SeamExceptionFilter.doFilter(SeamExceptionFilter.java:45)

org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3957951#3957951

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3957951
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


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

2006-07-13 Thread gcowsar
Maybe I missed the solution, but I saw where other people are having a similar 
problem and I didn't see the solution:


17:44:58,661 ERROR [[Faces Servlet]] Servlet.service() for servlet Faces 
Servlet threw exception
javax.faces.FacesException: Cannot get value for expression 
'#{rolleruserSelector.pageTitle}'


It Builds, it deploys, but doesn't run.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3957945#3957945

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3957945
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


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

2006-07-13 Thread [EMAIL PROTECTED]
you should allow it to generate into the root directory since it genereates 
more than just src.

in a future version we will allow you to generate these  things in more 
managble steps.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3957900#3957900

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3957900
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


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

2006-07-13 Thread gcowsar
OK, it turns out the the "Import:From File System" step as illustrated in the 
movie doesn't work. I had to use:

"Properties:Java Build Path:Libraries:Add External Jar"

for all of the libraries and the build errors (related to libraries) 
disappeared.

I have a new problem now, that has an easy workaround. The code generator is 
generating com.example.mydatabase as the package name but it is putting the 
files in src.com.example.mydatabase. So I can edit the package line in each 
file.



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3957898#3957898

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3957898
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


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

2006-07-13 Thread gcowsar
Yes, but you have to be on the right track. 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3957892#3957892

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3957892
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


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

2006-07-13 Thread [EMAIL PROTECTED]
did you add the seam jars to the project ?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3957881#3957881

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3957881
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


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

2006-07-13 Thread gcowsar
I'm having trouble getting a sample seam-hibernate reverse eng to build. I 
followed the directions in the movie and everything works up to the point of 
compiling.

I get "Begin cannot be resolved to a type" and so on for every annotation.

What am I doing wrong?

I'm using Eclipse 3.2RC7 and the latest plug-ins from the nightly build as 
recommended. The plugin has a couple of UI differences, choices regarding EJB3 
and Java5 syntax generation, which I have tried but it makes no difference.

I have built other Seam examples with no problems.


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3957866#3957866

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3957866
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


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

2006-07-13 Thread [EMAIL PROTECTED]
yes

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3957809#3957809

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3957809
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


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

2006-07-12 Thread ampieb
Sounds promising. With REST, do you mean you would like the user to freely 
traverse the associations amongst objects, and the client having enough state 
to know exactly "where" in the network of domain objects it is?


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3957625#3957625

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3957625
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


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

2006-07-12 Thread [EMAIL PROTECTED]
Right at the moment, my highest priority for this stuff is to simplify the 
generated code maybe get rid of conversations and go pure-REST...

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3957463#3957463

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3957463
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


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

2006-07-12 Thread ampieb
I might just be :-). I recently did a tool using UML stereotypes and tagged 
values to generate a JSF interface. I would love to explore what commonalities 
there might be with your vision... Migrating from UML taggedvalues to 
annotations should not be

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3957359#3957359

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3957359
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


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

2006-07-12 Thread [EMAIL PROTECTED]
we want to take it further; are you up for contributions ? :)



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3957332#3957332

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3957332
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


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

2006-07-12 Thread ampieb
This tool is quite impressive. Any plans to take it even further, almost like a 
NakedObjects on Seam? 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3957320#3957320

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3957320
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user