[JBoss-user] [EJB 3.0] - Re: EJB3 WebServices

2006-06-07 Thread leonell
Nobody did test @WebService ??? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949700#3949700 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3949700 ___ JBoss-user mailing li

[JBoss-user] [EJB 3.0] - Re: EJB3 WebServices

2006-06-05 Thread leonell
JBOSS EJB3 ?? Leonell View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949009#3949009 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3949009 ___ JBoss-use

[JBoss-user] [EJB 3.0] - Re: @Index and MySQL

2006-06-05 Thread leonell
rnate.annotations.Index' annotation then your application will work with Jboss AS (Hibernate) only because this annotation is not part of EJB3 specification. My mean. Leonell View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949007#3949007 Repl

[JBoss-user] [EJB 3.0] - Re: ejb3 and administration console

2006-06-03 Thread leonell
"adrienogee" wrote : | The server didn't tell a word... and when I checked on the repertory, my file (CalculatorBean.jar) was there... | When I deploy my EAR file with entity beans and session beans I get many records in server.log file. Here is example: | INFO [org.jboss.deploymen

[JBoss-user] [EJB 3.0] - Re: EJB3 WebServices

2006-06-03 Thread leonell
One comment: I tested it with "http://localhost:8080/Hello/HelloBean?wsdl"; because my ear name is "Hello.ear". Result (=Error) is the same. Leos View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948857#3948857 Reply to the post : http://www.jboss.com/index.ht

[JBoss-user] [EJB 3.0] - EJB3 WebServices

2006-06-03 Thread leonell
Hi, I created very simple application (hello.ear) with very simple WebService. File application.xml (EAR descriptor): | | http://java.sun.com/dtd/application_1_3.dtd";> | |Hello Enterprise Archive | | Hello-SBI.jar | | | Hello-SBS.jar | |

[JBoss-user] [EJB 3.0] - @Lob on postgresql does not save first byte

2006-05-06 Thread leonell
e need one more byte | FileInputStream fis = new FileInputStream(file); | fis.read(b,1,(int) file.length()); // we begin from second byte | fis.close(); | o.setPhoto(b); | riStockItems.save(o); | What other SQL servers (hibernate dialects)? Leonell View the original post : http://www.

[JBoss-user] [EJB 3.0] - Re: Bean (+mysql) doesn't get deployed

2006-05-03 Thread leonell
some more information about Mysql and Hibernate dialect. | | Leonell View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940954#3940954 Reply to the post : http://www.jboss.com/index.html?module=bb&op=postin

[JBoss-user] [EJB 3.0] - Re: EJB3.0 Standalone client

2006-04-30 Thread leonell
"manishATjboss" wrote : thanks for the suggestion. I'm still not entirely clear: | | My interface is: | | | @Remote | | public interface Get { | | public int get(int key); | | } | | | | My bean is: | @Stateless | | public class GetBean implements Get

[JBoss-user] [EJB 3.0] - Long transaction and transaction timeout

2006-04-29 Thread leonell
uot; from 300 to 1200. It means prolong timeout from 5 minutes to 20 minutes. Is this correct way? Does exist other solution (for example manually set timeout per sessionbean / method) ? Thank you very much, Leonell View the original post : http://www.jboss.com/index.html?module=bb&op=vie

[JBoss-user] [EJB 3.0] - Re: How to add (non-referential, performance) index?

2006-04-18 Thread leonell
al indexes. Leonell View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3937946#3937946 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3937946 --- This SF.

[JBoss-user] [EJB 3.0] - How to add (non-referential, performance) index?

2006-04-18 Thread leonell
-drop" type is used but not with "update" type. EJB3-RC6 with JBOSS 4.0.4-CR2 Do you have some ideas? Leonell View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3937853#3937853 Reply to the post : http://www.jboss.com/index.html?module=bb&

[JBoss-user] [EJB 3.0] - Re: setting fetch depth

2006-04-04 Thread leonell
Property "hibernate.max_fetch_depth" ? I tried different setting but no changes. persistence.xml : | | | | java:/Demo2006-ds | | | | | | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934791#3934791 Reply