Hello,
i have an application developped with netbeans 5. I deploy this application on
a jboss server.
I have no problem to connect a servlet to my database.
BUT, when i use a CMP EJB, the finder method return no results. It's like the
EJB is not connected to the database.
I changed standardjbos
integration with Spring, we need it!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3928676#3928676
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3928676
---
This SF.
Hi,
Is it possible to configure a jboss scheduler bean to wait a specified period
of time before the first run. That is setting the InitialStartDate to NOW
plus a minute etc. I have a process which I would like to start a giveb period
after NOW.
Thanx
Mark
View the original post :
http:
if you have defined the foreign keys in the db AND the output has relationships
corresponding to the fk's then yes the driver is jdbc compliant; if not then
upgrade.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3928674#3928674
Reply to the post :
http://ww
Hello Tim,
I am a newbie stuggling with subprocesses too. Please have a look on the test
code SubProcessPlusConcurrencyDbTest.java at
jbpm-starters-kit-3.1\jbpm\src\java.jbpm.test\org\jbpm\graph\exe
Not sure if it helps. That's what I am looking at to understand how it works.
Philip
View th
I'm creating new directory on CMS (in root folder, call 'new') and error ocurs:
08:20:42,133 WARN [JDBCExceptionReporter] SQL Error: 0, SQLState: 23505
| 08:20:42,133 ERROR [JDBCExceptionReporter] ERROR: duplicate key violates
unique constraint "jbp_cms_wsp_prop_pkey"
| 08:20:42,133 ERROR [A
hi,I am totally new to jBPM.I followed the above three steps.I changed the
replacevalue element of build.service.archive target because I used oracle
database.I builded the jbpm.sar and copied it to the jBoss 4.0.3 default's
deploy directory.I also created the tables in oracle.And I copied the j
@Entity
class Department {
}
@Entity
class Employee{
@ManyToOne
@NotFound(action=NotFoundAction.IGNORE)
public Department getDepartment()
}
Employee table refers to department table (foreign key).
When I tried to delete a department, I got an exception
"foreign key constraint
i followed these steps,
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=72947
Here are Steps To run jBPM 3.0.2 on MySql 4.1.15
Some of them might be unnecessary or redundant but if all of them are followed
it surely gets jbpm running on MySql .. any additional comments are welcome ..
th
14:17:40,125 INFO [Server] Starting JBoss (MX MicroKernel)...
| 14:17:40,125 INFO [Server] Release ID: JBoss [Zion] 4.0.4RC1 (build:
CVSTag=JBoss_4_0_4_RC1 date=200602071519)
| 14:17:40,140 INFO [Server] Home Dir: E:\jboss-4.0.4RC1
| 14:17:40,140 INFO [Server] Home URL: file:/E:/jboss-4.
I thought so! But then I searched and couldn't find it :)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3928664#3928664
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3928664
--
when jboss seam update , are you have some document to explain
seam.properties and seam-jndi.properties and how to configure other
(persistence.xml, web.xml, faces-config.xml )
thanks you very much
2006-03-08 14:06:50,109 ERROR [org.jboss.seam.util.NamingHelper] Could not
obtain init
This is in the roadmap already, actually. JBCACHE-77. :-)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3928662#3928662
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3928662
---
I want to use JBoss AS for my application. The application deals with the
calling external telephone numbers using the GSM modems connected to the
server. I want to use resource pooling facilities of JBoss. I want to know how
to setup the resource pools for external entities like modems and acce
when we use JBossIDE like seamHBTool example, publish, but can't run!
why, seamHBTool only publish for JBOSS 4.0.3
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3928660#3928660
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=repl
Hi All,
I have configured JBoss 4.0.0 from Eclipse using JBoss IDE.
While configuring the debug for JBoss server configuration I get this message
in the dialog box:
" [JDK]: Could not locate tools.jar. Unexpected results may occur. Make sure
that you have selected a JDK with its path pointing to
Please open a feature request in JIRA.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3928653#3928653
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3928653
---
This S
I need to set max number of elements in the region e.g. Region:/app/customer -
500, Region:/app/company - 100 and want to cache no more then 500 customers,
when 501 is added the LRU customer should be deleted. as I can see there is no
way to achieve this functionality using the current LRUPolic
I'm using MySQL Connector/J 3.1.2. Does it meet requirements for FK reverse
engineering in SEAM?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3928651#3928651
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3928651
---
Hi,
I recently migrated to JBoss portal 2.2.1 RC2 from 2.0
And I found this problem.
When I set an attribute in my processAction request object it is not available
in my doEdit request object.
eg
processAction{
actionRequest.setAttribute("X", value)
}
doEdit{
value = renderRequest.getAttribu
Hello,
I am getting the below error while migrating petstore1.3.2 to JBoss 4.0.2.
I am using hypersonic db. Any one got answer for this?
I have made all necessary deploymnet descriptor changes and DB settings, Queue
seettings.
Petstore JSP using EL expressions like ${catalog.categories
TBH, it's been a while since I looked at the questions from the advanced course
exam. The 4.x AS clustering section is accurate and covers most of the ground.
I'd encourage you to take a look at the Clustering guide as well, at least to
skim the TOC for topic areas not touched upon in the 4.x
I should add other than the section on the 4.x AS admin guide that is. It just
seems this stuff could use its own guide.
Thanks!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3928645#3928645
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=
Is there a Java authentication API in JBoss? I'm creating a custom
LoginPortlet using Tapestry and would like to authenticate the user from a Java
class.
I have disected the UserPortlet and see it routes a request through JAAS to a
maximized portlet. But I'd like to enable a "login in place"
Thanks much!!!
I am trying to get ready for the exam for 4.x, is the 4.x AS clustering section
accurate and have enough of the width and depth?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3928643#3928643
Reply to the post :
http://www.jboss.com/index.html
take the update 2 for j2ee 1.4 tutorial. that should do it.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3928642#3928642
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3928642
---
How are your categories being updated? If your app is the only one that writes
to the DB via Hibernate, then using a long lived Hibernate cache probably makes
sense. If however you need to handle out of band writes, you'll need some way
for the writing process to trigger an invalidation/reload
In one of your session attributes you are storing a LinkedList which has a
reference to org.apache.catalina.connector.RequestFacade.
Your objects not only have to be Serializable, they can't have any
non-transient fields that have a chain of non-transient references to
non-serializable objects
same here
anyone got around this issue
Bean : CustomerBean
Section: 12.2.2
Warning: The class must be defined as public and must not be abstract.
2006-03-07 19:17:21,032 WARN [org.jboss.ejb.EJBDeployer.verifier] EJB spec
violation:
Bean : CustomerBean
Section: 12.2.5
Warning: Every ent
Hello,
I'm thinking about how to access rarely changed data the right way.
An example: I store categories in the database; they may change once a week.
So normally I would store them in Application Scope, but as I triggered out,
there is no easy way to invalidate the Application scope - in cas
System: Redhat Linux, SQL Server
JBoss 4.0.3SP1
I have jboss clustering with session failover setup correctly and it works
fine. But I can still see lots of NotSerializableExceptions in the server log
for org.apache.catalina.connector.RequestFacade. As I understand, JBoss 4.0.3
enforces seriali
We are using 4.0.3 with upgraded EJB 3.0 container (RC5).
I also have the jboss.xml in the META-INF of my ejb jar file, and have
configured the security domain in login-config.xml (in server/default/conf),
and it seems to be correct (since it works if I annotate my bean with
@SecurityDomain).
Is it possible to load all recource-bundles in Apllication scope?
So the translated bundles don't have to be reloaded every request and can be
receive from Memory.
The concrete RessourceString have to be determined by the Local of the Clients
Browser or optional by a Local stored in another scop
It is MySql 4.1.10-nt
thanks
ilango
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3928631#3928631
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3928631
---
This SF.
Hey It works. How much do you trust the code of a guy who can't figure out
how to post on a message board? lol
Anyway, I set this up so we could have a class with standard persistence
mechanisms that could be used with different persistent managers. I also like
the templating mechanisms.
yes, that is correct
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3928628#3928628
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3928628
---
This SF.Net email is spo
JBoss doesn't invoke garbage collection, this is the job of the VM.
Stateless beans instances are pooled in a threadlocal variable stored in the
EJBContainer. The EJBContainer should be undeployed and thus garbage collected
and thus the ThreadLocal should be garbage collected as well. Are you
it is very good news , having page level cache or even cache some part of a
page is a feature that many developers need.
for me SEAM is the framework of choice as soon as i can build jsr portlets with
it because my job is building portlets for at least next 6 month.
I read that Jboss IDE support
Yes, configure eclipse so that filenames processdefinition.xml and gpd.xml are
mapped to the GPD. you can do this in the
window|preferences|general|editors|file associations
Best,
Ronald
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3928624#3928624
Reply t
OK, done some investigation.
OSCache should work with JSF if you are using JSP as the view.
It will *not* work with Facelets, unfortunately.
We are discussing with Jacob how to get OSCache working with facelets.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=
The root of the problem is this:
| --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
| ObjectName:
jboss.jca:name=iplaycmsDatasource,service=ManagedConnectionFactory
| State: NOTYETINSTALLED
| Depends On Me:
|
persistence.units:ear=cms.ear.ear,jar=cms-ejb.jar.jar,unitName=
Is there any official JMS docs? So far I have not been able to find it on the
documentaiton library pages. Thanks.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3928620#3928620
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=r
Hi there,
I searched the forums, the wiki and the web and found no solution, so I post my
question.
Configuration: JBoss: 4.0.3SP1, OS: Redhat Enterprise (AMD64), single machine,
one JBoss installation. The cluster has two nodes (represented by two servers),
bound to different IP-addresses via
Hi All
I have the following error when I try to view the seam debug page (copied from
dvd app).
| java.lang.NullPointerException: charsetName
| at java.io.OutputStreamWriter.(OutputStreamWriter.java:81)
| at java.net.URLEncoder.encode(URLEncoder.java:189)
| at
org.apache.
And I erroneously responded on the wrong forum as well :)
Yes, the Cluster guide was written for 3.0 but is still useful. There may be a
small change hear or there, plus some new features not covered, but still quite
useful. There is a clustering chapter in the JBoss 4.0 admin guide as well.
Vi
I resolved this error message. SSL setup instructions on Wiki works if I use
localhost but fails if I run it from a remote machine and use the machine's
name.
I modified the Http client based on the Sun's tutorial. Here is the fix:
| import java.io.BufferedReader;
| import java.io.InputStre
Yes, they are useful. There may be a small change hear or there, plus some new
features not covered, but still quite useful. There is a clustering chapter in
the JBoss 4.0 admin guide as well.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3928616#3928616
R
Is the 3.0 clustering the same clustering for 4.02? That is, are the 3.0 docs
the same for 4.0?
I checked the FAQ on this and it was not there.
I also erronously cross posted in the wrong forum, sorry.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3928615#
howdy, is the clustering docs that are available which is targeted at 3.0
usefull or perhaps the same for 4.0?
thanks.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3928614#3928614
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mod
Hi all,
I never found the EJB 3 is so powerful, e.g. EJBQL select new Test(id,name,...)
from my question is where to define the Test class in ejb tier or web
tier, and it should be pojo class, slsb or sfsb. Thank you in advance.
View the original post :
http://www.jboss.com/index.html?mo
You may also want to check your MySQL version too...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3928612#3928612
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3928612
After doing some research, I am beginning to believe that this should work the
way I have described. Here is my evidence:
In section 4.5.2 of the EJB 3.0 spec (EJBCore) the operations allowed in
methods of a stateless session bean are defined, and the IllegalStateException
is to be thrown if t
I am sorry. In 3. I mean to say- " So old stateless beans are NOT garbaged as
ThreadGroup is not garbaged. "
Also I found another scenario,
JBoss ServerThread class is also holding all ThreadLocal instances.
Is this a known bug?
Thank,
Jelda
View the original post :
http://www.jboss.com/inde
Gavin,
Thanks for the quick reply!
I'll look into the first exception. As for the second, a classloading problem
seems slightly vague. Not that I'm assuming you fix it for me of course. I've
followed three separate threads and performed all the requisite tasks. I've
tried following the log
(1) The first exception was been discussed in another thread. This is due to
some change that occurred in Seam in 1.0 beta 2. Basically, you have some
property setting like xxx.xxx.jndiName that is no longer meaningful for the
component xxx.xxx.
(2) The second problem is a classloading problem.
I just copied and pasted your code and tested it, and it works fine for me. Im
using JBoss 4.0.3
Maybe your jboss is not configured properly. Be sure that when you deploy your
file, you can read something like this in your jboss log:
2006-03-07 18:37:21,023 INFO [org.jboss.ejb3.ProxyDeployer]
Like I said, just copy our build files and directory structure *exactly*, since
they work ;-)
Thanks!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3928606#3928606
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3928606
I have a server with only 64 MB of RAM, and another 128 MB of swap space I
believe. Running the JBoss default configuration doesn't work, but the minimal
configuration does. However, I don't know what to do to the minimal
configuration to get it to display pages that I add to the deploy director
Hi, I have recently been playing around with the bundled version of
jboss-portal-2.2.1RC2. When doing IPC that involves actionURL's there is no
problem and all works well. My problem arises when attempting to do IPC with
renderURL's from portlet A to B. The listener that I have declared picks up
I have a Windows desktop with my Eclipse-JBoss IDE and a Linux server hosted by
somebody else running JBoss. I'd like to use the Eclipse running on my desktop
to manipulate the files that are on my Linux JBoss server. Is this possible?
How can I go about doing this? My research on this topic hav
Thanks, that worked.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3928601#3928601
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3928601
---
This SF.Net email is spo
Wrap it in code blocks (left square bracket followed by "code" followed by
right square bracket)... there's a button labled "Code" when you are editing a
reply - highlight the code and click that button.
| List foo = new List;
|
View the original post :
http://www.jboss.com/index.html?mo
I have checked JDK 1.4.2_08
I will try the latest version of the portal
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3928598#3928598
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3928598
---
What a pain in the butt.
If somebody can tell me how to post a greater than and less than sign on here,
I will be glad to post some code. All my template references get removed.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3928597#3928597
Reply to the
My findAll uses the template, too but for some reason it was stripped on the
post.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3928596#3928596
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3928596
-
Why not write your own persistence class that uses a persistence manager?
public interface PersistenceManager
{
EntityManager getEntityManager();
void insert( T entity );
void remove( T entity );
T update( T entity );
T findById( Class entity, Serial
Thanks thomas.heute... now the portlet is working...
I download last ant binaries
unzipped
Set the path environment variable
and execute ant in the command com...
but why i had to compile first with ant, when vjmohan used the example directly
without ant?
View the original post :
http://www.jb
I beleive it is something very simple!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3928591#3928591
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3928591
---
This S
I just need to store(serialise) seesions between deploys. It is very helpfull
when u working with GUI.
Can anybody help me?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3928590#3928590
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting
Try changing the following flag in your ejb-deployer.xml of your
server/default/deploy directory
attribute name="VerifierVerbose" FROM true TO false
"debambi" wrote : If you find the answer please let me know
| I have the same problem here
| HELP
| "hasek" wrote : bad lucky~!
| |
http://www.jboss.com/products/jbosscache/downloads has links to the various
JBossCache downloads. Within the download, the required jars are in the lib
folder. The one you are missing is jboss-system.jar.
There are a few jars in lib that aren't needed for normal runtime use:
qdox.jar
junit.ja
I am using JBossCache 1.2.4
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3928586#3928586
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3928586
---
This SF.Net emai
'ilangocal', did you check your java version? Java version 1.4.2 should be
sufficient... Also, try the newest version of the portal.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3928585#3928585
Reply to the post :
http://www.jboss.com/index.html?module=bb&o
OsCache has a very good taglib for using with jsf pages.
but i do not have clue about using it in jsf pages. (which has backing beans
)
I have hopes that some other features like caching come with seam .
any project wich goes to use Ejb ,imho, need some caching in all its layer , so
it will
I am trying to use the TreeCache class, and when I build, the compiler
complains "file org\jboss\system\ServiceMBeanSupport.class not found" for the
following line of code:
TreeCache _cache = new TreeCache();
I am not sure what version of the JBOssCache I am using because this is a
thridy part
I am currently trying to integrate the "open-session-in-view" pattern in my
project (tapestry4 + ejb3).
Both technologies are great, but I get this LazyInitializationException, you
know what I mean.
Inspired by the Seam-approach I tried to do something similar using tapestry
instead of jsf.
M
Ok, here's some more info on my problem:
I tested the lock with 2 thin clients accessing the same application server
running jBPM and the lock didn't work. When I tested 2 thin clients accessing
different applications servers, it worked, I couldn't load the process
definition in server2 while s
Hi all,
I need some pointers for how to properly unit-test my DAO layer with the
Hibernate MBean in JBoss. How does everyone else do it?
Do you have a separate MBean config file for a Hibernate MBean which uses the
HSQL in-memory database? And that test suite is somehow activated via some
spec
Exception starting JBoss on Mac:
| 1:58:29,292 WARN [HANamingService] Failed to start AutomaticDiscovery
| java.net.SocketException: bad argument for IP_MULTICAST_IF: address not
bound to any interface
| .. stack trace ...
|
No biggue since it goes away when a hostname is supplied (e
Im also using jboss.xml to specify a default security domain. It works, at
least with jboss 4.0.4 (which as far as I know contains EJB 3.0 RC 5). I assume
you have configured a security domain in your login-config.xml.
How are you packaging your application? We are storing jboss.xml in the
META-
Hello Alex,
Sorry, I was using our company's terminology by mistake. By SOI Server I mean a
Service-Oriented Integration Server, a Server that provides services.
>From what I know of JTA, it works with 1 Application Server and several DB
>servers. This is not My situation. The idea would be to
Hi Captn!
I think that is just an erroneous log message, with the wrong formatting.
The ears and jars do not have double extensions. I am still looking into
this. At the moment, Gavin said the persistence unit is causing it, ie
indirectly the deployed datasource, so this is my next target to look
I wouldn't say I'm satisfied with my understanding of this yet, but after
removing - refreshing - and readding the xsd reference in my xml this error has
gone away.
Thx
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3928571#3928571
Reply to the post :
http:/
I'm having a similar problem. I've got a session bean with some authenticated
methods and some unchecked methods. They're correct (as far as I can tell) in
ejb-jar.xml:
|
|
|
|
|
| ScrumWorksEJB
| ServiceEndpoint
| ge
I've tried the jboss.xml below in RC5, it does not seem to work, the default
login module gets invoked. Am I missing anything? To be precise, my jboss.xml
is:
|
|
| MySecurityDomain
|
|
I also tried java:/jaas/MySecurityDomain
with same result. However, the login module defined fo
Auto reply the solution to my question :
http://anonsvn.labs.jboss.com/
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3928567#3928567
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3928567
--
I'm seeing the same thing. Anyone get a resolution on this one?
Thx
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3928566#3928566
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3928566
-
The old code is:
DbAccessFactory.java:
public class DbAccessFactory {
public DbAccessHome getHome(Hashtable p, boolean proxy) throws
NamingException {
DbAccessHome dbAccessHome = null;
try {
InitialContext ctx = new InitialContext(p);
if (proxy) {
dbAccessHome =
(Db
Fidalma,
In that case you probably did not include a task in the start state of your
processdefinition. Adding this will make the link appear.
Regards,
Koen
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3928563#3928563
Reply to the post :
http://www.jboss.
Jonathan,
Have a look at
http://docs.jboss.com/jbpm/v3/userguide/thejbpmdatabase.html#d0e2264 for adding
some users to the database. If you want to add a sample process you can import
the jBPM sources as a project in the designer, locate the websale example (it
is somewhere in the src folder)
This is something your client application should take care of. jBPM is not
concerned with authentication. It merely uses a string to identify the current
user and leaves everything else to the client application.
Regards,
Koen
View the original post :
http://www.jboss.com/index.html?module=bb&
Hm... I assume the 3.2 branch is still instable.
Regards,
Koen
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3928560#3928560
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3928560
Are you trying to open an existing processdefinition? I am afraid there is some
graphical info lacking in the gpd.xml file for processdefinitions created with
an older version...
Paste the contents of the processdefinition.xml and more importantly the
gpd.xml in this thread so I can have a look.
Hello All
I am still in the learning phase of jboss so please bear with me. I have a
very small application. My database is postgres 8.0 and my ide is Netbeans 5. I
realize that netbeans does not do a lot of jboss specific things (such as a
jbosscmp-jdbc.xml). I have read the jboss documentat
Hey guys,
I've done everything in the example step by step, followed to the letter of the
law. I've also done the following:
Installed JBoss AS 4.0.4RC1 with EJB3, upgraded MyFaces to 1.1.1, added
jboss-seam.jar (1.0 beta 2).
I get two exceptions and a failed deployment... It appears to depl
Stay tuned, I am working on some docs on deployment.
Regards,
Koen
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3928555#3928555
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3928555
-
Is this something reproducible? How can we reproduce it?
Regards,
Koen
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3928554#3928554
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3928554
-
Fidalma,
The deployed process is in the database. While deploying (with the 3.0.8 GPD)
you have the option of saving an archive file somewhere locally on your hard
drive. You can then use this file to do the deployment with the deploypar ant
task if you like.
Undeploying can only be done by del
Hi, does anyone knows how to set up a non transactional datasource inside
embedded ejb3?
While it is possible to define a
org.jboss.resource.adapter.jdbc.local.LocalTxDataSource to bootstrap a TX DS, I
still haven't found how to set up a non transactional datasource like the way
I'm used to do
in portal 2.4 the location of the file is
$PORTAL_HOME/core/src/resources/portal-core-sar/conf/data/default-object.xml
...and you don't need to change the
default
dhexus
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3928551#3928551
Reply to the post :
http:/
1 - 100 of 233 matches
Mail list logo