[JBoss-dev] [Nukes Development] - Howto send Mails from an module

2004-10-27 Thread LCB
I want to send mails from an modul. I have seen that the core provides an mail modul and i think its a good way to reuse this modul. But how to use it and where to settup? The local.properties does not contain setup params for mail. Can somebody give an example? And is it possible to add

[JBoss-dev] [XDoclet on JBoss (XDoclet/JBoss)] - @jboss.target-realtion support for jdbc-type and sql-type?!

2004-09-08 Thread LCB
xdoclet 1.2.1 doesn't support jdbc-type and sql-type in jboss.target-relation tag. Will xdoclet version 1.2.2 do this? Or does anybody know an xdoclet version which support this? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3847572#3847572 Reply to the post

[JBoss-dev] [Nukes Development] - Error deploying News Modul!

2004-06-24 Thread LCB
I haven en error deploying the news module on mysql: Created table 'nuke_news_topics' successfully. | 2004-06-24 14:00:22,937 INFO [org.jboss.ejb.plugins.cmp.jdbc.JDBCStartCommand.TopicEJB] Created index 'nuke_news_topics_idx0' on 'nuke_news_topics' success | fully. | 2004-06-24

[JBoss-dev] [Nukes Development] - Re: Error deploying News Modul!

2004-06-24 Thread LCB
Tested, looks pretty good. Taking al look at the postgres and oracle properties shows me that the table names there are false too. But i cant say if the statement ist wrong or false. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3839847#3839847 Reply to the

[JBoss-dev] [Nukes Development] - Re: Error deploying News Modul!

2004-06-24 Thread LCB
The table name in the statement is nukes_news_topics an should be nuke_news_topics. Here the patches: Index: oracle8.properties | === | RCS file: /cvsroot/jboss/nukes/build/etc/oracle8.properties,v | retrieving revision 1.5 |

[JBoss-dev] [Nukes Development] - Wrong search in GroupModule

2004-06-18 Thread LCB
The Search funktion in the GroupModule always returns only exact matches of the searchstring, ignoring the selected search method(Excat, Beginns with, Contains). After looking in the code if found out that the search method sets the wildcards only on default value. I think it should be

[JBoss-dev] [Nukes Development] - Re: Problem of anchor in module

2004-06-18 Thread LCB
Have you tried to call the anchor with an url like this: | a href=index.html?module=myModuleop=main#myAnchor | for anchor | a name=myAnchor / | View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3839215#3839215 Reply to the post :

[JBoss-dev] [Nukes Development] - View newest Post Bug

2004-05-17 Thread LCB
The View newest Post Button shows the newest Post in the forum, not in the topic. I think i have found the solution for this problem: Index: PostEJB.java | === | RCS file:

[JBoss-dev] [Nukes Development] - Re: View newest Post Bug

2004-05-17 Thread LCB
Hmm, i will try to explain. You must go to a forum which has new Posts for you. For each topic in this Forum which has new Posts for you, you will find an icon left beside the topic headline. A click on this should bring you to the newest post of this topic, but it doesn`t. View the

[JBoss-dev] [Nukes Development] - Re: View newest Post Bug

2004-05-17 Thread LCB
After making a complete new install i can`t replyto a post anymore. I tougth this has something to do with the changes i made. After searching the code i found an bug in the Context.class Index: Context.java | === | RCS file:

[JBoss-dev] [Nukes Development] - Re: MySQL Pure-CMP --- issues w News FAQ modules

2004-05-11 Thread LCB
jae, you have added nukes.pk-constraint to the properties files for the database, but you forgott to use this property in your build script. I think change the build.xml like this will fix it: target name=configure unless=configure.disable | | property name=jndi-root value=nukes/news/

[JBoss-dev] [XDoclet on JBoss (XDoclet/JBoss)] - Re: auto-increment primarykey problem

2004-05-06 Thread LCB
Can you please post the generated jbosscmp-jdbc.xml? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3833889#3833889 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3833889

[JBoss-dev] [XDoclet on JBoss (XDoclet/JBoss)] - Re: auto-increment primarykey problem

2004-05-05 Thread LCB
Postgresql doesn't support auto-increment tag. You must change sql-type to SERIAL. | /** | * Returns the id | * @return the id | * | * @ejb.persistent-field | * @ejb.persistence | * column-name=id | * sql-type=SERIAL | * jbdc-type=INTEGER | * @ejb.pk-field | *

[JBoss-dev] [Nukes Development] - Re: MySQL Pure-CMP --- issues w News FAQ modules

2004-05-04 Thread LCB
Howard, take a look at the news module. The setting for pk-constraint is declared there in the build file , so there ist no need to do it manually in each EJB. Only problem is, the changes only occur when making clean build. Next step is to make these settings in the database specific

[JBoss-dev] [Nukes Development] - Re: MySQL Pure-CMP --- issues w News FAQ modules

2004-05-03 Thread LCB
I think you have the wrong mapping in jbosscmp-jdbc.xml it must look like this: | ?xml version=1.0 encoding=UTF-8? | !DOCTYPE jbosscmp-jdbc PUBLIC -//JBoss//DTD JBOSSCMP-JDBC 3.2//EN http://www.jboss.org/j2ee/dtd/jbosscmp-jdbc_3_2.dtd; | | jbosscmp-jdbc |defaults |

[JBoss-dev] [Nukes Development] - Re: MySQL Pure-CMP --- issues w News FAQ modules

2004-05-03 Thread LCB
Sorry, wrong code, mapping must be mySQL ?xml version=1.0 encoding=UTF-8? | !DOCTYPE jbosscmp-jdbc PUBLIC -//JBoss//DTD JBOSSCMP-JDBC 3.2//EN http://www.jboss.org/j2ee/dtd/jbosscmp-jdbc_3_2.dtd; | | jbosscmp-jdbc |defaults | datasourcejava:NukesDS/datasource |

[JBoss-dev] [Nukes Development] - Error compiling daily snapshot

2004-05-03 Thread LCB
I have an error while compiling daily snapshot: | == | == | == Executing 'most' in module 'bb'... | == | == | | generate-classes: | [mkdir] Created dir: /home/troos/nukes/nukes-snapshot/bb/output/gen/classes

[JBoss-dev] [XDoclet on JBoss (XDoclet/JBoss)] - sql-type and jdbc-type in relations

2004-05-03 Thread LCB
How to define sql-type and jdbc-type with xdoclet in relations? The result should look like this: | ejb-relation | ejb-relation-nameAccount - Profile/ejb-relation-name | | ejb-relationship-role |

[JBoss-dev] [Nukes Development] - Re: MySQL Pure-CMP --- issues w News FAQ modules

2004-04-29 Thread LCB
You must set pk-constraint to true for mysql to fix the problem with creating the tables. I have done it manually in the jbosscmp-jdbc.xml and it works fine. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3833012#3833012 Reply to the post :