[jboss-user] [EJB 3.0] - Wrong column type: CREATE_TIME, expected: date

2007-06-01 Thread m.shinde
Hi, I am deploying my application in jboss-4.2.0.CR2. Using Oracle9i. Ejb3.0,JSF. Getting following exception. Don't know why Caused by: org.hibernate.HibernateException: Wrong column type: CREATE_TIME, expected: date Below is my EJB entity bean code, Here I used java.util.Date | @Column

[jboss-user] [JNDI/Naming/Network] - multithreaded proxy object in servlet

2007-06-01 Thread ben.boehm
Hi everyone, Sorry if my question is too noob to some of you. I have a servlet, in Init(), I intend to make an jndi request to an ejb in a cluster (suppose cluster X, the ejb is high availability across the cluster) I just wonder the proxy object from the jndi request is multithreaded or not ?

[jboss-user] [JBoss Seam] - Re: seam-gen enhancement

2007-06-01 Thread [EMAIL PROTECTED]
I'm not really sure of the status, you'll have to see what max says. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4050641#4050641 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4050641 __

[jboss-user] [JBoss Seam] - Re: Boiler-plate getMaxResults for domain object List class

2007-06-01 Thread [EMAIL PROTECTED]
The generated code is just a starting point - you can change it to whatever you like (or even edit the template if it offends you that much). In fact, it is *expected* 90% of the code that is generated is stuff that you would want to customize. If it was likely to not need customization, it woul

[jboss-user] [JBossCache] - Using Jboss Cache 1within WebLogicServer 10.0

2007-06-01 Thread ramdas
I am attempting to use JBoss cache 1.2.3 from with WLS 10.0. As a reference i attempted to install the demo sample specified in http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossCacheAndWebLogic When i start the WebLogic server i get a bunch of different exceptions as shown below. I am not able t

[jboss-user] [JBoss Seam] - Re: seam-gen enhancement

2007-06-01 Thread awhitford
I notice that this issue (http://jira.jboss.org/jira/browse/JBSEAM-843) is still not on the roadmap. (I recall that this had just missed the 1.1.7 release, but I had hoped that it would have been included in the 1.2.x release, and now I don't even see it scheduled for 1.3.) Please don't forget

[jboss-user] [JBoss Seam] - Boiler-plate getMaxResults for domain object List class

2007-06-01 Thread awhitford
The boiler-plate for an entity List class overrides getMaxResults with a constant: | @Override | public Integer getMaxResults() { | return 25; | } | Why is this done (or necessary)? The underlying Query (http://fisheye.jboss.com/browse/JBoss/jboss-seam/src/main/org/jboss/seam/fra

[jboss-user] [Remoting] - Re: non-ssl user authentication?

2007-06-01 Thread [EMAIL PROTECTED]
Hi Clark, I'm not quite sure what you want to achieve, but it's not likely that Remoting does what you want. It's true that you can pass username and password when creating a JNDI InitialContext. For example, the following lines taken from the Sun JNDI tutorial at http://java.sun.com/product

[jboss-user] [JBossCache] - Habanero CR2 released

2007-06-01 Thread [EMAIL PROTECTED]
I've just released JBoss Cache 2.00.CR2. Details are all on the JBoss Cache blog - http://labs.jboss.com/jbosscache/blog Enjoy! Manik View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4050632#4050632 Reply to the post : http://www.jboss.com/index.html?module=

[jboss-user] [JBoss Seam] - Why DataModel approach doesn't work?

2007-06-01 Thread vwu98034
With the approach, I can see HQL is generated. The page, however, is blank. The source file look like the following: | by book title by book author by book ISBN |