[JBoss-user] [Beginners Corner] - Re: Problem with org.jboss.tm.JBossRollbackException using j

2006-07-04 Thread Chris Miles
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=bbop=viewtopicp=3955314#3955314 Reply to the post :

[JBoss-user] [Beginners Corner] - Re: Problem with org.jboss.tm.JBossRollbackException using j

2006-07-02 Thread Chris Miles
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 = ?, + |

[JBoss-user] [Beginners Corner] - Re: Problem deploying EJB to JBoss

2006-07-01 Thread Chris Miles
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=bbop=viewtopicp=3954848#3954848 Reply to the post :

[JBoss-user] [Beginners Corner] - Problem with org.jboss.tm.JBossRollbackException using jdbc:

2006-07-01 Thread Chris Miles
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 | { |

[JBoss-user] [Beginners Corner] - Re: Problem deploying EJB to JBoss

2006-06-30 Thread Chris Miles
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

[JBoss-user] [Beginners Corner] - Re: Problem deploying EJB to JBoss

2006-06-29 Thread Chris Miles
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=bbop=viewtopicp=3954363#3954363 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3954363 Using Tomcat but need to

[JBoss-user] [Beginners Corner] - Re: Problem deploying EJB to JBoss

2006-06-29 Thread Chris Miles
you have confused me now. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3954418#3954418 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3954418 Using Tomcat but need to do more? Need to support web services, security? Get

[JBoss-user] [Installation, Configuration Deployment] - EJB Deployment problem.

2006-06-29 Thread Chris Miles
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=bbop=viewtopict=85735 I am getting the following error from the server console output. It is pointing to

[JBoss-user] [Beginners Corner] - Re: Problem deploying EJB to JBoss

2006-06-29 Thread Chris Miles
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=bbop=viewtopicp=3954483#3954483 Reply to the post :

[JBoss-user] [Beginners Corner] - Re: Problem deploying EJB to JBoss

2006-06-29 Thread Chris Miles
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

[JBoss-user] [Beginners Corner] - Re: Problem deploying EJB to JBoss

2006-06-29 Thread Chris Miles
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:

[JBoss-user] [Beginners Corner] - Re: Problem deploying EJB to JBoss

2006-06-29 Thread Chris Miles
.. 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=bbop=viewtopicp=3954541#3954541 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3954541 Using Tomcat but need

[JBoss-user] [Beginners Corner] - Re: Problem deploying EJB to JBoss

2006-06-28 Thread Chris Miles
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/

[JBoss-user] [Beginners Corner] - Re: Problem deploying EJB to JBoss

2006-06-28 Thread Chris Miles
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

[JBoss-user] [Beginners Corner] - Problem deploying EJB to JBoss

2006-06-27 Thread Chris Miles
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: