Hello,
one quick question: to get a clean reinstall of the portal, does it suffice to
delete jbossportal table from my database and recreate it or is there anything
stored on applikation server level ?
Thanks in advance
Thorsten
View the original post :
http://www.jboss.com/index.html?module
Hello.
I wonder why there is no version-field in the Taskinstance, as e.g. Token and
ProcessInstance has it. I need it by the way.
Tobias
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919266#3919266
Reply to the post :
http://www.jboss.com/index.html?modul
Hi G.
my problem is not solved.
My Pageflow is doing fine and the response is rendering the correct pages using
pageflow via jbpm.
anonymous wrote : http://www.w3.org/2001/XMLSchema-instance";
| xsi:schemaLocation="urn:jboss.org:seam-pageflow-1.0
http://www.jboss.com/pr
but now I'm receiving the following error code:
anonymous wrote : File META-INF/jboss-app.xml process error. Line: 9. Error
message: The content of element type "module" must match "(service|har)
by the way, I'm using JBOSS 4.0.3.
View the original post :
http://www.jboss.com/index.html?modul
It's probably a version problem of your xdoclet libraries. Update them with the
last version and you should have your build working correctly.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919263#3919263
Reply to the post :
http://www.jboss.com/index.html?
suppose I have a class hierarchy tree and I want the root class to use
table_per_class stragey.
but from the middle class I want to change the stragey to single table,
can I do it?
i.e - the following class hierarchy
___person_
__/\
employee___
Make sure you clear your tld cache when you upgrade versions of jars that
include JSP tags. for tomcat (or jboss) there should be a work folder that's a
sibling to your web apps directory. delete the cached files and restart the
container
View the original post :
http://www.jboss.com/index.h
Even in real life you need to keep track of processinstanceID or taskInstanceID
to access process instances.
given processInstanceID, you can access processInstacnce object using the
folloiwng code.
JbpmSession session = JbpmSessionFactory.getInstance().openJbpmSession();
Proce
Even in real life you need to keep track of processinstanceID or taskInstanceID
to access process instances.
given processInstanceID, you can access processInstacnce object using the
folloiwng code.
JbpmSession session = JbpmSessionFactory.getInstance().openJbpmSession();
Proce
Hi,
I have been trying to apply handlers to the client side. I did not create any
client-side stubs, just used jboss-ws4ee-client.jar, axis-ws4ee.jar, etc.
Everything seems ok, like the WS publication and simple client calls. Then I
tried to register a data hanlder at the client side in the fol
Hi
I am using jboss 4.03sp1 in windows ,run in a dos console window, it often
happy for me.
the Session bean call block , then if I hit "Enter" in the console window,
the call then will go ahead .
can anyone help?
Thanks
View the original post :
http://www.jboss.com/index.html?mod
I am still unable to get the seam extended persistence manager working with the
embedded ejb container in tomcat.
Output on startup:
INFO 23-01 21:22:12,414 (SettingsFactory.java:buildSettings:283) -Default
entity-mode: pojo
INFO 23-01 21:22:12,557 (SessionFactoryImpl.java::153) -building s
If you use FD rather than FD_SOCK, the reject rule of the FW will discard
packets, therefore heartbeats sent by FD won't be received, and the connection
should be closed.
Does that work for you ?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919253#3919253
Yes, the pojo must be aspectized. If it isn't the cache can't intercept
changes to its internal fields.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919252#3919252
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=39192
Ok, so know I'm using the right interface, but no joy on rolling back changes
to the field in the pojo I'm caching. Does this need to be aspectised to work
in a transaction?
Thanks.
Andy.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919251#3919251
Reply
when I create new BIG5 page name
in my costom page System.out.println(renderUrl.toSting)
the BIG5 page name is %E6%B8%AC%E8%A9%A6
/index.html?ctrl:cmd=render&ctrl:window=default.%E6%B8%AC%E8%A9%A6.777&op=aaa
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p
I forgot to mention. The evil file in question is jwsdp-shared/bin/setenv.sh or
setenv.bat.
What I do for my install, is delete the JAVA_HOME entry in both files so that
my user JAVA_HOME is actually used to specify the JVM.
-Jason
View the original post :
http://www.jboss.com/index.html?modu
When you install the JWSDP it hardcodes the path to whatever JVM you have
installed at the time. So if you originally installed it with JDK4, and then
later install JDK 5, it will still reference 4.
It also ignores JAVA_HOME
-Jason
View the original post :
http://www.jboss.com/index.html?modu
I don't see an entry for JBoss-Head (Alpha-5.0)...
: )
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919247#3919247
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3919247
Hi,
Thanks for the quick response.
I had deploy problem when I used JDK 1.4 with JWSDP 1.6 on JBoss 4.0.2, got
java.lang.UnsupportedClassVersionError:(Unsupported major.minor version 49.0)
at java.lang.ClassLoader.defineClass...
Is JDK 5.0 a required version for deploying web service on JBoss
Just found this
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=73190
Looks promising...
I can relate to the late night posting comment :-(
Andy.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919245#3919245
Reply to the post :
http://www.jboss.c
Guys,
What is the correct way to get a transaction set up for use against a
TreeCacheAop instance when in an MBean?
I have tried
1 mgr = DummyTransactionManager.getInstance();
2 ObjectName cacheService = new ObjectName("btgs.bgan:service=TreeCacheAop");
3 server = MBeanServerLocator.locate();
4
Nevermind, I found the issue. Somewhere along the line, I changed my build.xml
and the seam.properties was not being deployed into the root of my jar. Dang,
what a large waste of time.
Thanks for all the help Gavin
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic
http://wiki.jboss.org/wiki/Wiki.jsp?page=UsingJBossBehindAFirewall
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919242#3919242
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3919242
--
I didn't choose this... it was chosen for me. I followed JBoss's instructions
for generating Java source from WSDL and this was the result for the
xs:dateTime elements in my schema.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919241#3919241
Reply to the
Hi,
I've successfully configured my log4j.xml to send emails whenever any ERROR or
FATAL log message occurs. It works great, except that when something nasty
happens we often get hundreds or sometimes thousands of emails!
I'd like to get the number of emails down to something manageable so tha
plz help me in ejb3 and jsf
i am new to these
kinldy specify me suitable links and sample programs how to use ejb3 and jsf
and jboss and develop my applications
thank you
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919238#3919238
Reply to the post :
ht
I believe I have hit a time of reverence and wisdom, and would like someone to
check my knowledge.
I think my largest problem, is in thinking that the object has to already be
instantiated, or at least defined BEFORE calling it from a Faces page:
I guess that's not the case. In the SessionBean
Here's my problem:
I have a multi-homed host, which for the problem description, has two IP
interfaces, which I'll call (A) and (B) for brevity. On this host runs my JBoss
4.0.2 AS with the JMS service. If I understand everything that I've uncovered
so far, UILServerILService creates a socket o
i have a struts web app that is used by another web-based application (not
java) which calls the struts web app in a framed html page. the non-java web
app has it's own session tracking mechanism and can pass its own sessionid to
the struts web app.
when the struts web app renders in the frame
Hi,
I am using the JBoss App Server, Informix Database.
I am getting a problem to get the jdbc connection, while my EJB are doing
well. When i try to get the database connection from standard java class using
this code:
private Connection getConnection() {
try {
//this function
Consider the following example:
@Entity
@Table
(
name="foobar",
[EMAIL PROTECTED](columnNames={"natural_key"})}
)
class Foobar
{
@Id(generate = GeneratorType.AUTO)
@Column(name = "primary_key")
long primary_key;
@Column(name = "natural_key"
String natural_key;
pu
So I have created a small application just get a basic understanding of SEAM. I
have the app deploying without errors.
17:21:14,832 INFO [EARDeployer] Init J2EE application:
file:/C:/jboss-4.0.3SP1/server/default/deploy/phone-log.ear
| 17:21:14,926 INFO [JaccHelper] Initialising JACC Context
Correction:
Instead of:
anonymous wrote : The problem is if I perform find for Version entity and try
to pass it to remote client.
| NotSerializableException for Version entity.
The problem is: if I perform find for Version entity and try to pass it to
remote client NotSerializableException is
Can someone tell me why this code throws NotSerializableException:
package com.gint.scm.ejb.entity;
|
| import java.io.Serializable;
| import java.util.Collection;
|
| import javax.ejb.Local;
| import javax.persistence.Column;
| import javax.persistence.Entity;
| import javax.per
I'm having a difficult time converting my Faces app to a Seam App. Mostly, I'm
having a hard time with moving my managed-beans to SLSB / Entity
For example, I have a managed session bean called "currentUser" which is of
type app.entity.User, basically doing what the DVD-Store did, by grabbing t
Interesting. So with what the firewall is doing, JGroups must not be seeing any
exceptions on the Socket, and thus doesn't close the connection.
I've been trying to think of a workaround involving the conn_expire_time
property of TCP (see http://wiki.jboss.org/wiki/Wiki.jsp?page=JGroupsTCP) but
Sorry I'm causing so much trouble. I still can't get the deployment to work.
I am finally seeing the datasource being bound. However, no EJB3's are being
found & bound. When I try to hit the web page, I of course get exceptions:
java.lang.IllegalStateException: Could not start transaction
...
Ca
Have you tried using exploded deployments by any chance?
http://jboss.org/wiki/Wiki.jsp?page=ExplodedDeployment
I think you might be able to do a similar thing for RAR files but I'm not 100%
sure.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919224#3919224
How to develop Struts in Eclipse 3.x? Can anybody suggest the right plug in and
configuration istructions?
Thanks,
Maruthi.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919223#3919223
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=postin
Hi Alex,
Thanks for replying, both posts were very helpful.
I have some more doubts
in section 3.2 example it says :
// Now, we search for all process instances of this process definition.
| List processInstances =
| graphSession.findProcessInstances(processDefinition.getId()
Thanks. I won't worry about the hacker aspect.
However, I think took the default, and it's still doing it anyway. At least, I
show "default" in the IDE "Server Configuration" in the Debug Console of the
JBoss Eclipse IDE Home tab.
I'd like to stop the multi-casting simply because I don't need
Sorry, I should have provided more details in my original post - we use FD (not
FD_SOCK) with timeout=5s and max_tries=9. We use TCP as the transport
protocol. The firewall removes connections that have been established for more
than 4 hours. The firewall accomplishes this by removing the
Hello Liu,
You're correct on your assumptions about those selectors -- we put them in for
future needs. We're probably not the right guys to determine best navigation
approach -- but use those CSS selectors to style them either way you decide to
handle the navigation
View the original pos
"gsnascimento" wrote : "[EMAIL PROTECTED]" wrote : In beta2 this will no longer
be necessary, I changed the default InterceptionType.
|
| Hi Gavin,
|
| What are the plans for beta2 release?
|
| Thanks,
| Givanildo
http://anoncvs.forge.jboss.com/viewrep/~raw,r=1.6/JBoss/jboss-se
@EmbeddableSuperclass -> @MappedSuperclass
@Id(generate = GeneratorType.AUTO) -> @Id @GeneratedValue
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919216#3919216
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3919216
"[EMAIL PROTECTED]" wrote : I'm just waiting for JBoss 4.0.4 to roll through
QA. Then Seam beta 2 goes out.
|
|
| If you like, you can try current JBoss 4 CVS together with current Seam
CVS. This is pretty much what will be released later this week.
Ok Gavin, thank you. Congratulations b
Ok - a bit of topic - I'm trying the upgrade to the nightly builds but I can
no longer use:
anonymous wrote : @EmbeddableSuperclass
|
| or
|
| @Id(generate = GeneratorType.AUTO)
are those really gone from ejb3?
View the original post :
http://www.jboss.com/index.html?module=bb&op=vi
"[EMAIL PROTECTED]" wrote : In beta2 this will no longer be necessary, I
changed the default InterceptionType.
Hi Gavin,
What are the plans for beta2 release?
Thanks,
Givanildo
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919213#3919213
Reply to the po
I'm just waiting for JBoss 4.0.4 to roll through QA. Then Seam beta 2 goes out.
If you like, you can try current JBoss 4 CVS together with current Seam CVS.
This is pretty much what will be released later this week.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopi
Hi;
I am newbe to the scheduling. This example is very interesting and I was
trying to figure out how you implemented it. Currently, I am trying to
implement a Quartz timer using a session bean. The project.xml where is it
placed. Can you give me a little more information about this patch.
In beta2 this will no longer be necessary, I changed the default
InterceptionType.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919210#3919210
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3919210
-
Hi all,
Last JBoss Seam release was deployed on 2005/09. What are the plans for new
releases?
Thanks,
Givanildo
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919209#3919209
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=r
Thanks - I saw something in jira now when it was availible again.
@Intercept(ALWAYS) works beautifully
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919207#3919207
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=39192
What JSF phase is getSelected() being called in.
In beta1, injection was only enabled during INVOKE_APPLICATION and
RENDER_RESPONSE phases.
Try setting @Intercept(ALWAYS)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919206#3919206
Reply to the post :
htt
"lappi_79" wrote : the default config file is hibernate.cfg.xml, but a
different file can also be used. Can that work with jbpm
Yes. You can use your own hibernate configuration file. You can either put your
hibernate.cfg.xml in the root of your classpath or specify an alternate
resource name in
I have several session beans that get picked up by ejb3-container and they also
get picked up by seam. But when calling the action method on one of the beans
nothing gets injected - all the other beans all works as expected: The bean in
question is the last one that gets defined by seam.
(Stil
"mennen" wrote : You talked about jbpm sessions, where can I find them?
"lappi_79" wrote : do i have a process id or something to the apis
Please take a look at the database example studied in section 3.2 of the jBPM
user guide. It shows how to use jBPM's persistence API to save and load process
Yes it is. Sorry if it take me long time to answer, I was a bit busy.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919197#3919197
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3919197
---
Running JBoss 4.0.3 SP1
TimerTest.java
| package jadex.adapter.j2ee.examples.test;
|
| import javax.ejb.Remote;
|
| @Remote
| public interface TimerTest {
|
| public void run();
| }
|
TimerTestBean.java
| package jadex.adapter.j2ee.examples.test;
|
| import j
Hi everyone! i have a problem with the portal 2.2.1RC1. I use oracle like
database. In the server.log show this error:
DEBUG [org.jboss.mx.server.AbstractMBeanInvoker] Setter not found:
setObjectName(class javax.management.ObjectName)
java.lang.NoSuchMethodException:
org.jboss.portal.security.im
I have posted an updated ImageGallery on the Portlet Swap.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919193#3919193
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3919193
--
http://labs.jboss.com/portal/index.html?ctrl:id=page.default.downloads&project=portletswap&category=.portlets.framework
here is the page where is a portlet with ajax.
here is the link:
http://labs.jboss.com/file-access/default/members/portletswap/downloads/portlets/framework/AJAXPortlet.war.zip
Hello,
I am getting a build error when I run XDoclet for the project.
Thanks for any help in advance. JBoss 4.0.2 and Eclispe 3.1.1
Buildfile: C:\jboss\workspace\Tutorial2\xdoclet-build.xml
N10004:
BUILD FAILED
java.lang.UnsupportedClassVersionError: xjavadoc/ant/XJavadocTask (Unsupported
majo
I understand in hibernate the default config file is hibernate.cfg.xml, but a
different file can also be used. Can that work with jbpm.
also just to clarify, will jbpm tables and the webapp tables exist in the same
database?
to access a particular process instance, do i have a process id or som
When I run XDoclet I get an build fail err
Does anyone know how to solve this problem??
Buildfile: C:\jboss\workspace\Tutorial2\xdoclet-build.xml
N10004:
BUILD FAILED
java.lang.UnsupportedClassVersionError: xjavadoc/ant/XJavadocTask (Unsupported
major.minor version 49.0)
Total time: 1 second
Where can I find the generated wsdd file? For some reason JBoss 4.0.1 and
complex types do not work with Powerbuilder clients. Although powerbuilder
works fine with 4.0.3.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919186#3919186
Reply to the post :
I am not sure how to read this. There is no specific roadmap. It appears
that it is almost ready for release since 144 of 144 problems have been solved.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919185#3919185
Reply to the post :
http://www.jboss.
Never mind - I found that I have to change the SelectMode on the JDBC driver to
"cursor". For those who care, I found the answer here:
http://support.microsoft.com/default.aspx?scid=kb%3Ben-us%3B313181
It's funny how you search all over the web for hours trying to figure it out,
finally decid
You need to look at the AS roadmap
http://jira.jboss.org/jira/browse/JBAS?report=com.atlassian.jira.plugin.system.project:roadmap-panel
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919183#3919183
Reply to the post :
http://www.jboss.com/index.html?module=bb
Following a long weekend of getting started with EJB3.0, I spent a while trying
to figure out how to share libs across modules in the EAR. I know from
searching that this topic has been beaten to death in other forums, but there
are new options in Java EE 5 that either haven't been discussed or
hi,
Does JBoss Portal team have any plan on AJAX features? Or can someone point me
to the available resource online to let me begin with? Thanks.
Regards,
Liu Yan
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919180#3919180
Reply to the post :
http://www
we don't implement that in the model for now.
we thought about shoving it in 2.2 but that was out of the scope of the roadmap
and would have taken lot of time to implement it properly.
there are many side effects that needs to be discussed like security.
View the original post :
http://www.jbo
hi,
I have a lot of page that shares most of windows in common, such as NavWindow,
FooterWindow, etc., only different is the portlet in the ContentWindow. Can I
let them share some page template, so I don't need to do a lot of copy-paste in
the xxx-objects.xml?
Regards,
Liu Yan
View the orig
http://issues.apache.org/bugzilla/show_bug.cgi?id=33453
Your problem is likely that jasper compares the date the old .jsp was compiled
and the date of the new .jsp, rather than the two .jsp dates. So there are all
kinds of ways it gets out of whack, like rolling a file backward in version
cont
>From the steps to deploy pars(posted by forjbpm), do we build each time there
>is a new process? or is there any other way to deploy too?
When we use jbpm in a web app, do we still have to deploy jbpm.war, or does the
library(jbpm.jar) do all the magic?
Does any of these steps change when used
hi,
I found this "#sub-navigation-container" in the css file of sample themes,
however, no explanation on how to use it, so I believe this is a future
feature, right?
I am trying to do the same thing which contains top level nav bar and a second
nav bar, the content displayed in the second nav
I have commited the fix, FYI the feature is in jira
http://jira.jboss.com/jira/browse/JBPORTAL-523
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919174#3919174
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3919174
-
you are right, I fixed it for portletbridge but only in the JSP tag.
gonna fix it now in 2.4 and 2.2.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919170#3919170
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3919170
Dimitris, thank you very much for your time and providing me a direction.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919169#3919169
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3919169
---
a better suggestion than roy's one is :
contribute to the portlet and add a portlet preference for it that says how to
display nodes.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919168#3919168
Reply to the post :
http://www.jboss.com/index.html?module=
Hello:
I'm getting a strange message when I try to persist an enum value in an entity
- it seems my JDBC connection cannot determine the type of the column where the
enum will be saved. This is the message I get in the debug log:
DEBUG [org.hibernate.type.EnumType] Unable to guess the column t
Hi All,
Iam new to JBoss; can someone please give me some leads(or links) regarding how
to use JAAS for application security with JBoss?
Cheers, SS
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919166#3919166
Reply to the post :
http://www.jboss.com/inde
@alex
I am sorry but does not the J2EE spec say that transaction handling for CMP is
the job of the Container?
By stating the desired Transactional behaviour in the deployment descriptor the
container should take care of this matter.
anonymous wrote : As previously mentioned, entity beans that
Hello, i´m new user in Jboss and J2EE and i try to run The Duke?s Bank
Application but sent this errors
i don´t know what happend, some body help me please
Bean : CustomerBean
Section: 10.6.2
Warning: CMP entity beans may not define the implementation of a finder.
2006-01-20 12:12:05,421 WAR
It was renamed to .persistenceUnitJndiName
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919161#3919161
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3919161
---
Th
Hello,
I'm tryng deploy webapp on jboss... and when i do:
ant -f build.deploy.xml deploy.webapp
throw me:
build.jbpm:
[get] Getting:
http://localhost:8080/jmx-console/HtmlAdaptor?action=invokeOpByName&name=jboss.system:service%3DMainDeployer&methodName=redeploy&argType=java.net.URL&arg0=fi
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=71043
foolow this post especially anonymous wrote : 1) Use JBoss 4.0.2
| 2) Fresh jBPM
| 3) modify build.properties (gives system paths to jBPM and JBoss)
| 4) ant tasks from build.xml: compile, build, build.processes
| 5) ant tasks f
Ok I don't have the tables so I try to create them using the link
http://localhost:8080/jmx-console/HtmlAdaptor?action=inspectMBean&name=portal%3Aservice%3DHibernate
I then get the following.
17:59:48,912 INFO [DatasourceConnectionProvider] Using datasource:
java:PortalDS
17:59:48,922 ERROR [S
hello
to get the fibo tutorial to work I removed the FiboEJB-client.jar from being
packaged in the war. Why would this work? if the servlet container and jboss
are seperated than it will of course not work. There was another post about
this but it was never answered.
on another note - if the
Hi,
Ok I will post this in the user forum as well.
However I now downloaded AS 4.0.3.SP1 as u said. I run it on the db server
which is tested according to the documentation MySQL 4.0.22 and I still get the
same error. What am I doing wrong. I have created a database named jbossportal
where a u
This issue is fixed in CVS now. http://jira.jboss.com/jira/browse/JBPORTAL-573
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919153#3919153
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3919153
--
Is there a way to deploy a EAR file with an ejb3 archive within with a specific
descriptor inside instead of the .ejb3 suffix at the end of the archive? For
example for the persistence archive jboss does it automatically as soon as it
founds persistence.xml descriptor inside the archive.
My goa
I'm a porblem using holder to handle inout parameters.
Indeed, the value of the param received by my client is the same as the value
sent.
Here is a part of what I do :
---
Client :
String endpointURL = "http://localhost:8080/myservice2-servlet/MyService";;
Service
Okay, just tried the latest CVS (had updates to some source and some embedded
jar files).
Now at least I'm getting some log output, but I can't say it helps:
java.lang.IllegalArgumentException: java.beans.IntrospectionException: Method
not found: isPersistenceUnitName
at org.jboss.seam.Componen
you can specify in jboss-service.xml url that deploymentscanner check in. on
default it only check in deploy catalouge in the jboss that have bean booted.
but the name of the catalouge your application is in most have a extension
that are sar,war,ear,jar. in your case myapplication.war
/ Poya
The order in the nav portlet is by name.
So if you want your own ordering, I would suggest you fork the nav portlet, so
you don't have to hack at the code, which will make upgrading a problem later
on.
Just remember to assign the nav portlet to the nav region, and set no
decorations on it.
Vi
We have several enterprise customers either already in production or ready to
deploy. I will check with the powers-that-be and see which I can publicly
advertise.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919143#3919143
Reply to the post :
http://www.j
Yes. All 2.2 documentation reflects the entire 2.2 Branch, including 2.2.1.
There are no new features in 2.2.1, mostly maintenance issues.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919142#3919142
Reply to the post :
http://www.jboss.com/index.html?modul
can i use the cms admin portlet to manage content from other portlet, for
example change the content of the helloportlet example (in case of html files)?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919131#3919131
Reply to the post :
http://www.jboss.com/i
1 - 100 of 207 matches
Mail list logo