that's an excellent point.
thanks scott
- Original Message -
From: "Scott M Stark" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, August 01, 2001 5:13 PM
Subject: Re: [JBoss-user] configuring Log4J
Yes it is possible. How do you think a file based JDBC database like
cl
Guys,
Could someone please direct me to an example ejb-jar.xml for a BMP.
Thanks,
--Tejo.
___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user
Hi,
Jaime Gomez wrote:
> I need know if Jboss support UserTransaction. I can use commit and
> rollback in my client of the same form that use in JOnas
JBoss supports UserTransaction:
- For BMT beans in the server, as per tha spec.
- For stand-alone clients in other VMs, possibly
on other machi
I'm having problems making my EJB Home/Remote interfaces available to my
web-application.
Following the instructions in the manual
(http://www.jboss.org/documentation/HTML/ch11s55.html), I've created an EAR
file with the following layout:
META-INF/
META-INF/MANIFEST.MF
META-INF/appl
I noticed that in both versions with and without Tomcat JBoss often hangs
after returning from ejbCreate() and ejbStore() methods and in the middle of
ejb-jar's redeployment. The latter makes me doubt that it is due to my
applications deadlock. Earlier I saw others discussing similar problem. How
I noticed that in both versions with and without Tomcat JBoss often hangs
after returning from ejbCreate() and ejbStore() methods and in the middle of
ejb-jar's redeployment. The latter makes me doubt that it is due to my
applications deadlock. Earlier I saw others discussing similar problem. How
I haven't looked hard at your trace however you should not be putting
anything in jboss.conf, just jboss.jcml. (at least with 2.2 and later)
david jencks
On 2001.08.01 11:30:52 -0400 Andrew Bredon wrote:
> Hi All,
>
> I have used an example someone posted earlier (sorry lost the post) and
> hav
Hello,
Has anyone succeeded in implementing OpenJMS with JBoss to handle its message
driven bean? Is there any pitfall, caution that I need to know?
Regards,
Victor
___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/lis
I am not sure if I could produce deadlock. I have no explicit usage of
threads. May be resource sharing? If I connect to the same database from
admin application? Or if I keep home object in a static field? What is a
usual cause of it?
---
I am still suffering from jboss-tomcat freezin
Can someone look at this jboss.xml to see if
it looks right. Specifically, if the session bean is mapped properly w/ the
dbase resource.
Any help much appreciated.
---
jdbc/PostgresqlDB
javax.sql.DataSource
java:/access
Actually, they do. The first link answers your first question directly,
and the second link contains a pointer to the Jetty mailing list, which
is probably a better place to ask questions about Jetty than the JBoss
mailing list.
> these links don't tell me much.
>
> -Original Message-
>
I'm crossposting this for you to jetty-discuss - you're more likely to
find what you need there.
Off the top of my head - without conferring - JSDK 2.3 - No - you'll
need to wait for Jetty 4 (I'm open to correction here - Greg???). As for
JSP 1.2, If the corresponding Jasper release will run in
Judging from the stack trace, you have an instance variable holding a
Connection. Connections aren't serializalbe, thus the error on
passivation.
Don't have a instance variable for your connection: just get it, use it,
and close it within one method call.
david jencks
On 2001.07.31 19:09:55 -04
I need know if Jboss support UserTransaction. I can use commit and
rollback in my client of the same form that use in JOnas
Sal.
Jaime
___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user
On the database side, I think you will have to experiment and see what
works for your database. You may have to fiddle with the jaws type
mapping. My impression is that different databases deal with blobs of
binary data in vastly different ways, despite the sql "standard" and jdbc.
I can't see
Hi
I understand that a javax.sql.DataSource cannot be looked up
directly from a client, rather, the client must look up
a bean and invoke a method on it which accesses the underlying
DataSource. fine.
I ran into a problem when INDIRECTLY looking up a DataSource from
an EJB. I was using a docum
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
This looks as if it could be due the the jdk version you are using. Did you
recompile jboss under 1.4?
Regards,
Stephen.
On Wednesday 01 Aug 2001 6:10 am, you wrote:
> using jboss.2.4.0
> win-2000
> jdk1.4
>
> i have changed jboss.jcml to use emb
Hi,
Thanks for the info.
The mbeans for key generation are certainly fine, the security related one
I don't know enough about to comment on, however I don't think you need the
bean with the jndi name of the datasource. I apologize for not being able
to give you the exact syntax, but (normally)
Title: RE: [JBoss-user] Jetty support for JSP 1.2 and servlets 2.3
these links don't tell me much.
-Original Message-
From: toby cabot [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 01, 2001 2:53 PM
To: [EMAIL PROTECTED]
Subject: Re: [JBoss-user] Jetty support for JSP 1.2 an
> Does Jetty currently support JSP 1.2 and servlets 2.3? If not, when
> will it be.
http://jetty.mortbay.com/
http://sourceforge.net/projects/jetty/
___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user
Can guru tell me how can I disable the session bean
passivation.
Noticed that if I use below will get null point
exception :
TB
No Passivation
Configuration
RB
> When will Jboss be integrated with Catalina/Tomcat 4?
> thanks
> Patrick
Patrick,
It's pretty funny, I was wondering the same thing myself. I asked on
the forums this morning and was told that one of the developers would
re-open the catalina integration next week. In the mean time there's
s
Your case may be a little different, Mike, because with me it hangs not on
deployment but in the middle of serving remote methods. Seems, when storing.
-
Subject: Re: [JBoss-user] is hanging problem with Tomcat solved?
From: Mike Williams <[EMAIL PROTECTED]>
I was having a
We are using SQLServer 7.0, will likely switch to SQLServer 2000 in
production.
Alex
|+-->
|| "C Murphy @ Intechtual" |
||
>---
Hi,
I've built an ear file for an application name "BuildXML" containing a .war
file. The war file contains
home.htm
jsp/sample6.jsp
web.xml
The deployment appears ok, I invoke the home.htm which contains the line
Download
When download is pressed I get a File not found error.
What piece o
Can guru tell me how can I disable the session bean
passivation.
Noticed that if I use below will get null point
exception :
TB
No Passivation
Configuration
RB
Hi All,
I have used an example someone posted earlier (sorry lost the post) and have
added the code into jboss.conf and code
into jboss.jcml and created the Foo.java & FooMBean.java files (both compile
no probs) but I get the following exception on startup.
The mlet and mbean are both at the b
Title: Jetty support for JSP 1.2 and servlets 2.3
Does Jetty currently support JSP 1.2 and servlets 2.3? If not, when will it be.
thanks
Patrick
I'm using it with MySql
different Alex
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of C Murphy @
Intechtual
Sent: Wednesday, August 01, 2001 10:47 AM
To: [EMAIL PROTECTED]
Subject: Re: Re: [JBoss-user] JBoss and JDO
If I may ask, what RDB are you usin
Title: Integration with Catalina/Tomcat 4?
When will Jboss be integrated with Catalina/Tomcat 4?
thanks
Patrick
using jboss.2.4.0
win-2000
jdk1.4
i have changed jboss.jcml to use embedded tomcat;
have set CLASSPATH=
and copied tools.jar to tomcat/lib
jboss starts ok; servlets jsp examples run ok.
using "http://localhost/jboss and clinking on one the tests gives the
following class not found exceptio
I noticed that the interestservlet.class file also
happens to be in :
C:\work\example\examples\build-examples\interest\classes\org\jboss\docs\interest
--- Martin Welch <[EMAIL PROTECTED]> wrote:
> Where is your InterestServlet.class file?
>
> -Original Message-
> From: A.L. [mailto:[EM
The immediate naswer to you question is:
The interestservlet.class file was created in:
C:\work\example\examples\build-examples\interest\WEB-INF\classes\org\jboss\docs\interest
Here is some more background info...
When I downloaded the files for the interest example I
put them all into the follo
If I may ask, what RDB are you using behind Castor's JDO implementation on your
project?
Thanks
Chris Murphy
On Tue, 31 Jul 2001 21:18:11 -0500, [EMAIL PROTECTED] wrote:
>
> I wholeheartedly agree with this article. I am on a project where we
> originally were using entity beans, but we switch
Hi Alex,
we removed the dtd entries from the XML files and the parser works fine
without validationg the dtd.
Andreas
> -Original Message-
> From: Alex Radka [SMTP:[EMAIL PROTECTED]]
> Sent: 01 August 2001 16:09
> To: [EMAIL PROTECTED]
> Subject: RE: [JBoss-user] URGENT - problem
This was my first intention when I started development.
If it is desired I will contribute it.
Wei-ju
- Original Message -
From: "Patrick Smith" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, August 01, 2001 3:43 PM
Subject: Re: [JBoss-user] Deployment Descriptor - Working
Sorry.
It was the famous web-app_2_2.dtd problem. As of this writing java.sun.com
is down (or at least I can't get to it).
That's twice in the last 6 months, that you can't find the file. You would
think it would be higher availability.
Luckily I have a copy and can link locally.
Alex
-
Mmmh... I spoke too quiclky... In fact that doesn't work!
On Wednesday 01 August 2001 15:32, you wrote:
> OK, it works fine now!
>
> Thanks a lot!
>
>
> Daniel
>
> On Tuesday 31 July 2001 17:54, you wrote:
> > Daniel,
> >
> > try chaging the Application to
> > Container in the ejb-jar.xml. Also
any chance that you'll contribute it to the JBoss cvs ?
maybe it'll make itself into the binary at some point.
___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user
OK, it works fine now!
Thanks a lot!
Daniel
On Tuesday 31 July 2001 17:54, you wrote:
> Daniel,
>
> try chaging the Application to
> Container in the ejb-jar.xml. Also in the jboss.xml
> the tag is not required.
>
> Paul
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMA
Went to restart JBoss, shutdown fine but on startup it hangs when trying to
add the first Context and then gives a null pointer exception.
What's happening?
[Auto deploy] Starting
[Auto deploy] Watching /opt/JBoss-2.2.2_Tomcat-3.2.2/jboss/deploy
[Auto deploy] Auto deploy of
file:/opt/JBoss-2
yea Naresh, I got the same problem, however I done a google search for Jboss
and "JAAS Based Security in JBoss" is the second item listed, this will get
yea in to the site.
-Original Message-
From: Naresh Sharma [mailto:[EMAIL PROTECTED]]
Sent: 02 August 2001 00:35
To: Jboss User
Subject:
Is it possible to write some custom SQL for a CMP Bean?
Something along the lines of:
public void setCompanyStakeholders (ArrayList a,
long firstIdBlockNum)
throws RemoteException
{
final String query = "INSERT INTO Stakeholder (id
If you put the home and remote interfaces of the beans into a jar into
jboss\lib\ext directory, you do not need to put hem into searchBean.jar (and
neither the new beanjar itself).
Annegret
> -Original Message-
> From: Rajesh Vilasrao Bhujbal [SMTP:[EMAIL PROTECTED]]
> Sent: Mittwoch, 1.
Hello Everybody,
any problem with JBoss site(www.jboss.org). it gives this message.
HTTP ERROR: 404 Not Found
Could not find resource for /
RequestURI=/
Naresh
_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
Hi Frederico,
I've faced exactly the same problem few days ago. I used BMP with postgreSQL
and jBoss on win2k. I was about to going insane before finding the solution
It is generally due to improperly unclosed connection. For example, if you
have code like this :
Connection conn = dataSour
Thx for the replybut I'm new to Log4J and totally in the dark here.
Could you tell me which are the properties that I need to change? Can I
then just execute as normal and presume the logging automatically takes
place at runtime? So where do I see the results etc?
Thanks again,
Sheena.
> --
Hi,
AFAIK, Sap announces the support of JCA through InQMy Resource Adapter.
Nothing about JDO.
I still don't see JDO as widely accepted and avoid to use it.
Are you talking about this product ? Else can you point me which one ? I
have looking for such a SAP RA for some time now and was always a
Title: RE: [JBoss-user] JBOSS INTEREST EXAMPLE
Where is your InterestServlet.class file?
-Original Message-
From: A.L. [mailto:[EMAIL PROTECTED]]
Sent: 31 July 2001 17:20
To: [EMAIL PROTECTED]
Subject: Re: [JBoss-user] JBOSS INTEREST EXAMPLE
I have finally tried to restart the who
Hi,
I had created
application which lists home and remote interface class of all deployed beans in
Jboss. I had had used session bean named searchBean for this purpose.
searchBean lists beans starting with JNDI name "interest/
".
it gives correct
result only if I add home and remotes
I'm trying to use jbosspool as a standalone jdbc connection pool provider for Castor
(castor.exolab.org) using a MySQL database.
i modified my castor database.xml as follows:
JDBCPoolDataSource (is for non-transactional pools).
Should i be using XAPoolDataSource in orde
That means, that the class in the clients classpath is not the same version
as the class in jboss classpath.
Make sure that the jboss-jars in the client classpath are from the jboss
version you are running.
Annegret
> -Original Message-
> From: Andrew [SMTP:[EMAIL PROTECTED]]
> Sent: Die
52 matches
Mail list logo