[JBoss-user] [Beginners Corner] - Re: Tutorial on J2EE using JBOSS, Eclipse and Lomboz.

2005-03-05 Thread jbosszone
them. | c. =# DROP TABLE jms_messages; | d. =# DROP TABLE jms_transactions; | - Re-start JBoss jbosszone View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3868920#3868920 Reply to the post : http://www.jboss.org/index.html?module=bb&op=post

[JBoss-user] [Beginners Corner] - Tutorial on J2EE using JBOSS-4.x, Eclipse-3.x, Lomboz-3.x an

2005-05-17 Thread jbosszone
...=DataSourceBinding, name=PostgresDS --> name=DefaultDS ...) : | | If you encouter problems with the configured BLOB_TYPE try a different | | setting. Valid settings are OBJECT_BLOB, BINARYSTREAM_BLOB and BYTES_BLOB. | --> | | jboss.jca:service=DataS

[JBoss-user] [Beginners Corner] - Re: Tutorial on J2EE using JBOSS-4.x, Eclipse-3.x, Lomboz-3.

2005-06-04 Thread jbosszone
| | | | | | | | | | - and jboss.xml is; | http://www.jboss.org/j2ee/dtd/jboss_3_2.dtd";> | | | |nobody | | | | | | | Customer | CustomerBean | CustomerLocal

[JBoss-user] [Beginners Corner] - Tutorial on J2EE using JBOSS, Eclipse and Lomboz : Chapter 9

2004-08-17 Thread jbosszone
ame="remoteInterfaceName" value="au.com.tusc.session.StoreAccess" i.e. deleted 'Local'. 3. Furthermore, modified a line; from parameter name="beanJndiName" value="StoreAccessLocal" to parameter name="beanJndiName&

[JBoss-user] [Beginners Corner] - Re: Tutorial on J2EE using JBOSS, Eclipse and Lomboz.

2004-08-17 Thread jbosszone
ame="remoteInterfaceName" value="au.com.tusc.session.StoreAccess" i.e. deleted 'Local'. 3. Furthermore, modified a line; from parameter name="beanJndiName" value="StoreAccessLocal" to parameter name="beanJndiName&

[JBoss-user] [Beginners Corner] - Re: Tutorial on J2EE using JBOSS, Eclipse and Lomboz.

2004-09-01 Thread jbosszone
) localhost.StoreAccessService objWebRef = new localhost.StoreAccessService(); // Call loginuser function and display the result ID to the lblOutput control lblOutput.Text = objWebRef.loginUser(TextBoxName.Text, TextBoxPassword.Text); Regards, jbosszone View the original post : http://www.jboss.org/ind

[JBoss-user] [Beginners Corner] - Tutorial on JBossIDE EJB3.0 Tools

2005-11-06 Thread jbosszone
t;database=localDB,service=Hypersonic" under "jboss" = click "Invoke" button of "void startDatabaseManager()" under "List of MBean operations" = "HSQL Database Manager" start. = type "select * from JMS_USERS" in SQL editor window and cli

[JBoss-user] [Beginners Corner] - Re: Tutorial on JBossIDE EJB3.0 Tools

2005-11-06 Thread jbosszone
t;this is also an article"); | | showArticles(req, resp); | } | | private void showArticles(HttpServletRequest req, HttpServletResponse resp) | throws ServletException, IOException | { | PrintWriter out = resp.getWriter(); |

[JBoss-user] [Beginners Corner] - Re: Tutorial on JBossIDE EJB3.0 Tools

2006-01-20 Thread jbosszone
B3Deployer] Deployed: file:/E:/jboss-4.0.3SP1/server/all/deploy/authors-beans.ejb3 = using Windows Explorer, confirm the two files deployed under '../jboss-4.0.3SP1/server/all/deploy'. - go to URL "http://localhost:8080/authors/authors"; and check the

[JBoss-user] [Beginners Corner] - Re: Tutorial on J2EE using JBOSS-4.x, Eclipse-3.x, Lomboz-3.

2005-06-11 Thread jbosszone
ies at Task 4 (Deploy the RequestItems Bean). - trying modifications of settings, such as = switch using of jms folder under /deploy-hasingleton to /deploy = change settings in the related xml files etc. - no success so far. jbosszone Vi

[JBoss-user] [Beginners Corner] - Re: Tutorial on J2EE using JBOSS-4.x, Eclipse-3.x, Lomboz-3.

2005-06-16 Thread jbosszone
| StoreAccess | | | | ejb/SupplierLocal | Entity | au.com.tusc.cmp.SupplierLocalHome | au.com.tusc.cmp.SupplierLocal | Supplier | | | | : - jboss.xml : | |

[JBoss-user] [Beginners Corner] - Re: Tutorial on J2EE using JBOSS-4.x, Eclipse-3.x, Lomboz-3.

2005-06-21 Thread jbosszone
INFO [STDOUT] Leaving ItemBean.getItemData() | 23:30:27,678 INFO [STDOUT] Stock of item after delivery is :{itemID=I4 supplierID=S1 description=CLOCK quantity=100 price=65.0} | 23:30:27,678 INFO [STDOUT] Entering DeliverItemsBean.onMessage() Also, the results can be checked in the databas

[JBoss-user] [Beginners Corner] - Re: Tutorial on J2EE using JBOSS-4.x, Eclipse-3.x, Lomboz-3.

2005-06-24 Thread jbosszone
ostgres/deploy/jms.bak" to activate the "jms" folder. (ref. Step 11 in the first post of this thread) = put ".bak" to hajndi-jms-ds.xml under "/postgres/deploy/jms" to disable. - "jms-ra.rar" is only one active file in "/postgres/deploy/jms"

[JBoss-user] [Beginners Corner] - Re: Tutorial on J2EE using JBOSS-4.x, Eclipse-3.x, Lomboz-3.

2005-06-25 Thread jbosszone
add a new file named "TestClient.java" as per steps in Ref. 1 Task 6 : Test the TestClient - remove AXIS 1.1 jar files in the Java Build Path Libraries before testing = right click "MyStorePgSQL" in the Project Explorer of Eclipse, go to Properties/Java Build Path/Libraries. = remove followi

[JBoss-user] [Beginners Corner] - Re: Tutorial on J2EE using JBOSS-4.x, Eclipse-3.x, Lomboz-3.

2005-07-07 Thread jbosszone
btnGetID_Click()" is; : | private void btnGetID_Click(object sender, System.EventArgs e) | { |// string strResult; |localhost.StoreAccessService objWebRef = new localhost.StoreAccessService(); | |// Call loginuser function and display the result ID to t

[JBoss-user] [Beginners Corner] - Re: Tutorial on J2EE using JBOSS-4.x, Eclipse-3.x, Lomboz-3.

2005-07-27 Thread jbosszone
Dear tumitoto, There might be some helpful info in the results of Google search with "org.apache.axis.deployment.wsdd.WSDDException: No provider type matches QName". e.g.; http://issues.apache.org/jira/browse/AXIS-1760?page=comments#action_58265 jbosszone View the original po