I have just switched everything to postgresql and getting the EXACT same error
now
what is going on with this??? I cant find anyone with the same problem
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3955314#3955314
Reply to the post :
http://www.jboss.
I found the cause of this problem.. was the formatting of my query that was
preventing it from running.
I have some more strange
| private void storeRow() throws SQLException
| {
| String updateStatement =
| "update Account set " +
| "credit = ?, " +
| "
This exception is being thrown by my ejbStore method.
my ejbCreate method is successfully creating a new row in the database but then
fails on ejbStore.
ejbStore calls the following method to do the database work required
| private void storeRow() throws SQLException
| {
| Stri
good call... never experienced a problem with JBuilder itself like that before.
compiled by hand and everything is working excellent now.
thanks for your time and patience.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954848#3954848
Reply to the post :
h
I am compiling through JBuilder - I am pointing it to the JDK that came with
Sun Application Server 8.2, which is java 1.5.0_06-b05.
This is what it is setting the classpath to when building the project.
C:\Documents and
Settings\Chris\Desktop\implementation\projects\cakeinabox\classes;C:\Sun\A
.. sorry seems it doesnt seem like that made any different with this forums
width.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954541#3954541
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3954541
Using Tomcat but
and here is the console text not being wrapped.
01:14:32,253 DEBUG [MainDeployer] Starting deployment of package:
file:/C:/jboss-4.0.4.GA/server/default/deploy/AccountJAR.jar
01:14:32,253 DEBUG [MainDeployer] Starting deployment (init step) of package
at: file:/C:/jboss-4.0.4.GA/server/default/d
Im not sure if this is what you are looking for. I have turned console logging
to DEBUG in the log4j.xml
01:08:20,639 DEBUG [MainDeployer] Starting deployment of package: file:/C:/jboss
-4.0.4.GA/server/default/deploy/AccountJAR.jar
01:08:20,639 DEBUG [MainDeployer] Starting deployment (init step
sorry for being so stupid (thats why I am a n00b i suppose) but how do I show
the full error? What I pasted was everything that was printed to the console.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954483#3954483
Reply to the post :
http://www.jboss.co
Sorry to post in here. hope it is ok as I have not recieved an answer in the
beginners section.
The code for my EJB and xml files are in this thread
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=85735
I am getting the following error from the server console output.
It is pointing to
you have confused me now.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954418#3954418
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3954418
Using Tomcat but need to do more? Need to support web services, security?
Ge
any ideas guy? my bean seems developed fine. so I dont see any coding mistakes.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954363#3954363
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3954363
Using Tomcat but need
Ah good call. Never seen that. I was creating the jar with
jar -cvf AccountJAR.jar AccountJAR
So I have moved up a level and done.
jar - cvf AccountJAR.jar *
and JBoss now starts churning out stuff... errors though mind you but it's a
start. haha.
thanks for that.
Here are the further errors
Hi thanks for responding... yes the jar contains the xml files.
META-INF/
META-INF/MANIFEST.MF
AccountJAR/
AccountJAR/META-INF/
AccountJAR/META-INF/MANIFEST.MF
AccountJAR/META-INF/jboss.xml
AccountJAR/META-INF/ejb-jar.xml
AccountJAR/cakeinabox/
AccountJAR/cakeinabox/beans/
AccountJAR/cakeinabox/be
I have a test jar which I downloaded which when placed in the deploy directory
echos the following onto the console:
20:21:14,574 INFO [EjbModule] Deploying TesterBean
20:21:15,265 INFO [ProxyFactory] Bound EJB Home 'TesterBean' to jndi
'test/Tester'
20:21:15,495 INFO [EJBDeployer] Deployed:
15 matches
Mail list logo