This is the easy part with JBoss : you just have to drop the ear in the deploy
dir ! Use FTP, NFS or whatever is avaible to copy a file on a remote host
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3923804#3923804
Reply to the post :
http://www.jboss.com/in
You can use the ROOT webapp for this purpose, simply put your /img dir under
/deploy/jbossweb-tomcat55.sar/ROOT.war
Your images will be available under http://host/img/pic.jpg
I let you guess the right path for hrefs ;)
Good luck
View the original post :
http://www.jboss.com/index.html?module=b
Hi,
I created a simple EJB applications using JBoss 4.0.3 and MySql 4.1. to test
transaction. I created a simple table (user) with an ID (primary key), a
username and a password field. Then I created an entity bean mapping the table
and a session bean to manage entity bean. I tested the applica
Hi, Luis.Moretto!
A few days ago I had the same problem. What I mentioned was that
resource.hibernate.quires.hbm.xml was mapped in the jbpm.cfg.xml file. In my
application I use different hibernate.properties file (not the one supplied
with hibernate). What I did to solve the problem was moving
Good afternoon!
Help please.
I have adjusted the client and server for job in two modes
1.custom JRMPInvoker MBean that enables compressed sockets
2. RMI/HTTP protocol
How to me using HTTP the protocol to add compressed?
I use JBoss 4.0
View the original post :
http://www.jboss.com/ind
Good afternoon!
Help please.
I have adjusted the client and server for job in two modes
1.custom JRMPInvoker MBean that enables compressed sockets
2. RMI/HTTP protocol
How to me using HTTP the protocol to add compressed?
I use JBoss 4.0
View the original post :
http://www.jboss.com/index.html
HTTP compressed
Good afternoon!
Help please.
I have adjusted the client and server for job in two modes
1.custom JRMPInvoker MBean that enables compressed sockets
2. RMI/HTTP protocol
How to me using HTTP the protocol to add compressed?
I use JBoss 4.0
View the original post :
http://www.jbo
Hi Emmanuel,
Thanks for your answer. This is how it looks:
First, the Principal - Group m-m ralationship where the principal is a member
of the group
The Group persistence bean
@ManyToMany( cascade = {CascadeType.PERSIST, CascadeType.MERGE},
| fetch = FetchType.EAGER)
|
Ii was a simple typo:
"michea" wrote : value="${users}"
|
had to be replaced by value="#{users}" ...
The exception message does not give any clue.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3923796#3923796
Reply to the post :
http://www.jboss.com/in
I need to know what should be the additional deployment descriptor necessary
for EJBs otherthan "application.xml, web.xml and ejb-jar.xml".
That is similar xml file to the "weblogic-ejb-jar.xml" we are using in weblogic
server. It is better if someone can provide me an sample code.
View the orig
I found that the problem was in the web.xml file, in the JNDI name pattern for
JBOSS, i had to change the name of the web application to reflect the one i
defined in the application.xml.
Now it works and I added a dataTable to display the list of users (based on the
messages example).
But now I
Thanks for reply, j2ee_junkie.
Right now I am using a filter to set request encoding to UTF-8 for all requests
in order to support chinese characters. It works great except Form login. The
username is created in UTF-8 and stored in database.
The related part in login-config.xml
i think you should use apache ant as a tool to create ear file. try it out.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3923792#3923792
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3923792
-
I am also getting similar error while trying to deploy DukeBank sample example.
Can anyone tell step by step instruction to correct this problem and
successfully deploy this app on JBOSS using HSQL.
Also, when I run the script directly in manager, I get some errors as well.
View the origina
I am new to JBoss and I've been asked to write alittle batch script to deploy
application on Jboss server( assume all enviroment variables, classpaths etc
are correct). Please tell me how can I remotely deploy my ear on JBoss server
from command line. I know weblogic where I can use the foll com
Desperatly need help - I am developing web application on JBoss. IDE JDev
10.1.3, application server JBoss 4.0.4RC1, Postgre DB, server Mandriva Linux.
Everything is nice, but I need to seperate the image directory because I really
dont want to deploy application everytime when new image is add
Using Seam, is it possible to end a task using @EndTask (transition) and
begin another task at the same time?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3923786#3923786
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=repl
Ok, that can be it then. Although there is no region limit, I don't recommend
using that many regions. Eviction timer thread would have to traverse each
region, that would probably be slow.
Why do you need this kind of fine granularity though?
-Ben
View the original post :
http://www.jboss.co
Usually, the use case is everyone participates in the cluster replication group
as a peer. But I am not saying that it can't be done. Like I said, some form of
dettach/re-attach could work. But that probably would defeat the strength of
PojoCache since when detached, it won't be able to intercep
I coded the Registration example and obtain the correct form but when
I subit, I obtain an exception whose origin is "jobss-seam-registration not
bound".
I understand that Jboss did not manage to find the EJB that contain the
register method.
How can we debug such a situation ?
Also could you exp
My understanding of these terms is that Hibernate defines 4 cache types --
read-only, read-write, non-strict-read-write, and transactional. Transactional
allows reads and writes and uses JTA transactions for coordinating access to
cache data. JBossCache is transactional. It certainly supports
When I first installed Eclipse I went to the New Server definition wizard, and
for my surprise I only found JBoss AS 3.2.x as a possible JBoss server. Then I
downloaded and installed the JBoss Eclipse IDE 1.5 Final, suposing that this
was the only thing pending to enable AS 4.x on this wizard, b
Does Jboss Cache support read-write caching? I know it supports read
caching...but not sure if it supports read-write caching. As per 'Hibernate in
Action', it does not support read-write caching
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3923779#3923779
see "9.1.19 Enumerated Values" in the Java Persistence API PFD
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3923778#3923778
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3923778
-
Scott,
I have an issue with the current patch which is too specific because it takes
care of pages.
Do you mind if rather the signout operation takes a generic URL that the portal
will send redirect to instead ?
Page still can be resolved using the org.jboss.portlet navigation API by
finding
Hi
I am new in JBOSS and I am getting one issue. I have logs in my weblogic
applications but once I migrate it to JBOSS my logs are not coming to JBOSS
console or even in server.log file. What should I do?
I am using System.Out.println to print the logs in weblogic 7.0
View the original post :
I'll be the first to admit, I've had more than a tiny bit of difficulty using
jBPM as our workflow solution. I had several issues with timer and
subProcessInstance persistence with 3.0.2, so I switched today to 3.1.
However, now I'm having some problems I didn't have before, even before I've
Any ideas what my cause the following exception, on a Jboss 4.0.0 system, with
ws4ee setup (by default):
2006-02-14 15:47:45,777 ERROR [main] - Cannot startup webservice for: Afis.jar
java.lang.AbstractMethodError:
org.jboss.webservice.WSDLDefinitionFactory$WSDLLocatorImpl.getBaseReader()Ljava/i
This is fixed in 4.0.4RC1.
There will be no 4.0.3.SP2.
It's trivial to fix it yourself. Get the 4.0.3.SP1 source. Find class
org.jboss.ha.framework.server.DistributedReplicantManagerImpl. It's in the
cluster module. Go to line 791 (see stack trace in the first post) and find
the cast to Ha
Hello,
Is possible generate the gpd.xml file or processimage.gif from
processdefinition.xml or programatically.
Please really I need the help, I am beginner in this tool.
Thanks for the help.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3923771#3923771
Rep
I compared the jars i have in the classpath and the jars in the
embedded-ejb/lib and found that two jars cglib and commons-lang were different.
SO i fixed that and ran it again. Still i get the same exception.
Is there something else that needs to be fixed?
One more question how do i know that
I read the Timer section within the EJB3 specifications and find it very useful
to invoke repeated tasks. Just how does one invoke the scheduler on application
server / domain startup. Instead of having to call a service of the bean or use
the @PostConstruct hook, I would like my Timer to be sta
Query.uniqueResult() method defined as:
Convenience method to return a single instance that matches the query, or null
if the query returns no results.
But if I execute and don't get a result, hibernate throws a "Caused by:
org.hibernate.ObjectNotFoundException: No row with the given identifier
Thanks for your quick response Gavin.
I downloaded the full JBoss eclipse bundle nightly build,
(http://download.jboss.org/jbosside/builds/nightly/200602100939-nightly/bundle/JBossIDE-200602100939-nightly-Bundle-win32.zip)
and the CRUD app was created without error.
The next thing I ran into w
I have undertaken some more testing and can recreate this problem quite easily.
Also from epbernard feedback it seems to be a understood problem.
During my testing I also tested the same scenario against glassfish / toplink
and was not able to reproduce the problem.
View the original post :
ht
...and other fonts that are defined for the themes. [/img]
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3923765#3923765
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3923765
--
ignore the fatal, it i s just a log message
to get em's now in jndi you must bind them
jboss.entity.manager.jndi.name
jboss.entity.manager.factory.jndi.name
see release notes, migration guide, tutorials, docbook
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3
Give a look in http://java.sun.com/products/ejb/docs.html#specs EJB 2.1 doc
item 20.2.1.1 and item 20.2.1.2. Explain the "standard" way to use "EJB
properties".
If you want to do what Im imagine you can create a setLocale() method in case
of a SFSB.
View the original post :
http://www.jboss
"[EMAIL PROTECTED]" wrote : Enter this in JIRA, and I'll see if this
restriction can meaningfully be relaxed.
Done:
http://jira.jboss.com/jira/browse/JBSEAM-137
I see how this can get tricky... in general, it would be great to have certain
Seam-related annotations (such as @Name, @Scope, @Role/
ok. I understand now.
If you look at:portal-core-sar/conf/data/default-object.xml
notice the block at the top:
|
| default
| ...
|
There HAS TO BE a portal named "default", which is the default portal accessed
by hitting 8080/portal/. So in your case, your portal wil
In the process of migrating my code and processes from 3.0.2 to 3.1, I've
encountered the following issue:
When deploying the following process
|
|
|
|
|
|
|
from a stateless session bean (with pd = parseXMLString(...);
jbpmContext.deployProcessDefin
You should be using *exactly* the jars that ship with Seam.
There are instructions for what classpath to use for unit testing inside
eclipse that go along with the example apps. So work from the examples.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3923758#
"js8523" wrote : I solved the error listed above by removing the pageflow
definition from the @StartTask and performing navigation using
faces-config.xml.
Hmmm. I don't have any example of a task navigation using a jBPM pageflow, so I
had better test that.
http://jira.jboss.com/jira/browse/JB
I have read through the documentation on packaging EAR files for JBoss and it
seems pretty straight forward.
I have specified the dependent JAR file in the application.xml as a java module
as follows:
| MyJar.jar
|
And I have included MyJar.jar in the root of my EAR file.
It says i
Thanks for the reply. I have xercesImpl-2.7.0.jar in the classpath.
Is this the required one
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3923755#3923755
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3923755
---
This is because the class CIMClient returned by your method getCIMClient() in
your SLSB is not serializable.
http://java.sun.com/products/ejb/docs.html#specs EJB 2.1 doc says in item 5.4:
"The objects that are passed as parameters on remote calls must be
serializable."
View the original post
Do you have the xerces jar that ships with Seam in your classpath?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3923753#3923753
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3923753
--
Also I've noticed it hangs in here for quite a while:
WARN 14-02 17:51:40,453 (BeanSchemaBinding.java:init:227) -You should use the
2.0 version of the Microcontainer xml. xmlns='urn:jboss:bean-deployer:2.0'
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=392
I looked the detail of the timer and I can see that Hibernate takes 70% of
startup time. My hibernate.cglib.use_reflection_optimizer is set to false by
default. Also I've noticed if I reboot my computer and run the test, it would
take about 8 seconds. But if I run it again and again, it will be
I am trying to set up Seam TestNG in my project. I have a simple Test class
written.
I have the seam.properties configured to
org.jboss.seam.core.init.componentClasses org.jboss.seam.core.Ejb.
Seam Properties is in the classpath. Along with seam.properties all the other
files within embedded-ejb
http://docs.jboss.org/jbportal/v2.2/reference-guide/en/html/xmldescriptors.html#d0e812
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3923748#3923748
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3923748
--
Any more info on the spec situation regarding this? I didn't find anything in
PFD spec, but I guess it was released too soon to have the issue resolved by
then.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3923749#3923749
Reply to the post :
http://www.jbo
I would have loved to finish it in time (quite a lot of things in the todo list
yet) but it wasn't posible. Unfortunately I won't be able to work on it on
regular basis from now on so I'm releasing it as is.
This project was developed from scratch to learn about the JBOSS environment.
It has no
I just had the same problem, to fix it, you have to remove the
type="string_max" from the hibernate mapping files, but I don't think this is
the real solution for that.
Maybe some hibernate expert can help us here. I'm not sure if it is a bug or
just a missing configuration
View the original p
Hi all,
i just tried to deploy the 3.1 release on a postgresql 8 database.
When my software tries to create the database schema it fails with
org.hibernate.MappingException: Could not determine type for: string_max, for
columns: [org.hibernate.mapping.Column(OLDSTRINGVALUE_)]
at org.hibe
Ah. Interesting.
The problem is that the EJB has the SeamInterceptor enabled. And the
SeamInterceptor tries to find stuff in the Seam contexts which do not exist.
So in the current release, it is not possible to invoke a Seam component as a
plain EJB.
Enter this in JIRA, and I'll see if this r
I have an EAR file set up as follows:
- jar with entity and session beans, annotated with Seam/EJB3. Also has
WsServlet class, which is a regular "Hello World" servlet, but looks up an SLSB.
- war file that uses Seam/JSF
- another war file that just has a web.xml that defines WsServlet
When I mak
"kukeltje" wrote : You most likely have not tried the beta's of the today
released 3.1 version. It includes some nice functionality in this area. It is
not complete yet, but it is a (imo good) beginning. Give the 3.1 release a try
|
| Ronald
It looks good, though I have raised a few issues
See subject title
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3923741#3923741
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3923741
---
This SF.net email is sp
Hi Koen, thank you for the response, i've already read the docs but what i want
to do is:
order-> task node (accept/cancel order)-> end
it's quite simple, if in a fixed period i don't accept or cancel explicity the
order, it will be automatically executed and the system ends. I tried to make
i
Ok, nobody offered any help. I guess I'm the first one ran into this?
I finally got it figured out: I added too many jar files to my lib. Once I
removed most of the jar files I included from jboss's client directory (in my
case it's F:\jboss-4.0.2\client), the ProxyContext ClassLoader error is
I have a query that if I take the hibernate generated sql and swap the ?s for
the values hibernate bound in (from the log) and exec it gives me a result.
Yet hibernate insists there is no result..
The HQL:
|
| String query = "from Folder f where f.parent.id = :fid and
upper(f.na
I'm having the same issue:
|
|java:/MSSQLAppDSInterop
|org.hibernate.ejb.HibernatePersistence
|com.xpel.hibernate.UserAccount
|
|
|
|
|
|
If it's an XML formatting error, I have not been able
http://jira.jboss.com/jira/browse/JBPM-559
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3923736#3923736
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3923736
---
Th
I'm not exactly sure what is the full Eclipse bundle.
I recommend you use the nightly build of JBoss IDE:
http://download.jboss.com/jbosside/builds/nightly/buildResults.html
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3923735#3923735
Reply to the post :
Haha. Further experimentation shows me what I can only assume must be a bug in
the interpretation of whitespace.
The following revision to the test process works as expected:
|
|
|
|
|
|
|
|
|
I have been trying for hours to get a reverse-engineered CRUD application
working with the latest FULL Jboss/Eclipse bundle, (including eclipse itself)
but have been running into a bunch of problems.
1. After a fresh install of JBoss' eclipse bundle, I tried to reverse engineer
a simple DB. The
Sorry to bug you more, but I am having trouble with the hibernate tools.
I tried creating a hibernate.reveng.xml file that looks like this:
|
| http://hibernate.sourceforge.net/hibernate-reverse-engineering-3.0.dtd"; >
|
|
|
|
|
|
|
|
Jacob says try adding:
converter="javax.faces.BigDecimal"
to the JSF component.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3923731#3923731
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3923731
--
Is there any example code for a decision node in version 3.1? I'm migrating my
code from 3.0.2 and it sounds like that has to change to a JSP-like syntax.
Unfortunately, I don't see any relevant code snippets in the user guide, the
migration guide, or in src/process.examples.
Here's my test p
Yes, the tool lets you customize JDBC type mappings. look at the
hibernate.reveng.xml editor
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3923729#3923729
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3923729
---
I forgot to mention, i tested it against:
postgres-8.0.3
postgres-8.1.2
postgresql-8.0-315.jdbc3.jar
postgresql-8.1-405.jdbc3.jar
postgresql-8.2dev-501.jdbc3.jar
I'm using jdk 1.5.0_6
all with the same result.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&
I appreciate the quick responses. Anyway, I don't need to use BigDecimal -
long would be fine...do you have some suggestion for customizing the generation
of these entity beans?
THanks,
Brad
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3923727#3923727
Rep
OK, I have not tested the Seam templates with BigDecimal properties. I had
understood that JSF has a default converter for BigDecimal, but this may be
wrong.
Does anyone know how to handle this in JSF?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3923726#39
1. Look for jbossmq-destinations-service.xml , edit this file
2. The depth is to do with the number of messages, not the size.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3923725#3923725
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=p
Hello all,
I'm experiencing problems when deploying a seam application with jbpm-3.1
(from cvs today) jboss 4.0.4RC1and jboss-seam-beta2. I'm posting it here
because I think it is a jbpm-hibernate related problem but I don't know how to
solve it.
Here is the output from jboss:
|
| j
I don't know web models, but it sounds like writing a portlet bridge (or better
finding one that already exists) would be your best bet. That would allow you
to consume your app unchanged, similar to a JSF or struts app that works with
the appropriate portlet bridge.
View the original post :
Other notes - I generated this from a SQL Server database with two tables.
Here is the hibernate tools script that generated this DB:
| create table sso_user (
| id numeric(19,0) identity not null,
| a_number varchar(255) not null unique,
| primary key (id)
| )
| create
What type is ssouser.id?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3923719#3923719
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3923719
---
This SF.net email is
Hello,
I downloaded jboss-seam-1.0beta2, pointed Jboss IDE hibernate tools at my DB
and generated a simple seam app. I successfully ran the ant script and
compiled/deployed my generated app. The app comes up fine, however, once I get
into the CRUD screens I am getting errors when I try to cre
How I can generate programatically the image of the work flow or process
definition?
Please help me.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3923717#3923717
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3923717
Thank you. Got it.
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3923712#3923712
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3923713#3923713
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3923713
Noone wants to assist? C'mon you want to say that nobody knows how to set up
development environment for JSP in JBoss IDE?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3923709#3923709
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&
Out of the box JBoss allows to hot deploy (or hot redeploy) EARs (among other
things). If you use packaged ear (single file) just drop the new release in the
deploy dir. If you use an exploded ear, I 'think' you have to change what you
need to change, and then touch the application.xml file.
So
Do you know what the timeline for the EJB 2.1 timer service and then the
onAlarm capability in BPEL?
Regards,
---Wayne.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3923707#3923707
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting
Since I came up with the render set, and wrote the doc , I'd like to know what
the confusing parts are. Could you please elaborate so that we can make it
better .
Thx !
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3923706#3923706
Reply to the post :
h
[ANN] VTD-XML Version 1.5 Released
Eight years after the invention of XML, DOM and SAX,
despite their respective issues, are still the mainstays
of application developers.
So is it the end of road for XML parsing innovation?
The VTD-XML project team think not. We are proud to
announce th
Hello robhicks,
Are you interested in doing a custom theme? The themes are fairly easy to
create or customize... what are you trying to achieve?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3923704#3923704
Reply to the post :
http://www.jboss.com/index.htm
Can anyone tell me why the SessionFactoryBinder hard codes the
hibernate.transaction.factory_class property with
org.hibernate.transaction.JTATransactionFactory
I am trying to manage my own transaction and cannot seem to get JBoss Portal to
let me. I commented out all of the transaction interce
testSimplePersistence(org.adept.ca2.dao.AdmissaoDAO)
org.jbpm.configuration.ConfigurationException: name
'resource.hibernate.queries.hbm.xml' is not defined in the configuration.
configured names: [default.jbpm.context, resource.default.modules,
resource.varmapping, resource.node.types, resource
org.jbpm.configuration.ConfigurationException: name
'resource.hibernate.queries.hbm.xml' is not defined in the configuration.
configured names: [default.jbpm.context, resource.default.modules,
resource.varmapping, resource.node.types, resource.business.calendar,
resource.action.types, resource.
Hi,
I've come accross a few pages over this forum and haven't found anything
about it yet.
My problem is that JBOSS takes too long to create my JNDI server.
I've been able to find out that it gets stuck in this method in line 299 at
org.jnp.server.Main:
Remote stub = UnicastRemoteO
One solution would be to package all the shared classes in a .jar, and use e.g.
the PrefixDeploymentSorter in the DeploymentScanner to deploy this .jar before
the .sar & ejbs
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3923698#3923698
Reply to the post :
I sympathize with your plight; I struggled with the same issues when I first
started on Java. Of course now, whenever I am forced to do any C/C++ work, I
cuss and yell about not knowing which header files and which lib files to
include for compiling and linking. That used to be second nature t
I am using Eclipse 3.1.2, JDK 1.4.2 and JBoss AOP Tool 1.1.0. When I try to
apply an AOP interceptor to a java method I get an error in the error log, see
below
!ENTRY org.eclipse.ui 4 4 2006-02-14 13:22:31.740
!MESSAGE Unhandled event loop exception
!ENTRY org.eclipse.ui 4 0 2006-02-14 13:22:
Thanks. However this has been fixed with JBWS-705 so everything is fine now.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3923695#3923695
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3923695
up?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3923694#3923694
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3923694
---
This SF.net email is sponsored by: Splunk
If you can pinpoint the issues and post them as Jira tasks, I'll see what I can
do for the next release. I find it odd that interceptors aren't scalable. Its
probably something really really stupid.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3923693#3923
jboss-ws4ee the axis based stack is not schema aware. There are some hacks in
place that will pickup the elementFormDefault attribute for wsdl inlined
schemas.
This determines how the types mappings are generated in *.wsdd. You can
override stuff in the generated *.wsdd by using yet another des
mennen: I do believe you should post further questions about this in a new
thread; your problem appears unrelated to mine.
But. I'm not a jBPM expert by any means, but my guess is that since the action
DoNothing is associated with the timer in state1, and not directly with the
task you define
1 - 100 of 267 matches
Mail list logo