View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20050121014754Lbuild.327
BUILD COMPLETE - build.327Date of build: 01/21/2005 01:47:54Time to build: 45 minutes 7 secondsLast changed: 01/21/2005 01:33:53Last log entry: Inserted sleep period to
Patches should be submitted to jira:
http://jira.jboss.com
Thanks.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863036#3863036
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863036
---
I already modify all jar manifests when a release is done to tag them with the
jboss release info. If a jar actually uses the version manifest (and few do)
its preserved, but the implementation headers are updated. Picking the
4.0.1/client/jacorb.jar at random:
| [EMAIL PROTECTED] client]$ e
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2-testsuite?log=log20050121002132Lbuild.54
BUILD COMPLETE - build.54Date of build: 01/21/2005 00:21:32Time to build: 70 minutes 13 secondsLast changed: 01/20/2005 19:49:02Last log entry: Correct the Mod
Bela and Ben,
I'd like to put forward an idea for JBoss Cache. However, first let me describe
what I'm doing.
I have a distributed application that uses JBoss Cache to distribute data to
all nodes. I'm using AOP for all cache access, synchronous replication,
transactions with read committed loc
I had this same problem when running the driver into linux.
It was and wasn't related to classpath.
At jboss32.env at /config directory you have the Classpath line.
The default file has ; instead of :
That makes the driver.sh read some variables wrongly at jboss32.env what make
it fail.
Plea
The only problem I see is that we can't (shouldn't?) modify the manifest of
thirdparty libraries. So you would only get the indirect dependencies of jboss
libraries. Perhaps this is not a big deal, though.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=38630
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2?log=log20050120225018Lbuild.261
BUILD COMPLETE - build.261Date of build: 01/20/2005 22:50:18Time to build: 28 minutes 14 secondsLast changed: 01/20/2005 19:49:02Last log entry: Correct the ModelMBeanC
Here's the second of my patches.
The DummyTransactionManager uses a ThreadLocal to store transactions. However,
the manager then stores a Map in the ThreadLocal, containing transactions keyed
by Thread. Perhaps I'm missing something, but as far as I can see the Map just
isn't needed as ThreadLo
I've been having a pretty in-depth look at the JBoss Cache code, and have found
a number of small problems that I've fixed. I'm wasn't quite sure whether I
should be using Jira or the forum to distribute patches, so I'll give the forum
a go to start with.
When a new cache starts and retrieves t
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20050120215451Lbuild.723
BUILD COMPLETE - build.723Date of build: 01/20/2005 21:54:51Time to build: 20 minutes 17 secondsLast changed: 01/20/2005 20:56:58Last log entry: Updated
Ben,
I was under the impression that the DummyTransactionManager supported multiple
threads locally. It doesn't seem to support the transaction isolation levels on
a cluster-wide basis (ie. all locking is local until commit() is called). My
testing (which I admit hasn't been overly extensive) se
I can successfully start the Benchmark, but run into a problem when run the
driver.
The error message likes this:
hpipvcq:./driver.sh
Apps server is jboss32
JAVA_HOME is /opt/java1.4
JAS_HOME is /opt/iexpress/SPECjAppServer2002
J2EE_HOME is /opt/iexpress/jboss
Driver Host: hpipvcq
Binding contro
As depends on first, all you need is only to compile needed plain _Java_
files - including aspects you want. Put then, every compiled *.class file into
your "build" directory and run on that directory.
Here snippets from my build.xml:
|
|
|
|
|
|
Hint:
Docs:
6.3. Preparation
Dynamic AOP cannot be used unless the particular joinpoint has been
instrumented. You can force intrumentation with the prepare functionality
I _think_ that's the problem.
Regards,
Tomasz
View the original post :
http://www.jboss.org/index.html?module=bb&op=vi
I try to install jboss portal and i've got a problem. Don't know if i am on the
right place ? Let me know if not.
After a bad installation i've got a pending transaction in jboss. When i deploy
portal, i've got the following logs :
2005-01-21 00:29:33,655 DEBUG [net.sf.hibernate.impl.SessionImpl
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2?log=log20050120174935Lbuild.260
BUILD COMPLETE - build.260Date of build: 01/20/2005 17:49:35Time to build: 40 minutes 32 secondsLast changed: 01/20/2005 15:09:02Last log entry: Rebuild with 1.3.1_15So
In order for jboss-admin-console to use the new build system, I'll need to
merge it from head. I was hoping we could get things sorted out well in head
before we had to start back-porting.
However, so long as jboss-admin-console has a shallow dependency tree, I don't
think this would be th
A bit more meat on the bones of the web-tier design:
This will be a Struts-based web application using JSP's for rendering the view.
Struts Actions and Forms will be packaged by component area, e.g. Datasource,
JMS. The view layer will use css for layout and formatting, using tables where
neces
So having poked around the JCA User list I'm suggesting the following algorithm
for creating a new Datasource through the Admin Console:
1) User enters all relevant info in the Admin Console and uploads a new driver
jar file.
2) The user commits the change.
3) The Admin Console submits the data
I've hit a similar problem. Except with the testing.
Here's an example:
The kernel project contains some tests that use JBoss common's JBossXB
implementation.
It works fine for compilation in that all I need to include is jboss-common.jar.
But when it comes to do testing, I need to include the o
The jboss-pojo discussion is here:
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=58337
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862991#3862991
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3862991
--
Hi Dimitris,
Just a heads up, in case you missed it...
"[EMAIL PROTECTED]" wrote :
| Are the new MainDeployer/Deployer, etc. to be part of the new 'system' or
'kernel' module? I mean, what is the strategy there: to re-write them as
completely new components? Maintain compatibility with the i
can you verify this is also broken in 1.2.1 (CVS head) ?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862989#3862989
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3862989
Hi All,
I have recently decided to take plunge with JBoss development and figured that
a good way of getting to learn the ins and out of web services maybe to create
a project which integrates with Amazons web services. I am getting a little
over whelmed with the capabilities of JBoss so I wond
Here is an option for how the commit/rollback might work in the web-tier:
1) After a change is made through the Admin Console a new menu/navigation item
appears which says "Pending Changes".
2) Clicking on this item will take you to a page that says "You have pending
changes to the JBoss server
So to answer your question.
The easiest way to do it now (without reimplemting the rest of the stack)
would be to make the CMProxy invoke getManagedConnection(subject, cri)
rather than allocateConnection, with an interceptor stack in front of that
method.
Besides the security interceptor there w
activation.jar isn't fast and moreover This smells like freaking ODBC/DM on
win32. If anyone has the itch, I have some really prelim structural code on my
drive for a replacemnet. Otherwise I have us most likely upgrading to the next
JavaMail (streams) for 1.0 and not starting this until 2.0.
My suggestion is to have the ConnectionManagerProxy
invoke down an interceptor chain the result of which will be a connection handle
that can be returned from allocateConnection.
The interceptors would be something like:
CMProxy (as now)
Security
CachedConnectionManager (CCM) processing (on the r
Thanks man. I'll check it out. I knew someone would come through on this --
somehow I figured it would be you! :-)
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862981#3862981
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=
Thanks for your help Clebert.
"[EMAIL PROTECTED]" wrote : I have been able to have two struts applications
working fine.
| I will investigate that soon.
|
| I know that my answer will look kind of obvious, but right now, can you use
another server instance to analyze the produced log file
Ok, thanks -- this makes sense. I've added includes for common-project and
j2ee-project.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862979#3862979
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3862979
--
There is currently quite a convoluted dance here, but essentially
want gets bound into jndi is a ConnectionFactory (like a DataSource)
that holds a reference to our ConnectionManagerProxy (necessary because
we need to have it serializable, i.e. it can disconnect/reconnect from the jmx
object).
da
So to summarize what I understand from the discussion so far:
1) The Admin Console is going to update JBoss AS using the DeploymentService
2) The Admin Console is going to start out not knowing anything about the JBoss
instance it is running on, but learns by having services created through it.
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20050120124207Lbuild.326
BUILD COMPLETE - build.326Date of build: 01/20/2005 12:42:07Time to build: 144 minutes 30 secondsLast changed: 01/20/2005 11:57:45Last log entry: Update the tests for w
I have been able to have two struts applications working fine.
I will investigate that soon.
I know that my answer will look kind of obvious, but right now, can you use
another server instance to analyze the produced log files?
Anyway... I'm planning to create a standalone application for JbossP
Maybe
|
|
Is a better name?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862973#3862973
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3862973
---
This SF.
"[EMAIL PROTECTED]" wrote : I have checked in j2ee/jbossbuild.xml. It produces
all three artifacts of j2ee and integrates into the top level build. However,
I have a couple of issues.
|
| 1. j2ee includes some classes from jmx. For now, I access using a
relative path which is what the e
In accord with the 'TODO: Interceptors' post, security needs to be factored out
to deal with run-as access. I created a bug report in jira about the JCA layer
not honoring the run-as identity from the web or ejb tiers:
http://jira.jboss.com/jira/browse/JBAS-1309
As mentioned there this could be
I have checked in j2ee/jbossbuild.xml. It produces all three artifacts of j2ee
and integrates into the top level build. However, I have a couple of issues.
1. j2ee includes some classes from jmx. For now, I access using a relative
path which is what the existing build path essentially does.
There's a bug in 1.2 release. Reproduced on cache running in replicated mode
when IsolationLevel=NONE
cache.put() causes exception:
| Caused by: java.lang.RuntimeException: getLockStrategy: LockStrategy
selection not recognized. selection: NONE
| at
org.jboss.cache.lock.LockStra
1) Persistence
anonymous wrote : I want to see some work done on the persistence layer, in
particular
| the equivalent of these tasks for JBossMQ:
| http://jira.jboss.com/jira/browse/JBMQ-12
| http://jira.jboss.com/jira/browse/JBMQ-11
| These will be the most important aspects for perform
The MessagStore and AcknowledgmentStore implementations delegate the
persistence work to a PersistenceManager, which could be subject of various
optimizations. The initial version of the PersistenceManager will be based on
JBoss MQ's. When designing/implementing, the following aspects should be
If we were to change to a different implementation (e.g. the java5
implementations)
they need to have the same semantics.
They could also be implemented with Collections.synchronizedXXX()
except the behaviour of iterator.remove() is different to oswego concurrent in
some
places like the CopyOnWr
Changing in $PORTAL/core/src/resources/test/hibernate.properties
hibernate.dialect to PostgreSQLDialect
And then generate the ddl by doing "sh build.sh ddl"
Should produce a ddl file for PostgreSQL that is conform to the current state
of your sources. I would recommend doing that instead of usi
In case anyone wants to know I have gotten JBoss Portal 2.0a working with
PostgreSQL. I'm attaching my setup.ddl script to make it easier. Because I
didn't feel like modifying all the code to use sequences, I just created a
single "hibernate_sequence" which allows the existing code to work.
I'm using the CollectionsFactory methods that return EDO.oswego collection
implementations.
The thing is, those are highly concurrent implementations, but to make use of
them you need to relax locking (e.g. you don't need to lock when you
read/iterate).
But if you do that then you can't change
It doesn't look like the new hsqldb.jar got compiled for jdk1.3
On Thu, 2005-01-20 at 12:42, [EMAIL PROTECTED] wrote:
> View results here ->
> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2-jdk-matrix?log=log20050120112827
>
> BUILD FAILED
> Ant Error
> Message: /home/cruisecontrol/work
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2-jdk-matrix?log=log20050120112827
BUILD FAILEDAnt Error Message: /home/cruisecontrol/work/scripts/build-jboss-head.xml:76: The following error occurred while executing this line: /home/cruisecontrol/work/scripts/build-jbo
[ http://jira.jboss.com/jira/browse/EJBTHREE-40?page=history ]
Bill Burke closed EJBTHREE-40:
--
Resolution: Rejected
EJBQL does not support expressions within the select statement
SUM(foo) is ok
(SUM(foo) * 1.0) is not.
> SUM function in Query produce
[ http://jira.jboss.com/jira/browse/EJBTHREE-39?page=history ]
Bill Burke closed EJBTHREE-39:
--
Resolution: Done
> Composite Key field in JoinColumn causes Repeated column in mapping
> ---
I did not find a way to fix it.
May be with class loader scoped ear, but I am not sure (I did not try).
Thomas
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862940#3862940
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p
I got the exact same problem with JBoss 4.0.1 JDK 1.4.2_06.
Is it because my application code does some:
this.getClass().getClassLoader()
|
Anything we can do to avoid having to restart JBoss ?
The problem also appears only after redeployment.
Denis
View the original post :
http://www.j
JBMail needs a "mailq" command
--
Key: JBMAIL-29
URL: http://jira.jboss.com/jira/browse/JBMAIL-29
Project: JBoss Mail
Type: Feature Request
Components: SMTP
Versions: 1.0-M2
Reporter: Heiko W. Rupp
Assigned to: Andrew Oliv
JBossMail should bounce back non deliverable mail
-
Key: JBMAIL-28
URL: http://jira.jboss.com/jira/browse/JBMAIL-28
Project: JBoss Mail
Type: Feature Request
Components: SMTP
Versions: 1.0-M2
Reporter: H
[
http://jira.jboss.com/jira/browse/JBCACHE-38?page=comments#action_12314774 ]
Thomas Cherel commented on JBCACHE-38:
--
I will be nice if cache data was not cleaned up upon restart.
The use case is basically to be able to change the configuration o
"rauschuber" wrote : I agree with producing something useful yet with as few
cool features as possible in the first go-round. Versioning will be very
useful, but it doesn't have to be in the product for it to work.
Right. I think commit/rollback should be sufficient.
Thinking more on where the
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20050120093615Lbuild.721
BUILD COMPLETE - build.721Date of build: 01/20/2005 09:36:15Time to build: 27 minutes 53 secondsLast changed: 01/20/2005 08:32:22Last log entry: - Update to Tomcat 5.5
[ http://jira.jboss.com/jira/browse/JBAS-1308?page=history ]
Scott M Stark updated JBAS-1308:
Assign To: Ryan Campbell (was: Scott M Stark)
> thirdparty module needs updating
>
>
> Key: JBAS-1308
> URL:
So just to summarize:
Module name at cvs.sourceforge.net: jboss-admin-console.
CVS Branch: Branch_4_0.
Build system: New build system.
Thanks
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862935#3862935
Reply to the post :
http://www.jboss.org/index.htm
Thirdparty module management
Key: JBBUILD-4
URL: http://jira.jboss.com/jira/browse/JBBUILD-4
Project: JBoss Build System
Type: Bug
Reporter: Scott M Stark
The management of the thirdparty jars in terms of duplication, version,
lice
"[EMAIL PROTECTED]" wrote :
| Ultimately I see no reason for there to be multiple consoles. The
jmx-console, web-console and admin console should all be based on the same
underlying architecture with different plugins and services comprising the
functionality. The existing consoles should be
thirdparty module needs updating
Key: JBAS-1308
URL: http://jira.jboss.com/jira/browse/JBAS-1308
Project: JBoss Application Server
Type: Bug
Components: Build System
Environment: N/A
Reporter: Charles Crouch
Assigned to: Sco
The remember me feature allows someone not to have to enter his password when
he comes back on the portal
-
Key: JBPORTAL-184
URL: http://jira.jboss.com/jira/browse/JBPORTAL-1
- remember me feature -
Login process in the portal.
Introduction
In order to have the portal play nice with J2EE security it is not possible
to use directly the JBossSX API or the JAAS API. The reasons are various :
- specific to JBoss
- does not respect the portlet specification
- only form l
[ http://jira.jboss.com/jira/browse/JBWEB-11?page=comments#action_12314771
]
Remy Maucherat commented on JBWEB-11:
-
I know about this issue: it is caused by improper implementation of
expectations by the .NET client.
Essentially, the client sends a
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0-testsuite?log=log20050120072618Lbuild.45
BUILD COMPLETE - build.45Date of build: 01/20/2005 07:26:18Time to build: 110 minutes 42 secondsLast changed: 01/20/2005 05:01:24Last log entry: Use the WebMet
[ http://jira.jboss.com/jira/browse/JBWEB-11?page=comments#action_12314770
]
Thomas Diesler commented on JBWEB-11:
-
Here is a .NET workaround
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860297#3860297
> 505 error when connection from
505 error when connection from a .NET client
Key: JBWEB-11
URL: http://jira.jboss.com/jira/browse/JBWEB-11
Project: JBoss Web
Type: Bug
Components: Tomcat
Versions: JBossWeb-4.0.1
Reporter: Thomas Diesler
[ http://jira.jboss.com/jira/browse/JBWEB-11?page=history ]
Thomas Diesler updated JBWEB-11:
Description:
People with .NET clients have no luck connection to JBossWS since .NET defaults
to HTTP-1.1. This issue as poped up multiple times now. I don't thi
[ http://jira.jboss.com/jira/browse/JBPORTAL-94?page=history ]
Julien Viet updated JBPORTAL-94:
Attachment: syllabus.txt
this is the first draft of the syllabus
(Visible to JBoss Employee)
> Plan for Portal training modules
> -
Thank you Kabir,
I'll try it out!!!
OLLI
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862906#3862906
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3862906
---
This
Hi there,
Sorry about the delay :-) Can you please provide a small example?
Thanks,
Kabir
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862904#3862904
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3862904
@Inheritance won't work with composite keys
---
Key: EJBTHREE-45
URL: http://jira.jboss.com/jira/browse/EJBTHREE-45
Project: EJB 3.0
Type: Bug
Versions: Preview 3
Reporter: Bill Burke
Assigned to: Bill Burke
The issue is that it's not a normal part of the JVM release which is why
everyone has their own.
The one I needed was the one that shipped with JBoss in my case in the
server/default/lib directory, the one I was getting was in my JVM's jre/lib/ext
directory. That's what created the compatibili
The description of MStone sounds like it could be useful
http://www.mozilla.org/projects/mstone/
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862898#3862898
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3862898
the mapping in the post above works well if we use runtime instrumentation, but
when I use runtime instrumentation my classes are not instrumented :(
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862894#3862894
Reply to the post :
http://www.jboss.org/index
cballew: So I understand it correctly, that the problem came from a different
activation.jar in your classpath, that came with your VM (which?)
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862893#3862893
Reply to the post :
http://www.jboss.org/index.html?
Confusing stack trace on EJB deployment for missing optional method attribute
---
Key: JBAS-1307
URL: http://jira.jboss.com/jira/browse/JBAS-1307
Project: JBoss Application Serv
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20050120063042Lbuild.325
BUILD COMPLETE - build.325Date of build: 01/20/2005 06:30:42Time to build: 36 minutes 57 secondsLast changed: 01/20/2005 05:01:24Last log entry: Use the WebMetaData run
[ http://jira.jboss.com/jira/browse/JBPORTAL-87?page=history ]
Thomas Heute closed JBPORTAL-87:
> Save registration date
> --
>
> Key: JBPORTAL-87
> URL: http://jira.jboss.com/jira/browse/JBPORTAL-87
> Project:
[ http://jira.jboss.com/jira/browse/JBPORTAL-65?page=history ]
Thomas Heute closed JBPORTAL-65:
> Register a new user
> ---
>
> Key: JBPORTAL-65
> URL: http://jira.jboss.com/jira/browse/JBPORTAL-65
> Project: JBoss
[ http://jira.jboss.com/jira/browse/JBPORTAL-67?page=history ]
Thomas Heute closed JBPORTAL-67:
> Assign groups to a user
> ---
>
> Key: JBPORTAL-67
> URL: http://jira.jboss.com/jira/browse/JBPORTAL-67
> Projec
[ http://jira.jboss.com/jira/browse/JBPORTAL-68?page=history ]
Thomas Heute closed JBPORTAL-68:
> List all users
> --
>
> Key: JBPORTAL-68
> URL: http://jira.jboss.com/jira/browse/JBPORTAL-68
> Project: JBoss Portal
>
[ http://jira.jboss.com/jira/browse/JBPORTAL-64?page=history ]
Thomas Heute closed JBPORTAL-64:
> Login the system
>
>
> Key: JBPORTAL-64
> URL: http://jira.jboss.com/jira/browse/JBPORTAL-64
> Project: JBoss Porta
[ http://jira.jboss.com/jira/browse/JBPORTAL-66?page=history ]
Thomas Heute closed JBPORTAL-66:
> Update his own profile
> --
>
> Key: JBPORTAL-66
> URL: http://jira.jboss.com/jira/browse/JBPORTAL-66
> Project:
[ http://jira.jboss.com/jira/browse/JBPTL-32?page=history ]
Thomas Heute updated JBPTL-32:
--
Description:
The group module allows an administrator (or anyone that has the permission) to:
- Create a group of users
- Delete a group of users (without deleting t
[ http://jira.jboss.com/jira/browse/JBPORTAL-74?page=history ]
Thomas Heute reassigned JBPORTAL-74:
Assign To: (was: Thomas Heute)
> Delete a group
> --
>
> Key: JBPORTAL-74
> URL: http://jira.jboss.com/jira/browse/J
[ http://jira.jboss.com/jira/browse/JBPORTAL-75?page=history ]
Thomas Heute reassigned JBPORTAL-75:
Assign To: (was: Thomas Heute)
> Assign users to a group
> ---
>
> Key: JBPORTAL-75
> URL: http://jira.jboss
Notification interceptors in forums
---
Key: JBPORTAL-183
URL: http://jira.jboss.com/jira/browse/JBPORTAL-183
Project: JBoss Portal
Type: Task
Versions: 2.0 Beta
Reporter: Thomas Heute
Assigned to: Thomas Heute
Fix F
[ http://jira.jboss.com/jira/browse/JBPTL-32?page=comments#action_12314766
]
Thomas Heute commented on JBPTL-32:
---
The whole module has been renamed to 'role' instead of 'group'
> Group module port
> -
>
> Key: JBPTL-32
>
[ http://jira.jboss.com/jira/browse/JBPORTAL-182?page=history ]
Thomas Heute updated JBPORTAL-182:
--
Assign To: Thomas Heute (was: Julien Viet)
Again, assigned to Julien by mistake
> Manage watch list for forums
>
>
>
Manage watch list for forums
Key: JBPORTAL-182
URL: http://jira.jboss.com/jira/browse/JBPORTAL-182
Project: JBoss Portal
Type: Task
Versions: 2.0 Beta
Reporter: Thomas Heute
Assigned to: Julien Viet
Fix For: 2.0 Beta
[ http://jira.jboss.com/jira/browse/JBPORTAL-181?page=history ]
Thomas Heute resolved JBPORTAL-181:
---
Resolution: Done
> Delete a post
> -
>
> Key: JBPORTAL-181
> URL: http://jira.jboss.com/jira/browse/JBPORTAL-181
>
[ http://jira.jboss.com/jira/browse/JBPORTAL-181?page=history ]
Thomas Heute updated JBPORTAL-181:
--
Assign To: Thomas Heute (was: Julien Viet)
> Delete a post
> -
>
> Key: JBPORTAL-181
> URL: http://jira.jboss.com/jira/bro
Delete a post
-
Key: JBPORTAL-181
URL: http://jira.jboss.com/jira/browse/JBPORTAL-181
Project: JBoss Portal
Type: Task
Components: Forums
Versions: 2.0 Beta
Reporter: Thomas Heute
Assigned to: Julien Viet
Fix For: 2.0 Beta
Ability
[ http://jira.jboss.com/jira/browse/JBPORTAL-78?page=history ]
Thomas Heute closed JBPORTAL-78:
Resolution: Duplicate Issue
> Forum portlet
> -
>
> Key: JBPORTAL-78
> URL: http://jira.jboss.com/jira/browse/JBPORTAL-78
>
Hello,
Can someone tell me how the logic for allocating session ids works?
In my application the session id is not always the same for two different
struts actions initiated from same client web browser and this causes problems
communicating session variables.
The problem seems to be timing rela
How to do this? using such a jboss-aop.xml does not help:
|
|
|
|
And is there any way to instrument Hibernate classes in compile-time, not in
the runtime?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862887#3862887
Reply to the post :
Using the run.bat file works fine, it runs java (1.4.2_05)
Trying to configure JBoss (4.0.1RC1) to start from eclipse it seems to use
javaw and gives this error:
Failed to boot JBoss:
java.lang.NullPointerException
at org.jboss.Main.boot(Main.java:93)
at org.jboss.Main$1.run(Main
1 - 100 of 106 matches
Mail list logo