sorry miss send previuos message
Hi all
what write this select to JAWS?
select max(col1) ... where col2="xxx"
I try:
findByMaxCol
MAX(col1) WHERE col2 = {0}
but don't working, can any help me?
Miro
___
JBoss
Hi all,
what write this select to JAWS?
select max(col1) ... where col2="xxx"
I try:
___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user
Hi all,
Can any explain me, what need I do, when JBoss try deploy CMP EJB named Projekt and
thhrow this message:
[Container factory] org.jboss.ejb.DeploymentException: Bean Projekt has PK of type
java.lang.String, so it should have a cmp-field named CASE_INSENSITIVE_ORDER
(PK class in ejb-j
Hi all,
My situation:
client JSP <---> JavaBean Controller class <---> CMP EJB <---> Database
and I have problem with update:
1. client call metod (resetProjects()) at Controller class (this use implicit JBoss
findAll(0 metod for get all rows from table),
and view rows
2. client select 1
Hi all,
I have question, what settings CMP for access to database column with NULL values?
Miro
___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user
Hi all,
have problem, I trying deploy my.ear application at JBoss 2.2.2 with Tomcat 3.2.2.
my.ear contains my.war archive with 3 JSP files
and 1 java controller class, then my.jar archive with 1 Entity EJB. After deploy, I
start first JSP, this JSP instancied
controller class (no problem), then