[JBoss-user] [JBoss Seam] - Re: @SelectItems and @SelectItemsSelection annotations?

2006-07-03 Thread vlasov01
Thank you a lot!

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3955168

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: @SelectItems and @SelectItemsSelection annotations?

2006-06-25 Thread vlasov01
Jim,

Could you please post a complete example (WAR) at seam wiki. It will be very 
helpful.

Regards,

Sergey

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953283

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: @SelectItems and @SelectItemsSelection annotations?

2006-06-23 Thread vlasov01
Hello,

Is it possible to use this approach to select multiple items?

Regards,

Sergey

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953154

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Unable to generate code with composite key

2006-03-19 Thread vlasov01
Do you plan to fix it soon? Are there workarounds? 

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3931235


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


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

2006-03-09 Thread vlasov01
Please ignore my first question about class prefix and catalog name.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3929060


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


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

2006-03-08 Thread vlasov01
Is it possible not to prefix class name with catalog name?
Example: table ce.users result class name CeUsers.

Also I've noticed that *EditorBean is not using right method names, which is 
causing compilation errors.
Example: 
instance.getCeUsers().getCeProfiless().remove(instance); //error
  | instance.getCeUsers().getCeProfileses().remove(instance); //fixed

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3928936


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


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

2006-03-08 Thread vlasov01
Thomas,
Thank you a lot! Now it works after conversion to InnoDB.
I think it will be helpful to warn users in case if database is not 100% 
compatible.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3928932


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


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

2006-03-08 Thread vlasov01
I've used the same JDBC driver as in JBOSS presentation  at 
http://www.jboss.com/products/seam/SeamHBTools.html and I have FK defned. But 
output has no relationships.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3928723


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


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

2006-03-07 Thread vlasov01
I'm using MySQL Connector/J 3.1.2. Does it meet requirements for FK reverse 
engineering in SEAM?

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3928651


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


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

2006-03-07 Thread vlasov01
Thank you for your reply. I've tried to do reverse engineering on 3 tables with 
FK. The generated code is working, but there is no any relations between 
generated classes.
>From SEAM documentation it is not clear how to configure the tool to pickup 
>FK. Could you please provide some references.



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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3928498


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


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

2006-03-06 Thread vlasov01
Is it possible to take into account FK relationships during reverse engineering 
to generate One-to-Many annotations?
I'm using JBossIDE-200602280509-nightly-Bundle-win32.zip with MySQL.


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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3928360


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: RAP with JBoss jBPM from Javapolis 2005

2006-01-12 Thread vlasov01
Tom,

Thank you for the published presentations. Are you planning also publish a 
quick demo of the Rapid Application Prototyping capabilities of JBoss jBPM (BP 
from scratch in 15 minutes).

Regards,

Sergey

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917260


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - RAP with JBoss jBPM from Javapolis 2005

2006-01-11 Thread vlasov01
Hello,

Is it possible to publish Tom Baeyens presentation "RAP with JBoss jBPM" from 
Javapolis 2005?


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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917059


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user