You can subscribe to this list here.
2005 |
Jan
|
Feb
|
Mar
|
Apr
(157) |
May
(789) |
Jun
(608) |
Jul
(554) |
Aug
(868) |
Sep
(654) |
Oct
(994) |
Nov
(803) |
Dec
(982) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2006 |
Jan
(1006) |
Feb
(1054) |
Mar
(1345) |
Apr
(1305) |
May
(1392) |
Jun
(1016) |
Jul
(265) |
Aug
(1) |
Sep
(8) |
Oct
(9) |
Nov
(8) |
Dec
(19) |
2007 |
Jan
(20) |
Feb
(10) |
Mar
(20) |
Apr
(8) |
May
(4) |
Jun
(1) |
Jul
(6) |
Aug
(3) |
Sep
(6) |
Oct
(12) |
Nov
(7) |
Dec
(13) |
2008 |
Jan
(5) |
Feb
(4) |
Mar
(34) |
Apr
(32) |
May
(22) |
Jun
(21) |
Jul
(30) |
Aug
(18) |
Sep
(30) |
Oct
(23) |
Nov
(86) |
Dec
(51) |
2009 |
Jan
(25) |
Feb
(26) |
Mar
(34) |
Apr
(47) |
May
(38) |
Jun
(25) |
Jul
(36) |
Aug
(9) |
Sep
(8) |
Oct
(10) |
Nov
(4) |
Dec
(17) |
2010 |
Jan
(7) |
Feb
(9) |
Mar
(26) |
Apr
(49) |
May
(52) |
Jun
(48) |
Jul
(39) |
Aug
(27) |
Sep
(9) |
Oct
(14) |
Nov
(7) |
Dec
(10) |
2011 |
Jan
(12) |
Feb
(9) |
Mar
(17) |
Apr
(33) |
May
(39) |
Jun
(36) |
Jul
(29) |
Aug
(26) |
Sep
(29) |
Oct
(38) |
Nov
(35) |
Dec
(27) |
2012 |
Jan
(20) |
Feb
(34) |
Mar
(29) |
Apr
(33) |
May
(45) |
Jun
(46) |
Jul
(50) |
Aug
(35) |
Sep
(55) |
Oct
(68) |
Nov
(79) |
Dec
(45) |
2013 |
Jan
(67) |
Feb
(20) |
Mar
(55) |
Apr
(52) |
May
(25) |
Jun
(25) |
Jul
(34) |
Aug
(27) |
Sep
(21) |
Oct
(21) |
Nov
(19) |
Dec
(12) |
2014 |
Jan
(10) |
Feb
(8) |
Mar
(13) |
Apr
(18) |
May
(36) |
Jun
(26) |
Jul
(17) |
Aug
(19) |
Sep
(13) |
Oct
(8) |
Nov
(7) |
Dec
(5) |
2015 |
Jan
(11) |
Feb
(2) |
Mar
(13) |
Apr
(15) |
May
(7) |
Jun
(2) |
Jul
(4) |
Aug
(3) |
Sep
(3) |
Oct
|
Nov
(2) |
Dec
(1) |
2016 |
Jan
(3) |
Feb
(5) |
Mar
(19) |
Apr
(34) |
May
(9) |
Jun
(10) |
Jul
(5) |
Aug
(10) |
Sep
(5) |
Oct
(11) |
Nov
(19) |
Dec
(7) |
2017 |
Jan
(4) |
Feb
(4) |
Mar
(8) |
Apr
(5) |
May
(12) |
Jun
(5) |
Jul
(11) |
Aug
(4) |
Sep
|
Oct
|
Nov
|
Dec
|
From: <ad...@jb...> - 2005-05-03 16:42:01
|
"bil...@jb..." wrote : Hibernate is not a problem since EJB3 handles interaction with Hibernate. What I need is JCA/TM/JNDI. Which is what the prototype does. So the next stage is to make it into a real standalone downloadable and identify kludges/improvements/haircuts with a roadmap on JIRA. I can do this, but I'd rather get on with my current roadmap/objectives 1) Finalize the XML 2) Ensure we have the integration with AOP working 3) Fixing some of the TODOs (like the lifecycle annotation) with tests These are basic foundations, it is not a wise idea to build things on sand ;-) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876305#3876305 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876305 |
From: <bil...@jb...> - 2005-05-03 16:28:59
|
Hibernate is not a problem since EJB3 handles interaction with Hibernate. What I need is JCA/TM/JNDI. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876302#3876302 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876302 |
From: <ad...@jb...> - 2005-05-03 16:28:14
|
It might also be interesting to get someone from the JBoss/IDE project involved? i.e. bootstrap your own EJB3 inside eclipse for testing purposes. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876301#3876301 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876301 |
From: <ad...@jb...> - 2005-05-03 16:22:54
|
"bil...@jb..." wrote : | So, again, how do you want to proceed? Who does what? | Steve Ebersole was volunteering to help in a thread earlier this week: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=63283 I have discussed the JCA issue with him before in relation to the hibernate deployer. I'd also guess he would be the best to get hibernate working? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876300#3876300 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876300 |
From: <ad...@jb...> - 2005-05-03 16:19:13
|
For JCA there already is this open task: http://jira.jboss.com/jira/browse/JBAS-1425 which is basically replacing what -ds.xml does with a javabean For JTA the pojo config problem is largely due to most of the config being package protected since it is assumed to be configured from the TransactionManagerService MBean. And the XIDFactory validates its own config in startService() which we don't support yet in the MC: http://jira.jboss.com/jira/browse/JBMICROCONT-23 I'd prefer it if these changes were discussed on the forum threads associated with those tasks so that everything is kept together for later reference. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876299#3876299 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876299 |
From: <cle...@jb...> - 2005-05-03 16:10:49
|
There is two ways to start the profiler: I - A generic way, in places where you don't have JMX MBeans, using the socket console. II - Using Jboss MBeans JMX Console. From the readme.txt anonymous wrote : Alternatively, if you're running the profiler under JBoss, you can deploy | either jboss-profiler-noAOP.sar or jboss-profiler.sar and stop, start, pause | the data capturing through JMX and the JMX console. The MBean has the | javax.management.ObjectName jboss.profiler:mbean=Native-profiler . | | So, just add the -XrunjbossInspector: to your run.bat/run.sh as usual and start/stop data capturing using the JMX console. Clebert Suconic View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876296#3876296 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876296 |
From: <bil...@jb...> - 2005-05-03 16:10:06
|
"ad...@jb..." wrote : It should be discussed individually with the project leads. Well, between you and I we have most of it covered. Scott handles JNDI/Security. So, its us three. Remoting, Tom, would also have to be included. Minimally, we need * JNDI * TM * EJB3 * JCA Let me know if you have time for anything. I know the above code bases enough to proceed on my own if you have better things to do. I'll focus on EJB3 first since you seem to have all the base components I need to test a refactoring. So, again, how do you want to proceed? Who does what? anonymous wrote : | Remember we also need to be able to do this across JBoss versions as well, | so we must be careful that the API used is stable and intended for public use. Well, let's get a useful iteration before committing to any stable API. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876295#3876295 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876295 |
From: wobbet <nu...@jb...> - 2005-05-03 15:56:30
|
First, I got the latest out of CVS ran "ant" to build and then "ant dev-dep= loy" to deploy. I edited the list of users as follows and then re-started J= Boss to make sure that the changes took. <mbean code=3D"org.jboss.mail.userrepository.StaticUserRepository" name=3D"= jboss.mail:type=3DMailServices,name=3DUserRepository,uimanageable=3Dtrue"> | <attribute name=3D"Users"> | <users> | <user><id>wobbet</id><password>pwd</password></user> | </users> | </attribute> | </mbean> I then telnet in and try to get into email using the telnet instructions f= rom http://www.yuki-onna.co.uk/email/smtp.html. The response from the serve= r is identical whether I'm using telnet from the machine itself or from a r= emote machine (WinXP Pro SP2 running Putty). My session looks like... 220 localhost.localdomain.com SMTP Server (JBMAIL SMTP Server version 0.1) = ready May 3, 2005 12:05:10 PM CDT 500 localhost.localdomain.com Syntax error, command unrecognized: =C3=AF=C2= =BF=C2=BF=C3=AF=C2=BF=C2=BB=C3=AF=C2=BF=C2=BF=C3=AF=C2=BF=C2=BB HELO localhost.localdomain.com 250-localhost.localdomain.com Hello wobbet-lap-01.nls.nlsholdings.com.local= domain.com (10.10.1.147 (10.10.1.147)) 250 AUTH LOGIN PLAIN MAIL FROM: wobbet 501 Syntax error in MAIL command After I try this a couple of times I decide to go ahead and say=20 RCPT TO: wo...@my... And I get the 503 error saying RCPT w/o MAIL. After some (seemingly random) period of time the session just goes away. Th= is corresponds with the "ConnectionHandler finished" log entry being genera= ted. I have my log file set to DEBUG for the most information and I get the foll= owing in the log file from my telnet session. 2005-05-03 11:54:21,322 DEBUG [org.jboss.mail.AbstractProtocol] ReadCommand= outputting HELO wobbet-lap-01.nls.nlsholdings.com.localdomain.com^M 2005-05-03 11:54:21,323 DEBUG [org.jboss.mail.smtp.SMTPProtocolInstance] Ha= ndleRequest called with request =3D false 2005-05-03 11:54:21,323 DEBUG [org.jboss.mail.smtp.SMTPProtocolInstance] Ha= ndleRequest called with command =3D HELO 2005-05-03 11:54:21,323 DEBUG [org.jboss.mail.smtp.handlers.CmdHELO] HELO c= ommand handler called 2005-05-03 11:54:41,365 INFO [STDOUT] socketOverride is null therefore I'm= going to return false 2005-05-03 11:58:27,688 DEBUG [org.jboss.mail.AbstractProtocol] ReadCommand= outputting MAIL FROM: wobbet^M 2005-05-03 11:58:27,688 DEBUG [org.jboss.mail.smtp.SMTPProtocolInstance] Ha= ndleRequest called with request =3D false 2005-05-03 11:58:27,689 DEBUG [org.jboss.mail.smtp.SMTPProtocolInstance] Ha= ndleRequest called with command =3D MAIL 2005-05-03 11:58:27,689 DEBUG [org.jboss.mail.smtp.handlers.CmdMAIL] MAIL c= ommand handler called 2005-05-03 11:58:27,689 DEBUG [org.jboss.mail.smtp.handlers.CmdMAIL] arg = =3D FROM: wobbet 2005-05-03 11:58:27,690 DEBUG [org.jboss.mail.smtp.handlers.CmdMAIL] arg wa= sn't null 2005-05-03 11:58:27,690 DEBUG [org.jboss.mail.smtp.handlers.CmdMAIL] colonI= ndex=3D4 2005-05-03 11:58:27,690 DEBUG [org.jboss.mail.smtp.handlers.CmdMAIL] sender= =3D wobbet 2005-05-03 11:58:27,690 DEBUG [org.jboss.mail.smtp.handlers.CmdMAIL] arg=3D= FROM 2005-05-03 11:58:27,690 DEBUG [org.jboss.mail.smtp.handlers.CmdMAIL] Sender= =3D wobbet **arg =3D FROM 2005-05-03 11:58:27,691 INFO [STDOUT] socketOverride is null therefore I'm= going to return false 2005-05-03 11:58:27,744 DEBUG [org.jboss.mail.ConnectionHandler] Connection= Handler finished Whenever I attempt to connect w/ Outlook using the 'wobbet' mailbox I get n= othing in the log whatsoever even though Outlook reports that it can find b= oth the SMTP and POP servers specified. Note that I'm specifying the server= by IP Address because it doesn't currently sport a name. The instructions referenced from http://wiki.jboss.org/wiki/Wiki.jsp?page= =3DMailServicesInstallingM2 don't have much in the way of configuring domai= ns or users and I think I'm using them properly. I left the domains alone a= nd added myself as a user. What else do I need to do? So I'm pretty sure that I've mis-configured something and/or am not being c= lueful about how to connect to the mail server. But I don't know what it is= that is wrong. Many thanks! rjsjr View the original post : http://www.jboss.org/index.html?module=3Dbb&op=3Dv= iewtopic&p=3D3876293#3876293 Reply to the post : http://www.jboss.org/index.html?module=3Dbb&op=3Dpostin= g&mode=3Dreply&p=3D3876293 |
From: <ad...@jb...> - 2005-05-03 15:03:28
|
It should be discussed individually with the project leads. The API I have used for JCA is marked as "FOR TEST ONLY" but I think we need a more POJO/DI oriented api which the MBeans can be adapted to (rather than the other way around). I quite like the idea of using integration factories rather the JBoss code/classes directly. That way, it is easy to switch the implementation to for example use Tomcat's DataSource/JNDI/etc. Remember we also need to be able to do this across JBoss versions as well, so we must be careful that the API used is stable and intended for public use. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876284#3876284 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876284 |
From: <bil...@jb...> - 2005-05-03 14:53:45
|
how do you want to procede? Will you refactor TM/JCA/JNDI and put the POJO classes and such into the respective code bases? Also, we probably need a factory bean for the datasources. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876277#3876277 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876277 |
From: mikezzz <nu...@jb...> - 2005-05-03 14:41:52
|
Have a look at: http://wiki.jboss.org/wiki/Wiki.jsp?page=MailServicesInstallingM2 It has some information for configuring users and domains. To test I normally try to send a mail to myself. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876276#3876276 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876276 |
From: <ad...@jb...> - 2005-05-03 14:39:03
|
So I guess the next stage in this track is to add AOP/Hibernate/EJB3 and make it into a real distribution. We should also identify the configuration kludges and trim where unnecessary things have leaked into the dependencies. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876274#3876274 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876274 |
From: <ad...@jb...> - 2005-05-03 14:34:53
|
I've created a simple prototype that uses the MC to bootstrap a transactional datasource inside a pojo environment. It uses in memory hypersonic, but this can easily be changed with the MCF properties. You can find the simple code in aspects/src/tests/org/jboss/test/aspects/microcontainer/test/POJOEnvironmentTestCase | /* | * JBoss, the OpenSource J2EE webOS | * | * Distributable under LGPL license. | * See terms of license at gnu.org. | */ | package org.jboss.test.aspects.microcontainer.test; | | import java.net.URL; | import java.sql.Connection; | import java.sql.ResultSet; | import java.sql.Statement; | | import javax.naming.InitialContext; | import javax.sql.DataSource; | import javax.transaction.TransactionManager; | | import org.jboss.kernel.Kernel; | import org.jboss.kernel.plugins.deployment.xml.XMLKernelDeployer; | | /** | * POJO Environment tests | * | * @TODO XMLKernelDeployer -> BeanXMLDeployer | * @author <a href="ad...@jb...">Adrian Brock</a> | * @version $Revision: 1.1 $ | */ | public class POJOEnvironmentTestCase extends AbstractMicroContainerTest | { | XMLKernelDeployer deployer; | | public POJOEnvironmentTestCase(String name) | { | super(name); | } | | protected void setUp() throws Exception | { | super.setUp(); | try | { | Kernel kernel = bootstrap(); | deployer = new XMLKernelDeployer(kernel); | URL bootstrap = getClass().getResource("/bootstrap.xml"); | if (bootstrap == null) | throw new RuntimeException("Cannot find bootstrap.xml"); | deployer.deploy(bootstrap); | deployer.validate(); | } | catch (Exception e) | { | throw e; | } | catch (Throwable t) | { | throw new RuntimeException(t); | } | } | | public void testTxDataSource() throws Throwable | { | InitialContext ctx = new InitialContext(); | DataSource ds = (DataSource) ctx.lookup("java:/DefaultDS"); | TransactionManager tm = (TransactionManager) ctx.lookup("java:/TransactionManager"); | | log.info("Creating table"); | Connection c = ds.getConnection(); | try | { | Statement s = c.createStatement(); | s.execute("create table test (key integer, value char(50))"); | } | finally | { | c.close(); | } | | log.info("Perform an insert but do a rollback"); | tm.begin(); | try | { | c = ds.getConnection(); | try | { | Statement s = c.createStatement(); | s.execute("insert into test (key, value) values(1, 'Hello')"); | } | finally | { | c.close(); | } | } | finally | { | tm.rollback(); | } | | log.info("The row count should be zero"); | c = ds.getConnection(); | try | { | Statement s = c.createStatement(); | ResultSet r = s.executeQuery("select count(*) from test"); | if (r.next()) | { | assertEquals(0, r.getInt(1)); | } | else | fail("Should not be here"); | } | finally | { | c.close(); | } | | log.info("Do an insert and this time commit"); | tm.begin(); | try | { | c = ds.getConnection(); | try | { | Statement s = c.createStatement(); | s.execute("insert into test (key, value) values(1, 'Goodbye')"); | } | finally | { | c.close(); | } | } | finally | { | tm.commit(); | } | | log.info("We should be able to retrieve the value"); | c = ds.getConnection(); | try | { | Statement s = c.createStatement(); | ResultSet r = s.executeQuery("select value from test where key=1"); | if (r.next()) | { | assertEquals("Goodbye", r.getString(1)); | } | else | fail("Should not be here"); | } | finally | { | c.close(); | } | } | | protected void configureLoggingAfterBootstrap() | { | enableTrace("org.jboss.tm"); | } | } | The "helper" classes are in aspects/src/tests/org/jboss/test/aspects/microcontainer/support/pojo and two configuration files are required from aspects/src/resources/tests/pojo jndi.propertes - (creates an in memory initial context) and the bootstrap config | <?xml version="1.0" encoding="UTF-8"?> | | <deployment> | <!-- JNDI --> | <bean name="Naming" class="org.jboss.test.aspects.microcontainer.support.pojo.POJONamingServer"/> | | <!-- TransactionManager --> | <bean name="TransactionManager" class="org.jboss.tm.TxManager"> | <constructor factoryClass="org.jboss.test.aspects.microcontainer.support.pojo.TransactionManagerFactory" | factoryMethod="getTransactionManager" | /> | </bean> | <bean name="TMBinding" class="org.jboss.test.aspects.microcontainer.support.pojo.JNDIBinding"> | <constructor> | <parameter>java:/TransactionManager</parameter> | <parameter><inject bean="TransactionManager"/></parameter> | </constructor> | </bean> | | <!-- JCA CCM --> | <bean name="CachedConnectionManager" class="org.jboss.resource.connectionmanager.CachedConnectionManager"> | </bean> | | <!-- ManagedConnectionFactory configured to use in memory hypersonic --> | <bean name="ManagedConnectionFactory" class="org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory"> | <property name="driverClass">org.hsqldb.jdbcDriver</property> | <property name="connectionURL">jdbc:hsqldb:.</property> | <property name="userName">sa</property> | </bean> | | <!-- Pooling parameters --> | <bean name="PoolParams" class="org.jboss.resource.connectionmanager.InternalManagedConnectionPool$PoolParams"> | </bean> | | <!-- FIXME: API requires a logger --> | <bean name="Log" class="org.jboss.logging.Logger"> | <constructor factoryClass="org.jboss.logging.Logger" | factoryMethod="getLogger"> | <parameter>org.jboss.resource.connectionmanager.JBossManagedConnectionPool</parameter> | </constructor> | </bean> | | <!-- The pool --> | <bean name="Pool" class="org.jboss.resource.connectionmanager.JBossManagedConnectionPool$OnePool"> | <constructor> | <parameter><inject bean="ManagedConnectionFactory"/></parameter> | <parameter><inject bean="PoolParams"/></parameter> | <parameter>false</parameter> | <parameter><inject bean="Log"/></parameter> | </constructor> | </bean> | | <!-- The connection manager behind the DataSource --> | <bean name="ConnectionManager" class="org.jboss.test.aspects.microcontainer.support.pojo.POJOConnectionManager"> | <constructor> | <parameter><inject bean="CachedConnectionManager"/></parameter> | <parameter><inject bean="Pool"/></parameter> | <parameter><inject bean="TransactionManager"/></parameter> | </constructor> | <property name="localTransactions">true</property> | <property name="trackConnectionByTx">true</property> | </bean> | <bean name="DataSource" class="org.jboss.resource.adapter.jdbc.WrapperDataSource"> | <constructor factoryMethod="getFactory"> | <factory value="ConnectionManager"/> | </constructor> | </bean> | <bean name="DSBinding" class="org.jboss.test.aspects.microcontainer.support.pojo.JNDIBinding"> | <constructor> | <parameter>java:/DefaultDS</parameter> | <parameter><inject bean="DataSource"/></parameter> | </constructor> | </bean> | | </deployment> | View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876272#3876272 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876272 |
From: fredatwork <nu...@jb...> - 2005-05-03 14:21:52
|
Hello, I'm starting using JBoss Profiler 1.0 RC1. I followed the instructions provided by Torben Jager's HOWTO. I customized my JBoss 4 setup on Windows: - I added jbossInspector.dll to your %PATH% - I copied profilerConsole.jar to $JBOSS_HOME/bin/ - I added profilerConsole.jar to boot classpath of jboss in start-up script However JBoss does not start anymore. I says "Fatal Error: Cannot find br.com.summatech.serverSpy.StartupProfilerCheck.initCheck(String, int)". I opened the provided profilerConsole.jar file and the StartupProfilerCheck class in in package com.jboss.profiler.threadcheck. Is there a working binary release available ? Fred View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876270#3876270 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876270 |
From: <ad...@jb...> - 2005-05-03 14:03:50
|
Just destroy. Cleanup is for when you want to return it to the pool. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876264#3876264 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876264 |
From: jimmyed2001 <nu...@jb...> - 2005-05-03 06:17:11
|
I agree partly, except that browser support of table margins is also inconsistent, so you cannot get a pixel-perfect rendering using tables either. You can also combine divs and tables. I agree on support of the WSRP standard although there are some real interpretation issues with the table styles. If we had a good taglib for getting at the portal page content we could use either tables or divs, or both. I would also like to see the portlet preferences made available to the page rendering layer so that we can specify theme specific options at the portlet-instance level. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876247#3876247 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876247 |
From: <bil...@jb...> - 2005-05-03 02:01:27
|
I'm implementing creating a generic Recoverable that wraps a JCA ManagedConnection. How do I clean up after I'm done with the managed connection? Do I call managedConnection.destroy(), cleanup() or both? thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876234#3876234 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876234 |
From: <ad...@jb...> - 2005-05-02 23:06:40
|
Do you have a JIRA task for this work such that I can add dependencies upon? e.g. http://jira.jboss.com/jira/browse/JBMICROCONT-33 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876224#3876224 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876224 |
From: bcurrier <nu...@jb...> - 2005-05-02 22:26:31
|
After reading several of the postings, I assume that Loadtime/Runtime weaving of aspects will only run using the 'all' server in the 4.0.1sp1 distribution. Has this changed in 4.0.2RC1 distribution? Thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876219#3876219 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876219 |
From: wobbet <nu...@jb...> - 2005-05-02 21:45:04
|
More info... I can telnet to my mail server. I have added two domains to I am attempting to connect with Outlook using POP3 and SMTP Outlook can find the POP and SMTP servers. My server.log file does not show any requests from Outlook but it does show the connections from telnet on port 110. Do I need to change the servername in: I am running JBoss 4.0.1sp1 on Linux w/ Java 1.4.2_08. And I'm kinda lost now. I *think* it's working but I can't prove it :) rjsjr View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876214#3876214 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876214 |
From: wobbet <nu...@jb...> - 2005-05-02 21:28:19
|
Okay, I'm probably being an idiot here but... Where are the config docs? When I go to the Wiki on how to add a user there's only a .zip file with a Win32 .exe file in there that looks to be an IM tool. Joy... Do I 1 - add users in the jboss-service.xml file or do I 2 - add users in the mail-service.xml file or 3 - is there an HSQLDB that I add users to or 4 - do I need MySQL installed to add users Do I need to modify mail-service.xml to set up the mail domains? Do I need to be using some other sort of domains for managing the mail users? Can there be more than one user specified in mail-service.xml or is that file deprecated in lieu of something else? I can get into the server via telnet but I have no idea of what commands are valid from the telnet interface. Help! rjsjr View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876213#3876213 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876213 |
From: mikezzz <nu...@jb...> - 2005-05-02 20:13:50
|
A quick note that I have created an interface called Copier and a couple of implemenations (SimpleCopier, DotStuffingCopier and DotUnstuffingCopier). SMTP uses the DotUnstuffingCopier for both Simple and Stored mail bodies (having them both use the same code is a good thing). DotStuffingCopier is for POP, but I haven't integrated it yet. This code supercedes the Nokia branch code. Some micro-benchmarking that I have done shows the Copier interface to be marginally quicker and more memory efficient than the Nokia code, around 2-5% (but I had to beat it to death with a stick in order to get it that fast). The Copier interface is also more reusable, however not as elegant, from a design perspective, as the nested streams. It is not possible aggregate Copier imeplematations, each one needs to be implemented seperately. I could further wax philisophical on abstraction vs performance, but I will stop there before people start falling asleep. Mike. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876207#3876207 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876207 |
From: <rya...@jb...> - 2005-05-02 19:42:27
|
jbossbuild looks at the project name to determine if it should generate the toplevel targets such as "synchronize". If the project name of the current build file is "main.build", the toplevel targets will be generated. Also, Overriding previous definition of reference to jbossas-thirdparty This occurs when you have two ant references with the same name. In this case, I'm guessing that the first ant reference is the project itself, and the second is the build element. Both of these are named "jbossas-thirdparty". If you change the project name to "main.build" it will solve both of these problems. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876198#3876198 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876198 |
From: mikezzz <nu...@jb...> - 2005-05-02 19:23:03
|
The CVS server for JBoss has moved from sourceforge. The instructions for anonymous access are here: http://wiki.jboss.org/wiki/Wiki.jsp?page=CVSRepository Checkout the jboss-mail module. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876197#3876197 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876197 |
From: wobbet <nu...@jb...> - 2005-05-02 19:08:17
|
Okay... I wanted to go and use the build instructions that basically say "Run Ant". So I configure my ANT_HOME and my PATH variables and type in "ant" and watch the screen sit for a while until I am told that there is no "main" target in the build.xml file. That's mighty annoying... So I re-read the instructions and it appears that I need to get the latest stuff from CVS in order to run the build that way so I follow the link and... THIS PROJECT HAS CVS TURNED OFF! Joy... I'm just going to copy the .ear file over and see what I get... rjsjr View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876194#3876194 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876194 |